Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-12-28 | * Make improved query by example accessable via frontend | eilers | 4 | -9/+74 |
* Some API improvement | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 29 | -12768/+38 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 29 | -38/+12768 |
2004-12-21 | Fix compile | drw | 1 | -1/+1 |
2004-12-20 | Remove 'looking for plugins' in QPEDIR. Loading external plugins | zecke | 1 | -6/+3 |
is not fully implemented anyway | ||||
2004-12-20 | A define to avoid writing static QString fromLatin1() {...} | zecke | 1 | -0/+2 |
2004-12-20 | Recovery of the following Changes: | eilers | 14 | -313/+493 |
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation | ||||
2004-11-19 | bump version | mickeyl | 1 | -1/+1 |
2004-11-19 | Make VCARD importer more stable if something parsed which was not expected. | eilers | 2 | -7/+36 |
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479 | ||||
2004-11-18 | Remove obsoleted OPimEffectiveEvent as it is superseeded | zecke | 2 | -328/+0 |
by the generic OPimOccurrence | ||||
2004-11-18 | Update TODO of OpiePIM... | zecke | 1 | -54/+46 |
2004-11-18 | Update ChangeLog with recent OpiePIM changes | zecke | 1 | -0/+10 |
2004-11-18 | Opie PIM Update (1/2 of it implemented) | zecke | 3 | -1/+56 |
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile | ||||
2004-11-18 | Backend Changes: | zecke | 25 | -819/+1218 |
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence | ||||
2004-11-18 | Add generic sorting implementation based on QVector | zecke | 7 | -0/+543 |
for Contact and Todo | ||||
2004-11-18 | Big PIM API Update Core Part (1/2 of what should be implemented): | zecke | 26 | -328/+1244 |
OPimRecords: -Add a so called safeCast using the rtti value OPimTodo: -Fix memleak with OPimState OPimOccurrence: -New class. Every 'Access' can give occurrences for a period of time Move Documentation | ||||
2004-11-18 | -Move ORefCount to a non inline implementation in osmartpointer.cpp | zecke | 4 | -19/+209 |
-Add OSharedPointer as a smart pointer adapter to adapt any pointer This is used by Opie PIM Change pro file | ||||
2004-11-14 | -Fix bug in OFileSelector ListView spotted by hrw | zecke | 2 | -8/+11 |
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion | ||||
2004-11-11 | Remove owarn to be less verbose | zecke | 2 | -16/+0 |
2004-11-09 | remove change from yesterday - the problem isn't the widget it is the | alwin | 1 | -1/+1 |
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it. | ||||
2004-11-08 | ui. in BigScreenmode it had an deep recursion in layout setup. I had | alwin | 1 | -1/+1 |
just commented out that line (353) - it seems to work now, but I'm not sure if it is correct. I think, this widget should be checked carefully. | ||||
2004-11-06 | moved a lot of code from opie-eye_slave into lib | alwin | 2 | -49/+12 |
2004-11-05 | correct simpad cs3 readout | chicken | 1 | -1/+1 |
2004-11-04 | Revert last commit and create a QCOP Channel for QPE/System in | zecke | 1 | -2/+3 |
ODevice again, as OApplication doesn't expose the signal anymore | ||||
2004-11-04 | -Revert Exposing QPE/System qcop signals via OApplication | zecke | 2 | -18/+0 |
2004-11-04 | Use QTextStream and QFile instead of read/sscanf for parsing | zecke | 1 | -19/+17 |
ChipSelect3 (cs3). This should make it more robust | ||||
2004-11-03 | -SIMpad crashes on QObject::connect() of the QCopChannel | zecke | 1 | -3/+3 |
-Luckily (I'm a cheater) OApplication can emit the signal for us -Event more lucky, qpe and every quicklaunchable application has a OApplication instance... so the signal is almost available everywhere -do not call initButtons from reloadButtonMappings if d->m_buttons exists | ||||
2004-11-03 | -Create a QPE/System channel (sysMessage:QCopChannel from QPEApplication | zecke | 2 | -0/+18 |
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal' | ||||
2004-11-03 | -Make struct s_button (simpad button) really internal | zecke | 2 | -16/+23 |
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;' | ||||
2004-11-03 | Provide a QPEApplication compatible constructor | zecke | 2 | -1/+13 |
2004-11-01 | exif class added (taken from opie-eye_slave and more c++ like reworked) | alwin | 4 | -6/+1346 |
it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version) | ||||
2004-11-01 | s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3 | zecke | 1 | -1/+1 |
2004-11-01 | removed some useless debug code | alwin | 1 | -1/+0 |
2004-10-27 | Switching to sqlite3 | eilers | 8 | -67/+58 |
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends | ||||
2004-10-20 | - touch ~/Applications/addressbook/addressbook.xml lead to a Crash on XML | zecke | 1 | -1/+1 |
loading. Don't assume that the Child of the first element is present | ||||
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -1/+1 |
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp | ||||
2004-10-17 | Remove unused variable | zecke | 1 | -1/+1 |
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 3 | -4/+4 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-15 | since there is a depend on LIBSQLITE_DEP, we should talk about it in the ↵ | clem | 1 | -1/+1 |
description | ||||
2004-10-13 | -Create the QPE/System channel in ODevice to listen for button remapping | zecke | 6 | -17/+11 |
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists? | ||||
2004-10-12 | -Skip showing the Security screen if onResume or onPoweron is set to false | zecke | 1 | -4/+4 |
2004-10-11 | remove jornada 56x brightness hack | chicken | 1 | -2/+1 |
2004-10-08 | Big commit thanks to a little feature request :-) We now have an O-menu applet | clem | 2 | -9/+48 |
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron) | ||||
2004-10-08 | shorter messages that actually fit on my iPAQ screen | clem | 1 | -2/+2 |
2004-10-08 | small doxygen doc fixes | clem | 3 | -10/+5 |
2004-10-07 | small documentation format fixes | clem | 11 | -34/+30 |
2004-10-07 | fixed indentation | clem | 1 | -1/+1 |
2004-10-07 | fixed typo chanegd -> changed in doxygen comment | clem | 1 | -1/+1 |
2004-10-07 | the usual iso c++ fix | mickeyl | 1 | -1/+1 |
2004-10-07 | build fix | chicken | 1 | -0/+1 |