- Apr 12, 2011
-
-
Raphael Kubo da Costa authored
When navigating in Dolphin it attempts to keep any open Terminal (F4) in sync by changing the directory in the shell. It does this by sending a "^C; cd $DIRECTORY" however shells under FreeBSD treat "^C" as a literal string and not SIGINT. Fix this by sending SIGINT to the shell instead of "^C". It appears Linux does not exhibit this behaviour. Patch originally written by David Naylor, from the KDE-FreeBSD team. REVIEW: 101096 CCMAIL: naylor.b.david@gmail.com
-
- Apr 05, 2011
-
-
Frederik Schwarzer authored
-
- Mar 12, 2011
-
-
Peter Penz authored
Constructing a KColorScheme object is very expensive because of a number of tint computations. When scrolling a big list more than 30 % of the time was spent here. Instead, we can precompute and store the inactive text color. (see https://git.reviewboard.kde.org/r/100826/) Thanks to Samuel Rødal for the patch!
-
- Mar 03, 2011
-
-
Sebastian Dörner authored
The new emblem is green, not red, which should be reflected by the text color. Now, all files that will be part of the next commit (LocallyModifiedVersion and AddedVersion) are green and unstaged files darkGreen.
-
- Feb 28, 2011
-
-
Peter Penz authored
Commit 680009b5 resulted in a regression when switching from a view in the column-mode to a view in the icon- or details-mode: The wrong content has been shown. This patch reverts commit 680009b5 and solves the performance-issue in combination with previews by triggering the preview-generation in a queued way.
-
- Feb 13, 2011
-
-
Peter Penz authored
If a change from a directory with disabled previews is done to a directory with enabled previews, also previews are generated for the previous directory as the preview-generator still contains the not updated directory lister. Because of this it is important to apply the view-properties after the directory-lister has been updated.
-
- Feb 12, 2011
-
-
Peter Penz authored
BUG: 265859 FIXED-IN: 4.6.1
-
Peter Penz authored
-
- Feb 09, 2011
-
-
Peter Penz authored
If only one file is selected, pressing RETURN should behave similar like triggering the item with the mouse. For this the signal itemTriggered() must be emitted. BUG: 250475
-
Peter Penz authored
BUG: 265714
-
- Feb 07, 2011
-
-
David Faure authored
-
- Feb 06, 2011
-
-
Peter Penz authored
-
- Feb 05, 2011
-
-
Peter Penz authored
BUG: 265547
-
- Feb 04, 2011
-
-
Peter Penz authored
The clearing of the search-text should only be done when opening the search-box.
-
Script Kiddy authored
-
- Feb 03, 2011
-
-
Peter Penz authored
This fixes the issue that a directory might be declared as indexed/non-indexed although it just starts with a similar name like another directory.
-
- Feb 02, 2011
-
-
Peter Penz authored
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. BUG: 264969 FIXED-IN: 4.6.1
-
Peter Penz authored
This fixes the issue that the initial size of the Filter Panel is too small.
-
Script Kiddy authored
-
- Jan 31, 2011
-
-
Peter Penz authored
BUG: 264791 FIXED-IN: 4.6.1
-
Peter Penz authored
BUG: 264796 FIXED-IN: 4.6.1
-
- Jan 30, 2011
-
-
Peter Penz authored
-
- Jan 27, 2011
-
-
Sebastian Doerner authored
Fix crash when detaching a tab with "Split View Mode" setting enabled svn path=/branches/KDE/4.6/kdebase/apps/; revision=1217573
-
- Jan 23, 2011
-
-
Peter Penz authored
Prevent that the view is forced to increase its width when the searching is enabled and not enough width is available for all options. svn path=/branches/KDE/4.6/kdebase/apps/; revision=1216466
-
- Jan 20, 2011
-
-
Peter Penz authored
Stay consistent with the non-indexed searching and also return folders as search-result when searching in indexed folders. BUG: 263724 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1215986
-
- Jan 19, 2011
-
-
Script Kiddy authored
svn path=/branches/KDE/4.6/kdebase/apps/; revision=1215720
-
- Jan 18, 2011
-
-
Peter Penz authored
Assure that a sorting by the Dolphin specific columns "Path" and "Link Destination" works correctly. svn path=/branches/KDE/4.6/kdebase/apps/; revision=1215484
-
Peter Penz authored
Assure that the enabled plugins for previews are set for the Information Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard). CCMAIL: wilderkde@gmail.com svn path=/branches/KDE/4.6/kdebase/apps/; revision=1215458
-
Peter Penz authored
Fix issue that the "From Here" search restriction does not work on subfolders when Nepomuk/Strigi has been activated. BUG: 262274 FIXED-IN: 4.6.0 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1215427
-
- Jan 17, 2011
-
-
Peter Penz authored
BUG: 263344 FIXED-IN: 4.6.0 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1214978
-
- Jan 16, 2011
-
-
Peter Penz authored
Remember all iterated directories to prevent an endless recursion by links. Tested with search all files below / svn path=/branches/KDE/4.6/kdebase/apps/; revision=1214894
-
Peter Penz authored
BUG: 263262 FIXED-IN: 4.6.0 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1214805
-
Script Kiddy authored
svn path=/branches/KDE/4.6/kdebase/apps/; revision=1214777
-
- Jan 15, 2011
-
-
Peter Penz authored
If the searching has been triggered by clicking on a facet and the facet gets reset again, assure that not all indexed files are shown. Instead return to the previous state before the searching has been started. svn path=/branches/KDE/4.6/kdebase/apps/; revision=1214632
-
- Jan 08, 2011
-
-
Peter Penz authored
BUG: 262481 FIXED-IN: 4.6.0 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1212997
-
- Jan 06, 2011
-
-
Script Kiddy authored
svn path=/branches/KDE/4.6/kdebase/apps/; revision=1212202
-
- Jan 01, 2011
-
-
Peter Penz authored
svn path=/branches/KDE/4.6/kdebase/apps/; revision=1210698
-
Peter Penz authored
svn path=/branches/KDE/4.6/kdebase/apps/; revision=1210662
-
Peter Penz authored
BUG: 261147 FIXED-IN: 4.6.0 svn path=/branches/KDE/4.6/kdebase/apps/; revision=1210658
-
- Dec 19, 2010
-
-
Peter Penz authored
Fix regression introduced in 4.5 and allow to add the menu actions "Show 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
-