Summary: | Collection List tree does not update after collection load has finished | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | John Firebaugh <jfirebaugh> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | des, kde, raabe |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Firebaugh
2003-08-07 08:43:58 UTC
*** Bug 62854 has been marked as a duplicate of this bug. *** *** Bug 65144 has been marked as a duplicate of this bug. *** Confirmed using KDE beta 2. Cheers, Jeroen *** Bug 82468 has been marked as a duplicate of this bug. *** CVS commit by mpyne: Change the tree view mode in JuK to create and delete playlists as needed to keep in sync with your music collection. What this means is that if you should remove a song, or edit a tag such that one of the tree view categories is empty, the category will automatically delete itself. Also, adding tracks or editing a new tag will automatically create the appropriate entry, even if you've already expanded the tree view out. This fixes a couple of bugs, and although the patch is rather large, it has been reviewed by Scott <wheeler@kde.org>, with some of his suggestions implemented. Of course, I would appreciate testing, I've been running it here for quite a few days. No strings were harmed during the making of this patch. :-) CCMAIL:62303-done@bugs.kde.org CCMAIL:74598-done@bugs.kde.org M +115 -14 collectionlist.cpp 1.80 M +32 -7 collectionlist.h 1.55 M +2 -2 playlist.cpp 1.234 M +0 -1 playlist.h 1.126 M +23 -0 playlistbox.cpp 1.113 M +4 -0 playlistbox.h 1.65 M +3 -0 playlistsplitter.cpp 1.180 M +50 -25 viewmode.cpp 1.31 M +10 -3 viewmode.h 1.20 |