summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01fix includeschicken5-18/+0
2004-02-22libopie2: libopie->libopie2drw1-5/+6
2004-02-21docsalwin1-0/+10
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-20added xmltree from libopie to libopiecore2alwin1-2/+4
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-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-*drw1-1/+0
2004-02-15better return 0 heremickeyl1-1/+1
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
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-06Fix invalid commentszecke1-6/+6
2004-01-21catch up with moves on cvs servermickeyl4-21/+29
2004-01-15- add oapplicationfactory to opiecoremickeyl1-0/+293
- add big screen examples
2004-01-13- add the static method int OProcess::processPID(const QString&)mickeyl2-0/+35
- 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 largemickeyl16-2/+5944
- 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();
2003-12-03remove X11 stuff for now - will come back latermickeyl4-279/+0
2003-12-02move qt3 only stuff in a dedicated directory and remove from building ↵mickeyl1-11/+1
process for now
2003-12-02warning: file restrucuration on server aheadmickeyl3-8/+8
be sure to do a complete checkout of libopie2 again tomorrow
2003-12-02revert the changes approaching to compile libopie2 under X11mickeyl2-9/+4
it broke signals and slots and has to be done like zecke did it with libqpe
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl8-18/+27
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers1-1/+1
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-09-25fix tille's infinite recursion ;-)mickeyl1-1/+1
2003-09-03more compatibility stufftille4-1/+31
2003-09-02this should make oapplication compile (and run) for qt3/x11tille11-15/+273
2003-08-25remoce this stupid bug once again...tille3-23/+8
2003-08-25libopie2 compiles for qt3/x11 nowtille3-3/+30
run: qmake "platform=x11" libopie2.pro
2003-06-02some .cvsignore fixesschurig1-1/+1
2003-05-10- make oApp not return a const app objectmickeyl2-86/+59
- homogenize oconfig documentation - remove debug output
2003-05-08- sync manufacturer list with etherealmickeyl2-1/+13
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-07Add d ptrzecke1-0/+2
add comments and FIXMEs three new signals for otodoaccess
2003-05-01remove stupid approach to encapsulate X11/Embedded differences into OApplicationmickeyl2-86/+43
thanks to zecke reminding me (once again) that moc does not preprocess... if I ever forget it again, I owe you a beer :-)
2003-04-13Add apie commentszecke4-4/+14
QString -> const QString& fix
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵mickeyl1-3/+3
Z... *sigh*
2003-03-30one more fix for gcc 2.9xmickeyl1-1/+5
2003-03-30gcc2.9x fixmickeyl1-1/+1
2003-03-30- add classes for 802.11 tagged valuesmickeyl2-0/+30
- adjust miniwellenreiter accordingly