┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
AgeCommit message (Collapse)Author
2010-01-20- Fix minor typosDarío Andrés Rodríguez
"sub folders" -> "sub-folders" BUG: 198084 svn path=/trunk/KDE/kdebase/apps/; revision=1077615
2009-12-12Allow to disable version control plugins. It's too late already for ↵Peter Penz
providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback. svn path=/trunk/KDE/kdebase/apps/; revision=1061740
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-11-06allow to set a custom description for the KMetaDataConfigurationDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
2009-11-06allow to configure which meta data should be shown for tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
2009-10-16prepare the behavior-settings dialog to configure the shown meta data for ↵Peter Penz
tooltips svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-08-30allow to turn off natural sortingPeter Penz
CCBUG: 169883 svn path=/trunk/KDE/kdebase/apps/; revision=1017536
2009-08-26allow to change the order of columns in the details viewPeter Penz
BUG: 164696 svn path=/trunk/KDE/kdebase/apps/; revision=1015987
2009-07-31Fix forward declarationLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
2009-06-30Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a ↵Andrius Štikonas
bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. svn path=/trunk/KDE/kdebase/apps/; revision=989742
2009-05-29Krazy knows about KSharedPtrs now so no need to exclude Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=974528
2009-05-26fixed xmllint --validate issues reported by krazyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973297
2009-05-26SVN_SILENT: 2 false positives reported by krazyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973277
2009-05-26fixed krazy issues (see http://www.kdedevelopers.org/node/3919)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=973269
2009-05-19Fix spurious tool tipChristoph Feck
BUG: 190316 svn path=/trunk/KDE/kdebase/apps/; revision=970147
2009-05-19krazy fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=969874
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
Dolphin and Konqueror (the default) or not. This setting can be changed in the View menu: "View->Sort By->Folders First". FEATURE: 62007 svn path=/trunk/KDE/kdebase/apps/; revision=956820
2009-04-10Allow to configure which preview plugins should be enabled. Per default ↵Peter Penz
previews for images and directories are enabled. svn path=/trunk/KDE/kdebase/apps/; revision=952049
2009-04-06Fixed regression introduced with KDE 4.2.0 that the column width setting was ↵Peter Penz
ignored. BUG: 188701 svn path=/trunk/KDE/kdebase/apps/; revision=949864
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-12Ask for confirmation when closing a Dolphin window with more than one tab. ↵Frank Reininghaus
This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog. FEATURE: 168417 svn path=/trunk/KDE/kdebase/apps/; revision=938767
2009-03-03§$%$ revert last commit, this does not compile (sorry!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934823
2009-03-03SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934820
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-03-03Changed activated() signal usages... to currentIndexChanged();Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=934414
2009-03-01Use currentIndexChanged() signal instead of activated(), the latter does not ↵Shaun Reich
always do what you would think. svn path=/trunk/KDE/kdebase/apps/; revision=933889
2009-02-26adjust size hints of group boxesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932509
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-20Remember the used URL completion mode of the URL navigator. Thanks to Frank ↵Peter Penz
Reininghaus for the patch! BUG: 170502 svn path=/trunk/KDE/kdebase/apps/; revision=929111
2009-02-17The tab order of the View Properties Dialog now moves in a logical and ↵Shaun Reich
coherent manner (it no longer skips out of order). svn path=/trunk/KDE/kdebase/apps/; revision=927483
2009-02-16I forgot to change these connection statements to both send and receive ↵Shaun Reich
boolean values in my prior commit(s). Now the View Properties Dialog will enable the apply button when the affected (4) widget values are changed. svn path=/trunk/KDE/kdebase/apps/; revision=926757
2009-02-15Added the Trash KCM to Dolphin, it's visible in the Settings Dialog, in the ↵Shaun Reich
'Trash" page. Konqueror has it, we should too =) svn path=/trunk/KDE/kdebase/apps/; revision=926571
2009-02-15The View Properties dialog now correctly disables/enables the Apply button, ↵Shaun Reich
instead of it just being enabled all the time, even after you apply it, so it's similar to the Settings Dialog now. svn path=/trunk/KDE/kdebase/apps/; revision=926562
2009-02-14Changed connections of the signals activated(), to currentIndexChanged() as ↵Shaun Reich
used in 3 QComboBoxes. Remember that activated() is not always triggered when the selected item is changed. svn path=/trunk/KDE/kdebase/apps/; revision=926180
2009-02-04The Home folder location, when set via loadSettings(), and when set via the ↵Shaun Reich
'Use Default Location' button, now will use KUrl::prettyUrl(); Prior to this, saving an address of '/home/user/' would be changed to 'file:///home/user' (on Linux) normally (through applySettings()). However, when the listed methods were called, the text of the line edit would be just '/home/user/'. It will now (basically) be set to 'file:///'... all throughout. svn path=/trunk/KDE/kdebase/apps/; revision=920943
2009-02-04Added const bools for a few settings that were referenced more than once. ↵Shaun Reich
Otherwise, the fellow coder would probably just think these were taken out of seemingly thin air. svn path=/trunk/KDE/kdebase/apps/; revision=920920
2009-02-03rename the checkbox "Browse through archives" to "Open archives as folder"Peter Penz
CCBUG: 182991 svn path=/trunk/KDE/kdebase/apps/; revision=920733
2009-02-03SVN_SILENT: updated commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=920731
2009-02-03* no general settings are read -> invoking loadSettings has no effect in ↵Peter Penz
restoreDefaults() * use constants for the defaults, as hardcoding the defaults in 2 methods might be error-prone when changing the defaults in future CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920531
2009-02-03String change - Added clarification in the displayed message box for when ↵Shaun Reich
the settings are applied in the Startup page, and there is an error. This is under the home folder setting. It now says that "the home folder is invalid or does not exist" as opposed to just saying it is invalid. I believe that it was kind of misleading as to what was wrong, so I figured it should give them _some_ hint as to what the problem is. svn path=/trunk/KDE/kdebase/apps/; revision=920501
2009-02-03SVN_SILENT Small update to a comment.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=920497
2009-02-03Both the 'preview size' slider and the 'embed thumbnails in files' settings ↵Shaun Reich
now restore to defaults when asked to. svn path=/trunk/KDE/kdebase/apps/; revision=920491
2009-02-02A few more fixes...mostly cleanups.Shaun Reich
*Grouped some statements that it didn't make sense to put after a certain block of code (giving the impression that it had to be after this block). *There is no need to set the value of the QSpinBox equal to that of the slider, when loading settings... their valueChanges() signals are connected to the opposite one's slot. *Made a now unused variable be used, it was inconsistent in this code block, two times '1' was used, but other times a var set to '1' would be used. *Moved some blocks of code from the loadSettings() method, into the constructor, since the loadSettings() method is called more than once, so it's more resource-friendly to do it this way. svn path=/trunk/KDE/kdebase/apps/; revision=920441
2009-02-02We were calling methods within loadSettings() which should have been moved ↵Shaun Reich
to inside the constructor instead. Examples include setting up a slider's notch-type(bottom or top). Especially significant since loadSettings() gets called more often than the constructor. svn path=/trunk/KDE/kdebase/apps/; revision=920419
2009-02-02Navigation click type (single/double-click) now gets set to it's default ↵Shaun Reich
when asked (the default is single-click). svn path=/trunk/KDE/kdebase/apps/; revision=920400
2009-02-02Changed group config reference pertaining to the "kcminputrc" file. The ↵Shaun Reich
Navigation page setting of whether to use single/double click navigation now saves itself properly, instead of insisting on using single-click. :) P.S. Bear in mind that the setting still does not apply itself until a restart of Dolphin. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=920390
2009-02-02Reverted my previous commit(919897), I was incorrect, it looked to work like ↵Shaun Reich
this, but didn't. svn path=/trunk/KDE/kdebase/apps/; revision=920374