summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
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
2002-08-31please review. I did :%s/\(OPIEDIR)/..\/../cniehaus1-53/+53
Index: launcher.pro =================================================================== RCS file: /usr/cvs/opie/core/launcher/launcher.pro,v retrieving revision 1.21 diff -u -3 -p -r1.21 launcher.pro --- launcher.pro 29 Aug 2002 15:24:36 -0000 1.21 +++ launcher.pro 31 Aug 2002 13:30:04 -0000 @@ -1,6 +1,6 @@ TEMPLATE = app CONFIG = qt warn_on release -DESTDIR = $(OPIEDIR)/bin +DESTDIR = ../../bin HEADERS = background.h \ desktop.h \ qprocess.h \ @@ -17,30 +17,30 @@ HEADERS = background.h \ shutdownimpl.h \ launcher.h \ launcherview.h \ - $(OPIEDIR)/core/apps/calibrate/calibrate.h \ + ../../core/apps/calibrate/calibrate.h \ startmenu.h \ transferserver.h \ qcopbridge.h \ packageslave.h \ irserver.h \ - $(OPIEDIR)/rsync/buf.h \ - $(OPIEDIR)/rsync/checksum.h \ - $(OPIEDIR)/rsync/command.h \ - $(OPIEDIR)/rsync/emit.h \ - $(OPIEDIR)/rsync/job.h \ - $(OPIEDIR)/rsync/netint.h \ - $(OPIEDIR)/rsync/protocol.h \ - $(OPIEDIR)/rsync/prototab.h \ - $(OPIEDIR)/rsync/rsync.h \ - $(OPIEDIR)/rsync/search.h \ - $(OPIEDIR)/rsync/stream.h \ - $(OPIEDIR)/rsync/sumset.h \ - $(OPIEDIR)/rsync/trace.h \ - $(OPIEDIR)/rsync/types.h \ - $(OPIEDIR)/rsync/util.h \ - $(OPIEDIR)/rsync/whole.h \ - $(OPIEDIR)/rsync/config_rsync.h \ - $(OPIEDIR)/rsync/qrsync.h + ../../rsync/buf.h \ + ../../rsync/checksum.h \ + ../../rsync/command.h \ + ../../rsync/emit.h \ + ../../rsync/job.h \ + ../../rsync/netint.h \ + ../../rsync/protocol.h \ + ../../rsync/prototab.h \ + ../../rsync/rsync.h \ + ../../rsync/search.h \ + ../../rsync/stream.h \ + ../../rsync/sumset.h \ + ../../rsync/trace.h \ + ../../rsync/types.h \ + ../../rsync/util.h \ + ../../rsync/whole.h \ + ../../rsync/config_rsync.h \ + ../../rsync/qrsync.h # quicklauncher.h \ SOURCES = background.cpp \ desktop.cpp \ @@ -58,46 +58,46 @@ SOURCES = background.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ - $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ + ../../core/apps/calibrate/calibrate.cpp \ transferserver.cpp \ packageslave.cpp \ irserver.cpp \ qcopbridge.cpp \ startmenu.cpp \ main.cpp \ - $(OPIEDIR)/rsync/base64.c \ - $(OPIEDIR)/rsync/buf.c \ - $(OPIEDIR)/rsync/checksum.c \ - $(OPIEDIR)/rsync/command.c \ - $(OPIEDIR)/rsync/delta.c \ - $(OPIEDIR)/rsync/emit.c \ - $(OPIEDIR)/rsync/hex.c \ - $(OPIEDIR)/rsync/job.c \ - $(OPIEDIR)/rsync/mdfour.c \ - $(OPIEDIR)/rsync/mksum.c \ - $(OPIEDIR)/rsync/msg.c \ - $(OPIEDIR)/rsync/netint.c \ - $(OPIEDIR)/rsync/patch.c \ - $(OPIEDIR)/rsync/prototab.c \ - $(OPIEDIR)/rsync/readsums.c \ - $(OPIEDIR)/rsync/scoop.c \ - $(OPIEDIR)/rsync/search.c \ - $(OPIEDIR)/rsync/stats.c \ - $(OPIEDIR)/rsync/stream.c \ - $(OPIEDIR)/rsync/sumset.c \ - $(OPIEDIR)/rsync/trace.c \ - $(OPIEDIR)/rsync/tube.c \ - $(OPIEDIR)/rsync/util.c \ - $(OPIEDIR)/rsync/version.c \ - $(OPIEDIR)/rsync/whole.c \ - $(OPIEDIR)/rsync/qrsync.cpp + ../../rsync/base64.c \ + ../../rsync/buf.c \ + ../../rsync/checksum.c \ + ../../rsync/command.c \ + ../../rsync/delta.c \ + ../../rsync/emit.c \ + ../../rsync/hex.c \ + ../../rsync/job.c \ + ../../rsync/mdfour.c \ + ../../rsync/mksum.c \ + ../../rsync/msg.c \ + ../../rsync/netint.c \ + ../../rsync/patch.c \ + ../../rsync/prototab.c \ + ../../rsync/readsums.c \ + ../../rsync/scoop.c \ + ../../rsync/search.c \ + ../../rsync/stats.c \ + ../../rsync/stream.c \ + ../../rsync/sumset.c \ + ../../rsync/trace.c \ + ../../rsync/tube.c \ + ../../rsync/util.c \ + ../../rsync/version.c \ + ../../rsync/whole.c \ + ../../rsync/qrsync.cpp INTERFACES = syncdialog.ui -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include . -INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate -DEPENDPATH += $(OPIEDIR)/core/apps/calibrate -INCLUDEPATH += $(OPIEDIR)/rsync -DEPENDPATH += $(OPIEDIR)/rsync +INCLUDEPATH += ../../include +DEPENDPATH += ../../include . +INCLUDEPATH += ../../core/apps/calibrate +DEPENDPATH += ../../core/apps/calibrate +INCLUDEPATH += ../../rsync +DEPENDPATH += ../../rsync TARGET = qpe LIBS += -lqpe -lcrypt -lopie -luuid
2002-08-30View docs in RAMleseb1-7/+17
2002-08-29launch for ipaq 38xx mail on button F11 instead of showing the menuharlekin1-26/+32
2002-08-29I fixed some issues in .procniehaus1-0/+1
2002-08-29fixed hardware start keys to be more flexibleharlekin1-38/+38
2002-08-28- speedup for suspend: don't switch off backlightsandman2-5/+3
- 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-04Fix for bug #102sandman2-0/+13
2002-08-04Another bug fix for suspend/resume on iPAQs (blinking screen).. this bugsandman1-0/+2
is very hard to trigger and has probably never shown up
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman2-30/+70
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-27Update for OPIE to use opie-loginsandman1-12/+0
2002-07-25we depend on libuuid nowharlekin1-1/+1
2002-07-18attempt for change ip back to hex range from stringllornkcor1-401/+402
2002-07-13try to fix QPE/Desktop keyRegister from sending on false signalsllornkcor1-1/+1
2002-07-12Security fix by trolltechzecke6-281/+392
2002-07-07Make the Grid Variabelzecke1-4/+4