summaryrefslogtreecommitdiff
path: root/core/launcher/desktop.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03initial ramses hardware adaptionschurig1-1/+1
2003-04-20Revert the attempt to split calibrate, as it failed miserably.kergoth1-0/+2
2003-04-19Split calibrate out as a standalone application, and ensure taskbar dependskergoth1-2/+0
on it. This makes ts debugging easier, having a seperate calibration tool around, and as a side affect fixes calibration on the C700, which previously required a reboot to take effect.
2003-03-25- keep an eye on resize events on the desktop widget, which are ansimon1-7/+24
indication for things like life rotation. upon a resize re-layout things (taskbar, tabs and maxwindow rect)
2003-03-22Bug fix- Key presess are now routed up to the QPEApplication event queue if ↵groucho1-4/+7
ignore is defined for a certain key
2003-03-19Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵groucho1-8/+17
introducing the " ignore" statement. Also removed unsed debug code
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2003-03-14Simplification.kergoth1-3/+3
2003-03-14Syntax correctionkergoth1-2/+2
2003-03-14Two bugs fixed:kergoth1-3/+13
1) We werent checking for failure on execlp() of shutdown 2) We assumed that /sbin was in the PATH, as otherwise one cannot execute shutdown. This is a flawed assumption, particularly in the case of running Opie as a nonroot user. In the case of OZ 3.1rc3.1, /etc/profile no longer puts the sbin dirs in the PATH (it never should have in the first place), and opie doesnt source $HOME/.profile in its startup script, which resulted in the shutdown app failing to reboot or shutdown. Fixed by using execle rather than execlp, and specifying /sbin and /usr/sbin as the executed path for shutdown.
2002-12-29Power warning changes:sandman1-18/+16
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher
2002-12-23 - ported the device button handling to the new ODevice based frameworksandman1-567/+503
- removed the key re-grabbing in runningsappbar (not necessary anymore) - added a few new QCops to make all "special" launcher functions available via qcop - added the devicebuttons to the opie-taskbar ipk
2002-11-25Don't press save&quit before writing the log message .. here it is:sandman1-1/+1
Fix for bug #464: O-Menu doesn't close when hitting F11 (Menu) twice
2002-11-25*** empty log message ***sandman1-19/+4
2002-11-06Changing sharp define. if someone doesnt like it, let me know :)kergoth1-1/+1
2002-10-29- use sane default values for screensaver timeoutssandman1-10/+10
- fixed the "Battery low warning" when plugging the device into AC
2002-10-28- moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class tosandman1-294/+51
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-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-22timer is now more separated from warningsharlekin1-13/+24
2002-10-22launcher side of the support for new light and power settingsharlekin1-42/+119
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 handlingllornkcor1-4/+19
2002-10-20fix menu button on zaurus F11 raising opie menullornkcor1-5/+5
2002-10-18Remove some more #ifdefszecke1-4/+0
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke1-4/+6
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-02- Qtopia 1.6 launcher merge (again - should be finished soon)sandman1-4/+14
- Support for O-Menu applets (similiar to Taskbar applets)
2002-09-30Removed the button mapping for H3800, since this is now handled in thesandman1-30/+10
ODevice iPAQ keyfilter
2002-09-21dont send keyRegister message if keycode is 0, or key is releasedllornkcor1-683/+684
2002-09-09mrulist is dead, long live runningappbar, hopefullyharlekin1-3/+3
2002-09-06Last part of the LCD control changes:sandman1-512/+732
- Added the screen-saver part of libqpe to the DesktopApplication object - Cleaned up the remaining mess - reformated with astyle
2002-09-05- remove obsolete cassiopeia and single-floppy codesandman1-0/+2
- use the new ODevice setPowerButtonHandler() to set and reset power button handling
2002-09-02fix typollornkcor1-24/+24
2002-08-29launch for ipaq 38xx mail on button F11 instead of showing the menuharlekin1-26/+32
2002-08-29fixed hardware start keys to be more flexibleharlekin1-38/+38
2002-08-28- speedup for suspend: don't switch off backlightsandman1-4/+1
- don't call processEvents on resume since it is not really needed anymore
2002-08-27small fix for autostartharlekin1-18/+17
2002-08-06- Fix for the "iPAQ won't suspend until apm --suspend is called" problemsandman1-4/+8
- Improved the resume delay until the LCD backlight is on again
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman1-24/+34
anything for Z) -- It seems that this also fixes the 70% CPU load problem (needs more testing/feedback though) 2) the launcher now creates a /var/run/opie.pid file containing its pid 3) the launcher catches SIGTERM and kills all its child processes
2002-07-28Workaround for a weird Qt/E bug, resulting in qpe hanging if clipboardsandman1-0/+6
applet is loaded and qpe is terminated via shutdown applet.
2002-07-13try to fix QPE/Desktop keyRegister from sending on false signalsllornkcor1-1/+1
2002-07-12Security fix by trolltechzecke1-2/+2
2002-06-23fix for keyboard handling under certain conditions, like when grabkeyboard ↵llornkcor1-26/+32
is requested by a user app, so apps such as konsole will have proper keyboard input.
2002-06-18Replaced OHwInfo with ODevice and ported from custom-*.h #defines tosandman1-35/+23
ODevice methods
2002-06-16Keyboard filter restructuring based on model detection:sandman1-4/+7
1) Added a KeyboardFilter to main.cpp !! Please use this class for low-level/model-based filtering !! 2) Cursor keys are rotated for H31xx and H38xx 3) Power button long-press toggles backlight on iPAQs now (Mapped to F34/F35 - just like Z's)
2002-06-13Fix for ljp's fix for my fix of custom.h handling on iPAQssandman1-1/+1
Should now work for iPAQ, Z and x86