summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2004-05-30LCD/Backlight control has changed a bitchicken1-3/+3
2004-05-29Make Enabled/Disabled work.zecke1-1/+2
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added /
2004-05-29fix path handlingharlekin1-2/+2
2004-05-28Be nice to Ar. Put the closing of the namespace into the guardszecke1-2/+3
guarding against multiple header inclusion...
2004-05-28Same config namezecke1-2/+2
2004-05-28Make harlekin happy. AkA uncomitted codezecke2-3/+16
2004-05-21last bit of jornada 56x button updateschicken1-5/+5
2004-05-21correct jornada 56x button handling for opiechicken2-5/+71
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke2-33/+395
At least it compiles, test and GUI will come this week
2004-05-17use the config group saver right?!zecke1-2/+2
2004-05-17Clearify documentation on config groupsaver and give a small code examplezecke1-0/+9
2004-05-12As pointed out on irc the template functions fail to compile.zecke1-6/+0
I've removed the method in the base class so remove in OPluginLoader as well Evaluate if we want to allow loading of a 'path' + QUUid or only via OPluginItem
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke3-78/+220
-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-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-10First draft of PluginLoaderzecke2-0/+588
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow
2004-05-10Some virtuals which we discussed some time back...zecke1-8/+11
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke14-43/+44
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-05-01Make the code more appealing to mezecke1-3/+9
Fix small memory leak for the blacklist QMap
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-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