summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-19jornada device fixeschicken1-2/+2
2005-02-19jornada 720 device updateschicken1-6/+16
2005-02-18first bits of jornada 720 device codechicken2-7/+22
2005-02-18-Check if the string is safe (omitted Global::shellQuote as we constructzecke1-5/+6
the string) -Use QFile::encodeName and avoid ascii constructors
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke14-84/+204
Switch our implementations over to this partial implementation of ODevice
2005-02-16Fix for bug #1542 - todo crashes when priority < 1 or > 5drw1-0/+12
2005-02-12disable backtracing if building against uclibcmickeyl1-0/+4
2005-02-08Add beam to context menu, flip beam and delete actions in menu/toolbarsdrw1-6/+7
2005-02-07Fix for #1482, do not start a path with "//". We do that by havingzecke1-8/+18
a method to assemble paths to avoid adding a second "/"
2005-02-07Minor additiondrw2-0/+6
2005-02-07work around qt_version() bug in Qt/Embedded 2.3.10mickeyl2-2/+2
2005-02-07change license.mickeyl10-20/+20
2005-02-06Additional menu functionality for OPimMainWindowdrw2-15/+48
2005-02-06make autorotate also work on kernel 2.6mickeyl2-75/+35
2005-02-06fix default orientation on 2.6 (this time taking hinge sensor into account)mickeyl1-2/+15
2005-02-06Use the right parameters for the syntax.zecke1-2/+1
Disconnect all slots in OFileDialog from the OFileSelector
2005-02-06Remove uncommented code as wellzecke1-4/+0
2005-02-06For saving we do not want to use the file just selected. The user needszecke1-0/+9
to click ok when saving. This is a fix for #1522 as well
2005-02-06Remove old and commented out codezecke1-8/+1
Update the email address
2005-02-06Sorry lorn the patch is inapproriate.zecke1-2/+2
1.) one click 'accept' is the wished feature and makes sense for opening files. 2.) Just uncommenting code that is not used is bad, we've cvs you can remove the lines Now I'll revert and afterwards I'll patch OFileDialog again and please tell me if that works for you as well.
2005-02-06fixes #1522 - where fileselector is automatically selected when only ↵llornkcor1-2/+2
clicking on filename.
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*