┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/servicessettingspage.cpp
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folderPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154129
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at ↵Peter Penz
least I hope as non-native English speaker that this is the case ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1126705
2010-04-04Do expensive loading operations in the Dolphin Preferences when getting the ↵Peter Penz
QShowEvent and not the QPolish event. svn path=/trunk/KDE/kdebase/apps/; revision=1111143
2010-04-04Add the submenu-name of a service menu entry as prefix. As an alphabetic ↵Peter Penz
sorting of all list elements is done, this automatically groups the entries. svn path=/trunk/KDE/kdebase/apps/; revision=1111140
2010-04-04Invert default behavior regarding loading of version control plugins: Only ↵Peter Penz
load plugins that have been explicitly enabled by the user instead of loading all plugins per default. Most users won't use version control plugins at all and there is no need in wasting memory and performance. A user interface has been added in the "Services" settings for version control plugins. The user interface is only shown, if at least one plugin is available on the system. svn path=/trunk/KDE/kdebase/apps/; revision=1111101
2009-12-07use KNewStuff3 instead of the deprecated KNewStuff2Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1060003
2009-11-09move the "Download New Services..." entry from the Settings menu to the ↵Peter Penz
service configuration dialog svn path=/trunk/KDE/kdebase/apps/; revision=1046788
2009-05-29Krazy knows about KSharedPtrs now so no need to exclude Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=974528
2009-05-26SVN_SILENT: 2 false positives reported by krazyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973277
2009-03-21- Write the settings to the disk as soon as "Apply" or "OK" has been pressed ↵Peter Penz
inside a settings dialog. - Assure that the settings are saved in the DolphinPart destructor for settings that are changed outside the settings dialog (e. g. by using Ctrl + mouse wheel for adjusting the icon size). Thanks to Frank Reininghaus and David Faure for the analyses. CCBUG: 175085 svn path=/trunk/KDE/kdebase/apps/; revision=942194
2009-03-03only add the service to the list, if there is no other service using the ↵Peter Penz
same name svn path=/trunk/KDE/kdebase/apps/; revision=934788
2009-02-26Calling the "Show" group "hiddenGroup" is a bit surprising to the casual ↵David Faure
reader ;) svn path=/trunk/KDE/kdebase/apps/; revision=932508
2009-02-26remember which service menus should be shown in the context menuPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=932504
2009-02-25Provide a basic UI for the "Services" settings dialog. It's open yet whether ↵Peter Penz
installing services by the internet will make it into Dolphin/Konqueror for KDE 4.3, but at least turning off services (without deinstalling applications...) will be supported. svn path=/trunk/KDE/kdebase/apps/; revision=931854
2009-02-01Now when you click the button "Defaults" in the settings dialog, it will ↵Shaun Reich
push the settings to the UI, then the user can apply, cancel, or modify them from there. Also removed the message box prompt. Use settings->useDefaults(true), then set it back to false after you are done loading settings in the restoreDefaults() method calls. Don't use ->setDefaults() normally, anymore. svn path=/trunk/KDE/kdebase/apps/; revision=919897
2009-01-17Relayout of the settings dialog, so that all Dolphin KPart relevant settings ↵Peter Penz
can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week. svn path=/trunk/KDE/kdebase/apps/; revision=912587