summaryrefslogtreecommitdiffstats
path: root/src/library/basesqltablemodel.h
AgeCommit message (Expand)Author
2021-01-05Make some functions const and remove unused base class implementationsDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-02Delete obsolete doCreateCoverArtDelegate()Uwe 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-29Fixed build failures on Linux and MacOSJoergAtGithub
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-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-09-27BaseSqlTableModel: Delete redundant overrideUwe Klotz
2020-08-25BaseSqlTableModel: Delete obsolete slot slotRefreshCoverRows()Uwe Klotz
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-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-03-14Extract BaseTrackTableModel from BaseSqlTableModelUwe Klotz
2020-02-28Merge branch 'master' into coverimagehashUwe Klotz
2020-02-28Get tracks by TrackRef from TableModelUwe Klotz
2020-02-20TrackDAO: Replace getAllTrackIds() with getAllTrackRefs()Uwe 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-11Delete redundant virtual keywordsUwe Klotz
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-06-11Remove redundant virtual declarations from basesqltablemodel.hJan Holthuis
2019-05-30Add SortColumnId mapping for BaseSqlTableModelJan Holthuis
2017-11-12Delete obsolete members and simplify implementationUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-06Mark inherited virtual function as 'override'Uwe Klotz
2017-01-06Fix comment in base classUwe Klotz
2017-01-06Update dependent members of BaseSqlTableModel togetherUwe Klotz
2017-01-06Don't restrict visibility of function in derived classUwe Klotz
2016-11-23Reorder and annotate inherited functions in the TableModel hierarchyUwe Klotz
2016-06-24Fixed hierarchically sorting for dirty tracks, Bug #1595709Daniel Schürmann
2016-05-11Changed sorting to names instead of integersjmigual
2016-05-10Add string generation to savejmigual
2016-05-09Add load option for sortingjmigual
2016-04-17Moved Random sort to basesqltablemodeljmigual
2016-03-22Added random sort "easter egg" and added tooltip for the random sortjmigual
2015-12-27Rename src/util.h to src/util/class.h.RJ Ryan
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-04-21Merge pull request #465 from daschuer/header-sortRJ Ryan
2015-02-14Notify BSTM from TrackDAO if track data is deleted.Max Linke
2015-02-09Added a constructor for SortColumnDaniel Schürmann
2015-01-18Keep two coloumns in sorting history, fixes https://bugs.launchpad.net/mixxx/...Daniel Schürmann
2015-01-16RowInfo.metadata is now a QVectorDaniel Schürmann
2014-12-07better commentOwen Williams
2014-12-07Make sure to clear out all header statesOwen Williams
2014-12-06Library Header ChangesOwen Williams