summaryrefslogtreecommitdiffstats
path: root/src/library/setlogfeature.cpp
AgeCommit message (Expand)Author
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-04-20Adjust Code Style & importsxerus2000
2020-04-19Set PlaylistTableModel parent in BasePlaylistFeature rather than constructorxerus2000
2020-04-02Pass PlaylistTableModel through constructorxerus
2020-02-15Initialize LibraryFeature member of TreeItem consistentlyUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-15Add missing #include directive for qAsConstUwe Klotz
2019-12-15Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-12Prevent temporary copies of QListUwe Klotz
2019-12-10Send a single signal after modifying multiple playlistsUwe Klotz
2019-12-10Rename function/signal/slot parameterUwe Klotz
2019-11-25Use QStringLiteral for string constantsUwe Klotz
2019-11-22Fix order of constructionUwe Klotz
2019-11-21Reduce visibility of members in base classesUwe 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-01rename bindWidget() > bindLibraryWidget()ronso0
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-07-31Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-07-28return playlistLabels by value, a QList is implicitly shared.Daniel Schürmann
2019-07-27Make m_playlistLabels privateDaniel Schürmann
2019-07-27Split out fetchPlaylistLabelDaniel Schürmann
2019-07-26Rename more functionsDaniel Schürmann
2019-07-25rename m_playlistList to m_playlistLabels and create a struct as store typeDaniel Schürmann
2019-07-25Add function replacePlaylistLabel()Daniel Schürmann
2019-07-25use cammle case for playlistIdDaniel Schürmann
2019-07-22fix some naming and code duplication issuesDaniel Schürmann
2019-07-21Introduce a updatePlaylistList() function to avoid to read the whole playlist...Daniel Schürmann
2019-07-21Don't emit a slotDaniel Schürmann
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-09-19Misc. typosluz.paz
2018-08-17vectorize Library feature iconsronso0
2018-04-06More misc. typosluz.paz
2018-04-06Typo fixes luzpaz
2017-11-17Fix Dataloss in history view while changing crate selectionDaniel Poelzleithner
2017-01-29Remove SQLite stuff from TrackCollection & CoUwe Klotz
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-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-30Merge branch 'master' into PlayCounterUwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-11-15Improve function names and documentation of PlayCounterUwe Klotz
2015-11-10Wrap times played count and played flag into PlayCounterUwe Klotz
2015-10-16Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-12Only update changed TreeItems in BasePlaylistFeatures, PlaylistFeatures, Setl...Lorenz Drescher
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz