Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-12 | Scale close tab button icon | drw | 1 | -2/+6 |
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-12 | remove ouput | llornkcor | 3 | -44/+40 |
2005-03-12 | pixmap corrected | alwin | 1 | -3/+2 |
2005-03-12 | pixmaps | alwin | 1 | -1/+1 |
2005-03-12 | if there are new mails the taskbar icon stays 'cause not all | alwin | 2 | -8/+11 |
machines have a (working) mail-LED and users wonders why them don't get a notification. Inserted a block for SIGPIPE - that would let opie crash otherwise if happen. | ||||
2005-03-12 | as in most other applets mails on pop3-acounts counts always as | alwin | 1 | -3/+9 |
new mail | ||||
2005-03-12 | And I'm wondering why opie sometimes is that slow. Hopefully reduced | alwin | 2 | -7/+31 |
the calls to opie-eye for images in documenttab when changing layout and so on. | ||||
2005-03-12 | fix irregularity with adpcm and bits | llornkcor | 4 | -97/+105 |
2005-03-12 | More ChangeLog updates | drw | 1 | -0/+3 |
2005-03-12 | Fix default settings for background in Edit tab dialog | drw | 1 | -28/+18 |
2005-03-12 | Fix OColorButton so it does not emit a colorSelected signal inside of ↵ | drw | 2 | -43/+51 |
resizeEvent | ||||
2005-03-11 | hm. try to be a little nicer on new mails | alwin | 1 | -18/+33 |
2005-03-11 | even a full correct mail comes via generic protocoll like pop3 or mh | alwin | 1 | -8/+9 |
parts of were stored with wrong identifier inside cache. | ||||
2005-03-11 | Updates for ChangeLog | drw | 1 | -0/+4 |
2005-03-11 | Fix bug where lists_dir was not being honored at startup - thanks to hrw for ↵ | drw | 2 | -3/+18 |
identifying, also provide default value for lists_dir when none is entered in the configuration dialog | ||||
2005-03-11 | jornada 56x device updates | chicken | 1 | -1/+6 |
2005-03-10 | Add fix for bug #1604 | drw | 1 | -0/+1 |
2005-03-10 | Fix for bug #1604 - Checkbook crashes on startup | drw | 3 | -14/+14 |
2005-03-10 | Some minor UI tweaks | drw | 4 | -52/+85 |
2005-03-10 | - implement nomax.patch from openembedded | ar | 2 | -3/+9 |
2005-03-10 | another stupid crasher fixed | alwin | 1 | -1/+0 |
2005-03-09 | small bugfix | alwin | 1 | -0/+2 |
2005-03-09 | cleanups/fixed potential crashers | alwin | 8 | -85/+217 |
context menus are displayed in mainmenu, too. | ||||
2005-03-08 | Added new icon | drw | 1 | -0/+0 |
2005-03-08 | Better version of icon | drw | 2 | -221/+6 |
2005-03-08 | Better version of icon | drw | 1 | -53/+23 |
2005-03-08 | Better version of icon | drw | 1 | -0/+0 |
2005-03-07 | beauty | alwin | 10 | -159/+44 |
hopefull some speedups obsolete stuff removed fixed a crasher | ||||
2005-03-07 | - more new icons for 1.2 | ar | 6 | -5/+5 |
2005-03-07 | - more new icons for 1.2 | ar | 14 | -2/+2 |
2005-03-07 | hostname should be filtered. Check return value of setting the hostname | alwin | 1 | -8/+24 |
and write operations. | ||||
2005-03-07 | let users set hostname via dialog. the same name will set as | alwin | 3 | -2/+174 |
IRDA name so user can give their personal device a personal name. ;) ToDO: fixup init scripts in OE so hostname will set on startup into IRDA name | ||||
2005-03-07 | Use popup menu for edit, duplicate, delete and beam in week list view - ↵ | drw | 3 | -9/+72 |
patch courtesy of Thomas Schnetzer | ||||
2005-03-07 | when copying a file to another storage it checks if the target-dir | alwin | 1 | -2/+40 |
(eg <storage>/Documents/<mime>/<mimesub>) exists and create it otherwise. | ||||
2005-03-07 | yes - scsi storage may be removeable devices! | alwin | 1 | -2/+3 |
2005-03-07 | fixed a very interesting crasher. | alwin | 1 | -2/+2 |
2005-03-07 | docLnk->isValid returns if the .doclnk file exists | alwin | 1 | -1/+2 |
so its sensless here - we want the check if the real file exists. | ||||
2005-03-07 | applied patch from Paul Eggleton | alwin | 1 | -1/+1 |
2005-03-06 | The mainwidget could be deleted before the qpeapplication will be destructed or | zecke | 1 | -1/+4 |
the event loop will be left. Use a QGuardedPtr to not save widget coordinates on a not anymore existing mainwidget | ||||
2005-03-06 | Fix bug 1600: Removing . from directory listing | skyhusker | 1 | -1/+4 |
2005-03-06 | -NoForce is the default mode of the OWidgetStack. There is no need | zecke | 1 | -2/+0 |
to set it here. | ||||
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-06 | patches from Paul, human readable sizes and play button #1216 | llornkcor | 4 | -12/+59 |
2005-03-06 | attached images may views inside the mailview and not as extra dialog | alwin | 4 | -19/+64 |
2005-03-05 | Change loadIconSet to loadPixmap to prevent search for new_disabled icon ↵ | drw | 1 | -1/+1 |
(which doesn't exist | ||||
2005-03-05 | change the layoutdirection of main window when display is rotating | alwin | 2 | -7/+29 |
(LeftToRight when 0 rotation, TopToButtom when 90) | ||||
2005-03-05 | prepare for toggle of display mode of the different views | alwin | 2 | -30/+61 |
2005-03-04 | Scale icons appropriately | drw | 1 | -1/+4 |