-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ControlIndicatorTimer: Add support for legacy vsyncthread mode
Due to concerns that a regular QTimer that fires during vsync could cause jerking legacy waveforms, this implements a way to use the legacy vsync thread/GuiTick infrastructure instead of a `QTimer` in the `ControlIndicatorTimer` (although I'm still not convinced that this actually makes a difference). This can be toggled explicitly using `setLegacyVsyncEnabled` when switching between a legacy and a QML skin (the latter has no vsync thread, so a regular timer needs to be used). Relevant discussion can be found here: #4157 (comment)
- Loading branch information
Showing
5 changed files
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters