summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjfeature.cpp
AgeCommit message (Expand)Author
2020-05-27clang-formatDaniel Schürmann
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-04-06Customize TrackTableBackgroundColorOpacity in <Library> skin nodeUwe Klotz
2020-02-15Initialize LibraryFeature member of TreeItem consistentlyUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-09library/autodj/autodjfeature: Pass crate id to lambda expression by valueJan Holthuis
2020-01-09Pass context object as third parameter to connect() callJan Holthuis
2020-01-09library/autodj/autodjfeature: Replace QSignalMapper with lambda expressionsJan Holthuis
2019-11-25Don't std::move UserSettingsPointerUwe Klotz
2019-11-25Use QStringLiteral for string constantsUwe 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-10library/autodj/autodjfeature: Replace deprecated QModelIndex::child() callJan Holthuis
2019-11-10Merge pull request #2103 from Be-ing/autodj_intro_outroDaniel Schürmann
2019-11-10git-clang-formatDaniel Schürmann
2019-11-04bind sidebar widget to all library features, make binding iterator more compactronso0
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-10-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-10-22replace <Buttons> in skin XML for DlgAutoDJ with <ShowButtonText> optionBe
2019-10-03change remaining !size() to isEmpty()Daniel Schürmann
2019-10-01Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-09-28Add new functions resolveTrackIdsFromUrls() and resolveTrackIdsFromLocations(...Daniel Schürmann
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-10WLibrary: make m_icons private and add const getter functionBe
2019-09-09AutoDJ: change Repeat playlist checkbox to button with iconBe
2019-08-18Renamed resolveTrackIds() and add enum fag option parameterDaniel Schürmann
2019-08-13Add the addMissingTracks fature to TrackDAO::getTrackIds() and make use of it.Daniel Schürmann
2019-08-12introduce new function getAndEnsureTrackIds()Daniel Schürmann
2019-08-11Remove unused unremove flag from addMultipleTracks()Daniel Schürmann
2019-06-15Format debug info for TrackFileUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-11-18Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-14Explicitly disable the search line edit with a signalUwe Klotz
2018-08-17vectorize Library feature iconsronso0
2018-02-10Drop DbId::toInt()Uwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-03-09Don't fall back to library if Auto DJ Tracks are running out Bug 1669767Daniel Schürmann
2017-03-09Improve Auto FJ Crates documentationDaniel Schürmann
2017-02-05Fix initialization order of AutoDJ stuffUwe Klotz
2017-02-01Simplify insertion of rows into TreeItemModelUwe Klotz
2017-01-29Rebase on masterUwe Klotz
2017-01-29Rename SelectIterator -> SelectResult and fix move semanticsUwe Klotz
2017-01-29Align function names: Use "populate" for reading from dbUwe Klotz
2017-01-29Don't use std::unique_ptr to unclutter the codeUwe Klotz
2017-01-29Simplify selection of random tracks for AutoDJUwe Klotz
2017-01-29Simplify tree item interactions and slots of AutoDJ featureUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz