summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsetablemodel.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
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-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
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-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
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
2017-11-29Browse view: Modify Track object instead of writing directly into filesUwe Klotz
2017-11-06Prepare next level of metadata synchronizationUwe Klotz
2017-11-06Use new album/track info classes for storing track metadataUwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-09-24clarify and fix getTrackLocation() and the location coloumns for displayDaniel Schürmann
2017-01-29Remove SQLite stuff from TrackCollection & CoUwe Klotz
2016-08-28Enclose TagLib-specific code in own namespaceUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-14Unify spelling for some translatable strings.S.Brandt
2016-01-10Browse view: Disable unsafe file deletionUwe Klotz
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-31Wrap BPM values into new classUwe Klotz
2015-12-30Merge metadata/ into track/Uwe Klotz
2015-11-04Add "Replay Gain" column to browse viewUwe Klotz
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-04-22Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-02-22fixe function nameDaniel Schürmann
2015-02-07Consolidate functions for writing tagsUwe Klotz
2015-02-03disable sort for preview column in browse featureDaniel Schürmann