summaryrefslogtreecommitdiff
path: root/core/launcher/serverapp.cpp
AgeCommit message (Collapse)AuthorFilesLines
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