Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2002-10-03 | fix not opening | llornkcor | 1 | -20/+21 |
2002-10-02 | Doh .. forgot the new files | sandman | 2 | -0/+219 |
2002-10-02 | Launcher settings now also supports the new menu applets interface | sandman | 8 | -260/+70 |
2002-10-02 | Package the new "basic" menu-plugins "suspend" and "home" together with | sandman | 1 | -1/+1 |
the launcher | ||||
2002-10-02 | - Qtopia 1.6 launcher merge (again - should be finished soon) | sandman | 6 | -58/+318 |
- Support for O-Menu applets (similiar to Taskbar applets) | ||||
2002-10-02 | New menubar applets for Home and Suspend -- replaces the __* entries | sandman | 6 | -0/+292 |
in OPIEDIR/apps/ | ||||
2002-10-02 | fixed broken autostart handling | harlekin | 3 | -7/+15 |
2002-10-01 | busyindicator type can now be changed at run-time | sandman | 4 | -7/+43 |
2002-10-01 | - added a config item for the new busyindicator | sandman | 7 | -36/+228 |
- added configs for O Menu (launcher part missing at the moment) | ||||
2002-10-01 | - replaced the custom font selector with OFontSelector | sandman | 4 | -379/+49 |
- fixed the broken Config handling (Font) - various cleanups | ||||
2002-10-01 | adjusted to new OFontSelector c'tor | sandman | 1 | -1/+1 |
2002-10-01 | cleanups and gui redo with layouts | harlekin | 2 | -194/+177 |
2002-10-01 | Another performance tweak for busyindicator and alpha-blended bg pixmaps | sandman | 1 | -4/+18 |
2002-09-30 | Removed the button mapping for H3800, since this is now handled in the | sandman | 2 | -31/+10 |
ODevice iPAQ keyfilter | ||||
2002-09-30 | - again some speedups for the new busy indicator | sandman | 1 | -23/+30 |
- (inefficient) fix for background pixmaps with alpha channel (untested) | ||||
2002-09-30 | Changes to use the new ODevice API | sandman | 2 | -101/+16 |
2002-09-30 | small fix due to ODevice API change | sandman | 1 | -0/+1 |
2002-09-30 | misc. cleanups | sandman | 2 | -8/+8 |