summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-04implement computing the hinge status for Zaurus w/ Kernel 2.6mickeyl1-4/+19
2005-02-04use a sane method to discover valid device nodesmickeyl2-14/+43
2005-02-04show which bits are set in global keymaskmickeyl2-3/+49
2005-02-04- add definitions for keys and buttonsmickeyl3-36/+425
- add isHeld( Key )
2005-02-03ship own version of sanitized kernel headersmickeyl3-4/+990
2005-02-03Fixing bug #1236: VCARD contained empty WORK and HOME addressfields..eilers1-14/+26
2005-02-02Some minor updates/simplificationdrw2-23/+6
2005-02-02more input system stuffmickeyl2-4/+20
2005-02-02first work on input system abstractionsmickeyl3-7/+218
2005-02-02Change the way categories can be selected, combo box is much more useful ↵drw2-84/+45
than a menu for many different categories
2005-02-01add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵mickeyl3-1/+82
API)
2005-02-01add C7x0 Mail key that has been forgotten since ages :)mickeyl1-21/+25
2005-01-30oopsmickeyl1-0/+12
2005-01-30improve mixer codemickeyl3-84/+59
2005-01-30- remove examples config.inar1-1/+0
2005-01-30Forgot icon for menu item...drw1-1/+2
2005-01-30First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵drw2-16/+308
caption and context menu handling to OPimMainWindow
2005-01-29use FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN for the 2.6 interfacemickeyl2-2/+6
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