summaryrefslogtreecommitdiff
path: root/core/launcher/serverapp.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13Fix namespaces in the launcher.. and found a problem with my scriptzecke1-4/+5
2004-03-02run the optimize_connect scriptalwin1-5/+5
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-26flag ms_is_startingalwin1-1/+13
it will be set true until the main eventloop is reached. Check it with ServerApp::isStarting()
2004-02-21Randomly jumping in the vtable is fun :)zecke1-10/+10
use libopie2 odevice
2004-02-08improve support for BigScreenar1-1/+1
2003-11-20fix battery message box text wrappingmickeyl1-9/+27
patch courtesy of Matthias Hentges - thanks.
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-09-20Fix double suspend on key inputzecke1-1/+1
ServerApp proxied the power() signal from KeyFilter and we've connected togglePower() twice to it. We only need to connect to the ServerApp power signal and not to keyfilter because we emit power() from ServerApp on QCOP
2003-09-03Failure free restart of the launcher and a commentzecke1-0/+19
why we do that
2003-08-28Rework to use ODevice for various partszecke1-215/+411
addition of QCOP messages New Keyfilter ( ODeviceButton ) keyFilter Fix togglePower suspend fixes
2003-08-25Initial revisionzecke1-0/+617