-
Notifications
You must be signed in to change notification settings - Fork 15
Port demos to GNOME 46 #71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
0bb9ee6
to
801c76c
Compare
Excluding Rust demos, right? |
@@ -29,7 +28,7 @@ fn on_button_clicked() { | |||
|
|||
dialog.add_link( | |||
"Documentation", | |||
"https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.4/class.AboutWindow.html", | |||
"https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.5/class.AboutDialog.html", |
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.
"https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.5/class.AboutDialog.html", | |
"https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita/struct.AboutDialog.html", |
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.
hmm I feel like this should be addressed globally
could you file a PR or issue for updating all urls in Rust code?
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.
Sure, if you prefer that
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.
Other than a few autoformatting issues (not for this pr) this looks good!
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.
This has similar issues with the Dialogs demo (addressed in #107), but I can take care of that once this one is merged 👍
Closes #68 and more, see commits
You'll need Workbench Devel/main if you want to test this.
CI fails here because it's using Workbench 45
but I tested locally with
make ci
with Workbench 46beta workbenchdev/Workbench#896 which runs over all demos