summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsefeature.cpp
AgeCommit message (Expand)Author
2020-02-15Initialize LibraryFeature member of TreeItem consistentlyUwe Klotz
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-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-22Use new signals and slots syntaxFerran Pujol Camins
2019-06-15Fix warnings on macOSUwe Klotz
2019-04-02put windows first since that seems to be the conventionKerrick Staley
2019-04-02Add getRemovableDevices for WindowsKerrick Staley
2019-04-02rename to getRemovableDevices, put inside #if definedKerrick Staley
2019-04-01make it not a member functionKerrick Staley
2019-04-01move funcKerrick Staley
2019-04-01DEBUG_ASSERTKerrick Staley
2019-04-01remove devices_linkKerrick Staley
2019-03-17We don't even need dummyKerrick Staley
2019-03-17Insert dummy itemKerrick Staley
2019-03-17Factor it out into a methodKerrick Staley
2019-03-17this seems to workKerrick Staley
2019-03-17Also show devices under /run/media/$USER on LinuxKerrick Staley
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-11-18Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2018-11-18Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-14Explicitly disable the search line edit with a signalUwe Klotz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-08-17vectorize Library feature iconsronso0
2018-04-22Fix typo and clarify commentsUwe Klotz
2018-04-21Fix crash when removing a quick linkUwe Klotz
2018-02-23Removed waste text formatting using table cells in COMPUTER (BROWSE) page of ...S.Brandt
2017-11-16avoid plain newDaniel Schürmann
2017-10-29add and delete quicklinks via model. Avoid deprecated reset() calls.Daniel Schürmann
2017-02-01Simplify insertion of rows into TreeItemModelUwe Klotz
2017-01-14Strip "This" from "Computer"Daniel Schürmann
2017-01-14reanamed browse icon to this_comuter icon, reference the LGPL 2.1 sourceDaniel Schürmann
2017-01-14Rename Browse to "This Computer"Daniel Schürmann
2016-12-09Simplify and safeguard memory management of TreeItem(Model)Uwe Klotz
2016-12-09Improve and simplify the design/interface of TreeItemUwe Klotz
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-08-24improve code readability and add some comment about canonicalPath() in DEVICE...Sebastien Blaisot
2015-08-24Add comment to explain why we don't use drive.canonicalPath()Sebastien Blaisot
2015-08-24fix slow start when network share are unavailable (#1487138)Sebastien Blaisot
2014-11-26Dynamically filter the QSortFilterProxyModel for BrowseTableModel. Fixes Bug ...RJ Ryan
2014-11-18Code fascism.RJ Ryan