summaryrefslogtreecommitdiffstats
path: root/src/library/basesqltablemodel.cpp
AgeCommit message (Expand)Author
2021-03-22Add last played sort columnUwe 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
2021-01-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2021-01-03Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-03Fix column library sorting issue lp1909614Daniel Schürmann
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
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-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-14WSearchLineEdit: Remove unnecessary empty string constantJan Holthuis
2020-11-14Use QLatin1String for empty string literalsJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-02Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-02Merge pull request #3249 from uklotzde/coverartdelegateJan Holthuis
2020-11-02Delete obsolete doCreateCoverArtDelegate()Uwe Klotz
2020-11-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-01Fix missing conversion from native separatorsUwe Klotz
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
2020-10-31Removed coverartdelegate and renamed basecoverartdelegate to coverartdelegateJoergAtGithub
2020-10-31Fixed the wrong assignment of coverInfo.coverLocationJoergAtGithub
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-24Changed values of the SORTCOLUMNID enumerationJoergAtGithub
2020-10-20Fixed code style issuesJoergAtGithub
2020-10-19Merge remote-tracking branch 'upstream/2.3' into cover_art_as_library_tooltipJoergAtGithub
2020-10-19TrackModel extension and refactoring of CoverArtDelegate to improve performan...JoergAtGithub
2020-10-15Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-30Include track_decl.h in basetracktablemodel.hUwe Klotz
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-27BaseSqlTableModel: Delete redundant overrideUwe Klotz
2020-08-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-25BaseSqlTableModel: Delete obsolete slot slotRefreshCoverRows()Uwe Klotz
2020-06-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-01library: Switch to std::vector for getTrackRows()Jan Holthuis
2020-05-28library: Use const list for getTrackRows() resultJan Holthuis
2020-05-28Replace deprecated QLinkedList with std::listJan Holthuis