summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2002-11-25Unable to read man pages, part 2 ... qwsSetDecoration is also staticsandman1-14/+11
2002-11-25fixes the DESTDIRsandman1-1/+1
2002-11-25Don't press save&quit before writing the log message .. here it is:sandman3-3/+3
Fix for bug #464: O-Menu doesn't close when hitting F11 (Menu) twice
2002-11-25*** empty log message ***sandman3-21/+10
2002-11-25Too dumb to read a man page .. QApplication::setFont is static .. justsandman1-6/+7
wondering why this ever worked ..
2002-11-24- added the new preload lib to the main Makefilesandman1-1/+1
- added the new preload lib to the launcher ipk control file
2002-11-24A small library that can be LD_PRELOADed to other applications by thesandman3-0/+110
launcher to force these applications to use the Opie style/font/window­ decoration settings. Could also be used for other things in the future...
2002-11-21- do proper reference counting on the ObexInterface object. reviewed bysimon2-1/+5
sandman
2002-11-21applied one of Simons patches.cniehaus2-2/+2
2002-11-17- enabled the Shutdown button in Shutdown-Settings on OZsandman2-11/+2
- enabled the LockKeyState indicator for iPAQs (to the right of the clock applet, since also iPAQs can have keyboards) - kergoth forgot a QT_QWS_EBX -> QT_QWS_SHARP - the launcher binary is now exactly the same on iPAQ and Zaurus
2002-11-06Add X11..kergoth1-1/+1
2002-11-06Changing sharp define. if someone doesnt like it, let me know :)kergoth4-5/+5
2002-11-05you know the drillkergoth1-2/+2
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-04removed extra buttons - why double when they are in the titelbarharlekin2-24/+10
2002-11-03Nice to see more kde dudes here!zecke2-3/+4
A patch from jowenn to make Opie compile with gcc3 again No default arguments! Some namespace issues
2002-11-02make deny the default button for ftp/sync promptllornkcor1-1/+1
2002-11-01- light sensor data was not scaled (no effect for iPAQs though)sandman1-7/+5
- light sensor can now switch off the lcd backlight - setBacklight ( -3 / -2 ) doesn't switch off the sensor mode anymore
2002-10-31remove netsystemtimetille1-6/+1
2002-10-31launcher side enhancements to support the "use global font" option fromsandman3-1/+10
launcher-settings
2002-10-31added a sanity check to avoid a division by 0 in case the config filesandman1-1/+3
contains bad data
2002-10-29check if the system date is in a reasonable range (year > 2000) - informsandman1-0/+13
the user and optionally launch systemtime, if it's not (on iPAQs mostly because of battery drain)
2002-10-29- fix to scan /proc/mounts and not /etc/mtab for changes (this works onsandman1-1/+1
systems where /etc/mtab is symlinked to proc, but fails on familiar)
2002-10-29- use sane default values for screensaver timeoutssandman2-17/+17
- fixed the "Battery low warning" when plugging the device into AC
2002-10-28- OpieScreenSaver now uses the calibration data for the light sensorsandman2-2/+48
2002-10-28- moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class tosandman5-298/+354
OpieScreenSaver - (hopefully) fixed all outstanding bugs regarding the new on batt/on ac handling - first (primitive) version of light sensor control (but it works)
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