Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-02-21 | the usual cosmetics | mickeyl | 23 | -650/+849 |
2004-02-21 | Install OWait as well. | zecke | 3 | -2/+174 |
If the API is considered too bad ( I remember the talk about OWait wait; on the stack ) we will have to sort it out | ||||
2004-02-21 | some global helper functions implemented | alwin | 2 | -46/+153 |
2004-02-20 | Implement encodeBase64 and decodeBase64 LGPLed by KDE project | zecke | 1 | -0/+262 |
Use my version of generateUuid() ( LGPL ) return two variables.. hardly licensable Rest will do alwin and tille! clean room | ||||
2004-02-20 | Fix the messed up header :) | zecke | 1 | -26/+44 |
Mess up the header ( #define private protected for Global. Yeah ugly ) Add default parameter to encodeBase64 to obey RFC Handle DateFormat better | ||||
2004-02-20 | includes changed | alwin | 1 | -22/+22 |
2004-02-20 | some more global functions for ODP | zecke | 1 | -2/+75 |
Alwin will do a clean room implementation on most of the content | ||||
2004-02-20 | uses xmltree.h from libopiecore2 instead libopie | alwin | 1 | -1/+1 |
2004-02-20 | added xmltree from libopie to libopiecore2 | alwin | 1 | -2/+4 |
2004-02-20 | syntax-error | alwin | 1 | -2/+2 |
2004-02-20 | moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵ | alwin | 71 | -826/+2288 |
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff. | ||||
2004-02-19 | aboutSuspend -> aboutToSuspend | alwin | 1 | -1/+1 |
I knew all the time - zecke is Mr. Muentefering in real live ;) | ||||
2004-02-19 | when going to suspend, a QCopEnvelope message will send | alwin | 4 | -85/+94 |
( "QPE/System","aboutSuspend()" ) | ||||
2004-02-19 | Add API comment about inline dtor | zecke | 1 | -0/+1 |
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 1 | -0/+9 |
2004-02-19 | The hardware keys on the H5xxx are rotated by 270° | zecke | 1 | -1/+7 |
so rotate the key events | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 7 | -7/+0 |
2004-02-15 | better return 0 here | mickeyl | 1 | -1/+1 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 6 | -6/+6 |
Maintainer, Files and Section fields) | ||||
2004-02-07 | Rename the rest bunch of functions <- fix compiling... | zecke | 8 | -19/+21 |
Readd the todo mark about constness initButtons is not const... | ||||
2004-02-07 | Forward port the recent API docu of the FileSelector | zecke | 2 | -1/+131 |
2004-02-06 | Remove OCheckItem... | zecke | 3 | -217/+2 |
Forward port the recent API docu of the FileSelector | ||||
2004-02-06 | Fix invalid comments | zecke | 1 | -6/+6 |
2004-02-05 | Janitor: remove ulong ref | zecke | 1 | -2/+1 |
2004-01-27 | Guess what? return QS_FALSE; | zecke | 1 | -0/+2 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 8 | -30/+47 |
2004-01-16 | Some changes to handle alarms for datebook-sql db.. | eilers | 3 | -0/+36 |
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 | 11 | -4/+2375 |
2004-01-15 | add file templates | mickeyl | 2 | -0/+89 |
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 | - 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-11 | - rename files ostorage.cpp .h in ostorageinfo.cpp .h | ar | 2 | -4/+4 |
2004-01-10 | -First follow Qt naming style | zecke | 2 | -8/+6 |
-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 | - New class OStorageInfo | ar | 3 | -3/+148 |
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-08 | add parsing of ProbeRequests | mickeyl | 1 | -2/+6 |
2004-01-07 | add status output | mickeyl | 1 | -3/+12 |
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 3 | -4/+13 |
2004-01-06 | start parsing 802.11 control frames | mickeyl | 3 | -1319/+1335 |
2004-01-03 | slightly improve the speed reading the manufacturers list | mickeyl | 2 | -29/+214 |
2004-01-01 | bye bye qDebug, hello odebug | mickeyl | 2 | -20/+14 |
2003-12-22 | add a few missing const directives to get it to compile again | mickeyl | 1 | -4/+4 |
2003-12-22 | Fixing stupid bug, found by sourcode review.. | eilers | 1 | -0/+11 |
2003-12-22 | Finishing implementation of sql-backend for datebook. But I have to | eilers | 13 | -69/+333 |
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming.. | ||||
2003-12-20 | - start cleaning up (lot of stuff left) | mickeyl | 7 | -71/+75 |
- use odebug classes |