summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
AgeCommit message (Collapse)AuthorFilesLines
2004-08-01added a keyfilter singleton. All OPIE apps should use that instead ofalwin1-0/+2
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue.
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke1-1/+3
-Now when GUI and manager is done I'll see if sorting and disabling also works No leak, no memcorruption when running the test case
2004-04-30I had to remove ofilenotify out of the build for Darwin (MacOS X). Iteilers1-2/+12
uses calls to fcntl which is not supported. We should use kqueue instead..
2004-04-16initial checkin of file and directory notifying classesmickeyl1-6/+8
this is work in progress. don't look to close yet
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke1-0/+2
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke1-2/+4
2004-03-13Move XML class to internal PIMzecke1-5/+3
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-12osmart_pointer -> osmartpointeralwin1-1/+1
2004-03-11added a (clean-room) smart-pointer implementation to the OPIE project.alwin1-0/+1
Its an implementation I had made in 1999 for some other GPL projects and is clean-room, so would be fine someone takes a look on it.
2004-02-20added xmltree from libopie to libopiecore2alwin1-2/+4
2004-01-21catch up with moves on cvs servermickeyl1-20/+3
2004-01-13- rewrite device detectionmickeyl1-0/+6
- 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 largemickeyl1-1/+15
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2
2004-01-11- rename files ostorage.cpp .h in ostorageinfo.cpp .har1-3/+3
2004-01-10- New class OStorageInfoar1-3/+5
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath();
2003-12-02move qt3 only stuff in a dedicated directory and remove from building ↵mickeyl1-11/+1
process for now
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-1/+1
2003-09-02this should make oapplication compile (and run) for qt3/x11tille1-5/+9
2003-08-25remoce this stupid bug once again...tille1-4/+5
2003-08-25libopie2 compiles for qt3/x11 nowtille1-2/+9
run: qmake "platform=x11" libopie2.pro
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+31
and comment...