summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02run the optimize_connect scriptalwin1-1/+1
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
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 sendalwin1-22/+28
( "QPE/System","aboutSuspend()" )
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke1-4/+4
Readd the todo mark about constness initButtons is not const...
2004-01-13- rewrite device detectionmickeyl1-37/+36
- 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-0/+623
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2