summaryrefslogtreecommitdiffstats
path: root/src/effects/effectbuttonparameterslot.cpp
AgeCommit message (Expand)Author
2018-05-01Merge remote-tracking branch 'upstream/master' into lv2_support2Daniel Schürmann
2017-12-28Use setParameterFrom() when loading button parameters, fixes #1739722Daniel Schürmann
2017-04-26Pass EffectParameterMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-04-18efficiently check for empty XML elementsbe_
2017-04-18clarifying commentbe_
2017-04-18add missing function parameterbe_
2017-02-11toXML -> toXmlbe_
2017-02-11check for valid value in effect XML file, otherwise keep defaultbe_
2017-02-11small refactor to make toXML/loadEffectSlotToXML symmetricalbe_
2017-02-09avoid reusing loadValuesFromXml method name for slot classes at different levelsbe_
2017-01-28save all parameter types as a generic <Parameter> element in XMLbe_
2017-01-19move effect XML element names to separate header filebe_
2017-01-19save/load effect parameter state to XML on shutdown/startupbe_
2016-12-20Add a ControlObject::forceSet alias for ControlObject::setAndConfirm.RJ Ryan
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2014-11-18pass m_group to effectparameterslotsDaniel Schürmann
2014-11-13Revert "user plain pointers for Effect, this fixes a segfault due to double d...Daniel Schürmann
2014-11-12streamline the Effect clear pathDaniel Schürmann
2014-11-11Merge remote-tracking branch 'upstream/master' into effect_leak_fixDaniel Schürmann
2014-11-09user plein pointers for Effect, this fixes a segfault due to double delete wh...Daniel Schürmann
2014-10-12Merge list of EffectButtonParameters to EffectParameters, assigne controlls o...Daniel Schürmann
2014-10-12Renamed m_enumerationOptions to m_steps, Introduced two new ControlHint using...Daniel Schürmann
2014-10-12Merge branch 'rm_value_hint' into effect_parameterDaniel Schürmann
2014-10-12Replace all occurrences of parameterNumber with parameterSlotNumberNicu Badescu
2014-10-12Use the newly added methods for retrieving the appropriate EffectParameter in...Nicu Badescu
2014-10-12Use the mapping provided by the EffectManifest when asking for a button param...Nicu Badescu
2014-10-11Set the number of states for each EffectButtonParameterSlotNicu Badescu
2014-10-09Merge remote-tracking branch 'upstream/master' into rm_value_hintDaniel Schürmann
2014-10-08Merge remote-tracking branch 'upstream/master' into kill_buttons2Daniel Schürmann
2014-10-06Removed valueHint from effect parameter and turn all values form QVariant int...Daniel Schürmann
2014-08-22Added Default connection type for connectValueChangeRequest()Daniel Schürmann
2014-08-21Moved LinkType to EffectParameterSlotDaniel Schürmann
2014-08-21Removed EffectButtonParameterSlot::onChainParameterChanged()Daniel Schürmann
2014-07-23Move slotValueChanged from the base class to its childrenNicu Badescu
2014-06-24Create a base class for EffectParameterSlot and EffectButtonParameterSlot to ...Nicu Badescu
2014-06-21Implement switch type parametersNicu Badescu