Revision 3b5c6b2...

Go back to digest for 18th May 2014

Bug Fixes in Multimedia

Matěj Laitl committed changes in [amarok] /:

CollectionBrowser: do not expand tree needlessly

The reasons were 2:
* we were adding every collection to m_expandedCollections all the
time, which then resulted in their expansion in each slotFilter()
* we were doing auto-expansion even in cases where collection was
updated, not just when user typed something

(fixed in is still 2.9 for consistency with earlier commits)

BACKPORT

FIXED-IN: 2.9

File Changes

Modified 6 files
  •   ChangeLog
  •   src/browsers/CollectionTreeItemModelBase.cpp
  •   src/browsers/CollectionTreeItemModelBase.h
  •   src/browsers/CollectionTreeView.cpp
  •   src/browsers/CollectionTreeView.h
  •   tests/browsers/TestSingleCollectionTreeItemModel.cpp
6 files changed in total