summaryrefslogtreecommitdiffstats
path: root/src/library/browse
AgeCommit message (Expand)Author
2021-03-15library local browse: sort tracks by numeric duration instead of string lexic...Swiftb0y
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-05Make some functions const and remove unused base class implementationsDaniel Schürmann
2020-12-15Add missing override keywordsJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
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-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-02Merge pull request #3248 from Be-ing/browsethread_qlist_warningUwe Klotz
2020-11-01Merge pull request #3132 from JoergAtGithub/cover_art_as_library_tooltipUwe Klotz
2020-11-01BrowseThread: fix QList::insert index out of order warningBe
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-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-08-22Delete obsolete/unused #include directivesUwe 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-04-27Add date time conversion & formatting functions (#2702)Uwe Klotz
2020-02-28Get tracks by TrackRef from TableModelUwe Klotz
2020-02-15Initialize LibraryFeature member of TreeItem consistentlyUwe Klotz
2020-01-21Remove a bunch of unused non-trivial variablesJan Holthuis
2020-01-18Fix unused parameter warningsUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-21Revert replacement of + with % for string concatenationUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-11-25Don't std::move UserSettingsPointerUwe 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-04bind sidebar widget to all library features, make binding iterator more compactronso0
2019-11-01add action to Computer menu that allows to remove paths from Quick Linksronso0
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-09-24Fix format and styleFerran Pujol Camins
2019-09-22Use new signals and slots syntaxFerran Pujol Camins