summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-01-04 - use proper file headersmickeyl3-53/+106
- use namespaces - sort alphabetically in .pro file
2005-01-04CONTROL files : changed VERSION stringwimpie5-8/+8
2005-01-04CONTROL file :changed VERSION stringwimpie3-4/+1
2005-01-04CONTROL file : changed VERSION stringwimpie4-1/+336
added oledbox widget (like a checkbox but better suitable for visible non editable boolean feedback)
2005-01-04CONTROL file : changed VERSION stringwimpie1-1/+1
2005-01-04added odevice_genuine for pure INTEL based CPUwimpie5-0/+291
-> needed for system dependend applications. being LIKE -> an IPAQ is not enough
2005-01-03Fixing stupid API documentation error.eilers7-35/+40
Moving hasQuerySettings() and querySettings up to OPimAccessTemplate to be available for all frontends..
2005-01-01slightly more correct way to calculate the brightnessmickeyl1-1/+1
2005-01-01rewrite backlight stuffmickeyl2-67/+45
2005-01-01clean up a bit and start w/ introducing SL-6000 supportmickeyl2-86/+85
2004-12-28Fixing bug #1501 and preparing for implementation of generic QueryByExample andeilers13-42/+134
sorted for datebook and todo..
2004-12-28 * Make improved query by example accessable via frontendeilers4-9/+74
* Some API improvement
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl29-12768/+38
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl29-38/+12768
2004-12-21Fix compiledrw1-1/+1
2004-12-20Remove 'looking for plugins' in QPEDIR. Loading external pluginszecke1-6/+3
is not fully implemented anyway
2004-12-20A define to avoid writing static QString fromLatin1() {...}zecke1-0/+2
2004-12-20Recovery of the following Changes:eilers14-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-19bump versionmickeyl1-1/+1
2004-11-19Make VCARD importer more stable if something parsed which was not expected.eilers2-7/+36
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479
2004-11-18Remove obsoleted OPimEffectiveEvent as it is superseededzecke2-328/+0
by the generic OPimOccurrence
2004-11-18Update TODO of OpiePIM...zecke1-54/+46
2004-11-18Update ChangeLog with recent OpiePIM changeszecke1-0/+10
2004-11-18Opie PIM Update (1/2 of it implemented)zecke3-1/+56
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile
2004-11-18Backend Changes:zecke25-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-18Add generic sorting implementation based on QVectorzecke7-0/+543
for Contact and Todo
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke26-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.cppzecke4-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 hrwzecke2-8/+11
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion
2004-11-11Remove owarn to be less verbosezecke2-16/+0
2004-11-09remove change from yesterday - the problem isn't the widget it is thealwin1-1/+1
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it.
2004-11-08ui. in BigScreenmode it had an deep recursion in layout setup. I hadalwin1-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-06moved a lot of code from opie-eye_slave into libalwin2-49/+12
2004-11-05correct simpad cs3 readoutchicken1-1/+1
2004-11-04Revert last commit and create a QCOP Channel for QPE/System inzecke1-2/+3
ODevice again, as OApplication doesn't expose the signal anymore
2004-11-04-Revert Exposing QPE/System qcop signals via OApplicationzecke2-18/+0
2004-11-04Use QTextStream and QFile instead of read/sscanf for parsingzecke1-19/+17
ChipSelect3 (cs3). This should make it more robust
2004-11-03-SIMpad crashes on QObject::connect() of the QCopChannelzecke1-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 QPEApplicationzecke2-0/+18
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal'
2004-11-03-Make struct s_button (simpad button) really internalzecke2-16/+23
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;'
2004-11-03Provide a QPEApplication compatible constructorzecke2-1/+13
2004-11-01exif class added (taken from opie-eye_slave and more c++ like reworked)alwin4-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-01s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3zecke1-1/+1
2004-11-01removed some useless debug codealwin1-1/+0
2004-10-27Switching to sqlite3eilers8-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 XMLzecke1-1/+1
loading. Don't assume that the Child of the first element is present
2004-10-17G++ 4.0 compiler fixeszecke1-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-17Remove unused variablezecke1-1/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke3-4/+4
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-15since there is a depend on LIBSQLITE_DEP, we should talk about it in the ↵clem1-1/+1
description