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

bug fixes #309

Merged
merged 15 commits into from
Jan 5, 2025
Merged

bug fixes #309

merged 15 commits into from
Jan 5, 2025

Conversation

bdlukaa
Copy link
Collaborator

@bdlukaa bdlukaa commented Dec 30, 2024

  • Fixes Layout sound volume don't stick between app resart #291
  • Fixes Camera selector panel turn grey randomly #302
  • Fixes Video desync #306
  • Only allow to seek between bounds in the Timeline of Events
  • Secondary Windows are allowed to be smaller: 300x200 pixels
  • Ensure devices are fetched from remote before using them when opening from command line using --server and --camera options
  • Correctly calculate the size of the reorderable grid children
    The entire reorderable grid was being calculated incorrectly, leading to clipping and extra space that just didn't fell right. The logic was adjusted to fit all the items inside the grid. Now, both the Layouts View and Timeline of Events view feel natural.
  • Do not allow to add the a server if it is already added

@bdlukaa bdlukaa marked this pull request as ready for review January 5, 2025 19:43
@bdlukaa bdlukaa merged commit 7cc7a4c into main Jan 5, 2025
8 of 9 checks passed
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.

Video desync Camera selector panel turn grey randomly Layout sound volume don't stick between app resart
1 participant