summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
commitd920f19d95ba3ea89083cd65e7bbc0814f82b0c6 (patch)
tree13f9c20f3ef37e41213a92069fdfff1fca67b7fd /src
parent4c5995cc1fb6334ed8933d6db733376465deb17a (diff)
Move all Control classes to src/control.
Diffstat (limited to 'src')
-rw-r--r--src/control/controlaudiotaperpot.cpp (renamed from src/controlaudiotaperpot.cpp)2
-rw-r--r--src/control/controlaudiotaperpot.h (renamed from src/controlaudiotaperpot.h)2
-rw-r--r--src/control/controleffectknob.cpp (renamed from src/controleffectknob.cpp)2
-rw-r--r--src/control/controleffectknob.h (renamed from src/controleffectknob.h)2
-rw-r--r--src/control/controlindicator.cpp (renamed from src/controlindicator.cpp)4
-rw-r--r--src/control/controlindicator.h (renamed from src/controlindicator.h)2
-rw-r--r--src/control/controllinpotmeter.cpp (renamed from src/controllinpotmeter.cpp)5
-rw-r--r--src/control/controllinpotmeter.h (renamed from src/controllinpotmeter.h)2
-rw-r--r--src/control/controllogpotmeter.cpp (renamed from src/controllogpotmeter.cpp)2
-rw-r--r--src/control/controllogpotmeter.h (renamed from src/controllogpotmeter.h)2
-rw-r--r--src/control/controlmodel.h4
-rw-r--r--src/control/controlobject.cpp (renamed from src/controlobject.cpp)2
-rw-r--r--src/control/controlobject.h (renamed from src/controlobject.h)0
-rw-r--r--src/control/controlobjectscript.cpp (renamed from src/controlobjectscript.cpp)2
-rw-r--r--src/control/controlobjectscript.h (renamed from src/controlobjectscript.h)2
-rw-r--r--src/control/controlobjectslave.cpp (renamed from src/controlobjectslave.cpp)2
-rw-r--r--src/control/controlobjectslave.h (renamed from src/controlobjectslave.h)0
-rw-r--r--src/control/controlpotmeter.cpp (renamed from src/controlpotmeter.cpp)6
-rw-r--r--src/control/controlpotmeter.h (renamed from src/controlpotmeter.h)2
-rw-r--r--src/control/controlpushbutton.cpp (renamed from src/controlpushbutton.cpp)2
-rw-r--r--src/control/controlpushbutton.h (renamed from src/controlpushbutton.h)2
-rw-r--r--src/control/controlttrotary.cpp (renamed from src/controlttrotary.cpp)5
-rw-r--r--src/control/controlttrotary.h (renamed from src/controlttrotary.h)2
-rw-r--r--src/controllers/controllerengine.cpp8
-rw-r--r--src/controllers/controllerlearningeventfilter.h2
-rw-r--r--src/controllers/dlgcontrollerlearning.cpp2
-rw-r--r--src/controllers/learningutils.cpp2
-rw-r--r--src/controllers/midi/midicontroller.cpp2
-rw-r--r--src/controllers/midi/midioutputhandler.cpp2
-rw-r--r--src/controllers/midi/midioutputhandler.h2
-rw-r--r--src/controllers/softtakeover.cpp2
-rw-r--r--src/dlgdevelopertools.h2
-rw-r--r--src/effects/effectbuttonparameterslot.cpp6
-rw-r--r--src/effects/effectbuttonparameterslot.h2
-rw-r--r--src/effects/effectchainslot.cpp4
-rw-r--r--src/effects/effectparameterslot.cpp6
-rw-r--r--src/effects/effectparameterslot.h2
-rw-r--r--src/effects/effectparameterslotbase.cpp6
-rw-r--r--src/effects/effectparameterslotbase.h2
-rw-r--r--src/effects/effectrack.h2
-rw-r--r--src/effects/effectslot.cpp4
-rw-r--r--src/effects/effectslot.h4
-rw-r--r--src/effects/effectsmanager.h4
-rw-r--r--src/effects/native/bessel4lvmixeqeffect.h2
-rw-r--r--src/effects/native/bessel8lvmixeqeffect.h2
-rw-r--r--src/effects/native/graphiceqeffect.h2
-rw-r--r--src/effects/native/linkwitzriley8eqeffect.h2
-rw-r--r--src/engine/bpmcontrol.cpp8
-rw-r--r--src/engine/bpmcontrol.h2
-rw-r--r--src/engine/cachingreader.cpp2
-rw-r--r--src/engine/cachingreaderworker.cpp2
-rw-r--r--src/engine/clockcontrol.cpp4
-rw-r--r--src/engine/cuecontrol.cpp6
-rw-r--r--src/engine/cuecontrol.h2
-rw-r--r--src/engine/engineaux.cpp2
-rw-r--r--src/engine/engineaux.h4
-rw-r--r--src/engine/enginebuffer.cpp10
-rw-r--r--src/engine/enginebufferscalerubberband.cpp2
-rw-r--r--src/engine/enginebufferscalest.cpp2
-rw-r--r--src/engine/enginechannel.cpp4
-rw-r--r--src/engine/enginedeck.cpp2
-rw-r--r--src/engine/enginedeck.h4
-rw-r--r--src/engine/enginedelay.cpp4
-rw-r--r--src/engine/enginemaster.cpp8
-rw-r--r--src/engine/enginemaster.h4
-rw-r--r--src/engine/enginemicrophone.cpp2
-rw-r--r--src/engine/enginemicrophone.h4
-rw-r--r--src/engine/enginepregain.cpp8
-rw-r--r--src/engine/enginepregain.h2
-rw-r--r--src/engine/enginetalkoverducking.cpp2
-rw-r--r--src/engine/enginetalkoverducking.h4
-rw-r--r--src/engine/enginevumeter.cpp4
-rw-r--r--src/engine/keycontrol.cpp6
-rw-r--r--src/engine/loopingcontrol.cpp4
-rw-r--r--src/engine/positionscratchcontroller.h2
-rw-r--r--src/engine/quantizecontrol.cpp4
-rw-r--r--src/engine/ratecontrol.cpp10
-rw-r--r--src/engine/sidechain/enginerecord.cpp4
-rw-r--r--src/engine/sidechain/engineshoutcast.cpp2
-rw-r--r--src/engine/sidechain/engineshoutcast.h4
-rw-r--r--src/engine/sync/internalclock.cpp6
-rw-r--r--src/engine/sync/synccontrol.cpp6
-rw-r--r--src/engine/vinylcontrolcontrol.h6
-rw-r--r--src/library/autodj/autodjprocessor.cpp6
-rw-r--r--src/library/autodj/autodjprocessor.h2
-rw-r--r--src/library/browse/browsetablemodel.cpp2
-rw-r--r--src/library/librarycontrol.cpp4
-rw-r--r--src/library/librarycontrol.h2
-rw-r--r--src/library/previewbuttondelegate.cpp2
-rw-r--r--src/library/recording/dlgrecording.cpp2
-rw-r--r--src/library/setlogfeature.cpp2
-rw-r--r--src/mixer/basetrackplayer.cpp4
-rw-r--r--src/mixer/microphone.cpp2
-rw-r--r--src/mixer/playerinfo.cpp2
-rw-r--r--src/mixer/playerinfo.h2
-rw-r--r--src/mixer/playermanager.cpp4
-rw-r--r--src/mixer/sampler.cpp2
-rw-r--r--src/mixer/samplerbank.cpp2
-rw-r--r--src/mixxx.cpp2
-rw-r--r--src/mixxxapplication.cpp2
-rw-r--r--src/mixxxkeyboard.cpp2
-rw-r--r--src/preferences/dialog/dlgprefbeats.cpp2
-rw-r--r--src/preferences/dialog/dlgprefcontrols.cpp6
-rw-r--r--src/preferences/dialog/dlgprefcrossfader.cpp2
-rw-r--r--src/preferences/dialog/dlgprefcrossfader.h2
-rw-r--r--src/preferences/dialog/dlgprefeq.cpp4
-rw-r--r--src/preferences/dialog/dlgprefeq.h2
-rw-r--r--src/preferences/dialog/dlgpreferences.h2
-rw-r--r--src/preferences/dialog/dlgprefkey.cpp2
-rw-r--r--src/preferences/dialog/dlgprefrecord.cpp4
-rw-r--r--src/preferences/dialog/dlgprefreplaygain.cpp3
-rw-r--r--src/preferences/dialog/dlgprefreplaygain.h2
-rw-r--r--src/preferences/dialog/dlgprefshoutcast.cpp2
-rw-r--r--src/preferences/dialog/dlgprefshoutcast.h2
-rw-r--r--src/preferences/dialog/dlgprefsound.cpp2
-rw-r--r--src/preferences/dialog/dlgprefvinyl.cpp4
-rw-r--r--src/recording/recordingmanager.cpp4
-rw-r--r--src/recording/recordingmanager.h2
-rw-r--r--src/skin/legacyskinparser.cpp4
-rw-r--r--src/soundio/sounddeviceportaudio.cpp4
-rw-r--r--src/soundio/soundmanager.cpp2
-rw-r--r--src/test/audiotaperpot_test.cpp3
-rw-r--r--src/test/autodjprocessor_test.cpp6
-rw-r--r--src/test/bpmcontrol_test.cpp4
-rw-r--r--src/test/controllerengine_test.cpp4
-rw-r--r--src/test/controlobjecttest.cpp2
-rw-r--r--src/test/effectchainslottest.cpp2
-rw-r--r--src/test/effectslottest.cpp2
-rw-r--r--src/test/enginebuffertest.cpp2
-rw-r--r--src/test/enginemastertest.cpp2
-rw-r--r--src/test/enginemicrophonetest.cpp2
-rw-r--r--src/test/enginesynctest.cpp2
-rw-r--r--src/test/loo