summaryrefslogtreecommitdiff
path: root/core/opie-login/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-02-10autologin: remove processing of command line arguments in favour of decidingmickeyl1-21/+8
based on an entry in the opie-login.conf file
2005-02-08catch up w/ override changesmickeyl1-7/+2
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-6/+1
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-03-14Convert to ODPzecke1-5/+5
2004-03-02fix so it will compile with gcc2 toolchainalwin1-1/+2
2004-03-02run the optimize_connect scriptalwin1-1/+1
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-03-01revert last commit andmickeyl1-17/+17
libopie1-->libopie2
2004-03-01fix includeschicken1-4/+0
2003-11-06merge core/opie-loginmickeyl1-1/+2
2003-11-03resolved merge conflictwaspe1-1/+0
2003-10-04Avoid crashing on no mouse driverzecke1-6/+7
2003-08-09Merge from BRANCH_1_0kergoth1-7/+23
2003-03-24include qwsmouse_qws.hkergoth1-0/+1
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-1/+1
2002-12-17Opie login becomes useable now:sandman1-2/+10
- pre- and post-session scripts (in $OPIEDIR/share/opie-login) to fix things like device ownership to user/root - logging in now doesn't simply mean: execute bin/qpe. instead opie-login * first tries to execute ~/.opie-session * if that doesn't exist $OPIEDIR/share/opie-login/opie-session * if that fails too, execute $OPIEDIR/bin/qpe you can now handle things like ssh-agent on a per-user basis. (I'll commit the scripts later - for now it simply works like before)
2002-10-29when quitting opie-login, don't kill the process id returned by getppid(),sandman1-4/+7
but use the previously saved "real" parent pid.
2002-10-14autologin feature can now (also) be configured by:sandman1-1/+11
~/Settings/opie-login.conf: [General] AutoLogin=<user> command line options override config file settings !
2002-10-14include fix for ipaq/zaurus compilesandman1-0/+1
2002-10-14added copyright headerssandman1-0/+27
2002-10-14- last login name is savedsandman1-14/+112
- wait image should be displayed right now - the qApp object is destroyed before the launcher is started -- this should prevent some semaphore permission problems - added a (very basic) crash handler - added a simple "respawned too fast" detection in case of qt/e fb problems - if opie-login is started with -a <user> or --autologin <user> it doesn't prompt for a username/password - instead it loads qpe directly using the specified user account So even if you are not running multiuser, you should now start qpe with: opie-login --autologin=root
2002-09-30misc. cleanupssandman1-8/+5
2002-09-30- added an option to quit to consolesandman1-106/+151
- launcher is now started via a login shell - font is "hardcoded" to helvetica - screen saver is "hardcoded" to 30/20/60 secs (this should make opie-login usable, regardless of any (miss)-configuration of the normal OPIE appearance)
2002-08-01gcc3.X fixesharlekin1-0/+1
2002-07-27Initial checkin of the new opie-loginsandman1-0/+178
Just replace $OPIEDIR/bin/qpe with $OPIEDIR/bin/opie-login in /etc/init.d/opie