summaryrefslogtreecommitdiffstats
path: root/src/library/recording
AgeCommit message (Expand)Author
2021-02-12Library features: wrap controls into QWidget 'LibraryFeatureControls'ronso0
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 pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-18Replace dynamic_cast with qobject_castUwe Klotz
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-08-30Fix invalid forward declarations of Qt typesUwe Klotz
2020-04-26Merge pull request #2599 from ronso0/fix-activeView-hasFocusBe
2020-04-15Merge pull request #2598 from ronso0/no-focus-lib-feature-buttonsJan Holthuis
2020-04-15Merge pull request #2628 from ronso0/lib-button-statesJan Holthuis
2020-04-09DlgRecording: fix recording label string constructionronso0
2020-04-09dlgrecording.cpp: remove double paranthesesronso0
2020-04-09dlgrecording.cpp: remove double paranthesesronso0
2020-04-09dlgrecording.cpp: move the parentheses out of the translation stringronso0
2020-04-07Recording: split up info labels, add skin stylesronso0
2020-04-07re-sync recording state and GUI after (re)loading a skinronso0
2020-04-06RecordingManager::slotToggleRecording: revert to 'double' inputronso0
2020-04-06Customize TrackTableBackgroundColorOpacity in <Library> skin nodeUwe Klotz
2020-04-06library feature buttons accept click focus onlyronso0
2020-04-04DlgRecording: use unambiguous slot namesronso0
2020-04-04DlgRecording: separate Rec toggle & button updateronso0
2020-04-04DlgRecording: use QPushButton::clicked() signal instead of toggled()ronso0
2020-03-25fix WLibrary->getActiveView()->hasFocus() for AutoDJ, Recording, Analysis, Hi...ronso0
2020-01-15Fix inconsistent missing overrides in Mixxx codebaseJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-12-09Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into library-autodj...Uwe Klotz
2019-12-05[aA]ddToAutoDJ instead of [sS]endToAutoDJ consistently in code baseJan Holthuis
2019-11-25Use QStringLiteral for string constantsUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-01rename bindWidget() > bindLibraryWidget()ronso0
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2018-12-07move library feature buttons next to tree viewronso0
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-08-17vectorize Library feature iconsronso0
2018-03-26Added "Edit Metadata" preferences function, replacing the related Load to dec...Daniel Schürmann
2017-11-11Enable sorting on Recordings ViewDaniel Poelzleithner
2017-01-31Add an option to replace the autoDJ queue with the selected tracksPavel Potocek
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-08Use override for inherited functionsTimothy Rae
2017-01-07Add new control SelectItemKnobTimothy Rae
2016-11-03more review changes (signed/unsigned)josepma
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-04-26Rename TrackInfoObject to Track.RJ Ryan