| Age | Commit message (Collapse) | Author |
|
When Dolphin is started with a directory as argument unnecessary reload operations of KDirListers are done. The patch improves this by just letting the DolphinView internally do a loading as soon as it gets visible (and without reloading). Also in case if only one directory is passed as argument the current tab gets reused instead of creating new tabs and removing the current tab.
Thanks a lot to David Faure for pointing out this unefficient handling.
|
|
|
|
CCBUG: 265714
|
|
Most developers seem to prefer
if (ptr) ...
if (!ptr) ...
in comparison to
if (ptr != 0) ...
if (ptr == 0) ...
Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
|
|
|
|
|
|
|
|
The filter-panel should be disabled if the current folder is not indexed at all. Also when triggering a "Find" the filter-panel should stay invisible per default when the current folder is not indexed.
CCBUG: 264969
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1217560
|
|
the focus when "Replace Location" is invoked.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1215110
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1214916
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1212992
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1212950
|
|
Places Panel.
svn path=/trunk/KDE/kdebase/apps/; revision=1211709
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1210426
|
|
BUG: 229811
FIXED-IN: 4.7.0
svn path=/trunk/KDE/kdebase/apps/; revision=1210424
|
|
Information Panel", "Show Folders Panel", "Show Terminal Panel", "Show Places Panel" and "Show Places Panel" to the toolbar like in KDE SC 4.4.
BUG: 250847
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1207728
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1196022
|
|
it when Nepomuk is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=1195652
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1195360
|
|
This reverts commit f20cd7fd1836d0f16bc1dec2204bd4356a9f2802.
svn path=/trunk/KDE/kdebase/apps/; revision=1194446
|
|
the filter lets focus it again.
BUG: 256160
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1193912
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193611
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193348
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193345
|
|
to the current views.
BUG: 254947
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1193344
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1191041
|
|
prevents overhead if the filter-panel is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=1190460
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190446
|
|
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=1190445
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190390
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190370
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190010
|
|
search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks.
svn path=/trunk/KDE/kdebase/apps/; revision=1189951
|
|
- Internal cleanups of DolphinContextMenu code
svn path=/trunk/KDE/kdebase/apps/; revision=1189651
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184511
|
|
keep the interface minimal (selectedItems() is already available)
svn path=/trunk/KDE/kdebase/apps/; revision=1184457
|
|
case if no item is selected.
svn path=/trunk/KDE/kdebase/apps/; revision=1183222
|
|
actions "Open Parent Folder in New Window" and "Open Parent Folder in New Tab"
svn path=/trunk/KDE/kdebase/apps/; revision=1178362
|
|
KDE SC 4.0. Well better later than never: Done now :-)
BUG: 233836
svn path=/trunk/KDE/kdebase/apps/; revision=1178344
|
|
- GeneralSettings::homeUrl() returns a QString instance, not a KUrl reference
svn path=/trunk/KDE/kdebase/apps/; revision=1177958
|
|
Thanks to
Enrique Alonso for analysing the root-cause!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1177952
|
|
constructing KModifierKeyInfo in the constructor of the context menu, the user interface might freeze. Thanks to Mark Gaiser for clarifying this with the KModifierKeyInfo maintainer and testing the workaround!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1177658
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1176513
|
|
the delete action line is not enabled in the settings) then the
"Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release
shift.
BUG: 194275
svn path=/trunk/KDE/kdebase/apps/; revision=1176493
|
|
the patch and David Faure for the review on http://reviewboard.kde.org/r/5178.
BUG: 244512
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1176395
|
|
CCBUG: 248962
svn path=/trunk/KDE/kdebase/apps/; revision=1171577
|
|
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes.
- Provide context-sensitive actions also when a context-menu is opened on the viewport
BUG: 191938
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1168586
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
|