Accepting request 1004817 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1004817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=13
This commit is contained in:
commit
6748a67894
6
_service
6
_service
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<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">refs/tags/1.1.5</param>
|
<param name="revision">refs/tags/1.2.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>
|
||||||
@ -13,5 +13,5 @@
|
|||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version" />
|
<service mode="manual" name="set_version" />
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b30201b7b344cc5fd8392d8ef416d9daec1ab13535ab9325a67be154ff04c8d6
|
|
||||||
size 4066828
|
|
3
libadwaita-1.2.0.obscpio
Normal file
3
libadwaita-1.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:454c6ee87040d4f2200c711e945b07c4dacc5fd45e254a4a3e3654072a4908ad
|
||||||
|
size 5031948
|
@ -1,3 +1,108 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 14:33:50 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.0:
|
||||||
|
+ Docs:
|
||||||
|
- Fix @card_shade_color description.
|
||||||
|
- Fix a typo in AdwTabView docs.
|
||||||
|
- Fix AdwMessageDialog example.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 21:26:19 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <child> 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Sun Sep 4 17:54:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.1.5
|
version: 1.2.0
|
||||||
mtime: 1662131405
|
mtime: 1663202494
|
||||||
commit: 5f4cdf5553a64247fd263d4510844240549d0b61
|
commit: a905117bd2150de9e85d65f8cdce8d8fb001b89e
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.1.5
|
Version: 1.2.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…
x
Reference in New Issue
Block a user