summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-08move ubrowser to unsupportedmickeyl2-1/+2
2004-11-08move ubroser to unsupportedmickeyl12-0/+0
2004-11-08first try getting small imagethumbs in document-tab.alwin2-389/+517
2004-11-07try to improve the icon scalingalwin1-7/+10
2004-11-07small subdir fixalwin1-1/+0
2004-11-07fixed up the icon display, imagecache size depends on size of iconsalwin1-11/+27
2004-11-07when last view state was fullscreen and user tabbed on an image thealwin2-2/+17
imagedisplay was behind the application gui 'cause gui was painted after the imagewindow. So now opie-eye starts a short timer in setDocument when first start checking the visibility of imagewindow.
2004-11-07The fixed column widths break the OTabWidget rendering in windowed mode.treke1-3/+1
2004-11-06Make opie-sheet to be responsible for exel-file, toMake opie-sheet to be ↵eilers1-1/+1
responsible for exel-file, tooo
2004-11-06Avoid crash if app was unable to open the fileeilers2-3/+7
2004-11-06a lots of tests with the iconview, user can now setup the prefered icon-size,alwin5-43/+168
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed
2004-11-06moved a lot of code from opie-eye_slave into libalwin2-49/+12
2004-11-06moved a lot of code to the libraryalwin2-1248/+10
2004-11-05update sysinfo benchmark comparisonschicken1-2/+2
2004-11-05correct simpad cs3 readoutchicken1-1/+1
2004-11-04Revert last commit and create a QCOP Channel for QPE/System inzecke1-2/+3
ODevice again, as OApplication doesn't expose the signal anymore
2004-11-04-Revert Exposing QPE/System qcop signals via OApplicationzecke2-18/+0
2004-11-04Use QTextStream and QFile instead of read/sscanf for parsingzecke1-19/+17
ChipSelect3 (cs3). This should make it more robust
2004-11-04- prepare for backing up root file systems (aka clone)mickeyl4-66/+214
- add file headers - add version to .pro
2004-11-04tiny layout tweakmickeyl2-3/+1
2004-11-04catch up with opie-qashmoney removalmickeyl2-2/+3
2004-11-04opie-qashmoney is now unsupportedmickeyl72-340/+0
2004-11-03-SIMpad crashes on QObject::connect() of the QCopChannelzecke1-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 QPEApplicationzecke2-0/+18
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal'
2004-11-03-Make struct s_button (simpad button) really internalzecke2-16/+23
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;'
2004-11-03Construct a OApplication instead of a QPEApplicationzecke1-2/+2
2004-11-03Provide a QPEApplication compatible constructorzecke2-1/+13
2004-11-03Switch to OApplicationzecke2-3/+3
2004-11-03rediffed against qte-2.3.9-snapshot-20041101mickeyl1-0/+510
low level qgfx stuff no longer applies, need to check if it's still needed
2004-11-02setup dlg into extra files - its a little bit cleaneralwin4-40/+77
2004-11-02Some Latvian translationsgints2-67/+68
2004-11-02switching to sqlite3chicken2-3/+3
2004-11-02switching to sqlite3chicken6-11/+11
2004-11-02if wanted the user may search directories recursivalwin8-30/+96
2004-11-02uiuiui - fixed a bug which let running applications crash if switched stylealwin2-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-02new mirror site web page requiring new parsingllornkcor1-41/+39
2004-11-02ok. now we have real working, simple solution how to act with switching ↵alwin2-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-01exif class added (taken from opie-eye_slave and more c++ like reworked)alwin4-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-01some layout workalwin6-62/+115
work on saving default values some fixes
2004-11-01s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3zecke1-1/+1
2004-11-01when jpeg image is smaller than requested thumbsize it will not usealwin1-22/+30
scaled loading
2004-11-01removed some useless debug codealwin1-1/+0
2004-11-01some menu workingalwin5-23/+45
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31minimum slideshow time should be 1 not 0alwin1-2/+2
2004-10-31some comments about opie-eye and opie-mailalwin1-0/+2
2004-10-31some more settings the user can doalwin3-5/+23
2004-10-31a widget for some base settingsalwin2-0/+91
2004-10-31all toolbuttons etc. switched to QAction objectsalwin4-205/+326
menu mostly finished
2004-10-30- confirm some bugfixesar1-0/+2
2004-10-30most part of menu implementedalwin5-40/+159
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden