Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 94 #95

Merged
merged 20 commits into from
Nov 9, 2023
Merged

Issue 94 #95

merged 20 commits into from
Nov 9, 2023

Conversation

pozitronik
Copy link
Owner

closes #94

Implement a new StatusBar widget instead of old stub control
Use the StatusBar widget
Update displayed scale bounds when the target changes
Primitive tooltip implementation
Use a constant instead of a literal
Implement status callback instead of indirect widget usage
Fix the start frame position index
Show current position time in the status bar even playback isn't started
Do not update TextBox contents directly, use a scheduler instead to avoid multithreading issues
Show the frame drop value in the status bar
Minor fixes
Init status bar items to maintain the items order
Add render fps/processing fps counters to the status bar
Improve status bar outputs
Event type annotations ignored
**kwargs type annotation ignore
Add the alternative way to get tooltip position coordinates if the parent widget bbox() is None
Fix a definition
Change type definition for the status callback
Add memory usage statistics to the status bar
@pozitronik pozitronik merged commit 2b10193 into master Nov 9, 2023
6 checks passed
@pozitronik pozitronik deleted the issue_94 branch November 9, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the status bar (implement a real widget instead of the current stub code).
1 participant