Summary: | JJ: Removing all items from a filtered list doesn't display the filtered items warning | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Ben Cooksley <bcooksley> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nhn, nsm.nikhil, ralf-engels, teo |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.6-git | ||
Target Milestone: | 2.7 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/3ea0a0cc4320a9bd54e7ce44425fd6a0022ca20a | Version Fixed In: | 2.8 |
Sentry Crash Report: |
Description
Ben Cooksley
2010-12-17 10:19:15 UTC
Pending fix for this problem https://git.reviewboard.kde.org/r/100928/ Bump target. Nikhil, any news about this patch? Bump version, Nikhil, still waiting for you to react on the reviewboard issue Git commit 3ea0a0cc4320a9bd54e7ce44425fd6a0022ca20a by Ralf Engels. Committed on 03/02/2013 at 20:00. Pushed by rengels into branch 'master'. Fix Removing all items from a filtered list doesn't display warning Remove the special warning label widget in the ProgressiveSearchWidget. Widgets that are dynamically hidden and shown wreck havoc with layouts. Instead the PrettyListView displays a label in cases it's completely empty. FIXED-IN: 2.8 M +3 -0 ChangeLog M +0 -21 src/playlist/ProgressiveSearchWidget.cpp M +0 -4 src/playlist/ProgressiveSearchWidget.h M +32 -6 src/playlist/view/listview/PrettyListView.cpp M +5 -0 src/playlist/view/listview/PrettyListView.h http://commits.kde.org/amarok/3ea0a0cc4320a9bd54e7ce44425fd6a0022ca20a |