From 05fccf42fcc379e7c09aa458d11d364757a2703afe6bc4d6ab646439d6cfe2ec Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:35:41 +0000 Subject: [PATCH] Accepting request 1002670 from GNOME:Next GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002670 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=22 --- _service | 2 +- libadwaita-1.1.5.obscpio | 3 -- libadwaita-1.2.rc.obscpio | 3 ++ libadwaita.changes | 95 +++++++++++++++++++++++++++++++++++++++ libadwaita.obsinfo | 6 +-- libadwaita.spec | 2 +- 6 files changed, 103 insertions(+), 8 deletions(-) delete mode 100644 libadwaita-1.1.5.obscpio create mode 100644 libadwaita-1.2.rc.obscpio diff --git a/_service b/_service index 95f4cd0..336b9c5 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.gnome.org/GNOME/libadwaita.git git - refs/tags/1.1.5 + refs/tags/1.2.rc @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/libadwaita-1.1.5.obscpio b/libadwaita-1.1.5.obscpio deleted file mode 100644 index 96e9a1c..0000000 --- a/libadwaita-1.1.5.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b30201b7b344cc5fd8392d8ef416d9daec1ab13535ab9325a67be154ff04c8d6 -size 4066828 diff --git a/libadwaita-1.2.rc.obscpio b/libadwaita-1.2.rc.obscpio new file mode 100644 index 0000000..3f85b7e --- /dev/null +++ b/libadwaita-1.2.rc.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77728d80f8a9aa013446974e1e839b49266e190f8048b5410b57240ec810e0b7 +size 4998668 diff --git a/libadwaita.changes b/libadwaita.changes index 6b572f5..2b78445 100644 --- a/libadwaita.changes +++ b/libadwaita.changes @@ -1,3 +1,98 @@ +------------------------------------------------------------------- +Tue Sep 6 21:26:19 UTC 2022 - Bjørn Lie + +- Update to version 1.2.rc: + + Ensure setter documentation is consistent with their properties + + Demo: Fix a critical when toggling tab indicators + + AdwCarousel: Fix a crash when removing a child while it's + animating + + AdwMessageDialog: Use maximum width when no parent is set, + instead of minimum + + AdwSqueezer: Sizing fixes + + AdwTabBar + - Fix long press handling + - Fix a crash when clicking empty space while a tab is + animating + + AdwTabView: Fix set_menu_model() input check + + AdwWindow: Clarify docs around child/content properties + + Stylesheet + - Fix AdwSplitButton disabled state + - Fix focus transitions + - Fix GtkColorScale slider + - Fix AdwViewSwitcher needs-attention dot color + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 6 11:05:17 UTC 2022 - Bjørn Lie + +- Update to version 1.2.beta: + + Fix deprecations with newer GLib + + Fix strict aliasing warnings + + Fix GLSL shader compile errors on certain systems + + AdwAboutWindow: + - Fix a random crash when closing + - Rework the flat header bar layout + - Properly mark as final class + + AdwAvatar: Fix draw_to_texture() with rectangular avatars + + AdwEntryRow: + - Add entry-activated signal + - Add attributes property + - Add activates-default property + - Don't select text when clicking the row + + AdwMessageDialog: Fix crash when destroying the parent before + the dialog + + AdwShadowHelper: Fix warnings when drawing vertical shadow + + AdwSplitButton: Add dropdown-tooltip property + + AdwSwipeTracker: + - Fix swipe speed on GTK 4.7.x + - Fix criticals with GTK 4.7.x + + AdwTabBar: + - Remove tab background when there's only one tab + - Add a tooltip for close buttons + - Fix squished or clipped text with gtk-hint-font-metrics=0 + - Fix scrolling to a tab with disabled animations + - Fix assorted tab reordering issues + + AdwTabView: + - Add shortcut management API + - Add AdwTabPage:indicator-tooltip property + - Handle shortcuts on CAPTURE phase + - Shortcut propagation and bell fixes + + AdwToast: Add button-clicked signal + + AdwViewStack: Add adw_view_stack_add_titled_with_icon() + + Demo: + - Prefer properties over in UI files + - Don't explicilty add GtkViewport to GtkScrolledWindow + - Stop using .inline-toolbar + - Fix build on Windows + + Stylesheet: + - Unify @view_fg_color with other foreground colors + - Improve contrast of @success_color and @warning_color + - Fix infobar margins and spacing + - Partially support .navigation-sidebar with GtkTreeView + - Move GtkScale focus onto its slider + - Ensure consistant GtkScale size when using marks + - Remove unnecessary transitions + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 5 20:03:30 UTC 2022 - Bjørn Lie + +- Update to version 1.2.alpha: + + Introduce AdwAboutWindow. + + Introduce AdwEntryRow and AdwPasswordEntryRow. + + Introduce AdwMessageDialog. + + Introduce AdwPropertyAnimationTarget. + + AdwAnimation: Add adw_animation_set_target(). + + AdwCallbackAnimationTarget: Fix callback annotations. + + AdwActionRow: + - Set a11y relations for the activatable widget. + - Tweak spacing to match toolbars and AdwEntryRow. + + AdwAvatar: Fix initials not updating after setting + custom-image. + + AdwComboRow: Add an example to docs. + + AdwExpanderRow: Change arrow orientation to make it look less + similar to action rows that open subpages. + ------------------------------------------------------------------- Sun Sep 4 17:54:44 UTC 2022 - Bjørn Lie diff --git a/libadwaita.obsinfo b/libadwaita.obsinfo index 66f51bc..b2c4c9f 100644 --- a/libadwaita.obsinfo +++ b/libadwaita.obsinfo @@ -1,4 +1,4 @@ name: libadwaita -version: 1.1.5 -mtime: 1662131405 -commit: 5f4cdf5553a64247fd263d4510844240549d0b61 +version: 1.2.rc +mtime: 1662131574 +commit: a6a26cd9c35571a4e0ebacb2c6d763d44e59c045 diff --git a/libadwaita.spec b/libadwaita.spec index 3e6f690..2bd8436 100644 --- a/libadwaita.spec +++ b/libadwaita.spec @@ -17,7 +17,7 @@ Name: libadwaita -Version: 1.1.5 +Version: 1.2.rc Release: 0 Summary: Building blocks for modern GNOME applications License: LGPL-2.1-or-later