summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2003-01-24libopie11->libopie1kergoth1-1/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth3-4/+19
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Cleanup and formatting.kergoth1-1/+1
2002-12-30getting rid of some qDebugs to make the startup a bit more quietsandman2-4/+3
2002-12-29Power warning changes:sandman2-19/+17
- 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 frameworksandman8-665/+608
- 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-12-17fixed a typosandman1-1/+1
2002-12-17replaced the private QProcess copy for the FTP server with the alreadysandman6-3050/+1097
available libopie/OProcess
2002-12-16Finally the app-killer in the launcher works. TT solution was callingsandman2-244/+275
ps with some special options, that busybox ps didn't provide. I'm now scanning /proc/<pid>/stat for the right process.
2002-12-14addLanguage rulescniehaus1-0/+1
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman1-1/+2
language support
2002-12-07Removed libpreloadsandman4-158/+1
2002-12-03Two additional functions preloaded to make HancomWord happy ...sandman2-2/+45
1) the old pointSizes() problem in the FontDatabase (bic change from qt/e 2.3.3 -> 2.3.4) 2) the QPalette for the text widget has to be adjusted (hancom uses QPainter::eraseRect(), which doesn't work with background pixmaps, like e.g. in liquid)
2002-12-01Added a fix for programs that have been compiled with old toolchains andsandman1-0/+6
are used together with shared libs produced by newer toolchains .. they might not have the __gmon_start__ symbol defined (e.g. neocal or hancom on a glibc 2.3.1 iPAQ with the latest libjpeg62)
2002-11-29Ensure libpreload gets builtkergoth1-0/+12
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