summaryrefslogtreecommitdiff
path: root/core/settings
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Every file in this commit has a change to check the return value of a call.erik2-6/+12
2005-10-12fixed bug #1624: Button settngs changes are applied only after restarthrw1-1/+2
2005-08-22changed tab order in light-and-power settings panelhrw1-17/+12
now it behave like it should (goes from up to bottom, left to right)
2005-06-17Fix bug #1557skyhusker1-3/+3
2005-05-04Resource -> OResourcedrw2-55/+56
2005-05-04Resource -> OResource and add missing lib dependenciesdrw2-5/+7
2005-05-04Resource -> OResource and add missing lib dependenciesdrw2-4/+5
2005-04-24Resource -> OResourcedrw2-26/+28
2005-04-14More icon sizing updatesdrw1-22/+22
2005-04-05Don't append file extension for imagesdrw1-2/+2
2005-03-14scrollview - when having a lot of buttons the dialog window is to smallalwin1-142/+152
to display them.
2005-03-12Fix default settings for background in Edit tab dialogdrw1-28/+18
2005-03-04Fix name of plugins in label - patch courtesy of Gintsdrw1-2/+2
2005-03-03Scale icons appropriatelydrw1-5/+9
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl2-3/+12
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
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