Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-02-07 | Rename the rest bunch of functions <- fix compiling... | zecke | 8 | -19/+21 |
Readd the todo mark about constness initButtons is not const... | ||||
2004-02-07 | Forward port the recent API docu of the FileSelector | zecke | 2 | -1/+131 |
2004-02-06 | Remove OCheckItem... | zecke | 3 | -217/+2 |
Forward port the recent API docu of the FileSelector | ||||
2004-02-06 | Fix invalid comments | zecke | 1 | -6/+6 |
2004-02-05 | Janitor: remove ulong ref | zecke | 1 | -2/+1 |
2004-01-27 | Guess what? return QS_FALSE; | zecke | 1 | -0/+2 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 8 | -30/+47 |
2004-01-16 | Some changes to handle alarms for datebook-sql db.. | eilers | 3 | -0/+36 |
2004-01-15 | - add oapplicationfactory to opiecore | mickeyl | 13 | -1/+689 |
- add big screen examples | ||||
2004-01-15 | libopie1 (bigscreen) --> libopie2/opieui | mickeyl | 12 | -0/+2545 |
2004-01-15 | libopie1 --> libopie2 + namespace cleanups, code layout, etc. | mickeyl | 12 | -3/+2285 |
2004-01-15 | more libopie1 --> libopie2 with namespace cleanups and code layout cleanups | mickeyl | 11 | -4/+2375 |
2004-01-15 | add file templates | mickeyl | 2 | -0/+89 |
2004-01-13 | - add the static method int OProcess::processPID(const QString&) | mickeyl | 6 | -1/+65 |
- add an example program for dealing with OProcess. This should be enhanced... | ||||
2004-01-13 | cleanup and unify source layout | mickeyl | 2 | -448/+393 |
2004-01-13 | comments should go into the header file | mickeyl | 2 | -13/+19 |
2004-01-13 | - rewrite device detection | mickeyl | 15 | -511/+602 |
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private. | ||||
2004-01-13 | - split odevice into dedicated files and classes, it has getting much too large | mickeyl | 17 | -4/+5946 |
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2 | ||||
2004-01-11 | - rename files ostorage.cpp .h in ostorageinfo.cpp .h | ar | 2 | -4/+4 |
2004-01-10 | -First follow Qt naming style | zecke | 2 | -8/+6 |
-use const -Fix Doxygen comment. If above a method better skip the @fn -Update backuprestore to use the new names TODO: Alter filename to ostorageinfo | ||||
2004-01-10 | - New class OStorageInfo | ar | 3 | -3/+148 |
- OStorageInfo implements following functions instead of StorageInfo QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-08 | add parsing of ProbeRequests | mickeyl | 1 | -2/+6 |
2004-01-07 | add status output | mickeyl | 1 | -3/+12 |
2004-01-07 | OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change) | mickeyl | 3 | -4/+13 |
2004-01-06 | start parsing 802.11 control frames | mickeyl | 3 | -1319/+1335 |
2004-01-03 | slightly improve the speed reading the manufacturers list | mickeyl | 2 | -29/+214 |
2004-01-01 | bye bye qDebug, hello odebug | mickeyl | 2 | -20/+14 |
2003-12-22 | add a few missing const directives to get it to compile again | mickeyl | 1 | -4/+4 |
2003-12-22 | Fixing stupid bug, found by sourcode review.. | eilers | 1 | -0/+11 |
2003-12-22 | Finishing implementation of sql-backend for datebook. But I have to | eilers | 13 | -69/+333 |
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming.. | ||||
2003-12-20 | - start cleaning up (lot of stuff left) | mickeyl | 7 | -71/+75 |
- use odebug classes | ||||
2003-12-20 | link to opiecore | mickeyl | 1 | -1/+1 |
2003-12-20 | use odebug classes | mickeyl | 2 | -36/+84 |
2003-12-20 | libopienet2 now uses the fancy odebug classes, no longer qdebug | mickeyl | 3 | -2511/+2517 |
2003-12-09 | allow processing of events during the loading of the db | mickeyl | 1 | -0/+6 |
2003-12-08 | use a slightly smaller manufacturerdb format, that saves ~100KB and | mickeyl | 2 | -22/+30 |
improves parsing speed. Even better would be .gz compressed QDataStream though... | ||||
2003-12-08 | add makemanuf | mickeyl | 3 | -0/+85 |
2003-12-08 | work around sucky gcc2, which doesn't understand when the two arguments | mickeyl | 1 | -1/+1 |
for ? need an implicit type conversion | ||||
2003-12-08 | Committing unfinished sql implementation before merging to libopie2 starts.. | eilers | 10 | -21/+471 |
2003-12-03 | remove X11 abstraction classes - they will come back later but using | mickeyl | 5 | -184/+0 |
the same strategy as zecke did when porting Opie to Qt/X11 | ||||
2003-12-03 | remove OToolbar - QPEToolBar is deprecated anyway | mickeyl | 3 | -98/+0 |
2003-12-03 | remove X11 stuff for now - will come back later | mickeyl | 4 | -279/+0 |
2003-12-02 | move qt3 only stuff in a dedicated directory and remove from building ↵ | mickeyl | 5 | -27/+23 |
process for now | ||||
2003-12-02 | warning: file restrucuration on server ahead | mickeyl | 3 | -8/+8 |
be sure to do a complete checkout of libopie2 again tomorrow | ||||
2003-12-02 | revert the changes approaching to compile libopie2 under X11 | mickeyl | 3 | -10/+5 |
it broke signals and slots and has to be done like zecke did it with libqpe | ||||
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 36 | -115/+162 |
2003-11-17 | Added #include QDateTime which is needed by this header file itself | eilers | 1 | -0/+1 |
2003-11-17 | Minor changes.. | eilers | 2 | -1/+2 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 5 | -43/+153 |
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie | ||||
2003-11-08 | refactor the debug mapper and make it more secure | mickeyl | 9 | -420/+311 |