Accepting request 1176755 from GNOME:Factory
- Update to version 1.5.1: + AdwAboutDialog/Window: Fix an outdated appstream reference in docs. + AdwActionRow: Mention .property in docs. + AdwAlertDialog: - Fix the accessible role. - Fix initial focus. + AdwAvatar: Fix portrait avatars on hidpi. + AdwBin: Fix a potential focus issue. + AdwBreakpoint: Fix add_setter() annotations. + AdwCarousel: Fix a build warning. + AdwComboRow: - Fix initial checkmark. - Handle model changes properly. + AdwDialog: - Fix accessibility warnings. - Make shortcuts work when there are no focusable widgets. - Correctly restore focus when opening a dialog from a menu. - Fix GtkWindow:deletable=false hiding close buttons in dialogs. + AdwExpanderRow: - Fix get_title_lines() and get_subtitle_lines() return types. - Fix remove() docs. + AdwOverlaySplitView: Unmap sidebar when it's hidden. + AdwPreferencesGroup: - Fix a potential focus issue. - Fix :header-group annotations and notifications. + AdwPreferencesPage: Fix a potential focus issue. + AdwTabView: - Document :close-page return value. (forwarded request 1176754 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1176755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=29
This commit is contained in:
commit
3a9913a574
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.5.0</param>
|
||||
<param name="revision">1.5.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdaf7ffa11aed33d3c90940881a267d6024de964dcef15347e915567496ae715
|
||||
size 7827469
|
3
libadwaita-1.5.1.obscpio
Normal file
3
libadwaita-1.5.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78bf088d8189af5cd1dca3ff4a43ca70000776671c1759c009161c92ab60d78d
|
||||
size 7909901
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 14:19:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.5.1:
|
||||
+ AdwAboutDialog/Window: Fix an outdated appstream reference in
|
||||
docs.
|
||||
+ AdwActionRow: Mention .property in docs.
|
||||
+ AdwAlertDialog:
|
||||
- Fix the accessible role.
|
||||
- Fix initial focus.
|
||||
+ AdwAvatar: Fix portrait avatars on hidpi.
|
||||
+ AdwBin: Fix a potential focus issue.
|
||||
+ AdwBreakpoint: Fix add_setter() annotations.
|
||||
+ AdwCarousel: Fix a build warning.
|
||||
+ AdwComboRow:
|
||||
- Fix initial checkmark.
|
||||
- Handle model changes properly.
|
||||
+ AdwDialog:
|
||||
- Fix accessibility warnings.
|
||||
- Make shortcuts work when there are no focusable widgets.
|
||||
- Correctly restore focus when opening a dialog from a menu.
|
||||
- Fix GtkWindow:deletable=false hiding close buttons in
|
||||
dialogs.
|
||||
+ AdwExpanderRow:
|
||||
- Fix get_title_lines() and get_subtitle_lines() return types.
|
||||
- Fix remove() docs.
|
||||
+ AdwOverlaySplitView: Unmap sidebar when it's hidden.
|
||||
+ AdwPreferencesGroup:
|
||||
- Fix a potential focus issue.
|
||||
- Fix :header-group annotations and notifications.
|
||||
+ AdwPreferencesPage: Fix a potential focus issue.
|
||||
+ AdwTabView:
|
||||
- Document :close-page return value.
|
||||
- Fix a leak when closing the last page.
|
||||
+ AdwViewStack: Fix a typo in docs.
|
||||
. + Docs: Update screenshots
|
||||
+ Stylesheet: Fix entry progress bars.
|
||||
+ Add missing return annotations
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 15:49:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.5.0
|
||||
mtime: 1710515856
|
||||
commit: 6eed5e87efdcb6c599caaad64cbf1b68603ee6e7
|
||||
version: 1.5.1
|
||||
mtime: 1716527010
|
||||
commit: 986687b442fcb5d7627b7135c9be6d6614268abc
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user