summaryrefslogtreecommitdiffstats
path: root/src/widget/controlwidgetconnection.h
AgeCommit message (Collapse)Author
2018-10-16Declare classes that call virtual functions in their construction/destructor ↵RJ Skerry-Ryan
final. Found with clang-tidy.
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
Using LLVM 3.8.0: $ clang-tidy --fix --checks="*,-llvm-header-guard,-readability-implicit-bool-cast,-readability-else-after-return,-google-readability-todo" $(git ls src/widget | xargs) -- (flags to compile)
2015-09-11Improve commentsDaniel Schürmann
2015-09-08Creat a COS inside ControlWidgetConnection and control it's lifetime by the ↵Daniel Schürmann
Qt Object tree
2014-02-17explicite call ControlWidgetConnection::setControlParameter and make it ↵Daniel Schürmann
protected
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-15Introduced default frags for connection optionsDaniel Schürmann
2014-02-03Merge branch 'master' into wpushbutton_defaultDaniel Schürmann
Conflicts: src/skin/legacyskinparser.cpp src/widget/controlwidgetconnection.cpp src/widget/controlwidgetconnection.h
2014-01-29Merge branch 'master' into transformRJ Ryan
Conflicts: src/skin/legacyskinparser.cpp src/widget/controlwidgetconnection.cpp src/widget/controlwidgetconnection.h
2014-01-27Combined To and From Widget bools to one enum. Set up a way to read the ↵Daniel Schürmann
default connection direction from WPushButton
2014-01-24introduced setControlParameter and related call tree.Daniel Schürmann
This way it is not required to set the <EmitOnDownPress> for <SliderComposed> in skins. Its value was ignores anyway.
2014-01-19Add support for making skin-created controls persist in the user configuration.RJ Ryan
Remove ControlWidgetPropertyConnection loading and saving of control from config.
2014-01-16Add <Transform> support to <Connection> blocks in the skin.RJ Ryan
Adds a general ValueTransformer class that does simple, invertible transformations on numbers. We could re-use this in other places, e.g. MIDI mappings to allow customizability to advanced users.
2014-01-12Rename ValueControWidgetConnection to ControlParameterWidgetConnection and ↵RJ Ryan
PropertyControlWidgetConnection to ControlWidgetPropertyConnection. Also, move ControlWidgetConnection and friends out of wbasewidget.cpp/h.