summaryrefslogtreecommitdiffstats
path: root/src/widget/weffectpushbutton.cpp
AgeCommit message (Expand)Author
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2019-11-15remove 'this->', use setFocusPolicy() only in widget setupsronso0
2019-09-30add 'setFocusPolicy(Qt::NoFocus);' to most skin widgetsronso0
2017-12-30Merge commit 'bbdbc1c450e4bf90c490ff2d4c528ddf0074b347' into lv2_support2Daniel Schürmann
2017-12-30Merge commit '3510e6570f69c6b5b52ede79cf75b672d9a656c5' into lv2_support2Daniel Schürmann
2017-08-15EffectPushButton:parse parameter slot from the connected control like we did ...Daniel Schürmann
2017-07-20don't have translators translate strings that won't be shownbe_
2017-07-17WEffectPushButton: show effect parameter description for tooltipbe_
2017-04-26Pass EffectParameterMainfest via shared pointer instead of copying it.Daniel Schürmann
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-26Delete default destructors.RJ Ryan
2016-04-26Replace const-reference-to-pointer with by-value copy.RJ Ryan
2016-04-26Fix some clang-tidy-produced lint and convert foreach loops to range-based fo...RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-02-26Tabs -> spaces.RJ Ryan
2015-01-28a bunch of undefined variablesNico Schlömer
2014-12-17Add source line:number and skin XML line:number to skin warning messages.RJ Ryan
2014-11-22Argh, broke WEffectPushButton while parenting it to WPushButton.RJ Ryan
2014-11-22Eliminate massive code duplication between WPushButton and WEffectPushButton.RJ Ryan
2014-11-21Fix log spew about displayValue being a read-only Qt property.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-16no more use of getPixmapPathJean Claveau
2014-10-13Fixed some WEffectPushButton IssuesDaniel 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-12Add a new widget derived from WPushButton which displays a QMenu with availab...Nicu Badescu