summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2002-11-06Some ugly ifdefs inside fontdatabase for now :(zecke1-1/+16
This temp. helps the x11 port
2002-11-06Add X11..kergoth1-3/+5
2002-11-06Changing sharp define. if someone doesnt like it, let me know :)kergoth3-4/+4
2002-11-05Improving wordingkergoth1-1/+1
2002-11-05you know the drillkergoth2-6/+7
2002-11-05no more unnecessary REQUIRES.kergoth1-2/+2
2002-11-05Adding initial config.in fileskergoth1-0/+3
2002-11-02Actually use local time in vCalzecke1-3/+3
2002-11-02Until Opie is compatible to RFC2445 we will beamzecke1-0/+34
vCal Events in local time. So lousy handys (my Nokia6210) gets the dates 'right'
2002-11-01Config ignores comment lines now (all lines that start with a '#'). This issandman1-0/+4
necessary to load some pixmap themes from KDE and shouldn't change anything else ('#' not at the beginning of a line are not treated as a comment)
2002-10-31added ipaqs mmc slot to storageharlekin1-5/+9
2002-10-31fixed irdaapplet typoharlekin1-1/+1
2002-10-30appearance was missingharlekin1-2/+2
2002-10-22fixing incompatibility to orignal sharp romeilers2-1/+21
2002-10-21Get rid of the QDir::readDirEntries: Cannot read the directory:sandman1-0/+4
/opt/QtPalmtop/plugins/fontfactories message if no fontfactories are installed -- this seems to confuse users
2002-10-17updated boostrapharlekin1-1/+1
2002-10-17- fix for bug #292 (Improper behaviour of frontlight disabling)sandman2-2/+23
- fix for bug #199 (Desktop visible on resume before password dialog appears)
2002-10-16Remove #ifdef QWS HELLzecke13-45/+11
a Platform which is not supporting IPC compatible to QCopChannel/Envelope is not of much use nowadays.. so be sure your platform is supporting it
2002-10-15Actually most of them are -+ cause I opened them in xemacs..zecke13-101/+102
The main goal is to replace some header names to let them be overwritten by external once so "qpeapplication.h" is now <qpe/qpeapplication.h> I'll check if it's building on non Qt2/X11 systems...
2002-10-13default font size should be 10pt .. 12pt is too big for 320x240sandman1-1/+1
2002-10-13reformated with astyle (this may not be everybodys prefered style, but IMHOsandman1-989/+1066
it's better than the mess before..)
2002-10-09Opening documents via the document tab now starts the corresponding appsandman1-0/+6
with the right rotation setting. Filemanager/AdvanceFM doesn't work -- need to investigate this further.
2002-10-08Fixed the rotation setting -- launcher adds the curent rotation when thesandman1-5/+5
applnk is started - so the .desktop file only needs the relative rotation.
2002-10-06added two new icons for menu-applets to inlinesandman1-1642/+1702
2002-10-06As spotted on the MailinListzecke1-1/+1
no default arguments in the implementation!
2002-10-06Sandman how did this compile?zecke1-1/+1
inline setRotation( const QString& rotation ) { mRotation = rot; } I fixed that now
2002-10-06- support "Rotation" setting in .desktop applnk filesandman4-58/+364
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;)
2002-10-06key navigation didn't work in toolbars, which had separators (e.g. qpdf orsandman1-1/+1
drawpad) - now this is accounted for and they are skipped
2002-10-05The control files lacked a \n at the end - this screwed the packages filesandman6-7/+10
2002-10-04corrected typosandman1-1/+1
2002-10-04changes to make the style interface BC with Qtopia 1.6, while stillsandman2-21/+20
supporting our extended features
2002-10-04- fixed a bug in style loadingsandman1-2/+7
- changed the config key format for styles
2002-10-02Don't package the obsolete .desktop files for suspend and separatorsandman1-1/+1
2002-10-02Interface definition for O-Menu appletssandman1-0/+58
2002-10-02Hack for suspend action is no longer neededsandman1-4/+0
2002-10-01Patch by stelianzecke1-1/+1
to fix problem with timezone switching The CityTime settngs app writes in to CityTime where the tzselector wanted to read from WorldTime thank
2002-09-29handwriting files are now in opie-handwriting where they belongharlekin1-1/+1
2002-09-29Add the possibility to hide/show the TypeCombo/CategorySelectzecke2-0/+22
2002-09-29Fast-load should work now again -- I think this was a Qtopia merge problemsandman1-0/+3
2002-09-26task-opie-today to get all pluginsharlekin1-1/+1
2002-09-26include logo dirharlekin1-1/+1
2002-09-25ljps patch was/is correctzecke1-1/+5
but for some reason TT is not using QFile so I made it use getenv(HOME) instead
2002-09-25fix qpeDir() to return users dir, not qpeDir.. duhllornkcor1-271/+272
2002-09-25Fix bigPixmaps BUG.zecke1-1/+1
instead of returning the bigPixmap from the d->mPixmaps[1] I returned the deprecated variable which was null
2002-09-24Fixed loading of file extensions from mime.types (only the first ext wassandman1-5/+3
loaded)
2002-09-24Better workaround for the "ignoring inline" gcc bug, since editing thesandman1-0/+6
generated inlinepics_p.h makes no sense after all
2002-09-24make thetimezecke1-16/+17
not a pointer and memset it this makes valgrind shut up
2002-09-23gcc workaround for inline applied once again .. thanks Harlekin ;)sandman1-1/+1
2002-09-22opie uses citytime, not worldtime, and changed tz to more opie specificllornkcor1-62/+63
2002-09-21new cleaned inlinepicsharlekin1-3477/+1611