summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-27- fixed the font selectionsandman4-13/+29
- added a .control file - fixed the default bg type
2002-09-26Qtopia 1.6 merge:sandman4-615/+1107
Launcher tabs can now each have their own background, icon-size and font.
2002-09-26All settings should work now -- only launcher doesn't (currently) use thesesandman10-71/+360
config values
2002-09-26adapted to new logo dirharlekin1-2/+2
2002-09-25Disable SafeMode for now, since it can't be turned off easily once it getssandman1-1/+5
activated.
2002-09-25load and save of tab settings works now -- bg image still missingsandman4-12/+32
2002-09-25change to reflect familiar's record/memo button sending Key_24 nowllornkcor1-1/+1
2002-09-24beta version - not fully functionalsandman7-85/+571
2002-09-22fix typo in loadOptions()llornkcor1-25/+25
2002-09-22interfaces now in libopieharlekin12-113/+11
2002-09-22interface updatesharlekin14-73/+49