| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
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.
|
|
|
|
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
|
|
enabled and not enough width is available for all options.
svn path=/trunk/KDE/kdebase/apps/; revision=1216467
|
|
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
|
|
subfolders when Nepomuk/Strigi has been activated.
CCBUG: 262274
svn path=/trunk/KDE/kdebase/apps/; revision=1215428
|
|
Tested with search all files below /
svn path=/trunk/KDE/kdebase/apps/; revision=1214895
|
|
CCBUG: 263262
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1214807
|
|
CCBUG: 262481
svn path=/trunk/KDE/kdebase/apps/; revision=1212998
|
|
the focus and gets focused again by the shortcut (this behavior is consistent to e.g. the behavior in Kate).
CCBUG: 256160
svn path=/trunk/KDE/kdebase/apps/; revision=1207719
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1200741
|
|
also for non-local URLs
svn path=/trunk/KDE/kdebase/apps/; revision=1200307
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1200303
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1199915
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1195688
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1195671
|
|
paramater.
svn path=/trunk/KDE/kdebase/apps/; revision=1195670
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193915
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193611
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193072
|
|
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=1190445
|
|
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
|
|
for at least a second.
svn path=/trunk/KDE/kdebase/apps/; revision=1184510
|
|
the filenamesearchprotocol.
svn path=/trunk/KDE/kdebase/apps/; revision=1183944
|
|
unknown-icon is shown when the search is done in a tab.
svn path=/trunk/KDE/kdebase/apps/; revision=1178364
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1164889
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1160311
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
|
|
method to specify a custom title.
svn path=/trunk/KDE/kdebase/apps/; revision=1152960
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1148408
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1147115
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1145779
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1143415
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1143269
|
|
BUG: 241843
svn path=/trunk/KDE/kdebase/apps/; revision=1142897
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1141645
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1140600
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1139384
|
|
"Images", "Text" and "Filenames" in the search options are not shown in the UI. The patch has been verified by "KDE_LANG=x-test dolphin".
BUG: 240163
svn path=/trunk/KDE/kdebase/apps/; revision=1133863
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132703
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132275
|