summaryrefslogtreecommitdiffstats
path: root/src/preferences/dialog/dlgprefeq.cpp
AgeCommit message (Expand)Author
2020-04-26preferences: Add help URLs for documented preference pagesJan Holthuis
2019-06-19remove doubling "None" in effect selectionPhilip Gottschling
2019-05-26Fix boolean vs. enum type warningsUwe Klotz
2019-01-06move EngineFilter classes to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-07-22Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-06Use an empty string for None EQ and Filter, this fixes lp1780479Daniel Schürmann
2018-05-28Renamed "Native" to "Built-in"kshitij98
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-12-31Merge commit '9df14fa6f3706df6b3563ad2cd8f66ae56ca99db' into lv2_support2Daniel Schürmann
2017-12-21rename MasterOutputEffectRack to OutputEffectRackbe_
2017-12-19only apply master EQ to master output, not record/broadcast signalbe_
2017-12-10decouple EffectChainSlot creation from loading EffectChain to enginebe_
2017-11-21Merge remote-tracking branch 'upstream/master' into postfader_effectsbe_
2017-09-26do not reload QuickEffect when opening Preferences dialogbe_
2017-06-30fix master equalizer effectbe_
2017-06-15Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-06-15rename getOrCreateEffectChainDaniel Schürmann
2017-06-04fixed typoDaniel Schürmann
2017-06-04Fixing Bug 1693972, by always loading an empty chain just before it is required.Daniel Schürmann
2017-05-08add option to reset deck gain on track loadbe_
2017-04-26Pass EffectParameterMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-04-24Pass EffectMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-02-06Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-02-06convert EffectManifestParameter LinkType to enum classbe_
2017-02-05Reduce code duplication across EQ effects and clean up a few nits.RJ Ryan
2017-02-03Make Biquad EQ/ISO defaultDaniel Schürmann
2017-01-27Merge pull request #1031 from daschuer/bc_reconnectRJ Skerry-Ryan
2017-01-27break long linesbe_
2017-01-27use QString::isNull instead of a placeholder stringbe_
2017-01-26use const where possiblebe_
2017-01-25DlgPrefEq and EffectsManager cleanupbe_
2017-01-23Merge remote-tracking branch 'upstream/master' into bc_reconnectDaniel Schürmann
2017-01-22Set "enabled" for the Master EQDaniel Schürmann
2017-01-18remove unnecessary variablebe_
2017-01-18decouple available QuickEffects from checkbox for limiting EQ effectsbe_
2017-01-16let any effect with a default superknob linking be a QuickEffectbe_
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettingsPointer in preferences code.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan