summaryrefslogtreecommitdiffstats
path: root/src/library/dao/playlistdao.cpp
AgeCommit message (Expand)Author
2020-08-23Remove redundant code from DAO base and derived classesUwe Klotz
2020-08-16library/dao/playlistdao: Remove superfluous assignmentJan Holthuis
2020-06-04library/dao/playlistdao: Remove redundant preprocessor parenthesesJan Holthuis
2020-06-04library/dao/playlistdao: Fix wrong preprocessor checkJan Holthuis
2020-06-03library/dao/playlistdao: Remove redundant static_castJan Holthuis
2020-05-28Work around QRandomGenerator not being available on Qt 5.9Jan Holthuis
2020-05-28Use QRandomGenerator instead of qrand/qsrandJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-15Add missing #include directive for qAsConstUwe Klotz
2019-12-15Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-12Prevent temporary copies of QListUwe Klotz
2019-12-10Send a single signal after modifying multiple playlistsUwe Klotz
2019-12-10Fix indentation/whitespacesUwe Klotz
2019-12-10Fix function signaturesUwe Klotz
2019-12-05library: Remove duplicated PlaylistDAO::sendToAutoDJJan Holthuis
2019-11-10library/dao/playlistdao: Use QT_VERSION_CHECK to fix deprecation warningJan Holthuis
2019-07-21Replace qGreater() with std::greater() to fix Qt 5.13 warningsUwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-04-15Convert tabs to 4 spaces.RJ Ryan
2017-03-12Fix endless loop when purging tracks Bug #1671247Daniel Schürmann
2017-02-18copy m_playlistsTrackIsIn to validate the iteartor during deleteDaniel Schürmann
2017-02-13fix some indentDaniel 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-31Fix commentsPavel Potocek
2017-01-31When replacing the queue, retain the first track if it is in the deck.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
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-01-28Fix optimization in playlist/crate membership cache.RJ Ryan
2015-09-17Minor perormance enhancementsmidzer
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-06-10Fix crate/playlist membership fetchers.RJ Ryan
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-11-23Fix subtle issue with playlist import ordering. Fixes Bug #1241244.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-08-01Minor style fixesZak Reynolds
2014-07-30Completed improved shuffling algorithmZak Reynolds
2014-07-11Tidied up codeZak Reynolds
2014-07-05Finished modified shuffling algorithmZak Reynolds
2014-07-03Modified the playlist shuffling algorithm to avoid placing two instances of t...Zak Reynolds
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-11-24appendTrackIdsFromRightClickIndex returns now returns the playlist name as wellDaniel Schürmann