summaryrefslogtreecommitdiff
path: root/core/launcher/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31Reinstate startup system year validity check and update year to 2007; show ↵paule1-8/+19
date/time settings application on starting if option is enabled
2005-06-26get preffered qte driver name from ODevice instead of hard coding it tomickeyl1-5/+5
"Transformed". Patch courtesy Manuel Teira.
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-7/+0
2005-01-23New QWS_DISPLAY handling for gathering the default launcher rotation on startup:mickeyl1-77/+65
1.) If QWS_DISPLAY is not set, then use ODevice::rotation() 2.) If QWS_DISPLAY is set, then just use whatever it is set to
2004-11-12handle more signals and don't kill the process @ endmickeyl1-55/+37
2004-07-15Start removing #if 0 which originates from a sync and libqtopia dependencyzecke1-55/+1
2004-04-07use Opie debugging frameworkmickeyl1-24/+18
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke1-1/+1
2004-03-01fix includeschicken1-5/+0
2004-02-21qcop-msg related stuff don't use tmpDirPath 'cause it isn't that good IMHOalwin1-1/+1
first: content of $TEMP can change due login - so it may run into problems when searching for qcop-msg-* files second: TEMP will set by user. The user can set it to a wrong value so cop would fail. But we can mostly guarantee that /tmp will exists.
2004-02-21Move to LibOpie2zecke1-4/+5
remove launcher global and use OGlobal
2003-11-05removed include custom.h cause build system doesn't create it for me and I ↵llornkcor1-1/+1
am tired of not having a compiling opie to work on. fix it if you need too
2003-11-03Porting Opie to MacOS-X.eilers1-0/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-07-Kill stupid define which sets QWS_SIZE to 240x320zecke1-1/+1
-Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined
2003-10-04Check if there is a Mouse Driverzecke1-1/+2
And get rid off the QPE_NEED_CALIBRATION define for defining the need of calibration We will find out at runtime SomeOne Apply this to core/server in the BRANCH as well
2003-08-28-kill casiopai supportzecke1-72/+234
-Opie Rotation -Opie init -proper killing to clean up
2003-06-03initial ramses hardware adaptionschurig1-1/+1
2003-04-20Revert the attempt to split calibrate, as it failed miserably.kergoth1-9/+6
2003-04-19Split calibrate out as a standalone application, and ensure taskbar dependskergoth1-6/+9
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-04-15Unconditionally override Rot value when using the Transformed driver.kergoth1-8/+3
This 1) Ensures that we dont hose QWS_DISPLAY when using a driver other than transformed, and 2) should ensure that the default rotation isnt screwed up when 'restart'ing Opie, thereby closing bug #796.
2003-03-26BUGFIX: as pointed out by robert, dont fsck with QWS_DISPLAY if it was ↵kergoth1-4/+4
already set.
2003-03-26Add a second call to defaultRotation, to ensrue deforient matches reality, ↵kergoth1-0/+1
if we loaded the rotation from Config or ODevice.
2003-03-26Modified launcher to set rotation via:kergoth1-20/+39
1) QWS_DISPLAY env var 2) Rot field as saved by setDefaultRotation 3) physical orientation as controlled by ODevice (this is broken currently, due to ODevice requiring a QApplication to be created)
2003-03-24Include calibrate.h regardless, as its no longer dependent on device ifdefs, ↵kergoth1-2/+1
and include qwsmouse_qws.h.
2003-03-24Remove ifdefs based on device as the means by which we decide to run ↵kergoth1-7/+7
calibrate, and instead check if the mouse handler inherits from QCalibratedMouseHandler.
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-4/+4
2003-01-26Undo unintentional commitkergoth1-60/+44
2003-01-26mkipkskergoth1-44/+60
2002-12-23 - ported the device button handling to the new ODevice based frameworksandman1-5/+0
- 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-06Changing sharp define. if someone doesnt like it, let me know :)kergoth1-1/+1
2002-10-31remove netsystemtimetille1-6/+1
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-20fix menu button on zaurus F11 raising opie menullornkcor1-0/+1
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke1-3/+4
2002-09-30Changes to use the new ODevice APIsandman1-100/+7
2002-09-12- really remove mrulistsandman1-1/+1
- new version of systray, which supports the Exclude list to hide applets
2002-09-05- remove obsolete cassiopeia and single-floppy codesandman1-127/+5
- use the new ODevice setPowerButtonHandler() to set and reset power button handling
2002-08-28- speedup for suspend: don't switch off backlightsandman1-1/+2
- don't call processEvents on resume since it is not really needed anymore
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 changedsandman1-6/+36
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-27Update for OPIE to use opie-loginsandman1-12/+0
2002-06-18Replaced OHwInfo with ODevice and ported from custom-*.h #defines tosandman1-7/+6
ODevice methods
2002-06-16Keyboard filter restructuring based on model detection:sandman1-0/+91
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
2002-01-28Committing in .kergoth1-1/+1
Modified Files: configure mkipks addressbook/Makefile.in addressbook/addressbook.pro calc2/calc.pro calc2/binary/binary.pro calc2/simple/simple.pro calculator/Makefile.in calculator/calculator.pro cardmon/Makefile.in cardmon/cardmon.pro chess/chess.pro citytime/Makefile.in citytime/citytime.pro clock/Makefile.in clock/clock.pro datebook/Makefile.in datebook/datebook.pro dictionary/dictionary.pro doc/qcop.doc doc/start.doc embeddedkonsole/Makefile.in embeddedkonsole/embeddedkonsole.pro etc/init.d/qpe example/example.pro fifteen/Makefile.in fifteen/fifteen.pro filebrowser/Makefile.in filebrowser/filebrowser.pro freetype/freetype.pro go/Makefile.in go/go.pro helpbrowser/Makefile.in helpbrowser/helpbrowser.pro inputmethods/handwriting/Makefile.in inputmethods/handwriting/handwriting.pro inputmethods/keyboard/Makefile.in inputmethods/keyboard/keyboard.pro inputmethods/pickboard/Makefile.in inputmethods/pickboard/pickboard.pro inputmethods/unikeyboard/Makefile.in inputmethods/unikeyboard/unikeyboard.pro keypebble/Makefile.in keypebble/keypebble.pro library/Makefile.in library/global.cpp library/library.pro library/qpeapplication.cpp mindbreaker/Makefile.in mindbreaker/mindbreaker.pro minesweep/Makefile.in minesweep/minesweep.pro mpegplayer/Makefile.in mpegplayer/mpegplayer.pro mpegplayer/libflash/libflash.pro mpegplayer/libmad/Makefile.in mpegplayer/libmad/libmad.pro mpegplayer/libmpeg3/Makefile.in mpegplayer/libmpeg3/libmpeg3.pro mpegplayer/libmpeg3/audio/Makefile mpegplayer/libmpeg3/video/Makefile mpegplayer/wavplugin/Makefile.in mpegplayer/wavplugin/wavplugin.pro netsetup/Makefile.in netsetup/README netsetup/netsetup.pro netsetup/dialup/Makefile.in netsetup/dialup/dialup.pro netsetup/lan/Makefile.in netsetup/lan/lan.pro parashoot/Makefile.in parashoot/parashoot.pro qasteroids/Makefile.in qasteroids/qasteroids.pro qcop/Makefile.in qcop/qcop.pro qipkg/Makefile.in qipkg/qipkg.pro scripts/q_functions settings/appearance/Makefile.in settings/appearance/appearance.pro settings/language/Makefile.in settings/language/language.pro settings/light-and-power/Makefile.in settings/light-and-power/light-and-power.pro settings/rotation/Makefile.in settings/rotation/rotation.pro settings/security/Makefile.in settings/security/security.pro settings/sound/Makefile.in settings/sound/sound.pro settings/systemtime/Makefile.in settings/systemtime/systemtime.pro showimg/Makefile.in showimg/showimg.pro single/Makefile.in single/single.pro snake/Makefile.in snake/snake.pro solitaire/Makefile.in solitaire/solitaire.pro spreadsheet/Makefile.in spreadsheet/spreadsheet.pro sysinfo/Makefile.in sysinfo/sysinfo.pro tableviewer/tableviewer.pro taskbar/Makefile.in taskbar/main.cpp taskbar/taskbar.pro taskbar/batteryapplet/Makefile.in taskbar/batteryapplet/batteryapplet.pro taskbar/clipboardapplet/clipboardapplet.pro taskbar/clockapplet/Makefile.in taskbar/clockapplet/clockapplet.pro taskbar/netmonapplet/Makefile.in taskbar/netmonapplet/netmonapplet.pro taskbar/volumeapplet/Makefile.in taskbar/volumeapplet/volumeapplet.pro tetrix/Makefile.in tetrix/tetrix.pro textedit/Makefile.in textedit/textedit.pro todo/Makefile.in todo/todo.pro tux/Makefile.in tux/tux.pro website/htdocs/build.html website/htdocs/development.html website/htdocs/refman/qcop.html website/htdocs/refman/qpeapplication.html wordgame/Makefile.in wordgame/wordgame.pro Log Message: Changed QPEDIR to OPIEDIR in .pro files, and documentation, and regenerated all Makefile.in's that were affected.
2002-01-25Initial revisionkergoth1-0/+276