summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-18scale background image if neededllornkcor2-11/+28
2004-01-18anti anti debugllornkcor1-2/+2
2004-01-18fix for QWS_DISPLAY not being setllornkcor1-8/+15
2004-01-18add unifont from somewherellornkcor1-15/+88
2004-01-17fix for ascii char widthllornkcor1-3/+18
2004-01-16Some changes to handle alarms for datebook-sql db..eilers6-0/+72
2004-01-16add build time dependency to libopienet2mickeyl1-1/+1
2004-01-15Pieces from B and C are translated.pavouk12-444/+471
2004-01-15Backgammon translation done.pavouk1-38/+42
2004-01-15- add oapplicationfactory to opiecoremickeyl13-1/+689
- add big screen examples
2004-01-15libopie1 (bigscreen) --> libopie2/opieuimickeyl12-0/+2545
2004-01-15libopie1 --> libopie2 + namespace cleanups, code layout, etc.mickeyl12-3/+2285
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl16-8/+2621
2004-01-15add file templatesmickeyl2-0/+89
2004-01-14more colorfulmickeyl1-0/+0
2004-01-13Add .cvsignore and fix sigsev when updating and upgradingdrw2-2/+8
2004-01-13build system bits to get libqtaux builtmickeyl3-2/+5
2004-01-13introduce libqtaux in order to get a LGPL clean libopie2 after the mergemickeyl15-0/+4162
with libopie1
2004-01-13libkppp translation donepavouk1-258/+406
2004-01-13use OProcess::processPID()mickeyl1-28/+4
2004-01-13- add the static method int OProcess::processPID(const QString&)mickeyl6-1/+65
- add an example program for dealing with OProcess. This should be enhanced...
2004-01-13cleanup and unify source layoutmickeyl2-448/+393
2004-01-13comments should go into the header filemickeyl2-13/+19
2004-01-13- rewrite device detectionmickeyl15-511/+602
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private.
2004-01-13Added opie-packagemanagerdrw1-0/+1
2004-01-13Initial upload of new package managerdrw42-0/+3927
2004-01-13- split odevice into dedicated files and classes, it has getting much too largemickeyl17-4/+5946
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2
2004-01-13Add uk keymap courtesy A.Pearce <A.Pearce@salford.ac.uk>mickeyl1-0/+263
2004-01-12done calibrate translationpavouk1-2/+3
2004-01-12nanoseconds are neither milliseconds nor microsecondsmickeyl1-1/+1
2004-01-12updatemickeyl1-20/+40
2004-01-12depends on PICKBOARDzecke1-1/+1
2004-01-12when flush sendmail queue the user will be asked for selecting analwin4-9/+110
smtp account to use when there are more than one smtp-accounts
2004-01-12generating clean failuremessagesalwin1-41/+67
bugfix - smtp without login was resolved as wrong when sending enqueued mails login will asked when starting flush not on every mail.
2004-01-11- rename files ostorage.cpp .h in ostorageinfo.cpp .har3-5/+5
2004-01-11- add LIBOPIE2CORE in dependsar1-1/+1
2004-01-11when failure sending mails them will be stored into a local folderalwin2-1/+24
and a message box appears.
2004-01-11added greek-keyboard in multikeyhayzel1-0/+291
2004-01-10change maintainter from warick to opie projectllornkcor17-17/+17
2004-01-10dont show background face for large screens, as it doesnt fitllornkcor1-1/+3
2004-01-10new email addyllornkcor20-20/+20
2004-01-10new email addyllornkcor2-2/+2
2004-01-10fix for qvfbllornkcor1-57/+70
2004-01-10Introduce the todo sectionzecke1-0/+1
2004-01-10update API documentationzecke5-3278/+289
2004-01-10Fix apidox Rulezecke1-1/+2
2004-01-10-First follow Qt naming stylezecke3-14/+12
-use const -Fix Doxygen comment. If above a method better skip the @fn -Update backuprestore to use the new names TODO: Alter filename to ostorageinfo
2004-01-10- use the new OStorageInfo instead of StorageInfoar2-3/+3
2004-01-10- removear2-64/+0
QString getCfPath(); QString getSdPath(); QString getMmcPath();
2004-01-10- New class OStorageInfoar3-3/+148
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();