Darío Andrés Rodríguez
82bf5d99c1
- Fix minor typos
...
"sub folders" -> "sub-folders"
BUG: 198084
svn path=/trunk/KDE/kdebase/apps/; revision=1077615
2010-01-20 14:04:08 +00:00
Peter Penz
af7ced9047
Allow to disable version control plugins. It's too late already for 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-12 22:44:05 +00:00
Peter Penz
4724888b0c
use KNewStuff3 instead of the deprecated KNewStuff2
...
svn path=/trunk/KDE/kdebase/apps/; revision=1060003
2009-12-07 21:20:28 +00:00
Peter Penz
232e7eaad7
move the "Download New Services..." entry from the Settings menu to the service configuration dialog
...
svn path=/trunk/KDE/kdebase/apps/; revision=1046788
2009-11-09 18:13:36 +00:00
Peter Penz
49a1a72d50
allow to set a custom description for the KMetaDataConfigurationDialog
...
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
2009-11-06 17:06:33 +00:00
Peter Penz
d009bf5eae
allow to configure which meta data should be shown for tooltips
...
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
2009-11-06 16:51:42 +00:00
Peter Penz
0bd6e46b2b
prepare the behavior-settings dialog to configure the shown meta data for tooltips
...
svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-10-16 15:50:30 +00:00
Peter Penz
ad4b299a17
allow to turn off natural sorting
...
CCBUG: 169883
svn path=/trunk/KDE/kdebase/apps/; revision=1017536
2009-08-30 20:58:53 +00:00
Peter Penz
dcf397ae51
allow to change the order of columns in the details view
...
BUG: 164696
svn path=/trunk/KDE/kdebase/apps/; revision=1015987
2009-08-26 18:23:31 +00:00
Laurent Montel
0dd0f27f83
Fix forward declaration
...
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
2009-07-31 07:14:20 +00:00
Andrius Štikonas
23bd9f0d66
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
...
svn path=/trunk/KDE/kdebase/apps/; revision=989742
2009-06-30 20:09:04 +00:00
Allen Winter
2701ec1c25
Krazy knows about KSharedPtrs now so no need to exclude
...
svn path=/trunk/KDE/kdebase/apps/; revision=974528
2009-05-29 16:01:24 +00:00
Peter Penz
173bad0b0c
fixed xmllint --validate issues reported by krazy
...
svn path=/trunk/KDE/kdebase/apps/; revision=973297
2009-05-26 19:11:00 +00:00
Peter Penz
3f46b570f3
SVN_SILENT: 2 false positives reported by krazy
...
svn path=/trunk/KDE/kdebase/apps/; revision=973277
2009-05-26 18:38:52 +00:00
Peter Penz
c848b945d4
fixed krazy issues (see http://www.kdedevelopers.org/node/3919 )
...
svn path=/trunk/KDE/kdebase/apps/; revision=973269
2009-05-26 18:24:23 +00:00
Christoph Feck
ce4ae8ee17
Fix spurious tool tip
...
BUG: 190316
svn path=/trunk/KDE/kdebase/apps/; revision=970147
2009-05-19 17:12:57 +00:00
Peter Penz
ec859058c6
krazy fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=969874
2009-05-19 07:25:40 +00:00
Frank Reininghaus
29c5ab3b74
Let the user choose if folders are always shown first in the views of
...
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-20 17:52:21 +00:00
Peter Penz
5bd452a69d
Allow to configure which preview plugins should be enabled. Per default previews for images and directories are enabled.
...
svn path=/trunk/KDE/kdebase/apps/; revision=952049
2009-04-10 18:58:21 +00:00
Peter Penz
6358214ee7
Fixed regression introduced with KDE 4.2.0 that the column width setting was ignored.
...
BUG: 188701
svn path=/trunk/KDE/kdebase/apps/; revision=949864
2009-04-06 05:56:33 +00:00
Peter Penz
18f99bf84e
- Write the settings to the disk as soon as "Apply" or "OK" has been pressed 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-21 11:49:10 +00:00
Frank Reininghaus
b9b9df7296
Ask for confirmation when closing a Dolphin window with more than one tab. 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-12 22:40:32 +00:00
Peter Penz
3fa4d31152
§$%$ revert last commit, this does not compile (sorry!)
...
svn path=/trunk/KDE/kdebase/apps/; revision=934823
2009-03-03 21:01:41 +00:00
Peter Penz
eb4e1dc66e
SVN_SILENT: coding style fix
...
svn path=/trunk/KDE/kdebase/apps/; revision=934820
2009-03-03 20:59:11 +00:00
Peter Penz
0801e50cfd
only add the service to the list, if there is no other service using the same name
...
svn path=/trunk/KDE/kdebase/apps/; revision=934788
2009-03-03 19:39:36 +00:00
Shaun Reich
71768c5ba2
Changed activated() signal usages... to currentIndexChanged();
...
svn path=/trunk/KDE/kdebase/apps/; revision=934414
2009-03-03 01:07:55 +00:00
Shaun Reich
9c095f56fd
Use currentIndexChanged() signal instead of activated(), the latter does not always do what you would think.
...
svn path=/trunk/KDE/kdebase/apps/; revision=933889
2009-03-01 21:11:12 +00:00
Peter Penz
ec8a75b90c
adjust size hints of group boxes
...
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-26 20:10:27 +00:00
David Faure
fd6be5b9af
Calling the "Show" group "hiddenGroup" is a bit surprising to the casual reader ;)
...
svn path=/trunk/KDE/kdebase/apps/; revision=932508
2009-02-26 20:08:22 +00:00
Peter Penz
5411363284
remember which service menus should be shown in the context menu
...
CCMAIL: faure@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=932504
2009-02-26 19:58:22 +00:00
Peter Penz
26acdb7c77
Provide a basic UI for the "Services" settings dialog. It's open yet whether 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-25 20:53:17 +00:00
Peter Penz
540eeb0030
Remember the used URL completion mode of the URL navigator. Thanks to Frank Reininghaus for the patch!
...
BUG: 170502
svn path=/trunk/KDE/kdebase/apps/; revision=929111
2009-02-20 16:55:25 +00:00
Shaun Reich
02aa3f8ea0
The tab order of the View Properties Dialog now moves in a logical and coherent manner (it no longer skips out of order).
...
svn path=/trunk/KDE/kdebase/apps/; revision=927483
2009-02-17 16:40:59 +00:00
Shaun Reich
0e467ea6ab
I forgot to change these connection statements to both send and receive 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-16 04:40:17 +00:00
Shaun Reich
8ce343ba3d
Added the Trash KCM to Dolphin, it's visible in the Settings Dialog, in the 'Trash" page.
...
Konqueror has it, we should too =)
svn path=/trunk/KDE/kdebase/apps/; revision=926571
2009-02-15 18:06:04 +00:00
Shaun Reich
614a1a1861
The View Properties dialog now correctly disables/enables the Apply button, 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-15 17:30:00 +00:00
Shaun Reich
4157103173
Changed connections of the signals activated(), to currentIndexChanged() as 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-14 19:45:25 +00:00
Shaun Reich
5c53ea1f60
The Home folder location, when set via loadSettings(), and when set via the '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-04 03:44:13 +00:00
Shaun Reich
6969b704c0
Added const bools for a few settings that were referenced more than once. 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-04 01:24:38 +00:00
Peter Penz
7af662dc12
rename the checkbox "Browse through archives" to "Open archives as folder"
...
CCBUG: 182991
svn path=/trunk/KDE/kdebase/apps/; revision=920733
2009-02-03 17:54:33 +00:00
Peter Penz
aa885d4e21
SVN_SILENT: updated comment
...
svn path=/trunk/KDE/kdebase/apps/; revision=920731
2009-02-03 17:49:27 +00:00
Peter Penz
58373c05fe
* no general settings are read -> invoking loadSettings has no effect in restoreDefaults()
...
* use constants for the defaults, as hardcoding the defaults in 2 methods might be error-prone when changing the defaults in future
CCMAIL: predator106@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=920531
2009-02-03 06:24:39 +00:00
Shaun Reich
4f00fc19cd
String change - Added clarification in the displayed message box for when 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-03 03:20:47 +00:00
Shaun Reich
5d230c956f
SVN_SILENT Small update to a comment.
...
svn path=/trunk/KDE/kdebase/apps/; revision=920497
2009-02-03 01:40:30 +00:00
Shaun Reich
58c95bc8d8
Both the 'preview size' slider and the 'embed thumbnails in files' settings now restore to defaults when asked to.
...
svn path=/trunk/KDE/kdebase/apps/; revision=920491
2009-02-03 01:20:53 +00:00
Shaun Reich
a8d577ff2d
A few more fixes...mostly cleanups.
...
*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-02 22:23:06 +00:00
Shaun Reich
c2429b1dcb
We were calling methods within loadSettings() which should have been moved 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-02 21:35:37 +00:00
Shaun Reich
97425edcf6
Navigation click type (single/double-click) now gets set to it's default when asked (the default is single-click).
...
svn path=/trunk/KDE/kdebase/apps/; revision=920400
2009-02-02 20:40:33 +00:00
Shaun Reich
8230d0f7f4
Changed group config reference pertaining to the "kcminputrc" file. The 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: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=920390
2009-02-02 20:14:42 +00:00
Shaun Reich
c48b347e58
Reverted my previous commit(919897), I was incorrect, it looked to work like this, but didn't.
...
svn path=/trunk/KDE/kdebase/apps/; revision=920374
2009-02-02 19:43:02 +00:00