Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-02 | uiuiui - fixed a bug which let running applications crash if switched style | alwin | 2 | -9/+21 |
from phase to any other. Reason was that in phase-style a special menubaritem- drawroutine was set but not RESET to qte default if this style was removed I'd implemented the unPolish routine and just set this callback to 0 (qt-default) and now it works nice. | ||||
2004-11-02 | new mirror site web page requiring new parsing | llornkcor | 1 | -41/+39 |
2004-11-02 | ok. now we have real working, simple solution how to act with switching ↵ | alwin | 2 | -15/+12 |
fullscreen when imagewindow is hidden. It is realy impressive what a brain can generate brainf* ideas finding such a solution - I should stop programming on holidays. | ||||
2004-11-01 | exif class added (taken from opie-eye_slave and more c++ like reworked) | alwin | 4 | -6/+1346 |
it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version) | ||||
2004-11-01 | some layout work | alwin | 6 | -62/+115 |
work on saving default values some fixes | ||||
2004-11-01 | s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3 | zecke | 1 | -1/+1 |
2004-11-01 | when jpeg image is smaller than requested thumbsize it will not use | alwin | 1 | -22/+30 |
scaled loading | ||||
2004-11-01 | removed some useless debug code | alwin | 1 | -1/+0 |
2004-11-01 | some menu working | alwin | 5 | -23/+45 |
some debug messages removed tried to remove some interesting effects when switching view mode | ||||
2004-10-31 | minimum slideshow time should be 1 not 0 | alwin | 1 | -2/+2 |
2004-10-31 | some comments about opie-eye and opie-mail | alwin | 1 | -0/+2 |
2004-10-31 | some more settings the user can do | alwin | 3 | -5/+23 |
2004-10-31 | a widget for some base settings | alwin | 2 | -0/+91 |
2004-10-31 | all toolbuttons etc. switched to QAction objects | alwin | 4 | -205/+326 |
menu mostly finished | ||||
2004-10-30 | - confirm some bugfixes | ar | 1 | -0/+2 |
2004-10-30 | most part of menu implemented | alwin | 5 | -40/+159 |
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden | ||||
2004-10-30 | remove hardcoded icon size here as well | mickeyl | 2 | -12/+14 |
2004-10-30 | slide show implemented | alwin | 5 | -4/+131 |
on next/previous images: if end/begin of list is reached it starts again on begin/end (it was required for slideshow so what ;) zecke: so we have a feature for OPIE 1.1.7 ;) | ||||
2004-10-29 | - no longer hardcode the font size | mickeyl | 1 | -3/+3 |
- add fixme for initial keyboard setting | ||||
2004-10-29 | no longer needed | mickeyl | 2 | -98/+0 |
2004-10-29 | smooth scale to proper icon size | mickeyl | 1 | -2/+3 |
2004-10-29 | improve english | mickeyl | 1 | -1/+1 |
2004-10-28 | small bugfix in converting routine | alwin | 1 | -0/+3 |
2004-10-28 | oops - forgot removing a deklaration | alwin | 1 | -1/+0 |
2004-10-28 | fixed some problems when displaying mails | alwin | 4 | -67/+65 |
but it should reworked cause sometimes there are problems with html mails. | ||||
2004-10-27 | Some Latvian translations.... | gints | 3 | -65/+65 |
2004-10-27 | fix writing out the new system brightness | mickeyl | 3 | -7/+13 |
2004-10-27 | rephrase and reorder the bug list which was supported to be sorted :) | mickeyl | 1 | -21/+22 |
2004-10-27 | Switching to SQlite3 .. | eilers | 1 | -0/+1 |
2004-10-27 | Switching to sqlite3 | eilers | 11 | -71/+62 |
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends | ||||
2004-10-27 | fixed a bug within tls support | alwin | 1 | -4/+6 |
2004-10-26 | -Remove usage of latin1() as a possible fix to #1471 | zecke | 2 | -7/+17 |
2004-10-26 | commented out useless example code (forgot it) | alwin | 1 | -1/+1 |
2004-10-26 | Protect against error in database format. Recover to old if database was | eilers | 1 | -4/+18 |
unreadable .. | ||||
2004-10-26 | Resolved a feature request: | alwin | 10 | -46/+81 |
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size) | ||||
2004-10-25 | fixed the problem with displaying date/time of a mail | alwin | 2 | -16/+5 |
usage of helper class | ||||
2004-10-25 | moved out pure helper funs | alwin | 2 | -14/+4 |
2004-10-25 | helper class added | alwin | 3 | -2/+52 |
2004-10-25 | Language fixes and new mail address.. | eilers | 1 | -10/+4 |
2004-10-25 | Fixing some problems.. | eilers | 2 | -46/+54 |
2004-10-24 | removed obsolet stuff | alwin | 5 | -70/+18 |
changed build description for libetpan | ||||
2004-10-24 | new options for pop3 accounts | alwin | 10 | -125/+238 |
KATE eated a lot of last spaces in files some tryouts | ||||
2004-10-24 | new Todo list | alwin | 1 | -8/+7 |
2004-10-24 | a small helperclass ValueExplode inserted | alwin | 1 | -1/+86 |
it splits a string like a=4&b=2&c=1 into it key - value - pairs the runtime-example in constructor of OpieMail should be removed ;) | ||||
2004-10-23 | -Move code for converting sqlite2 to sqlite3 to a method on its own | zecke | 2 | -63/+87 |
-Use Global::applicationFileName to get the filenames for the data -Use tr around messages -Do not use custom labels for "Ok" but use Qts QMessageBox ones to get its translation for free TODO: Test on ARM | ||||
2004-10-23 | Declare the setDocument slot as well to unbreak compilation | zecke | 1 | -0/+2 |
2004-10-23 | holla - fixed a wonderfull bug letting opie-mail crash when | alwin | 1 | -8/+7 |
accessing some pop3-server | ||||
2004-10-23 | Integrate opiemail with Konqueror. When now clicking on a mailto link | zecke | 1 | -1/+13 |
in Konqueror OpieMail can get asked to send a mail to the persopn | ||||
2004-10-23 | Pimconverter got a button to convert databases from sqlite 2->3. | eilers | 3 | -10/+141 |
If correct implementation is confirmed, I will commit the rest.. | ||||
2004-10-22 | Write the hardware clock after setting the datetime. This way we can | zecke | 1 | -4/+10 |
gurantee it is set while opiealarm has not run. |