Age | Commit message (Collapse) | Author |
|
|
|
Running it at 60 Hz was using too much CPU time.
|
|
|
|
|
|
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`.
|
|
|
|
|
|
Sponsored by: TrackHat
Sponsored by: IRTrack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #1407
|
|
Issue: #1407
|
|
|
|
|
|
|
|
|
|
It's no longer necessary to use fixed vertical size for individual
widgets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For TrackHat.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed the sizes of the widgets in the main window. Removed the background fill in the pose-widget to better match the dark theme.
|
|
|
|
Closes #1054
|
|
Fixes #1032
|
|
|
|
|
|
|