Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-06 | Avoid crash if app was unable to open the file | eilers | 2 | -3/+7 |
2004-11-06 | a lots of tests with the iconview, user can now setup the prefered icon-size, | alwin | 5 | -43/+168 |
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed | ||||
2004-11-06 | moved a lot of code from opie-eye_slave into lib | alwin | 2 | -49/+12 |
2004-11-06 | moved a lot of code to the library | alwin | 2 | -1248/+10 |
2004-11-05 | update sysinfo benchmark comparisons | chicken | 1 | -2/+2 |
2004-11-05 | correct simpad cs3 readout | chicken | 1 | -1/+1 |
2004-11-04 | Revert last commit and create a QCOP Channel for QPE/System in | zecke | 1 | -2/+3 |
ODevice again, as OApplication doesn't expose the signal anymore | ||||
2004-11-04 | -Revert Exposing QPE/System qcop signals via OApplication | zecke | 2 | -18/+0 |
2004-11-04 | Use QTextStream and QFile instead of read/sscanf for parsing | zecke | 1 | -19/+17 |
ChipSelect3 (cs3). This should make it more robust | ||||
2004-11-04 | - prepare for backing up root file systems (aka clone) | mickeyl | 4 | -66/+214 |
- add file headers - add version to .pro | ||||
2004-11-04 | tiny layout tweak | mickeyl | 2 | -3/+1 |
2004-11-04 | catch up with opie-qashmoney removal | mickeyl | 2 | -2/+3 |
2004-11-04 | opie-qashmoney is now unsupported | mickeyl | 72 | -340/+0 |
2004-11-03 | -SIMpad crashes on QObject::connect() of the QCopChannel | zecke | 1 | -3/+3 |
-Luckily (I'm a cheater) OApplication can emit the signal for us -Event more lucky, qpe and every quicklaunchable application has a OApplication instance... so the signal is almost available everywhere -do not call initButtons from reloadButtonMappings if d->m_buttons exists | ||||
2004-11-03 | -Create a QPE/System channel (sysMessage:QCopChannel from QPEApplication | zecke | 2 | -0/+18 |
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal' | ||||
2004-11-03 | -Make struct s_button (simpad button) really internal | zecke | 2 | -16/+23 |
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;' | ||||
2004-11-03 | Construct a OApplication instead of a QPEApplication | zecke | 1 | -2/+2 |
2004-11-03 | Provide a QPEApplication compatible constructor | zecke | 2 | -1/+13 |
2004-11-03 | Switch to OApplication | zecke | 2 | -3/+3 |
2004-11-03 | rediffed against qte-2.3.9-snapshot-20041101 | mickeyl | 1 | -0/+510 |
low level qgfx stuff no longer applies, need to check if it's still needed | ||||
2004-11-02 | setup dlg into extra files - its a little bit cleaner | alwin | 4 | -40/+77 |
2004-11-02 | Some Latvian translations | gints | 2 | -67/+68 |
2004-11-02 | switching to sqlite3 | chicken | 2 | -3/+3 |
2004-11-02 | switching to sqlite3 | chicken | 6 | -11/+11 |
2004-11-02 | if wanted the user may search directories recursiv | alwin | 8 | -30/+96 |
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. |