Age | Commit message (Expand) | Author | Files | Lines |
2004-05-18 | My Idea of a PluginConfig Widget part II :) | zecke | 1 | -10/+40 |
2004-05-18 | Fix the layout of the KeyConfig Dialog. | zecke | 1 | -2/+2 |
2004-05-17 | OPluginManager first bits of saving, enabling and sorting Plugin Config | zecke | 2 | -33/+395 |
2004-05-17 | use the config group saver right?! | zecke | 1 | -2/+2 |
2004-05-17 | Clearify documentation on config groupsaver and give a small code example | zecke | 1 | -0/+9 |
2004-05-16 | make this compile with gcc 3.4 | mickeyl | 1 | -3/+2 |
2004-05-16 | Improved accessing of default database style by using OPimGlobal::DEFAULT | eilers | 2 | -10/+38 |
2004-05-16 | Backendfactory allows to request the default database style which is defined | eilers | 2 | -17/+46 |
2004-05-16 | Introducing a new factory for creating access objects for the pim backends. | eilers | 3 | -41/+224 |
2004-05-12 | As pointed out on irc the template functions fail to compile. | zecke | 1 | -6/+0 |
2004-05-11 | -Woot The OpluginLoader successfully loaded and unloaded the Today Plugins | zecke | 5 | -78/+268 |
2004-05-11 | Comment on virtual method and maybe the lack of them | zecke | 2 | -3/+8 |
2004-05-11 | as the jornada 56x uses kernel 2.6 now we need new functions. | chicken | 2 | -20/+37 |
2004-05-10 | Initial draft for the GUI configurator | zecke | 1 | -0/+38 |
2004-05-10 | First draft of PluginLoader | zecke | 2 | -0/+588 |
2004-05-10 | Some virtuals which we discussed some time back... | zecke | 1 | -8/+11 |
2004-05-09 | POSIX claims the includer of regex.h MUST include sys/types.h prior to includ... | mickeyl | 1 | -5/+0 |
2004-05-08 | Fixed a lot of worse bugs in the databook-backend for SQL. | eilers | 3 | -16/+24 |
2004-05-07 | If you create an array, delete it as an array | zecke | 1 | -1/+1 |
2004-05-04 | OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual) | eilers | 9 | -9/+12 |
2004-05-04 | Minor modification in debug output | eilers | 1 | -1/+3 |
2004-05-04 | This is the reason, why I sometimes hate C++ .. | eilers | 1 | -1/+1 |
2004-05-03 | catch up with source changes | mickeyl | 2 | -6/+4 |
2004-05-03 | remove the OPIE_WE_VERSION crap. this was a step into the wrong direction. | mickeyl | 4 | -1468/+10 |
2004-05-02 | dump takes less space now | mickeyl | 1 | -4/+2 |
2004-05-02 | fix one odebug warning | mickeyl | 1 | -2/+2 |
2004-05-01 | Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ... | zecke | 14 | -43/+44 |
2004-05-01 | Make the code more appealing to me | zecke | 1 | -3/+9 |
2004-05-01 | - fix off-by-one bug in OChannelHopper | mickeyl | 3 | -8/+18 |
2004-04-30 | I had to remove ofilenotify out of the build for Darwin (MacOS X). It | eilers | 1 | -2/+12 |
2004-04-28 | Changelog for OpiePim-Library | eilers | 1 | -0/+4 |
2004-04-28 | Some modifications to alow use of generic OPimRecords without need to | eilers | 9 | -15/+65 |
2004-04-24 | gcc3.4 fixlet | mickeyl | 1 | -1/+1 |
2004-04-23 | disambiguate the API (triggered by gcc 3.4 ;) | mickeyl | 2 | -5/+3 |
2004-04-23 | reduced the need of image calculations | alwin | 1 | -4/+5 |
2004-04-23 | gcc 3.4 fixlet and kill a warning | mickeyl | 1 | -1/+2 |
2004-04-22 | reworked the painting algorithm again, hopefully now it works in all cases | alwin | 1 | -31/+17 |
2004-04-22 | -added default buttons for emulation in qvfb or for unknown devices | alwin | 5 | -6/+54 |
2004-04-21 | add API documentation for OFileNotification | mickeyl | 1 | -3/+87 |
2004-04-21 | improved painting, eg., when clip area is outside image we must not | alwin | 1 | -2/+17 |
2004-04-20 | OFileNotifier now also supports watching for files which aren't existing yet | mickeyl | 1 | -2/+9 |
2004-04-20 | 2nd milestone reached: Notification now works with deleted, renamed, and | mickeyl | 2 | -2/+23 |
2004-04-20 | added EventMask for keynotifiers. eg., a mask on which type of keyevents | alwin | 2 | -4/+88 |
2004-04-19 | First milestone reached: | mickeyl | 2 | -13/+93 |
2004-04-18 | Compile fix for gcc-2.95 <sigh> | brad | 2 | -7/+4 |
2004-04-18 | the notifier interface is shaping up | mickeyl | 3 | -63/+176 |
2004-04-16 | fixed painting problems when reloading images when widget is visible | alwin | 1 | -6/+10 |
2004-04-16 | compile fix | mickeyl | 1 | -3/+3 |
2004-04-16 | initial checkin of file and directory notifying classes | mickeyl | 3 | -6/+239 |
2004-04-16 | add onotifydemo. don't look too close at it, the API is not finished | mickeyl | 4 | -2/+144 |