summaryrefslogtreecommitdiff
path: root/core/settings
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl3-1/+7
2005-01-11number of icon columns now also customizable through LauncherSettingsmickeyl4-9/+25
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 stringwimpie2-2/+2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl6-407/+6
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl6-6/+407
2004-12-20Keep only 'local' Config instances to avoid some olderzecke1-26/+26
instance reverting changes! (weakness of Config class)
2004-11-11send qcop signal when enable/disable doctabalwin2-42/+53
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke3-8/+8
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-09-08fixed dependency (needs libqtaux2)schurig1-1/+1
2004-09-07Fix compiler warningzecke1-2/+2
2004-08-22Reload InputMethods when LauncherSettings changed InputMethod Optionszecke2-8/+30
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-06-19BUGFIX: 0001089 - remember Browse path when selecting a tab background imageharlekin3-11/+26
2004-06-17replaced tr( "" ) by "" (in order not to pollute the .ts translation files)clem1-18/+18
2004-06-10fixchicken1-1/+1
2004-06-04default focus back on the brightness sliders, closes bug 1340harlekin2-3/+17
2004-05-20remove bogus paths out of .pro filesmickeyl2-2/+2
2004-05-18catch up with cleanupmickeyl1-2/+2
2004-05-14fixchicken1-1/+1
2004-05-14fixeschicken4-4/+4
2004-05-02- convert qDebug to odebugar11-973/+1014
2004-04-23doesnt make sense to turn light off before it dims for defaultllornkcor1-2/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl5-5/+5
build system
2004-03-15More LIBOPIE2 config fixesbrad1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad3-3/+3
2004-03-14ODP changezecke23-38/+45
2004-03-14namespace fixalwin1-1/+1
2004-03-02libopie1->libopie2, segfaultingharlekin6-22/+24
2004-03-02libopie1->libopie2harlekin2-2/+2
2004-03-02run the optimize_connect scriptalwin11-39/+39
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-01fix includeschicken6-18/+0