Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-24 | today refreshes itself now by a timer, important for fast load and on retail ↵ | harlekin | 6 | -3/+39 |
rom which might not get the pim signal we will have soon - closes bug #335 | ||||
2002-10-24 | It is increasing.. | eilers | 1 | -1/+5 |
2002-10-23 | - fix for the busy indicator timer, in case someone switches to non-blink | sandman | 1 | -7/+50 |
style, while the indicator is blinking - the launcher QIconView is now drawn flickerfree into a background QPixmap | ||||
2002-10-23 | load ac settings on startup | harlekin | 1 | -0/+1 |
2002-10-23 | thanks go to the programming god to point some bool alg stuff to me .-) | harlekin | 1 | -6/+6 |
2002-10-23 | update | harlekin | 1 | -2/+8 |
2002-10-23 | Fixed a translation bug regarding launcher applets, that got in when I | sandman | 2 | -16/+18 |
merged with Qtopia 1.6 (TT bug). found by Héctor GarcíaÁlvarez <hector@disoft.es>, but I modified his patch, since running the applet widget constructor *before* the QTranslator gets installed seems like a bad idea. | ||||
2002-10-23 | new option for ac - disable all handling | harlekin | 2 | -4/+58 |
2002-10-23 | Fix not beeing resizable.. now the Deadline is too wide... | zecke | 1 | -76/+98 |
Fix a crash when being somewhere else but releasing the mouse over the table bug Fix one more thing I don't remember Add InlineEditing of summaries. It would actually work on double click but we use the single click for viewing.. Ok these things need to be configurable | ||||
2002-10-23 | save values right | harlekin | 1 | -2/+2 |
2002-10-23 | remove # and / | llornkcor | 1 | -2/+2 |
2002-10-22 | timer is now more separated from warnings | harlekin | 2 | -24/+36 |
2002-10-22 | launcher side of the support for new light and power settings | harlekin | 2 | -47/+129 |
2002-10-22 | apm warning config now extra | harlekin | 1 | -12/+19 |
2002-10-22 | fix for slider misbehaviour ( setting light preview ) | harlekin | 2 | -11/+5 |
2002-10-22 | Find bugfix. Tried to make the letterpicker more visible due to | eilers | 9 | -45/+227 |
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail) | ||||
2002-10-21 | Now it should compile just fine | zecke | 1 | -1/+0 |
2002-10-21 | Some usability updates in picker and find.. | eilers | 8 | -42/+164 |
2002-10-21 | Fix a bug where newly added items did not show up in the view | zecke | 13 | -746/+1271 |
Now we add the Entry to the backend first and then update the view next step is to make place for the new EditorWidget It features Completed/Start Date State Began, Postponed... Maintainer Mode: needs to be done by... Maintainer: Choose a person who is responsible for ( once implemented I hope he master of our feeds is happy ) Recurrance Widget Alarms + Reminders Widget Parent to be added Most of it is not implemented cause first of all OTodo does not know anything about these attributes but this will change soon. I'll start to implement it very soon | ||||
2002-10-21 | popupmenu now has parent 0 and gets deleted in timeout, to advoid a general ↵ | llornkcor | 1 | -1/+3 |
slowdown of opie on resume/boot, which made it seem like opie was slow. | ||||
2002-10-21 | fix braces | llornkcor | 1 | -2/+0 |
2002-10-21 | Speed (and sanity ;) optimization: | sandman | 1 | -26/+30 |
Until now the launcher parsed qpe.conf, open the ts device, set the backlight with an ioctl and closed the device again on *every* keypress or stylus tap. This is only done now, when it is really necessary (~1% of all cases). Additionally this allows easier integration of the iPAQ light-sensor. | ||||
2002-10-20 | better implementation of F11 menu handling | llornkcor | 2 | -4/+20 |
2002-10-20 | remember user configurations | llornkcor | 1 | -3/+12 |
2002-10-20 | remove repaint(), as its holding up everything on resume | llornkcor | 1 | -4/+2 |
2002-10-20 | fix for sd/cf double whammy insert/eject on resume | llornkcor | 1 | -24/+26 |
2002-10-20 | you know the drill. | kergoth | 3 | -0/+3 |
2002-10-20 | fixed emmited slider values | harlekin | 3 | -6/+34 |
2002-10-20 | reworked light and power, ac setting tab added and prepared for ipaq light ↵ | harlekin | 4 | -362/+1337 |
sensor | ||||
2002-10-20 | Connected configuration to search engine | eilers | 4 | -11/+14 |
2002-10-20 | Strike through a row to complete the Record ;)^ | zecke | 2 | -6/+36 |
2002-10-20 | fix menu button on zaurus F11 raising opie menu | llornkcor | 3 | -70/+72 |
2002-10-19 | New find widget works. Settings moved into a config dialog. | eilers | 10 | -37/+381 |
2002-10-19 | Fix crash if todolist is empty | zecke | 8 | -10/+247 |
Fix paint update bugs.. knewly created items did not show up. an sort() QTable::update() is and was not enough A new feature. It's a quick entering method. It lacks icons and some more stuff but I like it Now redoing the Editor Dialog | ||||
2002-10-19 | default fileopen to docs dir | llornkcor | 1 | -2/+2 |
2002-10-19 | MainWindow setReadAhead added | zecke | 4 | -2/+60 |
Tableview we now try to read ahead in timerEvent.. the TodoView interface needs an update on this matter too... besides that I'm quite happy with the speed and go on to implement new features | ||||
2002-10-18 | First attempt of new find entry field.. It still needs some finetuning ! | eilers | 7 | -25/+97 |
2002-10-18 | handle Ctrl-V event | llornkcor | 1 | -3/+8 |
2002-10-18 | better text for LCD out only option, fixes bug #301 | harlekin | 1 | -1/+1 |
2002-10-18 | Remove some more #ifdefs | zecke | 2 | -5/+1 |
2002-10-17 | Fix for bug #300: forgot to copy the launcher setMaxWindowRect() code | sandman | 3 | -1/+45 |
2002-10-17 | stupid #ifdefs around Calibrate... | zecke | 2 | -9/+34 |
tell moc to ignore them or put them inside the methods :( | ||||
2002-10-17 | Move around some #ifdefs to be able to be built with Qt2/X11 | zecke | 6 | -13/+12 |
2002-10-17 | added hold stylus default menu | llornkcor | 1 | -0/+1 |
2002-10-17 | - fix for bug #292 (Improper behaviour of frontlight disabling) | sandman | 1 | -11/+23 |
- fix for bug #199 (Desktop visible on resume before password dialog appears) | ||||
2002-10-16 | Temporarely added save function.. | eilers | 1 | -3/+16 |
2002-10-16 | Fixed reload after sync- bug | eilers | 4 | -65/+25 |
2002-10-15 | A lot of work pending.. | eilers | 1 | -2/+9 |
2002-10-14 | autologin feature can now (also) be configured by: | sandman | 1 | -1/+11 |
~/Settings/opie-login.conf: [General] AutoLogin=<user> command line options override config file settings ! | ||||
2002-10-14 | Some final language fixes | eilers | 3 | -26/+63 |