| Age | Commit message (Collapse) | Author |
|
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
|
|
*Move to Trash
*Delete
These are located in the General page->Context Menu tab of the settings dialog.
svn path=/trunk/KDE/kdebase/apps/; revision=920205
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=919996
|
|
the other, so we're just repeating ourselves by doing this manually.
svn path=/trunk/KDE/kdebase/apps/; revision=919995
|
|
was the View Modes page.
svn path=/trunk/KDE/kdebase/apps/; revision=919919
|
|
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
|
|
that settings have changed. The keyboard, when used on the slider, wouldn't enable the apply button, nor clicking to either side of the slider to change it. sliderMoved signal emission changed to valueChanged. Effects all tabs in Settings Dialog->View Modes.
svn path=/trunk/KDE/kdebase/apps/; revision=917972
|
|
are applied, as per all of the other KDE applications, added in DolphinSettingsDialog::applySettings(). It was already setup to re-enable on a settings change.
svn path=/trunk/KDE/kdebase/apps/; revision=917168
|
|
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
|
|
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
|