summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-08OPIEDB depends on SQlitezecke2-4/+4
OPIENET on pcap
2004-04-07there was a double check for LIBOPIE2UI in libopie2/examples/config.inlackac1-2/+2
2004-04-07removed LIBOPIEDB2 dependency from libopie2/opiepim/config.in because itlackac1-1/+1
isn't needed it is LIBOPIE2DB anyway
2004-04-07workaround for a OConfig bug so all keys will realy writtenalwin1-0/+1
2004-04-07copy data handed over by libpcap because libpcap reuses the data areamickeyl1-18/+21
2004-04-07Added some odebug includes and namespaces refswimpie1-1/+1
opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2
2004-04-06<sigh> gcc 2.95.3 compile fixbrad1-0/+3
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 roadmapmickeyl9-118/+28
2004-04-06Fix memleakbrad2-6/+5
2004-04-06add autodetection for wireless extension versionmickeyl1-4/+11
2004-04-06Made sqlite regex cache "instance safe". Further work will continue as I ↵brad2-20/+32
figure out how to do it :p)
2004-04-06s/;;/;mickeyl1-1/+1
2004-04-06use include "" inside .cpp to play nice with external build systemsmickeyl1-1/+1
2004-04-05*Basic* regex caching for massive search speedup (and I mean lots)brad1-14/+21
Yes, it's ugly. Yes, it's simple. Yes it probably breaks several fundamental coding rules. Yes, I'm open to suggestions as to how to do it better and more in the Opie way.
2004-04-05Regex support for sqlite (finally)brad1-0/+30
2004-04-05SQL-Backends are almost finished !eilers7-94/+339
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search
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::Internalzecke43-105/+116
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 ;)