When tapping any of the stars in "Rating" in Files, nothing happens, all files are still shown Reproducible: Always Steps to Reproduce: 1. Open Files 2. Tap a star below "Rating" Actual Results: All files are shown Expected Results: Only files with the selected rating are shown
Git commit a0507ec2a0d6082ccc8ebdbd8d89258410ec7d27 by Marco Martin. Committed on 15/08/2013 at 12:07. Pushed by mart into branch 'Active/4'. minimumRating is now a property of queryProvider M +1 -1 applications/filebrowser/package/contents/ui/CategorySidebar.qml http://commits.kde.org/plasma-mobile/a0507ec2a0d6082ccc8ebdbd8d89258410ec7d27
Um sorry, that didn't really work :( When I tap a star, it automatically switches to "Current Activity". If I have a file in the current Activity it is shown, but regardless of its rating. So it does not filter for rating but for "Current Activity" instead
Almost there ;) It works now basically (even without any file type or Current Activity selected, which is pretty awesome). The only problem left is that when I select one star, I only get files with at least 2 stars, if I click 2 stars, I only get files with 3 stars and so on). If that is corrected, everything is fine on this front!
Now it works!