summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
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 ;)
2004-04-03Add some todos for Alwinzecke1-0/+60
2004-04-02added _sdf(0) to constructor to avoid warningwimpie1-1/+1
2004-04-02Removed the avaluation code. Horizontal layout won the competition, therfore ↵eilers1-176/+1
the rest is removed..
2004-04-02Add OKeyConfigWidget to the .pro filezecke2-3/+6
and also allow single character shortcuts
2004-04-02 update the example as wellzecke2-3/+5
2004-04-01Unbelievable this widget is done and can be used nowzecke2-24/+61
2004-04-01Finally only two checks left and it is donezecke3-70/+216
Capture keys
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers1-3/+3
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-31Fixed small bug, causes some crashes at startup: qDebug("... %s"); is bad.. ;)eilers1-1/+1
2004-03-29-Bugfixes on compare operator and isEmptyzecke2-15/+119
-Implement saving from the widget to the manager -Fix Ctrl vs Alt mixup Yeah now the user can select between none and default A OKeyChooserDialog will soon be implemented
2004-03-29One more keyboard actionzecke1-2/+6
2004-03-28enabling and disabling the SQL stuff for libopiepim2 should now (finally) workmickeyl2-3/+8
note that you may have to 'make mrproper' after enabling/disabling
2004-03-28From yesterday. Some sort of GUI loadingzecke2-3/+19
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl19-19/+19
build system
2004-03-28- remove optional SQL support from libopie1mickeyl2-12/+17
- add optional SQL support to libopie2
2004-03-28add some FIXMEs for later API revisionsmickeyl2-5/+7
2004-03-28OPacketCapturer API addition: setAutoDelete() and autoDelete()mickeyl2-8/+33
2004-03-27Fix key events.zecke1-2/+39
On true hardware events Shift/Ctrl/Alt are not equal with the ButtonState On virtual keyboard events no key() is sent...
2004-03-26Only GUI config is leftzecke2-106/+453
2004-03-26A small example/test for the OKeyConfigWidget currentlyzecke3-0/+174
in opie-eye. So you see my intention where it should end
2004-03-26Add WFlags to the c'tor so we eventually can use thiszecke2-3/+3
in the designer... but anyway making it more consistent with Qt Ah and this is binary incompatible but the API isn't marked as stable anyway
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-2/+5
2004-03-26move SQL_BACKEND configuration to where it belongsmickeyl1-0/+14
2004-03-26Some more Implementation.zecke2-10/+311
Basicly all of the non GUI part is done
2004-03-25Some implementation and API changezecke2-21/+529
2004-03-24reorder menu entriesmickeyl1-3/+4
libopie2: no longer a submenu, out of experimental, into base
2004-03-24Ideas from Mickey. Install eventFilter for a widget as well and thenzecke1-0/+9
send a signal
2004-03-23Update....zecke1-0/+96
Start the Slave Add the Iface for OKeyConfigWidget
2004-03-18stddefs.h included for definition of NULLalwin1-0/+2
2004-03-15Fix up test casezecke1-0/+1
2004-03-15No iostream if printfzecke1-1/+1
2004-03-15no iostream if you use printfzecke1-1/+1
2004-03-15Fix compile with gcc2zecke1-1/+1