summaryrefslogtreecommitdiffhomepage
path: root/options/slider.hpp
AgeCommit message (Collapse)Author
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-07-14options/slider: remove constexprStanislaw Halik
it implies inline
2018-07-08modernize onlyStanislaw Halik
2018-07-02nothing importantStanislaw Halik
2018-06-26options/slider: add missing `operator!='Stanislaw Halik
2018-06-26options/slider: fix link errorStanislaw Halik
2018-06-26compat/macros: rename portability macrosStanislaw Halik
use `cc_xx' rather than awkward synonyms.
2018-04-28options/qt: cleanup metatype definitionStanislaw Halik
Also note Koenig lookup works
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-10-20options/slider: allow arbitrary castStanislaw Halik
2017-10-13tracker/pt, options: fix threshold sliderStanislaw Halik
It's only the tie_setting(slider_value, QSlider) that has race-free slider updates. Needed to update the threshold slider representation. Remove the tie_setting(int, QSlider) overload since it doesn't have the logic. Add a migration. Add base_value::notify() for use-cases like the checkbox updating the label.
2017-07-26options: organize metatype declarationsStanislaw Halik
2017-03-28start renaming internal macros as OPENTRACK_* to OTR_*Stanislaw Halik
2016-09-16options/slider: fix fpu typeStanislaw Halik
2016-09-16options/slider: use double precisionStanislaw Halik
Made Accela slider inaccurate.
2016-09-05options/slider: adjust eps, simplifyStanislaw Halik
2016-08-17move options framework into its own libraryStanislaw Halik
- adjust usages - add support for QList signals and metatype