Age | Commit message (Collapse) | Author |
|
This was breaking the camera list with only one camera present.
|
|
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
|
|
|
|
This is useful not just to save on complexity in call sites, but also
because I plan on using the Verdigris library to remove needless
`valueChanged()` and `setValue()` overloads from each `value<t>`
instance.
Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex`
was erroneously called as `Qt::DirectConnection`.
|
|
This reverts commit 2ef545b487209fb03bc2506b8e9bfa345d0f392b.
|
|
|
|
|
|
More settings can be changed live without have to restart the tracker.
Fixing a few deadlock issues.
|
|
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
|
|
|
|
|
|
Use more C++17 features where this helps any.
|
|
Adjust usages.
|
|
|
|
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.
|
|
Adjust usages.
There are ODR issues with MSVC and it doesn't support
C++17 "static inline constexpr" _variables_. Otherwise,
"signal_fun" could be a variable and not a function.
The usages in accela/ewma2 dialog are more verbose now
but the original API was silly.
|
|
|
|
|
|
|
|
|
|
|
|
|