Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2002-09-30 | small change to work with the new ODevice API | sandman | 1 | -1/+3 |
2002-09-30 | - small cleanup | sandman | 1 | -2/+6 |
- changed to work with the new ODevice API | ||||
2002-09-30 | Make QtopiaDesktop1.6 work with Opie again | zecke | 1 | -7/+12 |
it did rely on the counter part to send a version number starting with 1 | ||||
2002-09-30 | Optimizations for the new busy indicator: | sandman | 1 | -35/+36 |
- QPixmaps are buffered now - real fix for the startTimer 100% cpu-load bug (was a typo) | ||||
2002-09-30 | wtf is going on with my version entries? | llornkcor | 1 | -1/+1 |
2002-09-30 | - added an option to quit to console | sandman | 4 | -169/+231 |
- launcher is now started via a login shell - font is "hardcoded" to helvetica - screen saver is "hardcoded" to 30/20/60 secs (this should make opie-login usable, regardless of any (miss)-configuration of the normal OPIE appearance) | ||||
2002-09-29 | temporary workarround to prevent high cpuloads after first app is launched | harlekin | 1 | -1/+3 |
2002-09-29 | compromise for the new busy indicator: | sandman | 1 | -12/+38 |
old explosion + new highlight = exploding highlight ;) | ||||
2002-09-27 | - fixed bg image location | sandman | 1 | -1/+1 |
2002-09-27 | - fixed the default bg type | sandman | 1 | -2/+2 |
2002-09-27 | - fixed the font selection | sandman | 4 | -13/+29 |
- added a .control file - fixed the default bg type | ||||
2002-09-26 | Qtopia 1.6 merge: | sandman | 4 | -615/+1107 |
Launcher tabs can now each have their own background, icon-size and font. | ||||
2002-09-26 | All settings should work now -- only launcher doesn't (currently) use these | sandman | 10 | -71/+360 |
config values | ||||
2002-09-26 | adapted to new logo dir | harlekin | 1 | -2/+2 |
2002-09-25 | Disable SafeMode for now, since it can't be turned off easily once it gets | sandman | 1 | -1/+5 |
activated. |