| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
CCBUG: 250475
|
|
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.
|
|
|
|
|
|
(cherry picked from commit 4caa285c065ea362ae52d93a567680513d8beb2a)
|
|
|
|
In this case the "From Here"/"Everywhere" buttons and the "Filename"/"Content" buttons are useless. Currently they just get disabled but the plan is to provide a better visual indication of the current query and to remove them completely.
|
|
CCBUG: 265547
|
|
|
|
A minor API cleanup in DolphinSearchBox has been done related to the test.
|
|
The clearing of the search-text should only be done when opening the search-box.
|
|
|
|
Also some KDE-includes have been capitalized
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
This fixes the issue that the initial size of the Filter Panel is too small.
|
|
|
|
CCBUG: 264791
|
|
CCBUG: 264796
|
|
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1217560
|
|
In particular, tests for changing the zoom level and for saving and
restoring the view state.
svn path=/trunk/KDE/kdebase/apps/; revision=1217270
|
|
Up to now, some Columns View tests that need a folder to be displayed
in the view only passed if they were run first: The first test always
passed, and if a test name was passed on the command line, such that
only this test would be run, this test would work as well. In other
cases, the view was empty, not showing the items in the folder.
The problem is worked around by creating a new DolphinView before each
test in the case of the Columns View. Added a TODO comment to make me
remember to look into this again at some point.
svn path=/trunk/KDE/kdebase/apps/; revision=1217260
|
|
The test assumes that the view does not have the keyboard focus
initially. However, this may not be the case if this is the only test
to be executed (i.e., if testKeyboardFocus is passed to the test
executable on the command line). This commit transfers the keyboard
focus explicitly to another widget.
svn path=/trunk/KDE/kdebase/apps/; revision=1217251
|
|
enabled and not enough width is available for all options.
svn path=/trunk/KDE/kdebase/apps/; revision=1216467
|
|
related to the folder view properties.
svn path=/trunk/KDE/kdebase/apps/; revision=1216359
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1216293
|
|
search-result when searching in indexed folders.
CCBUG: 263724
svn path=/trunk/KDE/kdebase/apps/; revision=1215987
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1215655
|
|
Destination" works correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=1215483
|
|
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).
svn path=/trunk/KDE/kdebase/apps/; revision=1215459
|
|
subfolders when Nepomuk/Strigi has been activated.
CCBUG: 262274
svn path=/trunk/KDE/kdebase/apps/; revision=1215428
|
|
When running the test in the background while using the computer for
other things, it may happen that the test's widgets are not focused,
which led to an infinite loop before this commit. I've removed the
checks that caused this loop because the only thing that is important
for the test is that the view loses the keyboard focus at some point
(see bug 220898).
svn path=/trunk/KDE/kdebase/apps/; revision=1215139
|
|
the focus when "Replace Location" is invoked.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1215110
|
|
opened by the [+]-toggle.
CCBUG: 263344
svn path=/trunk/KDE/kdebase/apps/; revision=1214979
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1214927
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1214916
|
|
Tested with search all files below /
svn path=/trunk/KDE/kdebase/apps/; revision=1214895
|
|
keyboard search because QTreeView (unlike the other item views) does
not handle this internally.
This commit simplifies that code by performing the selection update in
the method keyboardSearch(). That way, we can get rid of the member
m_updateCurrentIndex and of 3 member functions. The unit tests still
pass, so I'm quite confident that this does not break anything.
svn path=/trunk/KDE/kdebase/apps/; revision=1214865
|
|
selection failure after a keyboard focus change in between key press
and key release events)
svn path=/trunk/KDE/kdebase/apps/; revision=1214822
|
|
CCBUG: 263262
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1214807
|
|
constructor to the one of its base class DolphinTreeView. The reason
is that DolphinTreeView::updateElasticBandSelection() contains
"Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that
every DolphinTreeView has uniform row heights. This might be important
for unit tests which use DolphinTreeView directly.
svn path=/trunk/KDE/kdebase/apps/; revision=1214695
|
|
deletion if Shift+Delete is pressed for some time and the confirmation
dialog is disabled).
svn path=/trunk/KDE/kdebase/apps/; revision=1214651
|
|
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=/trunk/KDE/kdebase/apps/; revision=1214634
|