Bug 264969 - The filter panel is non-functional
Summary: The filter panel is non-functional
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: search (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 16:19 UTC by lochhead.james
Modified: 2011-02-02 19:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.6.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lochhead.james 2011-01-31 16:19:28 UTC
KDE Version: 4.6 (Dolphin 4.6)
Distribution: Ubuntu (Backports repository)

When I try and use the filter panel, the window changes to a nepomuksearch, however, no files are shown in the file view. I have tried every type of media (Video, Audio etc), different times and even rated a few files to try and use the rating feature. Nothing I tried worked. 

I was able to replicate this a 100% of the time.

Sorry for being a bit vague, however, I don't know what else I could put in the bug report that would help.
Comment 1 Peter Penz 2011-01-31 17:24:40 UTC
Thanks for the report. Could you please check under systemsettings -> Desktop Search whether the checkboxes for "Enable Nepomuk Semantic Desktop" and"Enable Strigi Desktop File Indexer" are checked?
Comment 2 lochhead.james 2011-01-31 18:53:38 UTC
"Enable Strigi Desktop File Indexer" was not checked, however, the other was. Should the filter panel not be greyed out (disabled) though if this radio button is not checked?

I can remember it being greyed out sometimes when I was using Dolphin for the first day or so of using KDE 4.6. Now though it is active all the time (with "Enable Strigi Desktop File Indexer") off.

With Strigi on the filter panel seems fully functional. Thank you.
Comment 3 Peter Penz 2011-01-31 19:18:42 UTC
> Should the filter panel not be greyed out (disabled) though
> if this radio button is not checked?

Yes, you are right. I hope I can fix this quite soon so that it can be part of KDE SC 4.6.1
Comment 4 Peter Penz 2011-02-02 19:35:58 UTC
Git commit d54313ecd8a4e9ec1bbe11b8264ea20114f02714 by Peter Penz.
Committed on 02/02/11 at 19:33.
Pushed by ppenz into branch 'KDE/4.6'.

Fix visibility- and enabled-issues for the filter-panel

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

M  +1    -0    dolphin/src/CMakeLists.txt     
M  +5    -3    dolphin/src/dolphinmainwindow.cpp     
M  +21   -6    dolphin/src/panels/filter/filterpanel.cpp     
M  +3    -1    dolphin/src/panels/filter/filterpanel.h     
M  +3    -36   dolphin/src/search/dolphinsearchbox.cpp     
M  +0    -6    dolphin/src/search/dolphinsearchbox.h     
A  +99   -0    dolphin/src/search/dolphinsearchinformation.cpp         [License: GPL (v2+)]
A  +57   -0    dolphin/src/search/dolphinsearchinformation.h         [License: GPL (v2+)]

http://commits.kde.org/kde-baseapps/d54313ecd8a4e9ec1bbe11b8264ea20114f02714
Comment 5 Peter Penz 2011-02-02 19:38:05 UTC
Git commit 2f0d1f6e1d23ca5f40233ee2ed3994b88d5ca2bf by Peter Penz.
Committed on 02/02/11 at 19:36.
Pushed by ppenz into branch 'master'.

Fix visibility- and enabled-issues for the filter-panel

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

M  +1    -0    dolphin/src/CMakeLists.txt     
M  +5    -3    dolphin/src/dolphinmainwindow.cpp     
M  +21   -6    dolphin/src/panels/filter/filterpanel.cpp     
M  +3    -1    dolphin/src/panels/filter/filterpanel.h     
M  +3    -36   dolphin/src/search/dolphinsearchbox.cpp     
M  +0    -6    dolphin/src/search/dolphinsearchbox.h     
A  +99   -0    dolphin/src/search/dolphinsearchinformation.cpp         [License: GPL (v2+)]
A  +57   -0    dolphin/src/search/dolphinsearchinformation.h         [License: GPL (v2+)]

http://commits.kde.org/kde-baseapps/2f0d1f6e1d23ca5f40233ee2ed3994b88d5ca2bf