summaryrefslogtreecommitdiff
path: root/core/settings/security/multiauthconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-05Changed the way to test authentication: instead of having a hardcoded configclem1-6/+12
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-0/+1
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-07-19Make it quicklaunchable againzecke1-1/+4
-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-17Add Clements reworked and OMAF capable Security Settings applicationzecke1-0/+141
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added