-
-
Notifications
You must be signed in to change notification settings - Fork 316
onboard-dialog: Port to AdwDialog #3958
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
Closed
Closed
Conversation
This file contains hidden or 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 also updates the screenshots from `data/appstream` to `data/screenshots`.
This also removes the `<developer_name>` tag, as it's deprecated.
revert: Duplicated NVIDIA GPUs Fixed by flathub/org.freedesktop.Platform.GL.nvidia#331
appdata: translate=no properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: ximion/appstream#623
…w.py' dialog (bottlesdevs#3730) frontend: Added 'Failed adding to Steam Library dialog' in program_row.py
This is important to have because complex toggles require slightly different parameters. Fixes bottlesdevs#3720
This reverts commit b327ce9.
libportal: Update libportal to 0.9.1 vte: Update vte to 0.79.90 vulkan-headers: Update Vulkan-Headers.git to 1.4.309.0 vulkan-tools: Update Vulkan-Tools.git to 1.4.309.0 ImageMagick: Update ImageMagick to 7.1.1-45 fast_float: Add fast_float
The GtkListBox::row-activated signal only emits when a row is activated, not the child widget. This means, the check button wouldn't trigger the emission of the signal, thereby not updating the NewBottleDialog:selected-environment property. Fixes bottlesdevs#3740
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The OnboardDialog is an AdwWindow. Instead, it should be an AdwDialog.