summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16forgot an interface method required.alwin1-0/+2
from now the interface never changed again or assigned UUID must changed.
2005-03-16ok, removed last errors (i hope)alwin1-2/+1
2005-03-16sorry, guys, checked in wrong filesalwin2-9/+8
2005-03-16first shot of a generic interface for holiday plugin in datebookalwin2-0/+88
2005-03-15ok. the hinge button must have held-action set to 0.alwin1-6/+3
ToDo: make it sure that it will not set to any - otherwise it runs into trouble with autorepeat.
2005-03-15Fix addressbook sort by implementing sorting by 'File As' namedrw1-2/+6
2005-03-14hopefull speedups on keyeventhandler, eventhandler will just set whenalwin1-8/+5
device with hinge-sensor.
2005-03-13inserted a keyevent-filter just used by CL3000 and C7x0/C8x0.alwin2-48/+95
That way I map the cursor keys depending on hinge-status, eg, on portrait mode scrolling wheel down the cursor key will realy key down and not key left. If this is the wrong place, please correct and tell me - I had tooked this idea and code from iPAQ (but it works fine this moment).
2005-03-12this error will get my personal "error of the month":alwin2-2/+2
due different declarations of "readHingeSensors" (const vs. non-const) rotate-applet always got the default-implementation -> CASE_UNKNOWN. (device vs. device_zaurus). Setting it to "const" (which makes sense) let rotateapplet set light of or suspend or whatever user defined when case is closed.
2005-03-11jornada 56x device updateschicken1-1/+6
2005-03-06-When going back from BigScreen to SmallScreen we resize the widgetstack,zecke1-1/+6
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye
2005-03-06Do not switch mode in the eventFilter when we're forced into one modezecke1-2/+2
(alwin thank you for noticing)
2005-03-03Some minor fixes to drawing of tab bardrw1-2/+16
2005-03-03fix a typo in the jornada 56x backlight controlchicken1-1/+1
2005-03-01mmc/sd cards may mounted via /dev/mmcblk* within linux 2.6alwin1-1/+2
2005-03-01Provide initial values for tab bar style & positiondrw1-0/+2
2005-02-25Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵drw3-258/+301
display issue where tabbar appears to float a few pixels above where it should
2005-02-23Comment out filer/filter settings menu options as they will not be ↵drw2-19/+12
implemented for Opie 1.2
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)