summaryrefslogtreecommitdiffstats
path: root/src/widget/wkey.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-08-30widget/wkey: Use new ControlFlag::AllowMissingOrInvalid valueJan Holthuis
2020-08-16widget/wkey: Do not throw debug assertion if key is invalidJan Holthuis
2020-07-01widget: Disable assertions for ControlProxy's created from skinsJan Holthuis
2020-06-10Get rid of char group stringsDaniel Schürmann
2019-03-26use dValue, the value passed to the slotDaniel Schürmann
2019-03-23Update TrackTableview after key notation changedDaniel Schürmann
2019-03-23Dispose not working "[Preferences]" "updated"Daniel Schürmann
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-12-04fix wkey.cpp to allow both key & cents like beforeronso0
2018-11-26WKey reads 'DisplayKey' node to show/hide base keyronso0
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
2016-01-13use COS in WKeyDaniel Schürmann
2014-04-16Fix cent updates without a key change, a regession from ea693bdd2878da4fb70d4...Daniel Schürmann
2014-04-15Don't leak visual_key_distance and some minor WKey cleanups.RJ Ryan
2014-04-11Fix conflicts with masterNicu Badescu
2014-04-07Make the display of cents configurable from the skinNicu Badescu
2014-04-05Use a ControlPotmeter instead of a ControlObject for visual_key_distance and ...Nicu Badescu
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-03-30Modify WKey constructor to take a const char* as a first parameterNicu Badescu
2014-03-30Display the distance to the nearest key WKey widget. Currently it is displayi...Nicu Badescu
2014-01-10Expose widget connections directly to WBaseWidget rather than using Qt signals.RJ Ryan
2014-01-10Make WLabel inherit QLabel instead of WWidget.RJ Ryan
2013-07-13Don't show text for invalid keys.RJ Ryan
2013-06-30Update WKey when preferences change since key notation may have changed.RJ Ryan
2013-06-19Merge branch 'master' into features_keyRJ Ryan