Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-22 | added missing interface methods for a generic imagedisplay (display | alwin | 2 | -0/+123 |
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time | ||||
2005-03-21 | on non-embedix kernel zaurii devices don't wait after suspend 'cause | alwin | 3 | -22/+50 |
apm there is synchronous. for that I had to move a variable from private to protected in abstractmobiledevice. | ||||
2005-03-20 | Fixing #1608, second issue: QueryByExample-Datediff does not work properly. | eilers | 2 | -11/+39 |
This solution is not the best. I will rethink it as I have enough time. But it should work.. | ||||
2005-03-20 | add sd path for familiar | llornkcor | 1 | -1/+2 |
2005-03-19 | Oops.. member variable m_read was not initialized. | eilers | 2 | -0/+2 |
This may cause crash as reported by #1608 (hopefully) | ||||
2005-03-19 | Minor update for generic sorted(): It will now ignory any categories if ↵ | eilers | 2 | -21/+22 |
filter "DoNotShowCategories" is used.. | ||||
2005-03-18 | work on plugins finished. | alwin | 5 | -8/+58 |
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem. | ||||
2005-03-18 | Reworte generic sorted() and added filter for "DoNotShowWithCategory" needed | eilers | 2 | -12/+25 |
by addressbook | ||||
2005-03-18 | mark this class as IDEA cause it isn't implemented. | alwin | 1 | -0/+2 |
2005-03-17 | Update the API Documentation for OProcess and OApplicationFactory | zecke | 2 | -3/+3 |
2005-03-17 | I had to change interface. so the used UUID has changed, too! | alwin | 2 | -2/+5 |
But now these plugins may give a list of EffectiveEvents back. | ||||
2005-03-16 | forgot an interface method required. | alwin | 1 | -0/+2 |
from now the interface never changed again or assigned UUID must changed. | ||||
2005-03-16 | ok, removed last errors (i hope) | alwin | 1 | -2/+1 |
2005-03-16 | sorry, guys, checked in wrong files | alwin | 2 | -9/+8 |
2005-03-16 | first shot of a generic interface for holiday plugin in datebook | alwin | 2 | -0/+88 |
2005-03-15 | ok. the hinge button must have held-action set to 0. | alwin | 1 | -6/+3 |
ToDo: make it sure that it will not set to any - otherwise it runs into trouble with autorepeat. | ||||
2005-03-15 | Fix addressbook sort by implementing sorting by 'File As' name | drw | 1 | -2/+6 |
2005-03-14 | hopefull speedups on keyeventhandler, eventhandler will just set when | alwin | 1 | -8/+5 |
device with hinge-sensor. | ||||
2005-03-13 | inserted a keyevent-filter just used by CL3000 and C7x0/C8x0. | alwin | 2 | -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-12 | this error will get my personal "error of the month": | alwin | 2 | -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-11 | jornada 56x device updates | chicken | 1 | -1/+6 |
2005-03-06 | -When going back from BigScreen to SmallScreen we resize the widgetstack, | zecke | 1 | -1/+6 |
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye | ||||
2005-03-06 | Do not switch mode in the eventFilter when we're forced into one mode | zecke | 1 | -2/+2 |
(alwin thank you for noticing) | ||||
2005-03-03 | Some minor fixes to drawing of tab bar | drw | 1 | -2/+16 |
2005-03-03 | fix a typo in the jornada 56x backlight control | chicken | 1 | -1/+1 |
2005-03-01 | mmc/sd cards may mounted via /dev/mmcblk* within linux 2.6 | alwin | 1 | -1/+2 |
2005-03-01 | Provide initial values for tab bar style & position | drw | 1 | -0/+2 |
2005-02-25 | Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵ | drw | 3 | -258/+301 |
display issue where tabbar appears to float a few pixels above where it should | ||||
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. |