summaryrefslogtreecommitdiffstats
path: root/src/library/dao/playlistdao.h
AgeCommit message (Expand)Author
2020-08-23Remove redundant code from DAO base and derived classesUwe Klotz
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-10Fix function signaturesUwe Klotz
2019-12-05library: Remove duplicated PlaylistDAO::sendToAutoDJJan Holthuis
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2017-06-12Cleanup some definitionsUwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-02-18fix typosDaniel Schürmann
2017-02-13Fix numbering also if this was inherited from a previous Mixxx versionDaniel Schürmann
2017-02-13Fix numbering after removing tracks from playlistsDaniel Schürmann
2017-01-31Remove `replaceTracksInPlaylist`, rename `clearPlaylist` and move the autoDJ ...Pavel Potocek
2017-01-31Add an option to replace the autoDJ queue with the selected tracksPavel Potocek
2016-06-19Improve calculation of top of auto DJ.Daniel Schürmann
2015-12-27Rename src/util.h to src/util/class.h.RJ Ryan
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-06-03Swap key/value pairing of crate/playlist membership cache in CrateDAO/Playlis...RJ Ryan
2015-05-29Holding Track-Playlist relation in memory for faster highlightingMarkus Klösges
2015-05-29Added highlighting of playlistsMarkus Klösges
2014-08-01Minor style fixesZak Reynolds
2014-07-05Finished modified shuffling algorithmZak Reynolds
2013-11-24appendTrackIdsFromRightClickIndex returns now returns the playlist name as wellDaniel Schürmann
2013-11-24moved playlist name calculation to PlaylistDAO::createUniquePlaylist(&playlist)Daniel Schürmann
2013-11-23split addPlaylistToAutoDJQueueDaniel Schürmann
2013-11-23renamed addToAutoDJQueue() to addPlaylistToAutoDJQueue()Daniel Schürmann
2013-11-06Some code cleanup, while working on Library concurency refactoring.Nazar tro Gerasymchuk
2013-10-06removed unused PlaylistDAO::removeTrackFromPlaylistsDaniel Schürmann
2013-08-21split long queries in removeTracksFromPlaylistsDaniel Schürmann
2013-08-21move db queries for schuffleTracks to PlaylistDAODaniel Schürmann
2013-08-20Moved parts of PlaylistTableModel::moveTrack to playlistdao, inform Models wh...Daniel Schürmann
2013-07-15Merge branch 'master' into auto-dj-cratesDaniel Schürmann
2013-07-12Cleaned code and added some improvements.Nazar Gerasymchuk
2013-07-10merge with kain88de/analysisMax Linke
2013-07-08Merge branch 'master' into autodj-crates2Daniel Schürmann
2013-07-07add option to analyzse crate/playlist to submenuMax Linke
2013-07-03Added 'const' or '&' to arguments when needed.Nazar Gerasymchuk
2013-06-20Merge branch 'master' into auto-dj-cratesDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan