summaryrefslogtreecommitdiffstats
path: root/src/library/baseplaylistfeature.h
AgeCommit message (Expand)Author
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-05-19Move childModel to BaseTrackSetFeaturexerus2000
2020-04-20Adjust Code Style & importsxerus2000
2020-04-19Follow menu order in TrackSetFeature action initialisationxerus2000
2020-04-19Rename BaseTrackCollectionFeature to BaseTrackSetFeaturexerus2000
2020-04-10Move signals to base & remove unused showPage signalxerus
2020-04-03Replace legacy include guards with #pragma oncexerus
2020-04-03Refactor activate & rootViewName into BaseTrackCollectionFeaturexerus
2020-04-02Create common BaseTrackCollectionFeature ancestor for crates & playlistsxerus
2020-04-02Pass PlaylistTableModel through constructorxerus
2020-01-15Remove redundant "virtual" specifier for override functionsJan Holthuis
2020-01-15Fix inconsistent missing overrides in Mixxx codebaseJan Holthuis
2019-12-15Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-10Send a single signal after modifying multiple playlistsUwe Klotz
2019-12-10Rename function/signal/slot parameterUwe Klotz
2019-12-09Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into library-autodj...Uwe Klotz
2019-12-05library/baseplaylistfeature: Add action to replace Auto DJ queueJan Holthuis
2019-12-05library: Remove duplicated PlaylistDAO::sendToAutoDJJan Holthuis
2019-11-25Pass constructor arg as const-refUwe Klotz
2019-11-22Fix order of constructionUwe Klotz
2019-11-21Reduce visibility of members in base classesUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-07-28return playlistLabels by value, a QList is implicitly shared.Daniel Schürmann
2019-07-27dispose m_playlistLableDaniel Schürmann
2019-07-27Make m_playlistLabels privateDaniel Schürmann
2019-07-27Split out fetchPlaylistLabelDaniel Schürmann
2019-07-26Rename more functionsDaniel Schürmann
2019-07-25rename m_playlistList to m_playlistLabels and create a struct as store typeDaniel Schürmann
2019-07-25Add function replacePlaylistLabel()Daniel Schürmann
2019-07-25use cammle case for playlistIdDaniel Schürmann
2019-07-22fix some naming and code duplication issuesDaniel Schürmann
2019-07-21Introduce a updatePlaylistList() function to avoid to read the whole playlist...Daniel Schürmann
2016-05-07Add braces to some codejmigual
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-25Coding guidelines fixingjmigual
2016-04-22New Playlist importjmigual
2016-04-21Add Import to Playlistjmigual
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-08fix commentOwen Williams
2016-01-08Implement playlist and crate file export.Owen Williams
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-12Only update changed TreeItems in BasePlaylistFeatures, PlaylistFeatures, Setl...Lorenz Drescher
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-06-03Fetch playlist / crate membership set on track selection.RJ Ryan
2015-05-30Populate playlist and crate TreeItems with bold attribute when track selectio...RJ Ryan
2015-05-29Clear selected Playlists/Crates on viewChangeMarkus Klösges
2015-05-29Added highlighting of playlistsMarkus Klösges