Accepting request 1158278 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158278 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=54
This commit is contained in:
parent
f5ab299bb3
commit
b20700da0e
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">1.4.3</param>
|
<param name="revision">1.5.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f6299f3ce1cc4599cc9943cd1e0a0c1097b65f10ff9314623e465aa182b910d
|
|
||||||
size 6982669
|
|
3
libadwaita-1.5.0.obscpio
Normal file
3
libadwaita-1.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bdaf7ffa11aed33d3c90940881a267d6024de964dcef15347e915567496ae715
|
||||||
|
size 7827469
|
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 15:49:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.5.0:
|
||||||
|
+ AdwDialog
|
||||||
|
- Fix widget selection in inspector when presented as a bottom
|
||||||
|
sheet.
|
||||||
|
- Fix clicks on the dimming still working with can-closed=true.
|
||||||
|
+ Demo: Fix <developer> in metainfo.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 07:54:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.5.rc:
|
||||||
|
+ Depend on GTK 4.13.4.
|
||||||
|
+ Fix layout with GtkSettings:gtk-xft-dpi == 0.
|
||||||
|
+ AdwAboutDialog:
|
||||||
|
- Support zero-clause bsd license.
|
||||||
|
- Fix example.
|
||||||
|
+ AdwAboutWindow: Support zero-clause bsd license.
|
||||||
|
+ AdwDialog:
|
||||||
|
- Allow bottom sheets to shrink beyond 360px width.
|
||||||
|
- Fix a crash when swiping on the dimming.
|
||||||
|
- Adjust dimming intensity.
|
||||||
|
+ AdwNavigationView:
|
||||||
|
- Fix signal mentions in push() docs.
|
||||||
|
- Disable missing title warning when containing a split view.
|
||||||
|
+ AdwStatusPage: Fix property notification in set_child().
|
||||||
|
+ AdwSwipeTracker: Use a smaller threshold for window handles.
|
||||||
|
+ AdwToolbarView: Fix a typo in docs.
|
||||||
|
+ Demo: Fix window.devel demo.
|
||||||
|
+ Stylesheet:
|
||||||
|
- Adjust shade colors in dark.
|
||||||
|
- Make .devel not propagate to dialogs.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 15:24:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.5.beta:
|
||||||
|
+ Demo: Port everything to AdwDialog.
|
||||||
|
+ Docs:
|
||||||
|
- Add a migration guide for adaptive dialogs.
|
||||||
|
- Add a favicon.
|
||||||
|
- Use the new asides.
|
||||||
|
+ Stylesheet:
|
||||||
|
- Increase GtkSwitch padding.
|
||||||
|
- Align property row title and other row subtitle sizes.
|
||||||
|
- Align expander row and combo row arrows.
|
||||||
|
- Stop hiding switch shapes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 15:22:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Feb 12 15:22:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.4.3
|
version: 1.5.0
|
||||||
mtime: 1707486116
|
mtime: 1710515856
|
||||||
commit: a0a84cb1b35d1f235f58579a415f9bf9cad20327
|
commit: 6eed5e87efdcb6c599caaad64cbf1b68603ee6e7
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.4.3
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Building blocks for modern GNOME applications
|
Summary: Building blocks for modern GNOME applications
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user