Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-01 | options/value: log more with OTR_TRACE_NOTIFY | Stanislaw Halik | |
2021-10-19 | options: don't notify on idempotent values | Stanislaw Halik | |
2021-10-19 | options: add trace to valueChanged() | Stanislaw Halik | |
2019-01-16 | cruft only | Stanislaw Halik | |
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | options/{value,connector}: workaround friend declaration | Stanislaw Halik | |
2018-10-05 | options: don't use typeindex w/ lambdas | Stanislaw Halik | |
Rename traits' functions to be more explicit. Most of the changes are pretty old and I can't read them at this time, sorry. Adjust usages. Issue: #825 Reported-by: @DanielKinsman | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-07-02 | nothing important | Stanislaw Halik | |
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-02-21 | options: fix MSVC build | Stanislaw Halik | |
C++17 isn't fully supported. | |||
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2017-10-13 | tracker/pt, options: fix threshold slider | Stanislaw 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-05-12 | options: split up value.hpp header | Stanislaw Halik | |
Also combine the traits classes and make them more useful. |