summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-02-21docsalwin1-0/+10
2004-02-21the usual cosmeticsmickeyl23-650/+849
2004-02-21Install OWait as well.zecke3-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-21some global helper functions implementedalwin2-46/+153
2004-02-20Implement encodeBase64 and decodeBase64 LGPLed by KDE projectzecke1-0/+262
Use my version of generateUuid() ( LGPL ) return two variables.. hardly licensable Rest will do alwin and tille! clean room
2004-02-20Fix the messed up header :)zecke1-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-20includes changedalwin1-22/+22
2004-02-20some more global functions for ODPzecke1-2/+75
Alwin will do a clean room implementation on most of the content
2004-02-20uses xmltree.h from libopiecore2 instead libopiealwin1-1/+1
2004-02-20added xmltree from libopie to libopiecore2alwin1-2/+4
2004-02-20syntax-erroralwin1-2/+2
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin71-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-19aboutSuspend -> aboutToSuspendalwin1-1/+1
I knew all the time - zecke is Mr. Muentefering in real live ;)
2004-02-19when going to suspend, a QCopEnvelope message will sendalwin4-85/+94
( "QPE/System","aboutSuspend()" )
2004-02-19Add API comment about inline dtorzecke1-0/+1
2004-02-19Add notes for API fixes and BC stuffzecke1-0/+9
2004-02-19The hardware keys on the H5xxx are rotated by 270°zecke1-1/+7
so rotate the key events
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw7-7/+0
2004-02-15better return 0 heremickeyl1-1/+1
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw6-6/+6
Maintainer, Files and Section fields)
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke8-19/+21
Readd the todo mark about constness initButtons is not const...
2004-02-07Forward port the recent API docu of the FileSelectorzecke2-1/+131
2004-02-06Remove OCheckItem...zecke3-217/+2
Forward port the recent API docu of the FileSelector
2004-02-06Fix invalid commentszecke1-6/+6
2004-02-05Janitor: remove ulong refzecke1-2/+1
2004-01-27Guess what? return QS_FALSE;zecke1-0/+2
2004-01-21catch up with moves on cvs servermickeyl8-30/+47
2004-01-16Some changes to handle alarms for datebook-sql db..eilers3-0/+36
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 cleanupsmickeyl11-4/+2375
2004-01-15add file templatesmickeyl2-0/+89
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-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-11- rename files ostorage.cpp .h in ostorageinfo.cpp .har2-4/+4
2004-01-10-First follow Qt naming stylezecke2-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 OStorageInfoar3-3/+148
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();
2004-01-08add parsing of ProbeRequestsmickeyl1-2/+6
2004-01-07add status outputmickeyl1-3/+12
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl3-4/+13
2004-01-06start parsing 802.11 control framesmickeyl3-1319/+1335
2004-01-03slightly improve the speed reading the manufacturers listmickeyl2-29/+214
2004-01-01bye bye qDebug, hello odebugmickeyl2-20/+14
2003-12-22add a few missing const directives to get it to compile againmickeyl1-4/+4
2003-12-22Fixing stupid bug, found by sourcode review..eilers1-0/+11
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers13-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..