summaryrefslogtreecommitdiffstats
path: root/src/library/dao/trackdao.cpp
AgeCommit message (Expand)Author
2021-03-23Replace MDir with mixxx::FileInfo/FileAccessUwe Klotz
2021-03-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
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-05Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-04make beats pointer constDaniel Schürmann
2021-03-02Remove track parameter from beats constructorDaniel Schürmann
2020-12-27Rename namespace mixxx::sqliteUwe Klotz
2020-12-25Fix reading/writing of last_played_at valuesUwe Klotz
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-23fix another pass by referenceDaniel Schürmann
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-15Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-13Merge branch 'main' into library_last_played_atUwe Klotz
2020-11-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12TrackDAO: Remove const qualifiers from signalsUwe Klotz
2020-10-18Add missing receiver context to signal/slot connectionUwe Klotz
2020-10-16Merge branch 'master' into library_last_played_atUwe Klotz
2020-10-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-10-01Explicitly update play counter from played historyUwe Klotz
2020-10-01TrackDAO: Delete more obsolete left-over codeUwe Klotz
2020-10-01Update play counter after removing tracks from playlistsUwe Klotz
2020-09-30Delete obsolete code after reverting unintended changesUwe Klotz
2020-09-30PlayCounter: Rename played flag and fix outdated commentsUwe Klotz
2020-09-30Add last_played_at column to library tableUwe Klotz
2020-09-29PlayCounter: Populate lastPlayedAt from database on loadUwe Klotz
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 branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-25Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-08-19Improve log messageUwe Klotz
2020-08-19Refuse to add tracks with conflicting canonical locationsUwe Klotz
2020-08-19Refuse to load tracks with conflicting canonical locationsUwe Klotz
2020-08-17Clarify ambiguities caused by file system aliasingUwe Klotz
2020-08-16TrackDAO: Handle and report aliasing of track filesUwe Klotz
2020-07-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-12Account for duplicate initialization of track idUwe Klotz
2020-07-12TrackDAO: Initialize track id immediately after (re-)insertUwe Klotz
2020-06-12Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-09Split database variable bindings into separate rowsUwe Klotz