summaryrefslogtreecommitdiffstats
path: root/src/widget/controlwidgetconnection.cpp
AgeCommit message (Expand)Author
2020-07-21qWarning for failed widget property updateronso0
2020-07-17controlwidgetconnection: print widget class name in error messageronso0
2020-07-01widget: Disable assertions for ControlProxy's created from skinsJan Holthuis
2020-06-03failed widget highlight: also print affectted widget's ObjectNameronso0
2019-05-26Force repaint of Widget on control changeJan Holthuis
2019-05-25Restyle widget on ControlWidgetPropertyConnect::slotControlValueChangedJan Holthuis
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2017-02-05Also print control value in debug tooltips (useful for working with effects).RJ Ryan
2016-09-25Improve line breaksDaniel 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-04-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-09-08Creat a COS inside ControlWidgetConnection and control it's lifetime by the Q...Daniel Schürmann
2014-12-17Convert most Q_ASSERTs into DEBUG_ASSERT_AND_HANDLEs.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-10-09changed conversion to bool property to Mixxx style "> 0". This allows to conf...Daniel Schürmann
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-03-25Revert "Fix effect tests. They broke after some control and behavior changes."RJ Ryan
2014-03-25Fix effect tests. They broke after some control and behavior changes.RJ Ryan
2014-02-17explicite call ControlWidgetConnection::setControlParameter and make it prote...Daniel Schürmann
2014-02-16Fixed Initalisation value of Display connectionDaniel Schürmann
2014-02-16Fixed TransformerDaniel Schürmann
2014-02-15Complete rewrite of WPushbutton default connection calculationsDaniel Schürmann
2014-02-14don't skip transformer in ControlParameterWidgetConnection::slotControlValueC...Daniel Schürmann
2014-02-03Merge branch 'master' into wpushbutton_defaultDaniel Schürmann
2014-01-29Merge branch 'master' into transformRJ Ryan
2014-01-27Combined To and From Widget bools to one enum. Set up a way to read the defau...Daniel Schürmann
2014-01-24introduced setControlParameter and related call tree.Daniel Schürmann
2014-01-19Add support for making skin-created controls persist in the user configuration.RJ Ryan
2014-01-16Add <Transform> support to <Connection> blocks in the skin.RJ Ryan
2014-01-12Rename ValueControWidgetConnection to ControlParameterWidgetConnection and Pr...RJ Ryan