summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23gcc 3.4 fixlet and kill a warningmickeyl1-1/+2
2004-04-22-added default buttons for emulation in qvfb or for unknown devicesalwin5-6/+54
-default email app is now opiemail instead of mail
2004-04-21add API documentation for OFileNotificationmickeyl1-3/+87
2004-04-20OFileNotifier now also supports watching for files which aren't existing yetmickeyl1-2/+9
2004-04-202nd milestone reached: Notification now works with deleted, renamed, andmickeyl2-2/+23
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE)
2004-04-20added EventMask for keynotifiers. eg., a mask on which type of keyeventsalwin2-4/+88
(press and/or release) the keyconfig makes an action
2004-04-19First milestone reached:mickeyl2-13/+93
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files.
2004-04-18Compile fix for gcc-2.95 <sigh>brad2-7/+4
2004-04-18the notifier interface is shaping upmickeyl2-54/+142
Brad: I sorted the "DN_xxx undeclared" issue out, please test
2004-04-16initial checkin of file and directory notifying classesmickeyl3-6/+239
this is work in progress. don't look to close yet
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke4-0/+949
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
2004-04-06added OPIE_EXPORT_APP_V2( Factory,name ) macro.alwin1-0/+38
Factory is the same as in OPIE_EXPORT_APP, name is the display name (third parameter of OApplication). In non-quicklaunch mode it will generate a Opie::Core::OApplication object instead of a QPEApplication object.
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl1-1/+1
2004-04-04Add Postroutines which seem to not work...zecke3-111/+132
Create a Debug Backend on first invocation. Sad thing is we still need to get reconfiguration of the settings.. OpieConfigXT is needed
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke23-48/+57
2004-04-04fix #defines, so that you never have to saymickeyl1-4/+4
Opie::Core::odebug << "bla", but just odebug << "bla". (I fear otherwise people wouldn't want to use it ;)
2004-03-31Fixed small bug, causes some crashes at startup: qDebug("... %s"); is bad.. ;)eilers1-1/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-18stddefs.h included for definition of NULLalwin1-0/+2
2004-03-14Change Signature of Signals to obey namespacezecke1-6/+6
Make example compile
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke3-2/+447
2004-03-13Change OApplicationFactory to be in Opie::Core as wellzecke1-6/+8
2004-03-13Move XML class to internal PIMzecke36-490/+212
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-12renamingalwin1-13/+14
2004-03-11*sigh* forgot to test before first checkin. sorry.alwin1-2/+2
2004-03-11added a (clean-room) smart-pointer implementation to the OPIE project.alwin2-0/+145
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-03-02run the optimize_connect scriptalwin6-13/+13
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-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