Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-04-05 | Regex support for sqlite (finally) | brad | 1 | -0/+30 |
2004-04-05 | SQL-Backends are almost finished ! | eilers | 7 | -94/+339 |
2004-04-04 | Add Postroutines which seem to not work... | zecke | 3 | -111/+132 |
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 |
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 |
2004-04-02 | Removed the avaluation code. Horizontal layout won the competition, therfore ... | eilers | 1 | -176/+1 |
2004-04-02 | Add OKeyConfigWidget to the .pro file | zecke | 2 | -3/+6 |
2004-04-02 | update the example as well | zecke | 2 | -3/+5 |
2004-04-01 | Unbelievable this widget is done and can be used now | zecke | 2 | -24/+61 |
2004-04-01 | Finally only two checks left and it is done | zecke | 3 | -70/+216 |
2004-03-31 | Removed all unnecessary dependencies to libopiedb2 and reimplemented | eilers | 1 | -3/+3 |
2004-03-31 | Fixed small bug, causes some crashes at startup: qDebug("... %s"); is bad.. ;) | eilers | 1 | -1/+1 |
2004-03-29 | -Bugfixes on compare operator and isEmpty | zecke | 2 | -15/+119 |
2004-03-29 | One more keyboard action | zecke | 1 | -2/+6 |
2004-03-28 | enabling and disabling the SQL stuff for libopiepim2 should now (finally) work | mickeyl | 2 | -3/+8 |
2004-03-28 | From yesterday. Some sort of GUI loading | zecke | 2 | -3/+19 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the buil... | mickeyl | 19 | -19/+19 |
2004-03-28 | - remove optional SQL support from libopie1 | mickeyl | 2 | -12/+17 |
2004-03-28 | add some FIXMEs for later API revisions | mickeyl | 2 | -5/+7 |
2004-03-28 | OPacketCapturer API addition: setAutoDelete() and autoDelete() | mickeyl | 2 | -8/+33 |
2004-03-27 | Fix key events. | zecke | 1 | -2/+39 |
2004-03-26 | Only GUI config is left | zecke | 2 | -106/+453 |
2004-03-26 | A small example/test for the OKeyConfigWidget currently | zecke | 3 | -0/+174 |
2004-03-26 | Add WFlags to the c'tor so we eventually can use this | zecke | 2 | -3/+3 |
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -2/+5 |
2004-03-26 | move SQL_BACKEND configuration to where it belongs | mickeyl | 1 | -0/+14 |
2004-03-26 | Some more Implementation. | zecke | 2 | -10/+311 |
2004-03-25 | Some implementation and API change | zecke | 2 | -21/+529 |
2004-03-24 | reorder menu entries | mickeyl | 1 | -3/+4 |
2004-03-24 | Ideas from Mickey. Install eventFilter for a widget as well and then | zecke | 1 | -0/+9 |
2004-03-23 | Update.... | zecke | 1 | -0/+96 |
2004-03-18 | stddefs.h included for definition of NULL | alwin | 1 | -0/+2 |
2004-03-15 | Fix up test case | zecke | 1 | -0/+1 |
2004-03-15 | No iostream if printf | zecke | 1 | -1/+1 |
2004-03-15 | no iostream if you use printf | zecke | 1 | -1/+1 |
2004-03-15 | Fix compile with gcc2 | zecke | 1 | -1/+1 |
2004-03-14 | No using namespace in a public header | zecke | 2 | -9/+9 |
2004-03-14 | Change Signature of Signals to obey namespace | zecke | 7 | -35/+34 |
2004-03-14 | but XML Parser back to OPie Core as libtinykate uses it as well | zecke | 5 | -13/+10 |
2004-03-13 | Fix possible divide by null | zecke | 1 | -10/+11 |
2004-03-13 | Change OApplicationFactory to be in Opie::Core as well | zecke | 1 | -6/+8 |
2004-03-13 | Move XML class to internal PIM | zecke | 154 | -337/+994 |
2004-03-12 | osmart_pointer -> osmartpointer | alwin | 1 | -1/+1 |
2004-03-12 | renaming | alwin | 1 | -13/+14 |
2004-03-12 | API change: OPacket::dumpStructure() now returns a QString and accepts void | mickeyl | 2 | -24/+32 |