-
Notifications
You must be signed in to change notification settings - Fork 225
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
Make connect dialog show up as fullscreen on iOS #3343
Make connect dialog show up as fullscreen on iOS #3343
Conversation
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
6db711e
to
2e8dd33
Compare
The chat dialog probably also needs this. |
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
e623992
to
c93a637
Compare
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes GUI issue of connect dialog overflowing screen on iOS
c93a637
to
40e5af1
Compare
Looks like the Connect Dialog list entries also need some work to be compatible with a dark mode theme. I suspect those texts are set specifically to black instead of being left to default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
@pljones Probably you can't test this. A review would still be good. |
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Might be the weekend before I can test it but it looks like it shouldn't cause problems. |
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes an overflow bug for the about dialog on iOS. Related to: jamulussoftware#3343
Fixes an overflow bug for the chat dialog on iOS. Related to: jamulussoftware#3343
BlissOS Android test is ok. |
Fixes an overflow bug for the chat dialog on iOS. Related to: jamulussoftware#3343
Short description of changes
Makes Connect dialog show up in full screen like Android if Qt6 is used. This fixes a severe UI issue on the Qt6 build of Jamulus for iOS which didn't allow to even tap the connect button. Now the connect dialog looks like this in dark mode: (broken styling but usable)
CHANGELOG: iOS: Fixed GUI issue preventing the connect dialog to show correctly
Context: Fixes an issue?
Related to issues mentioned in #2711
Does this change need documentation? What needs to be documented and how?
No
Status of this Pull Request
Works based on local build. Didn't test IPA built by GitHub - but this still uses Qt5
What is missing until this pull request can be merged?
Nothing
Checklist