summaryrefslogtreecommitdiffstats
path: root/src/library/basesqltablemodel.cpp
AgeCommit message (Expand)Author
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
2020-05-19Reformat constructorsxerus2000
2020-05-19Make TrackSetTableModel the common ancestor of Playlist- & CrateTableModelxerus2000
2020-04-27Add date time conversion & formatting functions (#2702)Uwe Klotz
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-03-14Extract BaseTrackTableModel from BaseSqlTableModelUwe Klotz
2020-03-10library/basesqltablemodel: Return empty QVariant for invalid colorsJan Holthuis
2020-03-09Merge branch 'master' into use-trackcolor-for-whole-rowUwe Klotz
2020-03-09library/basesqltablemodel: Use constant for track color row opacityJan Holthuis
2020-03-08library/basesqltablemodel: Use Track color for whole rowJan Holthuis
2020-02-28Merge branch 'master' into coverimagehashUwe Klotz
2020-02-28Merge pull request #2505 from uklotzde/pre_engine_prime_exportJan Holthuis
2020-02-28Merge branch 'master' into coverimagehashUwe Klotz
2020-02-28Get tracks by TrackRef from TableModelUwe Klotz
2020-02-28Add conversion functions between RgbColor and various Qt typesUwe Klotz
2020-02-26Fix fallthrough warningUwe Klotz
2020-02-26Convert RgbColor to #RRGGBB stringUwe Klotz
2020-02-26library/basesqltablemodel: Fix tooltip for track color columnJan Holthuis
2020-02-26library/basesqltablemodel: Fix in-line editability of track color columnJan Holthuis
2020-02-20TrackDAO: Replace getAllTrackIds() with getAllTrackRefs()Uwe Klotz
2020-02-11library/basesqltablemodel: Remove useless color QVariant conversionsJan Holthuis
2020-02-11library: Get rid of special color constants and use NULL insteadJan Holthuis
2020-02-11lp1100882: Add support for track colorsJan Holthuis
2020-02-05libary/basesqltablemodel: Hide the bpm lock column by defaultJan Holthuis
2020-02-05library/basesqltablemodel: Hide sample rate column by defaultJan Holthuis
2020-02-05library: Add sort column id for the sample rate columnJan Holthuis
2020-02-05library/basesqltablemodel: Add header for the sample rate columnJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-06Replace qVariantFromValue() with QVariant::FromValue()Jan Holthuis
2019-11-25Use QStringLiteral for string constantsUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-11-10library/basesqltablemodel: Replace qStableSort with std::stable_sortJan Holthuis
2019-09-29Fix include directives and reduce dependenciesUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
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-05-30Add SortColumnId mapping for BaseSqlTableModelJan Holthuis
2019-02-07Show bpm in library at 1dp, show zero values as dashesBen
2019-01-27Merge pull request #1985 from daschuer/hectosecondsDaniel Schürmann
2019-01-20Implement left elide for location columnBen
2019-01-13Merge remote-tracking branch 'upstream/master' into hectosecondsDaniel Schürmann
2019-01-06Merge commit 'f325270ee31bcdad96e1f206637f059ad72e6b01' into secondsDaniel Schürmann
2018-10-16Call out some virtual function calls that need fixing.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan