summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
AgeCommit message (Collapse)AuthorFilesLines
2005-09-27Mac OS X compile fixes:zecke1-1/+2
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will identify the root cause. -do not redefine cxa_... on Mac. At least the the Apple Linker is not happy with having that symbol defined twice. -well DYLD_BOOL could not be casted to bool. changing it to bool works -opiecore.pro use the same test as in include.pro to see if we build on linux
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl1-11/+5
- move linux-only subsystems in subdirectory linux - minor header cleanups
2005-04-05Initial version of OResourcedrw1-6/+8
2005-02-01add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵mickeyl1-1/+3
API)
2005-01-10first shot at OpenZaurus HAL introduced by 2.6.10mickeyl1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-686/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-2/+686
2004-11-18-Move ORefCount to a non inline implementation in osmartpointer.cppzecke1-0/+2
-Add OSharedPointer as a smart pointer adapter to adapt any pointer This is used by Opie PIM Change pro file
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...