Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-28 | Next changes may brake future snapshots. Therefore we work on | eilers | 1 | -0/+6 |
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze.. | ||||
2002-10-28 | - moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class to | sandman | 5 | -298/+354 |
OpieScreenSaver - (hopefully) fixed all outstanding bugs regarding the new on batt/on ac handling - first (primitive) version of light sensor control (but it works) | ||||
2002-10-28 | The brightness sliders do not need a reversed logik anymore, since they are | sandman | 1 | -19/+17 |
horizontal now | ||||
2002-10-28 | some minor adjustments in the l&p <-> launcher interface routine | sandman | 1 | -13/+18 |
2002-10-27 | some cleanup regarding config: | sandman | 1 | -66/+20 |
replaced all the foo/foo_Interval configs with a single foo config (a 0 value means off) | ||||
2002-10-27 | other never handling | harlekin | 2 | -15/+15 |
2002-10-27 | updated to new config entries | harlekin | 1 | -51/+64 |
2002-10-27 | light sensor more generell, not only ipaq | harlekin | 1 | -6/+3 |
2002-10-27 | some whatsthis and further updates ( disabling dim when on light sensor) | harlekin | 2 | -17/+122 |
2002-10-27 | next try for light and power gui | harlekin | 2 | -498/+291 |
2002-10-27 | OContact now uses QDate to avoid wrong interpreted strings | eilers | 2 | -19/+20 |
A lot of inline functions moved into the library.. | ||||
2002-10-27 | add new restart applet- for opie menu | llornkcor | 5 | -0/+170 |
2002-10-25 | widget width | zecke | 1 | -0/+1 |
2002-10-25 | MainWindow i18n change 'Show only over due' to avoid misunderstanding | zecke | 6 | -17/+59 |
then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot | ||||
2002-10-25 | sorts the tanslated country now | tille | 2 | -2/+5 |
2002-10-25 | fix | llornkcor | 1 | -3/+1 |
2002-10-25 | If I want to edit my personal settings, category is disabled. | eilers | 5 | -41/+154 |
Now using Datepicker for birthday and annyversary.. | ||||
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 |