summaryrefslogtreecommitdiff
path: root/core/settings/security/demo
AgeCommit message (Collapse)AuthorFilesLines
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04control files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-67/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+67
2004-10-08better description of the app since it provides a real lock now, and can be ↵clem1-2/+5
used through Settings/Buttons
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem1-1/+1
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-09-30simpler explanationclem1-12/+2
2004-09-24Adding standard CVS ignoring for Qt/Opie built files.clem1-0/+5
2004-08-06Don't build it by default; more specific comment about how it's just usefulclem1-2/+2
for tests.
2004-08-03fixed includeclem1-2/+1
2004-07-17Use the MultiauthPassword::authenticate method instead of the handcraftingzecke1-16/+5
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke4-0/+68
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added