summaryrefslogtreecommitdiffstats
path: root/src/widget/weffect.cpp
AgeCommit message (Expand)Author
2021-01-06Effect widgets/EQ preferences: display '---' when no effect is loadedronso0
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2017-04-24Pass EffectMainfest via shared pointer instead of copying it.Daniel Schürmann
2017-01-27add EffectManifest::displayName methodbe_
2016-12-08make comments translator-friendlybe_
2016-12-07make effect tooltip more translator friendlybe_
2016-12-07make word separator with : translatable for different typographical conventionsbe_
2016-12-05include full effect & parameter names in tooltips for shortened namesbe_
2016-12-05add support for effect & effect parameter short namesbe_
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-02-27call base class setup() from WEffect and WEffectChainDaniel Schürmann
2014-12-17Add source line:number and skin XML line:number to skin warning messages.RJ Ryan
2014-11-21Unify rack/chain/effect/parameter association logic for effect widgets.RJ Ryan
2014-11-21Refactor equalizer rack and quick effect rack.RJ Ryan
2014-11-13Revert "user plain pointers for Effect, this fixes a segfault due to double d...Daniel Schürmann
2014-11-12some minor optimisationsDaniel Schürmann
2014-11-09user plein pointers for Effect, this fixes a segfault due to double delete wh...Daniel Schürmann
2014-03-19Rename <EffectChain> option to WEffect, WEffectChain, and WEffectParameter to...RJ Ryan
2014-01-18Show description in tooltip for WEffectChain, WEffect, and WEffectParameter.RJ Ryan
2014-01-13Move effect widget setup out of LegacySkinParser and into the setup() method.RJ Ryan
2014-01-12Merge branch 'master' into features_effectsRJ Ryan
2013-12-18Add WEffect and WEffectParameter widgets.RJ Ryan