summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-10-22timer is now more separated from warningsharlekin2-24/+36
2002-10-22launcher side of the support for new light and power settingsharlekin2-47/+129
2002-10-22apm warning config now extraharlekin1-12/+19
2002-10-22fix for slider misbehaviour ( setting light preview )harlekin2-11/+5
2002-10-22Find bugfix. Tried to make the letterpicker more visible due toeilers9-45/+227
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail)
2002-10-21Now it should compile just finezecke1-1/+0
2002-10-21Some usability updates in picker and find..eilers8-42/+164
2002-10-21Fix a bug where newly added items did not show up in the viewzecke13-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-21popupmenu now has parent 0 and gets deleted in timeout, to advoid a general ↵llornkcor1-1/+3
slowdown of opie on resume/boot, which made it seem like opie was slow.
2002-10-21fix bracesllornkcor1-2/+0
2002-10-21Speed (and sanity ;) optimization:sandman1-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-20better implementation of F11 menu handlingllornkcor2-4/+20
2002-10-20remember user configurationsllornkcor1-3/+12
2002-10-20remove repaint(), as its holding up everything on resumellornkcor1-4/+2
2002-10-20fix for sd/cf double whammy insert/eject on resumellornkcor1-24/+26
2002-10-20you know the drill.kergoth3-0/+3
2002-10-20fixed emmited slider valuesharlekin3-6/+34
2002-10-20reworked light and power, ac setting tab added and prepared for ipaq light ↵harlekin4-362/+1337
sensor
2002-10-20Connected configuration to search engineeilers4-11/+14
2002-10-20Strike through a row to complete the Record ;)^zecke2-6/+36
2002-10-20fix menu button on zaurus F11 raising opie menullornkcor3-70/+72
2002-10-19New find widget works. Settings moved into a config dialog.eilers10-37/+381
2002-10-19Fix crash if todolist is emptyzecke8-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-19default fileopen to docs dirllornkcor1-2/+2
2002-10-19MainWindow setReadAhead addedzecke4-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-18First attempt of new find entry field.. It still needs some finetuning !eilers7-25/+97
2002-10-18handle Ctrl-V eventllornkcor1-3/+8
2002-10-18better text for LCD out only option, fixes bug #301harlekin1-1/+1
2002-10-18Remove some more #ifdefszecke2-5/+1
2002-10-17Fix for bug #300: forgot to copy the launcher setMaxWindowRect() codesandman3-1/+45
2002-10-17stupid #ifdefs around Calibrate...zecke2-9/+34
tell moc to ignore them or put them inside the methods :(
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke6-13/+12
2002-10-17added hold stylus default menullornkcor1-0/+1
2002-10-17- fix for bug #292 (Improper behaviour of frontlight disabling)sandman1-11/+23
- fix for bug #199 (Desktop visible on resume before password dialog appears)
2002-10-16Temporarely added save function..eilers1-3/+16
2002-10-16Fixed reload after sync- bugeilers4-65/+25
2002-10-15A lot of work pending..eilers1-2/+9
2002-10-14autologin feature can now (also) be configured by:sandman1-1/+11
~/Settings/opie-login.conf: [General] AutoLogin=<user> command line options override config file settings !
2002-10-14Some final language fixeseilers3-26/+63
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers2-38/+53
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-14include fix for ipaq/zaurus compilesandman1-0/+1
2002-10-14added copyright headerssandman5-1/+136
2002-10-14- last login name is savedsandman5-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-13Implement beaming and adding of todos. Use the vCal resource for thatzecke3-7/+48
2002-10-13changed to reflect the qcop interface cleanup of the launchersandman2-2/+2
2002-10-13- added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/offsandman1-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-13First attempt to fix language translation bug. Comboboxes should noweilers2-98/+102
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-13Speed Speed Speed...zecke7-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-12first step to make citytime more usableharlekin13-1223/+579
2002-10-11 added more whatsthisharlekin7-9/+21