Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-18 | scale background image if needed | llornkcor | 2 | -11/+28 |
2004-01-18 | anti anti debug | llornkcor | 1 | -2/+2 |
2004-01-18 | fix for QWS_DISPLAY not being set | llornkcor | 1 | -8/+15 |
2004-01-18 | add unifont from somewhere | llornkcor | 1 | -15/+88 |
2004-01-17 | fix for ascii char width | llornkcor | 1 | -3/+18 |
2004-01-16 | Some changes to handle alarms for datebook-sql db.. | eilers | 6 | -0/+72 |
2004-01-16 | add build time dependency to libopienet2 | mickeyl | 1 | -1/+1 |
2004-01-15 | Pieces from B and C are translated. | pavouk | 12 | -444/+471 |
2004-01-15 | Backgammon translation done. | pavouk | 1 | -38/+42 |
2004-01-15 | - add oapplicationfactory to opiecore | mickeyl | 13 | -1/+689 |
- add big screen examples | ||||
2004-01-15 | libopie1 (bigscreen) --> libopie2/opieui | mickeyl | 12 | -0/+2545 |
2004-01-15 | libopie1 --> libopie2 + namespace cleanups, code layout, etc. | mickeyl | 12 | -3/+2285 |
2004-01-15 | more libopie1 --> libopie2 with namespace cleanups and code layout cleanups | mickeyl | 16 | -8/+2621 |
2004-01-15 | add file templates | mickeyl | 2 | -0/+89 |
2004-01-14 | more colorful | mickeyl | 1 | -0/+0 |
2004-01-13 | Add .cvsignore and fix sigsev when updating and upgrading | drw | 2 | -2/+8 |
2004-01-13 | build system bits to get libqtaux built | mickeyl | 3 | -2/+5 |
2004-01-13 | introduce libqtaux in order to get a LGPL clean libopie2 after the merge | mickeyl | 15 | -0/+4162 |
with libopie1 | ||||
2004-01-13 | libkppp translation done | pavouk | 1 | -258/+406 |
2004-01-13 | use OProcess::processPID() | mickeyl | 1 | -28/+4 |
2004-01-13 | - add the static method int OProcess::processPID(const QString&) | mickeyl | 6 | -1/+65 |
- add an example program for dealing with OProcess. This should be enhanced... | ||||
2004-01-13 | cleanup and unify source layout | mickeyl | 2 | -448/+393 |
2004-01-13 | comments should go into the header file | mickeyl | 2 | -13/+19 |
2004-01-13 | - rewrite device detection | mickeyl | 15 | -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-13 | Added opie-packagemanager | drw | 1 | -0/+1 |
2004-01-13 | Initial upload of new package manager | drw | 42 | -0/+3927 |
2004-01-13 | - split odevice into dedicated files and classes, it has getting much too large | mickeyl | 17 | -4/+5946 |
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2 | ||||
2004-01-13 | Add uk keymap courtesy A.Pearce <A.Pearce@salford.ac.uk> | mickeyl | 1 | -0/+263 |
2004-01-12 | done calibrate translation | pavouk | 1 | -2/+3 |
2004-01-12 | nanoseconds are neither milliseconds nor microseconds | mickeyl | 1 | -1/+1 |
2004-01-12 | update | mickeyl | 1 | -20/+40 |
2004-01-12 | depends on PICKBOARD | zecke | 1 | -1/+1 |
2004-01-12 | when flush sendmail queue the user will be asked for selecting an | alwin | 4 | -9/+110 |
smtp account to use when there are more than one smtp-accounts | ||||
2004-01-12 | generating clean failuremessages | alwin | 1 | -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 .h | ar | 3 | -5/+5 |
2004-01-11 | - add LIBOPIE2CORE in depends | ar | 1 | -1/+1 |
2004-01-11 | when failure sending mails them will be stored into a local folder | alwin | 2 | -1/+24 |
and a message box appears. | ||||
2004-01-11 | added greek-keyboard in multikey | hayzel | 1 | -0/+291 |
2004-01-10 | change maintainter from warick to opie project | llornkcor | 17 | -17/+17 |
2004-01-10 | dont show background face for large screens, as it doesnt fit | llornkcor | 1 | -1/+3 |
2004-01-10 | new email addy | llornkcor | 20 | -20/+20 |
2004-01-10 | new email addy | llornkcor | 2 | -2/+2 |
2004-01-10 | fix for qvfb | llornkcor | 1 | -57/+70 |
2004-01-10 | Introduce the todo section | zecke | 1 | -0/+1 |
2004-01-10 | update API documentation | zecke | 5 | -3278/+289 |
2004-01-10 | Fix apidox Rule | zecke | 1 | -1/+2 |
2004-01-10 | -First follow Qt naming style | zecke | 3 | -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 StorageInfo | ar | 2 | -3/+3 |
2004-01-10 | - remove | ar | 2 | -64/+0 |
QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-10 | - New class OStorageInfo | ar | 3 | -3/+148 |
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath(); |