| Age | Commit message (Collapse) | Author |
|
Bug reports indicate that users are confused by the term "filter" for this.
|
|
|
|
|
|
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
|
|
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
|
|
BUG: 229811
FIXED-IN: 4.7.0
svn path=/trunk/KDE/kdebase/apps/; revision=1210424
|
|
* Always use FileQuery which is much faster than normal queries
svn path=/trunk/KDE/kdebase/apps/; revision=1198420
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1197827
|
|
the "Find" mode of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1196029
|
|
discussed with Sebastian Trüg. This will be replaced by the "From Here" and "Everywhere" buttons later.
svn path=/trunk/KDE/kdebase/apps/; revision=1195690
|
|
in 4.7 we can also provide Facets that don't require a running Nepomuk)
svn path=/trunk/KDE/kdebase/apps/; revision=1195658
|
|
recursive URL changes.
svn path=/trunk/KDE/kdebase/apps/; revision=1195637
|
|
* Fancy facets.
svn path=/trunk/KDE/kdebase/apps/; revision=1194431
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1193123
|
|
prevents overhead if the filter-panel is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=1190460
|
|
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=1190445
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1190370
|