summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke5-78/+268
-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-11Comment on virtual method and maybe the lack of themzecke2-3/+8
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-10Initial draft for the GUI configuratorzecke1-0/+38
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-09POSIX claims the includer of regex.h MUST include sys/types.h prior to ↵mickeyl1-5/+0
including it. Thus we can unify the case and unconditionally.
2004-05-08Fixed a lot of worse bugs in the databook-backend for SQL.eilers3-16/+24
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow..
2004-05-07If you create an array, delete it as an arrayzecke1-1/+1
2004-05-04OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual)eilers9-9/+12
2004-05-04Minor modification in debug outputeilers1-1/+3
2004-05-04This is the reason, why I sometimes hate C++ ..eilers1-1/+1
Fixed crash in find of OPimDateBookBackend_SQL
2004-05-03catch up with source changesmickeyl2-6/+4
2004-05-03remove the OPIE_WE_VERSION crap. this was a step into the wrong direction.mickeyl4-1468/+10
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago...
2004-05-02dump takes less space nowmickeyl1-4/+2
NOTE: I think dump really doesn't belong here
2004-05-02fix one odebug warningmickeyl1-2/+2
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-05-01- fix off-by-one bug in OChannelHoppermickeyl3-8/+18
- fix bug in OPacket which broke everything using it - expose both wireless extension versions (runtime + compile time) through API
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-28Changelog for OpiePim-Libraryeilers1-0/+4
2004-04-28Some modifications to alow use of generic OPimRecords without need toeilers9-15/+65
cast them manually to the right type
2004-04-24gcc3.4 fixletmickeyl1-1/+1
2004-04-23disambiguate the API (triggered by gcc 3.4 ;)mickeyl2-5/+3
2004-04-23reduced the need of image calculationsalwin1-4/+5
2004-04-23gcc 3.4 fixlet and kill a warningmickeyl1-1/+2
2004-04-22reworked the painting algorithm again, hopefully now it works in all casesalwin1-31/+17
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-21improved painting, eg., when clip area is outside image we must notalwin1-2/+17
paint the image of course....
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 upmickeyl3-63/+176
Brad: I sorted the "DN_xxx undeclared" issue out, please test
2004-04-16fixed painting problems when reloading images when widget is visiblealwin1-6/+10
2004-04-16compile fixmickeyl1-3/+3
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-16add onotifydemo. don't look too close at it, the API is not finishedmickeyl4-2/+144
2004-04-16- displaying a busy makes no sense here. It results in double paintingsalwin2-25/+19
- method to set autoscale/autorotate at once
2004-04-15hopefull better repainting when switching the image while view isalwin1-19/+11
visible
2004-04-15using other values when scaled loading of jpegsalwin1-1/+1
2004-04-15start of documentationalwin1-12/+97
2004-04-14added the image-display widgets to lib 'cause it may used in otheralwin5-2/+1056
applications ToDo: Interface description
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke10-954/+999
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
2004-04-12Implementing regexp search. OSearch works now..eilers2-19/+80
todo: Implemented removal of finished todo items..
2004-04-11Fixes for sqlite regex driver. Function must be implemented asbrad2-9/+14
rlike("pattern","match") instead of "where uid rlike("99")" you must use "where rlike("99",uid). My mistake. Also fixes for pointer math for context regex caching.
2004-04-10Some fixes to the namespace using.eilers3-9/+39
the first test implementation of regexp-search for addressbook (disabled)
2004-04-08added conditional dependency for LIBOPIE2DB to LIBOPIE2PIM so if db islackac1-12/+13
selected it gets compiled first also added dependency for LIBOPIE2PIM to SQL_PIM_BACKEND