summaryrefslogtreecommitdiff
path: root/core/settings/security
AgeCommit message (Collapse)AuthorFilesLines
2005-05-04Resource -> OResource and add missing lib dependenciesdrw2-4/+5
2005-03-04Fix name of plugins in label - patch courtesy of Gintsdrw1-2/+2
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 ↵mickeyl2-135/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+135
2004-12-20Keep only 'local' Config instances to avoid some olderzecke1-26/+26
instance reverting changes! (weakness of Config class)
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-4/+4
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-08Recommend: added on the new opie-lockapplet, and on the opie-multiauth ↵clem1-0/+1
Application lock as well
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-08missing }clem1-1/+1
2004-10-08Big commit thanks to a little feature request :-) We now have an O-menu appletclem2-18/+4
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 configclem2-61/+86
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-30simpler explanationclem1-12/+2
2004-09-30- As Zecke suggested, we now hide the plugin list and authenticationclem2-107/+158
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-30removing files from the old opie-security implem.clem2-520/+0
2004-09-24removed non-strings from tr() callsclem2-17/+17
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-08-03add the quicklaunching library to the file listclem1-1/+1
2004-07-19securitybase.* is generated from ui so add it to .cvsignorezecke1-0/+1
2004-07-19Make it quicklaunchable againzecke4-53/+53
-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-18Security now depends on libopiesecurity2zecke1-1/+1
2004-07-17Use the MultiauthPassword::authenticate method instead of the handcraftingzecke1-16/+5
2004-07-17Be less verbosezecke2-9/+1
clean ups
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke14-543/+1256
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-14fixeschicken1-1/+1
2004-05-02- convert qDebug to odebugar2-33/+39
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14ODP changezecke2-2/+3
2004-02-21Yeah baby yeah remove IntelliSync supportzecke3-84/+66
and add it to the SyncMode... as it should have been done Keep compatible with the old ored meaning... Now we can have IntelliSync plain text transfer, ask for pw less on connect Opie 1.0 plain text transfer, need pw and allow for syncing Qtopia 1.7 base64 transter , need pw and allow for syncing
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-3/+2
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-08improve support for BigScreenar1-1/+1
2004-01-10change maintainter from warick to opie projectllornkcor1-1/+1
2003-12-10less includesharlekin2-4/+0
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-11-27Added: Default net-ranges are no longer hard-coded and can be editedcoredump3-81/+228
Bugfix: Show user-defined net-range upon application restart in drop-down list
2003-11-18Increase sync-friendlyness and repair broken sync with severalmickeyl3-7/+69
programs. Patch by Matthias Hentges <matthias@hentges.net> - thanks!
2003-11-06merge core/settings/*mickeyl5-17/+5
- light-and-power and security were a bit ugly, so I recommend someone who actually dealt with these files looking into if I got it right (not to tell about the frustratation about the fact that the ones who dealt with these files didn't do the merge in the first place :(
2003-11-05remove <<<<<<llornkcor1-1/+1
2003-11-03resolved merge conflictwaspe1-8/+19
2003-09-20Thanks to treke for tweaking the ui filezecke2-6/+38
Allow the user to set how the QCOP bridge should response Either in Qtopia1.7 mode or the one found prior including Opie1.0 or respond in both ways We still need to check what sync utilities can cope with 'both'
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth3-227/+502
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-05sanitizedschurig1-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.