Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
-default email app is now opiemail instead of mail | ||||
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 |
paint the image of course.... | ||||
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 |
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE) | ||||
2004-04-20 | added EventMask for keynotifiers. eg., a mask on which type of keyevents | alwin | 2 | -4/+88 |
(press and/or release) the keyconfig makes an action | ||||
2004-04-19 | First milestone reached: | mickeyl | 2 | -13/+93 |
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files. | ||||
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 |
Brad: I sorted the "DN_xxx undeclared" issue out, please test | ||||
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 |
this is work in progress. don't look to close yet | ||||
2004-04-16 | add onotifydemo. don't look too close at it, the API is not finished | mickeyl | 4 | -2/+144 |
2004-04-16 | - displaying a busy makes no sense here. It results in double paintings | alwin | 2 | -25/+19 |
- method to set autoscale/autorotate at once | ||||
2004-04-15 | hopefull better repainting when switching the image while view is | alwin | 1 | -19/+11 |
visible | ||||
2004-04-15 | using other values when scaled loading of jpegs | alwin | 1 | -1/+1 |
2004-04-15 | start of documentation | alwin | 1 | -12/+97 |
2004-04-14 | added the image-display widgets to lib 'cause it may used in other | alwin | 5 | -2/+1056 |
applications ToDo: Interface description | ||||
2004-04-13 | Split the KeyConfig Manager and Widget into Ui and Core parts | zecke | 10 | -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-12 | Implementing regexp search. OSearch works now.. | eilers | 2 | -19/+80 |
todo: Implemented removal of finished todo items.. | ||||
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 2 | -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-10 | Some fixes to the namespace using. | eilers | 3 | -9/+39 |
the first test implementation of regexp-search for addressbook (disabled) | ||||
2004-04-08 | added conditional dependency for LIBOPIE2DB to LIBOPIE2PIM so if db is | lackac | 1 | -12/+13 |
selected it gets compiled first also added dependency for LIBOPIE2PIM to SQL_PIM_BACKEND | ||||
2004-04-08 | OPIEDB depends on SQlite | zecke | 2 | -4/+4 |
OPIENET on pcap | ||||
2004-04-07 | there was a double check for LIBOPIE2UI in libopie2/examples/config.in | lackac | 1 | -2/+2 |
2004-04-07 | removed LIBOPIEDB2 dependency from libopie2/opiepim/config.in because it | lackac | 1 | -1/+1 |
isn't needed it is LIBOPIE2DB anyway | ||||
2004-04-07 | workaround for a OConfig bug so all keys will realy written | alwin | 1 | -0/+1 |
2004-04-07 | copy data handed over by libpcap because libpcap reuses the data area | mickeyl | 1 | -18/+21 |
2004-04-07 | Added some odebug includes and namespaces refs | wimpie | 1 | -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 fix | brad | 1 | -0/+3 |
2004-04-06 | added OPIE_EXPORT_APP_V2( Factory,name ) macro. | alwin | 1 | -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-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 9 | -118/+28 |
2004-04-06 | Fix memleak | brad | 2 | -6/+5 |
2004-04-06 | add autodetection for wireless extension version | mickeyl | 1 | -4/+11 |
2004-04-06 | Made sqlite regex cache "instance safe". Further work will continue as I ↵ | brad | 2 | -20/+32 |
figure out how to do it :p) | ||||
2004-04-06 | s/;;/; | mickeyl | 1 | -1/+1 |
2004-04-06 | use include "" inside .cpp to play nice with external build systems | mickeyl | 1 | -1/+1 |
2004-04-05 | *Basic* regex caching for massive search speedup (and I mean lots) | brad | 1 | -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-05 | Regex support for sqlite (finally) | brad | 1 | -0/+30 |
2004-04-05 | SQL-Backends are almost finished ! | eilers | 7 | -94/+339 |
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search | ||||
2004-04-04 | Add Postroutines which seem to not work... | zecke | 3 | -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-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 43 | -105/+116 |
2004-04-04 | fix #defines, so that you never have to say | mickeyl | 1 | -4/+4 |
Opie::Core::odebug << "bla", but just odebug << "bla". (I fear otherwise people wouldn't want to use it ;) | ||||
2004-04-03 | Add some todos for Alwin | zecke | 1 | -0/+60 |
2004-04-02 | added _sdf(0) to constructor to avoid warning | wimpie | 1 | -1/+1 |