summaryrefslogtreecommitdiffstats
path: root/src/library/dao
AgeCommit message (Expand)Author
2021-03-11Merge remote-tracking branch 'upstream/2.3' into no_grid_from_bpmDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-09Use mixxx::audio::SampleRate when dealing with beats (#3671)Daniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-04make beats pointer constDaniel Schürmann
2021-03-02Remove track parameter from beats constructorDaniel Schürmann
2021-01-26Merge branch '2.3' into min-used-schema-versionUwe Klotz
2021-01-04Use QStringLiteralDaniel Schürmann
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2021-01-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into min-used-schema-v...Uwe Klotz
2020-12-31Merge pull request #3468 from uklotzde/libraryscanner-cleanupJan Holthuis
2020-12-18Execute database cleanup before library scanUwe Klotz
2020-12-18Reapply database migrations to ensure backwards compatibilityUwe Klotz
2020-12-18Move definition of library default columns out of header fileUwe Klotz
2020-12-16column cache fix: use lower case for namespaceOwen Williams
2020-12-16Merge branch '2.3' into column-cache-fixOwen Williams
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-30Merge branch '2.3' of github.com:mixxxdj/mixxx into column-cache-fixOwen Williams
2020-11-23fix Xcode 9.2 buildBe
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17Column Cache: address notesOwen Williams
2020-11-17Merge branch '2.3' into column-cache-fixOwen Williams
2020-11-15Cue/CueDAO: Improve type-safety and reduce code duplicationUwe Klotz
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-15ColumnCache: initial fixesOwen Williams
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14CueDAO: Inline constant that is only used in a single locationJan Holthuis
2020-11-14Use QLatin1String for empty string literalsJan Holthuis
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12TrackDAO: Remove const qualifiers from signalsUwe Klotz
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25library/dao/trackdao: Use toFloat instead of toDoubleJan Holthuis
2020-09-25library/dao/trackdao: Cast to correct type for ReplayGain::setValue()Jan Holthuis
2020-08-25Merge pull request #3037 from uklotzde/mfileDaniel Schürmann
2020-08-25SettingsDAO: Use QStringBuilder instead of QString::arg()Uwe Klotz
2020-08-25Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-08-23Remove public #define directives from SettingsDAOUwe Klotz
2020-08-23Remove redundant code from DAO base and derived classesUwe Klotz
2020-08-23Add missing const qualifiers to members and methodsUwe Klotz