summaryrefslogtreecommitdiffstats
path: root/src/dlgprefeq.h
AgeCommit message (Expand)Author
2014-11-27Equalizer preference page fixesOwen Williams
2014-11-25save master EQ parameters to configDaniel Schürmann
2014-11-25introduced DlgPrefEQ::setMasterEQParameter()Daniel Schürmann
2014-11-25Make combo box for master EQ workingDaniel Schürmann
2014-11-24Fill master EQ combo box with all availabe effectsDaniel Schürmann
2014-11-24Added Button to reset Maseter Eq onlyDaniel Schürmann
2014-11-23Reset master EQ sliders on defaultDaniel Schürmann
2014-11-22Merge remote-tracking branch 'upstream/master' into master_eqDaniel Schürmann
2014-11-21Refactor equalizer rack and quick effect rack.RJ Ryan
2014-11-21Fix waveform visualisation switchingDaniel Schürmann
2014-11-20Changed namespace for the preferences effect Racks to EqualizerChain and Quic...Daniel Schürmann
2014-11-16Merge branch 'filter_effect' into master_eqDaniel Schürmann
2014-11-16Merge branch 'eq_rack2' into filter_effectDaniel Schürmann
2014-11-16renamed enableWaveformEQ to fliterWaveformEnable to match prefixDaniel Schürmann
2014-11-15Merge branch 'eq_rack2' into filter_effectDaniel Schürmann
2014-11-15Fix EqReset on track load after merge.Daniel Schürmann
2014-11-15Merge remote-tracking branch 'upstream/master' into eq_rack2Daniel Schürmann
2014-11-14Merge remote-tracking branch 'mixxxdj/pr/352'RJ Ryan
2014-11-08Fix Effect Rack assignmentDaniel Schürmann
2014-11-08make use of EffectRackPointer instead of plain pointerDaniel Schürmann
2014-11-07Merge branch 'filter_effect' into master_eqDaniel Schürmann
2014-11-04Added second ComboBox for Filter knob effectsDaniel Schürmann
2014-10-26Bug 1210846 Auto Reset Gain & Eq after each songraulbehl
2014-10-26Bug 1210846 Auto Reset Gain & Eq after each songraulbehl
2014-10-18Added new "enableWaveformEq" CODaniel Schürmann
2014-10-17some refectoring in advanced to new enableWaveformEQDaniel Schürmann
2014-10-17retrain the selected effect when chaning filter showAllDaniel Schürmann
2014-10-15Repopulate DeckEffectSelectorsDaniel Schürmann
2014-09-12Use another approach at bypassing the EQ RackNicu Badescu
2014-08-14Add a Bypass check box to EQ Preferences and implement the logic behind it.Nicu Badescu
2014-08-14Remove the radio buttons from EQ Preferences and enable internal EQNicu Badescu
2014-08-12Merge master and fix conflictsNicu Badescu
2014-07-31Pack the set up of the Master EQ inside a methodNicu Badescu
2014-07-30Write the slot responsible for updating Master EQ's parametersNicu Badescu
2014-07-30Remove m_pFilterLow ControlObjectSlaveNicu Badescu
2014-07-30Use C++ style commentsNicu Badescu
2014-07-30Add an EngineEffect* field to DlgPrefEQNicu Badescu
2014-07-30Add sliders to the GUI and test if the first slider can update the dictated e...Nicu Badescu
2014-07-30Pass an EffectsManager* to DlgPrefEQNicu Badescu
2014-07-20DlgPrefEQ: replaced checkboxes with radiobuttonsDaniel Schürmann
2014-07-01Use itemData() field for storing the effect ID. currentText() is stores the n...Nicu Badescu
2014-06-30Introduce a check box for configuring the Effect Rack (basic/advanced view)Nicu Badescu
2014-06-28Connect [Master],num_decks' value changed signal to the slot which adds a QCo...Nicu Badescu
2014-06-28Dynamically update the required Deck with the selected EffectNicu Badescu
2014-06-28Remove the hard coded check boxesNicu Badescu
2014-06-27Create a slot inside dlgprefeq.cpp for dynamically creating ComboBoxesNicu Badescu
2014-06-27Create a new signal in dlgprefeq and connect it to a slot of the EQ Rack; use...Nicu Badescu
2014-06-27Add an EffectRack* and initialize itNicu Badescu
2014-06-26Update the Effects loaded onto the Rack when the user checks a boxNicu Badescu
2014-04-16Add a reset to defaults button to the Preferences chrome.RJ Ryan