summaryrefslogtreecommitdiffstats
path: root/src/widget/wbeatspinbox.cpp
AgeCommit message (Collapse)Author
2020-07-01widget: Disable assertions for ControlProxy's created from skinsJan Holthuis
2019-01-06remove need for lambdas with connectValueChange(Request)Be
and remove old SLOT syntax for ControlProxy::connectValueChangeRequest. That was easier than getting it to play nice with the templating required for the new functor syntax.
2018-06-03Pass ConfigKey instead of plain CO pointer in some widget constructors. This ↵Daniel Schürmann
helps to track the ownership of the CO.
2018-03-01fix constructors of WEffectSelector and WBeatSpinBoxBe
The improper construction of the parent WBaseWidget class was causing some strange issues. Sizes specified by the skin were ignored for WEffectSelector and neither widget had the correct tooltip in developer mode.
2017-05-26Added some commentsDaniel Schürmann
2017-05-26Fix WBeatSpinBox resizingDaniel Schürmann
2017-05-24Ommit trailing zeros in beat size spin boxDaniel Schürmann
2017-05-24use locale decimal sparatorDaniel Schürmann
2017-05-24Step from the intermediate value in the beat spin boxDaniel Schürmann
2017-05-08wait to update CO for WBeatSpinbox until user finishes typingbe_
2017-04-12workaround for beatjump_size spinboxbe_
I do not understand why this is necessary.
2017-04-07fix manually typing number into WBeatSpinBoxbe_
2017-03-31attempt to scale WBeatSpinBox with rest of skinbe_
2017-03-23don't let WBeatSpinBox's value get out of sync with its ControlObjectbe_
2017-03-21make WBeatSpinBox blacklist regex staticbe_
no need for each instance to have its own
2017-03-19prevent letters and other invalid characters from being typed into WBeatSpinBoxbe_
2017-03-19prevent tab focusing of WBeatSpinBoxbe_
2017-02-27rename WHalveDoubleSpinBox to WBeatSpinBoxbe_