summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-01-29examples to where they belongmickeyl95-2717/+1
2005-01-24Fix compile of odevice_zaurus.cppdrw1-31/+33
2005-01-24add isStereo to OMixerInterface to gather whether a given channel is a ↵mickeyl3-4/+30
stereo or mono channel
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl8-82/+2
2005-01-23- consolidate reading hinge sensor into one placemickeyl2-25/+10
- return proper rotation and direction if hinge sensor not present (like in 2.6 atm.)
2005-01-23-Use the global directory for .obj and .moczecke4-7/+1
-Include the foo.moc to work better The problem just came up yesterday
2005-01-22-Fix for #1533zecke3-10/+13
Use OPimContactAccess to load the Owner Information. This should fix the displaying of the contact for non latin1 encoded users. To use OPimContactAccess OpieSecurity now depends on opiepim2
2005-01-21- make opie compilable against qte 2.3.10 snapshotar8-19/+19
change QT_VERSION > 290 into QT_VERSION <= 0x030000
2005-01-21- make opie compilable against qte 2.3.10 snapshotar3-3/+3
check QT_VERSION against 0x030000 instead of 300
2005-01-16Added new generic sorted for the databook backends. Needed an sortedvectoreilers10-6/+308
to do this job, which is now added to private classes..
2005-01-11workaround a quirk in the linux kernel semanticsmickeyl1-1/+1
echo 1 >power actually powers off a device *cough*
2005-01-10first shot at OpenZaurus HAL introduced by 2.6.10mickeyl2-35/+65
2005-01-10make the SL-C3000 (Sharp Spitz) known to ODevicemickeyl3-40/+64
2005-01-09CONTROL files : reset version to 'standard' formatwimpie8-7/+8
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
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