summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsetablemodel.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-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-01-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-05Make some functions const and remove unused base class implementationsDaniel Schürmann
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan 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-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
2020-10-30Merge branch '2.3' of github.com:mixxxdj/mixxx into HEADronso0
2020-10-29Removed sortColumn prefixJoergAtGithub
2020-10-29Make SortColumnId an enum class (based on int) and use camelCase for the enum...JoergAtGithub
2020-10-25Fix for the gcc/Ubuntu specific compilation error, by removing the redundant ...JoergAtGithub
2020-10-25Enforce override by = 0 and implemented function getCoverInfo for ProxyTrackM...JoergAtGithub
2020-10-24Replaced if condition by VERIFY_OR_DEBUG_ASSERTJoergAtGithub
2020-10-24Changed values of the SORTCOLUMNID enumerationJoergAtGithub
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-06Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-03util/compatiblity: Add helper function for legacy code QList insertsJan Holthuis
2020-09-03library/browse/browsetablemodel: Fix QList::insert warningJan 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-05Merge branch 'master' into refactor-basetracksetxerus2000
2020-06-01library: Switch to QVector for getTrackRows()Jan Holthuis
2020-06-01library: Switch to std::vector for getTrackRows()Jan Holthuis
2020-05-28Replace deprecated QLinkedList with std::listJan Holthuis
2020-05-27clang-formatDaniel Schürmann
2020-04-26Clean up CapabilitiesFlags and apply clang formatxerus2000
2020-02-28Get tracks by TrackRef from TableModelUwe Klotz
2020-01-21Remove a bunch of unused non-trivial variablesJan Holthuis
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-06-21Convert TrackFile from/to QUrlUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-12Get the (canonical) URL/URI of a track objectUwe Klotz
2019-06-06Improve OOB check in BrowseTableModel::columnIndexFromSortColumnIdJan Holthuis
2019-05-30Add SortColumnId mapping for BrowseTableModelJan Holthuis
2019-04-07Reduce build dependencies and code bloatUwe Klotz
2018-06-01Added a TableItemDelegate base class to hold the background paintingDaniel Schürmann
2018-02-24Avoid locking in inner loopDaniel Schürmann
2018-01-03Fix: Add tracks from browse view to crates and playlistsUwe Klotz