summaryrefslogtreecommitdiff
path: root/core/opie-login
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Reformat according to current Opie style.erik1-232/+234
2007-01-23A couple more return values that need to be checked.erik1-1/+5
2007-01-19core/opie-login/loginwindowimpl.cpp has a fix to properly free stringserik1-4/+21
that were dup'ed. noncore/apps/opie-reader/Bkmks.cpp deletes a temporary pointer that was not being properly disposed of.
2005-08-04apply patch in # 0001662, fixes build with uclibcllornkcor1-1/+4
2005-04-15Resource -> OResourcedrw1-26/+23
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
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-2/+2
check QT_VERSION against 0x030000 instead of 300
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-29/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+29
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-08-26you need to include include.pro _before_ basing on scopes defined theremickeyl1-3/+3
2004-08-25Add menuconfig variable to set if opie-login has to be compiledwimpie2-3/+7
agains PAM Changed pro to use that variable
2004-08-18shrink greeting text. patch courtesy Matthias Hentgesmickeyl1-2/+2
2004-07-18for gcc2 toolchain I need to forward declare crypt...zecke1-1/+6
2004-07-10On OE '*' is not for shadow passwords but is a hint that wezecke1-3/+4
could set the password. So use this hint
2004-07-10Unlink is not needed in this casezecke1-1/+0
2004-07-09Add setting a root password if none is set to opie-loginzecke7-6/+545
If you directly start Opie-Taskbar or use AutoLogin you will not be presented by a set root password gui
2004-06-17s/libopie1/libopiecore2/mickeyl1-1/+1
2004-05-02- convert qWarning to owarnar1-154/+161
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15reverted my silly changesbrad1-2/+2
2004-03-15Fixed LIBOPIE2 config dependsbrad2-3/+3
2004-03-14Convert to ODPzecke3-19/+19
2004-03-02fix so it will compile with gcc2 toolchainalwin1-1/+2
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.