summaryrefslogtreecommitdiffstats
path: root/src/mixer/deck.cpp
AgeCommit message (Collapse)Author
2020-12-14introduce CoreServices to decouple backend from QWidgetsBe
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
# Conflicts: # src/controllers/colormapperjsproxy.cpp # src/controllers/engine/controllerengine.cpp # src/controllers/hid/hidcontroller.cpp # src/database/mixxxdb.cpp # src/library/crate/cratetablemodel.cpp # src/library/dao/trackdao.cpp # src/library/hiddentablemodel.cpp # src/library/library.cpp # src/library/playlisttablemodel.cpp # src/library/trackset/baseplaylistfeature.cpp # src/library/trackset/crate/cratefeaturehelper.cpp # src/mixxxapplication.cpp # src/network/jsonwebtask.cpp # src/preferences/dialog/dlgpreferences.cpp # src/recording/recordingmanager.cpp # src/track/track.cpp # src/widget/wsearchlineedit.cpp
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
The moc_compilation file became unbearable large, easily taking 10 minutes to compile whenever a Q_OBJECT changes. AUTOMOC scans for <basename>_moc.cpp includes and does not add the file to the moc_compilation whenever it is included in the propper cpp file. After this patch, moc_compilation.cpp is empty and the mocs are compiled with the approptial cpp, increasing recompile speeds by a factor of 10 when just a header file changed.
2020-07-31Rename handle_group to handleGroup globallyxerus2000
2020-07-31PlayerManager: Identify players by ChannelHandlexerus2000
2020-06-01Use override keyword in mixer classesDaniel Schürmann
2020-03-16master sync: clang-format changed linesOwen Williams
2019-12-03master sync: create a bool for primary decks ("ChannelX")Owen Williams
This could eventually grow into an enum if necessary
2019-01-06Added new VisualsManager classDaniel Schürmann
2016-01-25Merge branch 'master' into menubarRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
2016-01-15Move menu logic and VC/Passthrough/Mic checking out of MixxxMainWindow.RJ Ryan
Drops 1000+ lines from mixxx.h/mixxx.cpp -- now they're "only" 1400 lines!
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
PlayerManager should be renamed MixerManager at some point. I didn't to avoid causing too many merge conflicts.