lp:~mhaulo/mixxx/multilevel_crates_playlists
Created by Mika Haulo and last modified
- Get this branch:
- bzr branch lp:~mhaulo/mixxx/multilevel_crates_playlists
Only Mika Haulo can upload to this branch. If you are Mika Haulo please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- Daniel Schürmann: Needs Fixing
- Diff: 1727 lines (+748/-280)19 files modifiedmixxx/res/schema.xml (+29/-0)
mixxx/src/library/cratefeature.cpp (+146/-66)
mixxx/src/library/cratefeature.h (+10/-3)
mixxx/src/library/dao/cratedao.cpp (+118/-29)
mixxx/src/library/dao/cratedao.h (+12/-1)
mixxx/src/library/dao/playlistdao.cpp (+123/-38)
mixxx/src/library/dao/playlistdao.h (+15/-2)
mixxx/src/library/playlistfeature.cpp (+146/-77)
mixxx/src/library/playlistfeature.h (+9/-4)
mixxx/src/library/sidebarmodel.cpp (+6/-0)
mixxx/src/library/trackcollection.cpp (+1/-1)
mixxx/src/library/treeitem.cpp (+16/-1)
mixxx/src/library/treeitem.h (+8/-0)
mixxx/src/library/treeitemmodel.cpp (+16/-0)
mixxx/src/library/treeitemmodel.h (+3/-0)
mixxx/src/mixxx.cpp (+0/-20)
mixxx/src/mixxx.h (+0/-2)
mixxx/src/widget/wtracktableview.cpp (+88/-36)
mixxx/src/widget/wtracktableview.h (+2/-0)
Branch information
Recent revisions
- 2737. By Mika Haulo
-
Quick fix to prevent a crash.
Mixxx was crashing if the last subcrate/playlist was deleted. I'm not sure
about the root cause (there's a null pointer, but why?), but this seems
to prevent the crash. - 2734. By Mika Haulo
-
More restrictions to crate/playlist deletion.
If any parent or child crate/playlist is locked, deletion
is not possible.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~mixxxdevelopers/mixxx/trunk