summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2002-10-23- fix for the busy indicator timer, in case someone switches to non-blinksandman1-7/+50
style, while the indicator is blinking - the launcher QIconView is now drawn flickerfree into a background QPixmap
2002-10-23load ac settings on startupharlekin1-0/+1
2002-10-23 thanks go to the programming god to point some bool alg stuff to me .-)harlekin1-6/+6
2002-10-23updateharlekin1-2/+8
2002-10-23Fixed a translation bug regarding launcher applets, that got in when Isandman2-16/+18
merged with Qtopia 1.6 (TT bug). found by Héctor GarcíaÁlvarez <hector@disoft.es>, but I modified his patch, since running the applet widget constructor *before* the QTranslator gets installed seems like a bad idea.
2002-10-23remove # and /llornkcor1-2/+2
2002-10-22timer is now more separated from warningsharlekin2-24/+36
2002-10-22launcher side of the support for new light and power settingsharlekin2-47/+129
2002-10-21Speed (and sanity ;) optimization:sandman1-26/+30
Until now the launcher parsed qpe.conf, open the ts device, set the backlight with an ioctl and closed the device again on *every* keypress or stylus tap. This is only done now, when it is really necessary (~1% of all cases). Additionally this allows easier integration of the iPAQ light-sensor.
2002-10-20better implementation of F11 menu handlingllornkcor2-4/+20
2002-10-20fix menu button on zaurus F11 raising opie menullornkcor3-70/+72
2002-10-18Remove some more #ifdefszecke2-5/+1
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke6-13/+12
2002-10-17- fix for bug #292 (Improper behaviour of frontlight disabling)sandman1-11/+23
- fix for bug #199 (Desktop visible on resume before password dialog appears)
2002-10-13- added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/offsandman1-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-10enough memory again mesage is silly and annoying, and takes up memory in low ↵llornkcor1-11/+11
memory situations
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- 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-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-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-01busyindicator type can now be changed at run-timesandman4-7/+43
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-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-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-26Qtopia 1.6 merge:sandman4-615/+1107
Launcher tabs can now each have their own background, icon-size and font.
2002-09-25Disable SafeMode for now, since it can't be turned off easily once it getssandman1-1/+5
activated.
2002-09-22fix typo in loadOptions()llornkcor1-25/+25
2002-09-21dont send keyRegister message if keycode is 0, or key is releasedllornkcor1-683/+684
2002-09-12- really remove mrulistsandman5-41/+83
- new version of systray, which supports the Exclude list to hide applets
2002-09-11bye byeharlekin2-280/+0
2002-09-11looks now nice on liquid - againharlekin1-2/+4
2002-09-09next time i will also compile it for ipaq too before commiting so i also see ↵harlekin1-1/+1
compile problems in ipaq ifdefs .-)
2002-09-09mrulist is dead, long live runningappbar, hopefullyharlekin8-19/+405
2002-09-06Remove the libuuid dependency for Linux targets...zecke3-14/+49
2002-09-06Backward and forward compability...zecke1-3/+9
2002-09-06Last part of the LCD control changes:sandman2-574/+803
- Added the screen-saver part of libqpe to the DesktopApplication object - Cleaned up the remaining mess - reformated with astyle
2002-09-06TT gave us the wrong sync password! ^#$^@&^llornkcor1-1/+3
2002-09-05- remove obsolete cassiopeia and single-floppy codesandman2-127/+7
- use the new ODevice setPowerButtonHandler() to set and reset power button handling
2002-09-02fix typollornkcor1-24/+24
2002-09-01fix for bug 0000014llornkcor1-1/+1