summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsetablemodel.h
AgeCommit message (Expand)Author
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
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-25Enforce override by = 0 and implemented function getCoverInfo for ProxyTrackM...JoergAtGithub
2020-10-24Changed values of the SORTCOLUMNID enumerationJoergAtGithub
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-02-28Get tracks by TrackRef from TableModelUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-05-30Add SortColumnId mapping for BrowseTableModelJan Holthuis
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2017-11-29Browse view: Modify Track object instead of writing directly into filesUwe Klotz
2017-09-24clarify and fix getTrackLocation() and the location coloumns for displayDaniel Schürmann
2016-01-10Browse view: Use override keyword for member functionsUwe Klotz
2016-01-10Browse view: Disable unsafe file deletionUwe Klotz
2015-11-04Add "Replay Gain" column to browse viewUwe Klotz
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-02-22fixe function nameDaniel Schürmann
2015-02-03disable sort for preview column in browse featureDaniel Schürmann
2015-02-01Refresh the preview coloumn with the previewing stateDaniel Schürmann
2015-02-01Make preview coloumn the leftmost in browse featureDaniel Schürmann
2015-01-23Added preview column to the browse featureDaniel Schürmann
2014-12-28used a Shared pointer to control the lifetime of the singleton BrowseThreadDaniel Schürmann
2014-10-08Add sortable file modified and file created columns in browse mode. Bug #1376711RJ Ryan
2014-02-13Pass MDir directly to BrowseTableModel to prevent excessive opening/closing o...RJ Ryan
2014-02-13Acquire a sandbox token while BrowseTableModel is viewing a directory.RJ Ryan
2013-11-09Add field/column for 'Album Artist' and 'Grouping' tagsUwe Klotz
2013-07-09Deleted unnecessary includes and cleaned up.Nazar Gerasymchuk
2013-06-22prevent playlist reordering when it is lockedMax Linke
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan