| Age | Commit message (Collapse) | Author |
|
"sub folders" -> "sub-folders"
BUG: 198084
svn path=/trunk/KDE/kdebase/apps/; revision=1077615
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1060003
|
|
service configuration dialog
svn path=/trunk/KDE/kdebase/apps/; revision=1046788
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
|
|
tooltips
svn path=/trunk/KDE/kdebase/apps/; revision=1036100
|
|
CCBUG: 169883
svn path=/trunk/KDE/kdebase/apps/; revision=1017536
|
|
BUG: 164696
svn path=/trunk/KDE/kdebase/apps/; revision=1015987
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
|
|
bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
svn path=/trunk/KDE/kdebase/apps/; revision=989742
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=974528
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973297
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973277
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973269
|
|
BUG: 190316
svn path=/trunk/KDE/kdebase/apps/; revision=970147
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=969874
|
|
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
|
|
previews for images and directories are enabled.
svn path=/trunk/KDE/kdebase/apps/; revision=952049
|
|
ignored.
BUG: 188701
svn path=/trunk/KDE/kdebase/apps/; revision=949864
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934823
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934820
|
|
same name
svn path=/trunk/KDE/kdebase/apps/; revision=934788
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=934414
|
|
always do what you would think.
svn path=/trunk/KDE/kdebase/apps/; revision=933889
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=932509
|
|
reader ;)
svn path=/trunk/KDE/kdebase/apps/; revision=932508
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=932504
|
|
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
|
|
Reininghaus for the patch!
BUG: 170502
svn path=/trunk/KDE/kdebase/apps/; revision=929111
|
|
coherent manner (it no longer skips out of order).
svn path=/trunk/KDE/kdebase/apps/; revision=927483
|
|
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
|
|
'Trash" page.
Konqueror has it, we should too =)
svn path=/trunk/KDE/kdebase/apps/; revision=926571
|
|
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
|
|
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
|
|
'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
|
|
Otherwise, the fellow coder would probably just think these were taken out of seemingly thin air.
svn path=/trunk/KDE/kdebase/apps/; revision=920920
|
|
CCBUG: 182991
svn path=/trunk/KDE/kdebase/apps/; revision=920733
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=920731
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=920497
|
|
now restore to defaults when asked to.
svn path=/trunk/KDE/kdebase/apps/; revision=920491
|
|
*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
|
|
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
|
|
when asked (the default is single-click).
svn path=/trunk/KDE/kdebase/apps/; revision=920400
|
|
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
|
|
this, but didn't.
svn path=/trunk/KDE/kdebase/apps/; revision=920374
|