summaryrefslogtreecommitdiff
path: root/core/launcher/serverapp.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31Specify correct parameters to needToAuthenticate() and login() so that ↵paule1-2/+2
appropriate setting is read when determining whether to authenticate or not. Fixes bug #1830.
2005-03-15setup a workaround for missing autorepeat flag on specialbuttons.alwin1-5/+17
eg, keyfilter of serverapp stores the last pressed button itself and checks against holdtime and releases itself. on c7x0/c8x0 it works with 2.6 kernel cause keys are repeated without this flag - on 2.4 kernel I don't know what happen (may that keys are not repeated)
2004-11-03Switch to OApplicationzecke1-1/+1
2004-10-17-Use local8Bit instead of latin1zecke1-1/+1
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem1-1/+2
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron)
2004-10-08remove inadvertant outputllornkcor1-1/+1
2004-10-08remove inadvertant outputllornkcor1-3/+3
2004-10-08this patch will add support for QD installing directly to opie device via ↵llornkcor1-2/+5
sync. not functioning until QD 1.7.1 released. should compile for now
2004-09-10Remove unused code and mark parameter as Q_UNUSEDzecke1-2/+2
2004-09-10whitespace changesschurig1-48/+58
2004-07-17-Add depedenncy on OMAFzecke1-6/+8
-Link against OMAF -Finally use OMAF
2004-07-15Start removing #if 0 which originates from a sync and libqtopia dependencyzecke1-28/+0
2004-06-09- improve BigScreen on ShutDownar1-140/+138
2004-04-26make shutdown app move to more proper position so it doesn't cut off the ↵llornkcor1-0/+2
titlebar
2004-04-07use Opie debugging frameworkmickeyl1-13/+13
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