summaryrefslogtreecommitdiffstats
path: root/src/library
AgeCommit message (Collapse)Author
2020-08-05Merge branch '2.3' of github.com:mixxxdj/mixxx into masterHEADmasterJan Holthuis
2020-08-05Merge pull request #2991 from ronso0/dlgtrackinfo-move-commentsJan Holthuis
DlgTrackInfo improvements
2020-08-04DlgTrackInfo: add star rating below cover artronso0
2020-08-04DlgTrackInfo: move track comment to Summary tab, remove Comments tabronso0
2020-08-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-30Clean up headers & documentationxerus2000
2020-07-28Removed unusde variableDaniel Schürmann
2020-07-24Adopt the chenges for FadeAtOutroStart as wellDaniel Schürmann
2020-07-20use a new variable transitionLength instead of re-use intro length.Daniel Schürmann
2020-07-19improve commentsDaniel Schürmann
2020-07-18TransitionMode::FullIntroOutro: verify in all cases that the intro does not ↵Daniel Schürmann
overlap with the outro of the same deck
2020-07-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-13Merge pull request #2935 from Be-ing/autodjaddUwe Klotz
fix [Library], AutoDjAddBottom/Top and add AutoDjAddReplace
2020-07-12Account for duplicate initialization of track idUwe Klotz
2020-07-12TrackDAO: Initialize track id immediately after (re-)insertUwe Klotz
2020-07-12fix typoBe
2020-07-12add [Library], AutoDjAddReplace ControlObjectBe
2020-07-10Merge remote-tracking branch 'upstream/2.3'Be
2020-07-10Fix wording of commentUwe Klotz
2020-07-10Fix update of estimated total track items during processingUwe Klotz
2020-07-05Address review commentsUwe Klotz
2020-07-05Hide QProgressDialog behind generalized TaskMonitor abstractionUwe Klotz
2020-07-05WTrackMenu: Show modal progress dialog while processing tracksUwe Klotz
2020-07-05Add framework for batch processing of selected tracksUwe Klotz
2020-07-01Fix merge conflict resolution errorUwe Klotz
2020-07-01Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2020-06-30Fix TrackModel::hasCapabilities()Uwe Klotz
2020-06-30Delete redundant space characters from SQL queryUwe Klotz
2020-06-30Add missing space characters in SQL queryUwe Klotz
2020-06-23library/dao/playlistdao: Increase robustness by using prepared statementsJan Holthuis
2020-06-14Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-12Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-12Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2020-06-12Rename TrackModel Capability Flagsxerus2000
2020-06-12Turn TrackModel Capabilities into enum class & use QFLAGSxerus2000
2020-06-12Clean up TrackModel Capabilities & unify capability for TrackSetxerus2000
2020-06-12Fix warning about implicit enumerated type conversionUwe Klotz
library/proxytrackmodel.cpp:110:26: warning: enumerated and non-enumerated type in conditional expression [-Wextra]
2020-06-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-12Merge branch 'master' into coverart_color_and_digestUwe Klotz
# Conflicts: # src/library/tracksettablemodel.cpp
2020-06-11Merge branch 'master' into refactor-basetracksetxerus2000
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-09Use doc commentsUwe Klotz
2020-06-09Delete redundant comments and keywordsUwe Klotz
2020-06-09Add more comments about (background) color in CoverInfoUwe Klotz
2020-06-09Split database variable bindings into separate rowsUwe Klotz
2020-06-09Rename 'image hash' to 'cache key' for consistencyUwe Klotz
2020-06-09Document use cases for displaying background color of cover artUwe Klotz
2020-06-08Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-07Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-06Detect thread affinity violationsUwe Klotz