summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09What should be done next..eilers1-0/+16
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2
2002-10-08remove -lopiesqlzecke1-1/+1
2002-10-08Joined development branch: It uses the new PIM APIeilers10-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 tabssandman5-16/+73
- enabled "What's this" help mode -- many tooltips still missing
2002-10-07Fix bug with category ids in sortedzecke1-2/+2
2002-10-07We're now using a home made painting of cellszecke5-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-07Switch to sorted stuff for TableView as defaultzecke2-2/+6
Stefan it's safe
2002-10-07TodoView is a mess because I tried hard to makezecke8-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-07Fix not showing completed taskszecke1-1/+2
2002-10-07Re add fileszecke33-0/+3718
for todo
2002-10-07Initial revisionzecke2-0/+28
2002-10-07make place for the new todozecke14-2838/+0
2002-10-06- reversed the sort order of menu applet positionssandman2-3/+3
- added logout applet to the base opie-taskbar ipk
2002-10-06- added a new logout menu-appletsandman5-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 changesandman2-0/+25
- the "OPIE - please wait" logo is displayed while the launcher is loading
2002-10-06- support "Rotation" setting in .desktop applnk filesandman1-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-05buttons resizable and clickable againharlekin10-17/+49
2002-10-05The control file lacked a \n at the end - this screwed the control filesandman1-1/+1
2002-10-04Next tryzecke1-0/+3
include <qglobal.h> to get _OS_LINUX from tt
2002-10-04Weird for some of youzecke1-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-03fix not openingllornkcor1-20/+21
2002-10-02Doh .. forgot the new filessandman2-0/+219
2002-10-02Launcher settings now also supports the new menu applets interfacesandman8-260/+70
2002-10-02Package the new "basic" menu-plugins "suspend" and "home" together withsandman1-1/+1
the launcher
2002-10-02- Qtopia 1.6 launcher merge (again - should be finished soon)sandman6-58/+318
- Support for O-Menu applets (similiar to Taskbar applets)
2002-10-02New menubar applets for Home and Suspend -- replaces the __* entriessandman6-0/+292
in OPIEDIR/apps/
2002-10-02 fixed broken autostart handlingharlekin3-7/+15
2002-10-01busyindicator type can now be changed at run-timesandman4-7/+43
2002-10-01- added a config item for the new busyindicatorsandman7-36/+228
- added configs for O Menu (launcher part missing at the moment)
2002-10-01- replaced the custom font selector with OFontSelectorsandman4-379/+49
- fixed the broken Config handling (Font) - various cleanups
2002-10-01adjusted to new OFontSelector c'torsandman1-1/+1
2002-10-01cleanups and gui redo with layoutsharlekin2-194/+177
2002-10-01Another performance tweak for busyindicator and alpha-blended bg pixmapssandman1-4/+18
2002-09-30Removed the button mapping for H3800, since this is now handled in thesandman2-31/+10
ODevice iPAQ keyfilter
2002-09-30- again some speedups for the new busy indicatorsandman1-23/+30
- (inefficient) fix for background pixmaps with alpha channel (untested)
2002-09-30Changes to use the new ODevice APIsandman2-101/+16
2002-09-30small fix due to ODevice API changesandman1-0/+1
2002-09-30misc. cleanupssandman2-8/+8
2002-09-30small change to work with the new ODevice APIsandman1-1/+3
2002-09-30- small cleanupsandman1-2/+6
- changed to work with the new ODevice API
2002-09-30Make QtopiaDesktop1.6 work with Opie againzecke1-7/+12
it did rely on the counter part to send a version number starting with 1
2002-09-30Optimizations for the new busy indicator:sandman1-35/+36
- QPixmaps are buffered now - real fix for the startTimer 100% cpu-load bug (was a typo)
2002-09-30wtf is going on with my version entries?llornkcor1-1/+1
2002-09-30- added an option to quit to consolesandman4-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-29temporary workarround to prevent high cpuloads after first app is launchedharlekin1-1/+3
2002-09-29compromise for the new busy indicator:sandman1-12/+38
old explosion + new highlight = exploding highlight ;)
2002-09-27- fixed bg image locationsandman1-1/+1
2002-09-27- fixed the default bg typesandman1-2/+2