Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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.. | ||||
2002-10-08 | - added an "All Tabs" tab entry, which will affect all tabs | sandman | 5 | -16/+73 |
- enabled "What's this" help mode -- many tooltips still missing | ||||
2002-10-07 | Fix bug with category ids in sorted | zecke | 1 | -2/+2 |
2002-10-07 | We're now using a home made painting of cells | zecke | 5 | -160/+126 |
This will theoretically speed up things Currently it's noticeable slower on SQL Cause we do up to 80 queries for 10 different items. As you see a cache could be the answer to these problems. The reason for custom drawing is speed and memory consumption. Take the unlikely case of 10.000 items We would have 40.000 QTableItem but would only show 40 of them at a time. The rest seems to be wasted | ||||
2002-10-07 | Switch to sorted stuff for TableView as default | zecke | 2 | -2/+6 |
Stefan it's safe | ||||
2002-10-07 | TodoView is a mess because I tried hard to make | zecke | 8 | -38/+78 |
it work with templates... I've to clean this up Then I made the way free to use sorted my next step is to make the paint hack work | ||||
2002-10-07 | Fix not showing completed tasks | zecke | 1 | -1/+2 |
2002-10-07 | Re add files | zecke | 33 | -0/+3718 |
for todo | ||||
2002-10-07 | Initial revision | zecke | 2 | -0/+28 |
2002-10-07 | make place for the new todo | zecke | 14 | -2838/+0 |
2002-10-06 | - reversed the sort order of menu applet positions | sandman | 2 | -3/+3 |
- added logout applet to the base opie-taskbar ipk | ||||
2002-10-06 | - added a new logout menu-applet | sandman | 5 | -5/+192 |
- fixed the positions of all menu applets - changed the icons for logout/suspend | ||||
2002-10-06 | - password line-edit now gets focus on user change | sandman | 2 | -0/+25 |
- the "OPIE - please wait" logo is displayed while the launcher is loading | ||||
2002-10-06 | - support "Rotation" setting in .desktop applnk file | sandman | 1 | -7/+6 |
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;) | ||||
2002-10-05 | buttons resizable and clickable again | harlekin | 10 | -17/+49 |
2002-10-05 | The control file lacked a \n at the end - this screwed the control file | sandman | 1 | -1/+1 |
2002-10-04 | Next try | zecke | 1 | -0/+3 |
include <qglobal.h> to get _OS_LINUX from tt | ||||
2002-10-04 | Weird for some of you | zecke | 1 | -7/+7 |
_OS_LINUX_ does not get defined so now it's a if !define(_OS_LINUX) but this means you need to libuuid again I don't know how to fix that right. I should ask tt |