summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
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)
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