summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
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
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl13-0/+2736
and comment...
2002-04-30- put the xml tree classes into the Opie namespacesimon2-0/+6
2002-03-20- consistent indentation within this file :)simon1-1/+1
2002-03-20- speed up for attribute() and setAttribute()simon1-7/+10
- indentation fixlet (let's stay consistent :)
2002-03-19along with tododbharlekin2-25/+19
2002-03-16mark: added .pro for libopie. moved .h to includedir.kergoth2-1/+111
2002-03-14- moved encodeAttr out of XMLElement into an anonymous namespacesimon1-34/+36
- private copy ctor and assignment operator - changed license to LGPL
2002-03-14tronicals xmltree with a replaced encodeAttr method.zecke1-0/+324
before we only talk about libopie i started it