summaryrefslogtreecommitdiff
path: root/core/opie-login
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02run the optimize_connect scriptalwin2-6/+6
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 andmickeyl2-19/+19
libopie1-->libopie2
2004-03-01fix includeschicken3-9/+1
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-2/+2
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2003-12-04use opie-lupdate instead lupdatear1-22/+0
2003-11-27Bugfix: Headline is visible again with matchin BG image.coredump2-11/+18
Bugfix: Don't open the InputMethod for a Zaurus, it's got a hardware keyboard
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_0kergoth2-7/+24
2003-08-09Merge from BRANCH_1_0.kergoth1-3/+3
2003-08-02Adjust deps to be more explicit.kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
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
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Cleanup and formatting.kergoth1-1/+1
2002-12-26fixing a strage charcniehaus1-17/+17
2002-12-17included the new scipts in share/opie-loginsandman1-1/+1
2002-12-17Opie login becomes useable now:sandman3-10/+82
- 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-12-14addLanguage rulescniehaus1-0/+1
2002-12-134 updates .pro-files (due to i18n-stuff)cniehaus1-0/+17
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05unintentional commitkergoth1-1/+1
2002-11-05Missed a couple remnant REQUIRESkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-29when quitting opie-login, don't kill the process id returned by getppid(),sandman3-7/+14
but use the previously saved "real" parent pid.
2002-10-17Fix for bug #300: forgot to copy the launcher setMaxWindowRect() codesandman3-1/+45
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 headerssandman5-1/+136
2002-10-14- last login name is savedsandman5-233/+398
- 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-10-06- password line-edit now gets focus on user changesandman2-0/+25
- the "OPIE - please wait" logo is displayed while the launcher is loading
2002-09-30misc. cleanupssandman2-8/+8
2002-09-30- added an option to quit to consolesandman4-169/+231
- 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-09-01ignore uic generated cpp and h files tooharlekin1-0/+2
2002-08-01Revert the non-gcc3-fix part of the gcc3-fix from Harlekinsandman2-3/+2
2002-08-01gcc3.X fixesharlekin3-2/+4
2002-07-27Update for OPIE to use opie-loginsandman1-0/+9
2002-07-27Initial checkin of the new opie-loginsandman5-0/+955
Just replace $OPIEDIR/bin/qpe with $OPIEDIR/bin/opie-login in /etc/init.d/opie