| Summary: | Auto-expand after collection browser search expands less than desired (affects also 'Show in Media sources') | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | robert marshall <robert> |
| Component: | Collection Browser | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | matej |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 2.8-git | ||
| Target Milestone: | 2.8.1 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=300557 | ||
| Latest Commit: | http://commits.kde.org/amarok/9fb00e5a97574af3f0cb22d740da7e0cd0761d78 | Version Fixed/Implemented In: | 2.9 |
| Sentry Crash Report: | |||
|
Description
robert marshall
2014-05-22 19:58:51 UTC
Git commit 9fb00e5a97574af3f0cb22d740da7e0cd0761d78 by Matěj Laitl. Committed on 16/10/2016 at 22:03. Pushed by laitl into branch 'master'. Fix Collection Browser auto-expand after search expanding too little Underlying model is asynchronous, we need to cope with that. Do it using a RAII self-destructing object AutoExpander. As a side-effect, Amarok no longer expands collection after start in split collection mode. If this is desired, we may expand them explicitly upon start. Related: bug 300557 FIXED-IN: 2.9 M +1 -0 ChangeLog M +68 -20 src/browsers/CollectionTreeView.cpp http://commits.kde.org/amarok/9fb00e5a97574af3f0cb22d740da7e0cd0761d78 |