Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2002-10-14 | Last patch for language bug. I am not really happy with it, but it should ↵ | eilers | 2 | -38/+53 |
work now. Please use the current release of libopie with this application. Otherwise the app will fail ! | ||||
2002-10-14 | include fix for ipaq/zaurus compile | sandman | 1 | -0/+1 |
2002-10-14 | added copyright headers | sandman | 5 | -1/+136 |
2002-10-14 | - last login name is saved | sandman | 5 | -233/+398 |
- wait image should be displayed right now - the qApp object is destroyed before the launcher is started -- this should prevent some semaphore permission problems - added a (very basic) crash handler - added a simple "respawned too fast" detection in case of qt/e fb problems - if opie-login is started with -a <user> or --autologin <user> it doesn't prompt for a username/password - instead it loads qpe directly using the specified user account So even if you are not running multiuser, you should now start qpe with: opie-login --autologin=root | ||||
2002-10-13 | Implement beaming and adding of todos. Use the vCal resource for that | zecke | 3 | -7/+48 |
2002-10-13 | changed to reflect the qcop interface cleanup of the launcher | sandman | 2 | -2/+2 |
2002-10-13 | - added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/off | sandman | 1 | -7/+21 |
- removed qcop "QPE/Desktop" "home()" -- this is now handled via qcop "QPE/Application/qpe" "raise()" - renamed qcop "QPE/Desktop" "suspend()" to qcop "QPE/System" "suspend()" | ||||
2002-10-13 | First attempt to fix language translation bug. Comboboxes should now | eilers | 2 | -98/+102 |
work if translation is broken... Some translations should be reenabled in next fix.. | ||||
2002-10-13 | Speed Speed Speed... | zecke | 7 | -34/+86 |
main.cpp disabled messagehandler.. TableView: do not update View from setCategory if category was not changed and if not first setCategory Inline editing is working again current is working too Fixed sorting MainWindow: Show Event and Edit event does work again Try to avoid calling sorted or allRecords unneeded... 10.000 todos on SQL does feel fast I need to get it down some more... maybe tweaking libsqlite a bit ( some compiler switches and disable asserts ) Before I implement new features I want to get down to 2-3 seconds loading of Data The UI will instantly pop up and then load the stuff within seconds | ||||
2002-10-12 | first step to make citytime more usable | harlekin | 13 | -1223/+579 |
2002-10-11 | added more whatsthis | harlekin | 7 | -9/+21 |
2002-10-11 | Path to the .desktop was incorrect, resulted in failure to build a todo list ↵ | kergoth | 1 | -1/+1 |
ipk. | ||||
2002-10-10 | Drop the output with a custom message handler.... | zecke | 1 | -1/+6 |
2002-10-10 | bastard standard login shell | llornkcor | 1 | -2/+5 |
2002-10-10 | execute /bin/bash --login now | llornkcor | 1 | -49/+50 |
2002-10-10 | tooltip experiments | harlekin | 3 | -5/+11 |
2002-10-10 | enough memory again mesage is silly and annoying, and takes up memory in low ↵ | llornkcor | 1 | -11/+11 |
memory situations | ||||
2002-10-09 | split features up | llornkcor | 2 | -26/+53 |
2002-10-09 | What should be done next.. | eilers | 1 | -0/+16 |
2002-10-08 | email handling fixed | eilers | 1 | -3/+3 |
2002-10-08 | contacteditor.cpp | eilers | 1 | -1/+2 |
2002-10-08 | remove -lopiesql | zecke | 1 | -1/+1 |
2002-10-08 | Joined development branch: It uses the new PIM API | eilers | 10 | -1737/+1612 |
Some features in "View" added by Darwin Zins, but they are not finished.. |