summaryrefslogtreecommitdiff
path: root/core/settings/security/multiauthconfig.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-08missing }clem1-1/+1
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem1-17/+3
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-05Changed the way to test authentication: instead of having a hardcoded configclem1-55/+74
option, allowByPass, we now have a "Test now" button in the configuration interface. We add to change both the config app and the libopie2security files for that, since the MultiauthMainWindow constructor has to know whether to implement a debug mode (with an new argument, false by default). We also had to give MultiauthGeneralConfig a link to MultiauthConfig, since the test button triggers the writing of the whole configuration. Some cleaning too (m_ on *all* member attributes, removal of obsolete allowByPass / explanScreens checking code.
2004-09-30- As Zecke suggested, we now hide the plugin list and authenticationclem1-107/+157
configuration tabs if no authentication plugin is installed (but we tell the user a few things about authentication in a third tab). - Small warning about syncnet removed.
2004-09-24removed non-strings from tr() callsclem1-8/+8
2004-07-19Make it quicklaunchable againzecke1-4/+46
-Do the check if allowed to run in the c'tor of MultiauthConfig and exit(-1) on failure -Adopt the .pro to contain CONFIG quick-app again -main only contains the call to the factory
2004-07-17Be less verbosezecke1-6/+0
clean ups
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke1-0/+665
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added