summaryrefslogtreecommitdiffhomepage
path: root/migration/20171013_00-tracker-pt-threshold.cpp
AgeCommit message (Collapse)Author
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
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.