summaryrefslogtreecommitdiffstats
path: root/src/library/dao/autodjcratesdao.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-08-08CMake/SCons: Always enable DEBUG_ASSERTs if DEBUG_ASSERTIONS_FATAL is onJan Holthuis
2020-05-28Work around QRandomGenerator not being available on Qt 5.9Jan Holthuis
2020-05-28Use QRandomGenerator instead of qrand/qsrandJan Holthuis
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-01-15library/dao/autodjcratesdao: Wrap debug-only consts into #ifdefsJan Holthuis
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2018-04-06More follow-up typosluz.paz
2018-04-06More misc. typosluz.paz
2018-01-25Use UTC time stampsUwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-05-28Fix missing member initialization in AutoDJCratesDAOUwe Klotz
2017-03-27fix typoDaniel Schürmann
2017-03-11Re-queu tracks, when all auto DJ crates tracks are already part of the auto D...Daniel Schürmann
2017-03-09Improve Auto FJ Crates documentationDaniel Schürmann
2017-02-25Fix mismatching signal/slot connections in AutoDJCratesDAOUwe Klotz
2017-02-04Convert tabs to spaces.RJ Ryan
2017-01-29Rebase on masterUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-10-29Fix signal/slot connection between CrateDAO and AutoDJCratesDAOUwe Klotz
2016-10-29Fix signal/slot connection between PlaylistDAO and AutoDJCratesDAOUwe Klotz
2016-10-29Fix signal/slot connection between TrackDAO and AutoDJCratesDAOUwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-11-15Improve function names and documentation of PlayCounterUwe Klotz
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-02-23Exclude tracks from missing tracks listmetastableBarett
2015-02-22Style fixes, check division by zerometastableBarett
2015-02-18Change distributive probability, modify explanationmetastableBarett
2015-02-17Style fixesmetastableBarett
2015-02-17Modify query to return unique tracksmetastableBarett
2015-02-12Indent fix and cleanupsmetastableBarett
2015-02-12Workign fixmetastableBarett
2015-02-10Remove extra queriesmetastableBarett
2015-02-08Indent fixesmetastableBarett
2015-02-08Finish getRandomTrackIdFromLibrary methodmetastableBarett
2015-02-06played count used as parameter in addRandtheHatakeSharingan
2015-02-06Initial working fixtheHatakeSharingan
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-11-26some minor style clean upsDaniel Schürmann
2013-11-06Some code cleanup, while working on Library concurency refactoring.Nazar tro Gerasymchuk
2013-10-16Merge pull request #86 from daschuer/atomic-co2Daniel Schürmann
2013-10-16explicit destroyed Playerinfo, fixed some namings.Daniel Schürmann
2013-10-14Don't use currentDateTimeUtc() as it was introduced in Qt 4.7.RJ Ryan
2013-07-16Fixed Dynamic deck count in auto dj crates. Removed use of QMap::[] inDaniel Schürmann