┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/filter
AgeCommit message (Collapse)Author
2011-03-09Rename the "Filter Panel" to "Search Panel"Peter Penz
Bug reports indicate that users are confused by the term "filter" for this.
2011-02-10revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91aChristoph Thielecke
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Coding style update for pointer comparisonPeter Penz
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.
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2011-02-03Fix 3 issues reported by "krazy"Peter Penz
2011-02-02Fix visibility- and enabled-issues for the filter-panelPeter Penz
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
2011-01-15If the searching has been triggered by clicking on a facet and the facet ↵Peter Penz
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
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
BUG: 229811 FIXED-IN: 4.7.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210424
2010-11-18* Fixed performer facetSebastian Trueg
* Always use FileQuery which is much faster than normal queries svn path=/trunk/KDE/kdebase/apps/; revision=1198420
2010-11-16There is no need to use a regular expression to get all files.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1197827
2010-11-12Fix issue that no filtering is possible if the Filter Panel is used outside ↵Peter Penz
the "Find" mode of Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1196029
2010-11-11Remove the "Remove folder restriction" button from the Filter Panel as ↵Peter Penz
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
2010-11-11Disable the Facet Panel if Nepomuk is disabled (at least for 4.6, hopefully ↵Peter Penz
in 4.7 we can also provide Facets that don't require a running Nepomuk) svn path=/trunk/KDE/kdebase/apps/; revision=1195658
2010-11-11Block signals from the facet-widget when applying a query. This prevents ↵Peter Penz
recursive URL changes. svn path=/trunk/KDE/kdebase/apps/; revision=1195637
2010-11-08* Adjusted to the small API changes in libnepomukSebastian Trueg
* Fancy facets. svn path=/trunk/KDE/kdebase/apps/; revision=1194431
2010-11-04Adjust code to the changed signal of the Nepomuk facet-widget.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193123
2010-10-27Postpone the initialization of the filter-panel until it is shown. This ↵Peter Penz
prevents overhead if the filter-panel is disabled. svn path=/trunk/KDE/kdebase/apps/; revision=1190460
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
- Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1190370