Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-02-23 | Comment out filer/filter settings menu options as they will not be ↵ | drw | 2 | -19/+12 |
implemented for Opie 1.2 | ||||
2005-02-19 | jornada device fixes | chicken | 1 | -2/+2 |
2005-02-19 | jornada 720 device updates | chicken | 1 | -6/+16 |
2005-02-18 | first bits of jornada 720 device code | chicken | 2 | -7/+22 |
2005-02-18 | -Check if the string is safe (omitted Global::shellQuote as we construct | zecke | 1 | -5/+6 |
the string) -Use QFile::encodeName and avoid ascii constructors | ||||
2005-02-17 | Add OAbstractMobileDevice with implementations for suspend and setDisplayStatus | zecke | 14 | -84/+204 |
Switch our implementations over to this partial implementation of ODevice | ||||
2005-02-16 | Fix for bug #1542 - todo crashes when priority < 1 or > 5 | drw | 1 | -0/+12 |
2005-02-12 | disable backtracing if building against uclibc | mickeyl | 1 | -0/+4 |
2005-02-08 | Add beam to context menu, flip beam and delete actions in menu/toolbars | drw | 1 | -6/+7 |
2005-02-07 | Fix for #1482, do not start a path with "//". We do that by having | zecke | 1 | -8/+18 |
a method to assemble paths to avoid adding a second "/" | ||||
2005-02-07 | Minor addition | drw | 2 | -0/+6 |
2005-02-07 | work around qt_version() bug in Qt/Embedded 2.3.10 | mickeyl | 2 | -2/+2 |
2005-02-07 | change license. | mickeyl | 10 | -20/+20 |
2005-02-06 | Additional menu functionality for OPimMainWindow | drw | 2 | -15/+48 |
2005-02-06 | make autorotate also work on kernel 2.6 | mickeyl | 2 | -75/+35 |
2005-02-06 | fix default orientation on 2.6 (this time taking hinge sensor into account) | mickeyl | 1 | -2/+15 |
2005-02-06 | Use the right parameters for the syntax. | zecke | 1 | -2/+1 |
Disconnect all slots in OFileDialog from the OFileSelector | ||||
2005-02-06 | Remove uncommented code as well | zecke | 1 | -4/+0 |
2005-02-06 | For saving we do not want to use the file just selected. The user needs | zecke | 1 | -0/+9 |
to click ok when saving. This is a fix for #1522 as well | ||||
2005-02-06 | Remove old and commented out code | zecke | 1 | -8/+1 |
Update the email address | ||||
2005-02-06 | Sorry lorn the patch is inapproriate. | zecke | 1 | -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-06 | fixes #1522 - where fileselector is automatically selected when only ↵ | llornkcor | 1 | -2/+2 |
clicking on filename. | ||||
2005-02-04 | implement computing the hinge status for Zaurus w/ Kernel 2.6 | mickeyl | 1 | -4/+19 |
2005-02-04 | use a sane method to discover valid device nodes | mickeyl | 2 | -14/+43 |
2005-02-04 | show which bits are set in global keymask | mickeyl | 2 | -3/+49 |
2005-02-04 | - add definitions for keys and buttons | mickeyl | 3 | -36/+425 |
- add isHeld( Key ) | ||||
2005-02-03 | ship own version of sanitized kernel headers | mickeyl | 3 | -4/+990 |
2005-02-03 | Fixing bug #1236: VCARD contained empty WORK and HOME addressfields.. | eilers | 1 | -14/+26 |
2005-02-02 | Some minor updates/simplification | drw | 2 | -23/+6 |
2005-02-02 | more input system stuff | mickeyl | 2 | -4/+20 |
2005-02-02 | first work on input system abstractions | mickeyl | 3 | -7/+218 |
2005-02-02 | Change the way categories can be selected, combo box is much more useful ↵ | drw | 2 | -84/+45 |
than a menu for many different categories | ||||
2005-02-01 | add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵ | mickeyl | 3 | -1/+82 |
API) | ||||
2005-02-01 | add C7x0 Mail key that has been forgotten since ages :) | mickeyl | 1 | -21/+25 |
2005-01-30 | oops | mickeyl | 1 | -0/+12 |
2005-01-30 | improve mixer code | mickeyl | 3 | -84/+59 |
2005-01-30 | - remove examples config.in | ar | 1 | -1/+0 |
2005-01-30 | Forgot icon for menu item... | drw | 1 | -1/+2 |
2005-01-30 | First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵ | drw | 2 | -16/+308 |
caption and context menu handling to OPimMainWindow | ||||
2005-01-29 | use FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN for the 2.6 interface | mickeyl | 2 | -2/+6 |
2005-01-29 | examples to where they belong | mickeyl | 95 | -2717/+1 |
2005-01-24 | Fix compile of odevice_zaurus.cpp | drw | 1 | -31/+33 |
2005-01-24 | add isStereo to OMixerInterface to gather whether a given channel is a ↵ | mickeyl | 3 | -4/+30 |
stereo or mono channel | ||||
2005-01-23 | remove setSoftSuspend() from ODevice. this is a left-over from the old days | mickeyl | 8 | -82/+2 |
2005-01-23 | - consolidate reading hinge sensor into one place | mickeyl | 2 | -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 .moc | zecke | 4 | -7/+1 |
-Include the foo.moc to work better The problem just came up yesterday | ||||
2005-01-22 | -Fix for #1533 | zecke | 3 | -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 snapshot | ar | 8 | -19/+19 |
change QT_VERSION > 290 into QT_VERSION <= 0x030000 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 3 | -3/+3 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-16 | Added new generic sorted for the databook backends. Needed an sortedvector | eilers | 10 | -6/+308 |
to do this job, which is now added to private classes.. |