Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0164b70c93 | |||
| 90dfc9535d | |||
| 2cba66511e | |||
| c149eb3aea | |||
| 416090d6f8 | |||
| 7cc59524ba | |||
| b618f928c8 | |||
| 1d05ce6685 | |||
| 296d9df8db | |||
| 48c761b760 |
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.7.5</param>
|
||||
<param name="revision">1.8.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
BIN
libadwaita-1.7.5.obscpio
LFS
BIN
libadwaita-1.7.5.obscpio
LFS
Binary file not shown.
3
libadwaita-1.8.3.obscpio
Normal file
3
libadwaita-1.8.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecf2a8be5c5fade99fcbcde59112e6ba85d0d8ea29afc3295e6ec34d347735bc
|
||||
size 9521165
|
||||
@@ -1,3 +1,187 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 4 13:15:02 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.3:
|
||||
+ Adaptive preview: Fix a leak when taking screenshots
|
||||
+ AdwAboutDialog: Fix an accessibility warning
|
||||
+ AdwAlert/MessageDialog: Fix extra padding with hidden extra
|
||||
child
|
||||
+ AdwInlineViewSwitcher: Limit badges to 999+ to match
|
||||
AdwViewSwitcher
|
||||
+ AdwNavigationView:
|
||||
- Fix a crash
|
||||
- Make :navigation-stack more robust
|
||||
+ AdwPreferencesGroup: Fix accessible label
|
||||
+ AdwPreferencesPage: Revert incompatible children warning from
|
||||
1.8.2
|
||||
+ AdwShortcutsDialog
|
||||
- Implement search activation
|
||||
- Fix an accessibility warning
|
||||
+ AdwStatusPage: Implement focus() and grab_focus()
|
||||
+ AdwTabOverview: Implement search activation
|
||||
+ AdwViewStack: Fix accessible labels with underlines
|
||||
+ Docs: Fix banner-suggested screenshot
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 06:38:26 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.2:
|
||||
+ Build: Fix gen-public-types.py encoding
|
||||
+ AdwActionRow: Fix subtitle comparison
|
||||
+ AdwComboRow:
|
||||
- Revert touchscreen fix from 1.8.1, since it's been fixed in
|
||||
GTK
|
||||
- Update selection when the expression changes
|
||||
+ AdwHeaderBar: Report back button context menu to screen reader
|
||||
+ AdwPreferencesDialog: Allow to go from the first search result
|
||||
to header bar by pressing up
|
||||
+ AdwPreferencesGroup: Fix title and description getters
|
||||
+ AdwPreferencesPage:
|
||||
- Fix description getter
|
||||
- Warn when trying to add incompatible children
|
||||
+ AdwShortcutLabel:
|
||||
- Make accessible
|
||||
- Flip arrows for RTL
|
||||
- Add focused styles
|
||||
+ AdwShortcutsDialog: Allow to go from the first search result to
|
||||
header bar by pressing up
|
||||
+ AdwTabBar/AdwTabOverview: Report context menu to screen reader
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 04:43:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.1:
|
||||
+ AdwComboRow:
|
||||
- Allow selecting items via touchscreen
|
||||
- Improve accessibility
|
||||
+ AdwEntryRow:
|
||||
- Fix title ellipsizing too late
|
||||
- Activate the row action when pressing enter
|
||||
+ AdwHeaderBar: Fix title buttons on macOS
|
||||
+ AdwNavigationView: Fix a build warning on some platforms
|
||||
+ AdwShortcutsDialog: Fix removing sections when the model
|
||||
changes
|
||||
+ AdwTabBar/AdwTabGrid: Fix context menu alignment on RTL
|
||||
+ Docs:
|
||||
- Replace deprecated GApplication flag
|
||||
- Fix shortcuts screenshots in widget gallery in dark mode
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 08:32:56 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.8.0:
|
||||
+ AdwSpinner: Switch to progressbar accessible role
|
||||
+ AdwSwipeTracker: Fix memory leak
|
||||
+ Demo: Fix 2 memory leaks
|
||||
+ Docs: Typo fixes
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 15:05:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.8.rc:
|
||||
+ Add copy-func and free-func annotations to boxed types
|
||||
+ AdwAlertDialog/AdwMessageDialog: Clarify behavior around
|
||||
:default-response
|
||||
+ AdwApplication: Enable support for CSS media queries in the
|
||||
autoloaded styles
|
||||
+ AdwShortcutLabel: Fix RTL layout
|
||||
+ AdwShortcutsDialog: Fix 2 memory leaks
|
||||
+ AdwToastOverlay:
|
||||
- Fix disappear animation not playing on dismiss_all()
|
||||
- Make the action button in toasts insensitive after a click
|
||||
+ AdwWrapLayout: Fx allocation of a single child in RTL languages
|
||||
or with align > 0
|
||||
+ Build: Require GTK 4.19.4
|
||||
+ Docs:
|
||||
- Fix AdwShortcutLabel and AdwShortcutsDialog screenshots in
|
||||
dark
|
||||
- Fix close button style on screenshots
|
||||
+ Stylesheet:
|
||||
- Update GtkShortcutLabel style to match AdwShortcutLabel
|
||||
- Switch to media queries instead of separate CSS variants
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 07:39:42 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.8.beta:
|
||||
+ AdwShortcutLabel: Differentiate keypad keys better
|
||||
+ AdwShortcutsDialog:
|
||||
- Show navigation pills for large dialogs
|
||||
- Set a title
|
||||
- Focus search bar with Ctrl+F
|
||||
- Fix action-name fetching when presented as a window
|
||||
- Fix search row activation
|
||||
- Fix markup handling
|
||||
+ AdwTabBar: Fix focusing start/end action widgets
|
||||
+ AdwWrapBox: Add remove_all()
|
||||
+ Build: Evaluate dependencies early
|
||||
+ Demo: Switch to AdwShortcutLabel
|
||||
+ Stylesheet:
|
||||
- Add .document style class using the document font
|
||||
- Increase line height for .body and .caption
|
||||
- Add hover/active styles to GtkFlowBox children
|
||||
- Stop shipping symbolic PNG assets
|
||||
- Fix .devel striping with new GTK
|
||||
- Adapt window controls styles to GTK styles
|
||||
- changes from version 1.8.alpha:
|
||||
+ Add AdwShortcutsDialog
|
||||
+ Add AdwShortcutLabel
|
||||
+ Fix a crash with empty window layouts
|
||||
+ Avoid needlessly resassigning CSS classes for dynamic shadows
|
||||
+ AdwAlertDialog/AdwMessageDialog: Fix a warning with long headings
|
||||
+ AdwApplication: Automatically set up app.shortcuts action if
|
||||
shortcuts-dialog.ui is present
|
||||
+ AdwBreakpointBin: Preserve focus when switching breakpoints
|
||||
+ AdwCarousel:
|
||||
- Support keyboard navigation
|
||||
- Fix a critical when disposing it after scrolling with mouse wheel
|
||||
+ AdwExpanderRow: Fix grab_focus() behavior
|
||||
+ AdwNavigationView: fix :visible-page-tag notifications
|
||||
+ AdwPreferencesGroup:
|
||||
- Add bind_model()
|
||||
- Add get_row()
|
||||
- Allow rows that aren't AdwPreferencesRow
|
||||
+ AdwPreferencesPage:
|
||||
- Add insert()
|
||||
- Add get_group()
|
||||
- Fix font name docs
|
||||
- Move yellow/green boundary for accent color
|
||||
- Support high contrast on macOS
|
||||
- Fix accessible role in documentation
|
||||
+ Adaptive preview:
|
||||
- Add context to shell and device preset translatable strings
|
||||
- Change screenshot tooltip
|
||||
+ Build:
|
||||
- Don't install internal static library
|
||||
- Fix build with older gobject-introspection versions
|
||||
+ Demo:
|
||||
- Add a shortcut for opening preferences
|
||||
- Adjust GtkWindowControls styles for GTK 4.18.4 changes
|
||||
- Optimize window and dialog shadows
|
||||
- Fix list DND styles
|
||||
- Fix .property for expander rows
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 2 12:00:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.6:
|
||||
+ AdwAlertDialog/AdwMessageDialog: Emit ::response when cancelled
|
||||
after calling choose()
|
||||
+ AdwDialog:
|
||||
- Fix widget activation in window-backed dialogs
|
||||
- Fix set_focus() in window-backed dialogs
|
||||
+ AdwLayoutSlot: Error out if ID is not set
|
||||
+ AdwNavigationView: Defer swipe start to ::begin-swipe
|
||||
+ AdwTabOverview: Make button hitboxes larger
|
||||
+ AdwWrapLayout: Fix a memory leak
|
||||
+ Various fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 29 07:18:31 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.7.5
|
||||
mtime: 1751141577
|
||||
commit: 2c9da2ed0fcfdc90dd9cf43b96c9c5cecb464fad
|
||||
version: 1.8.3
|
||||
mtime: 1767462686
|
||||
commit: 61059f976eefc5713e0fa50921a49dd872664e23
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libadwaita
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.7.5
|
||||
Version: 1.8.3
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -32,9 +32,9 @@ BuildRequires: vala
|
||||
BuildRequires: pkgconfig(appstream)
|
||||
BuildRequires: pkgconfig(fribidi)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.72
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.80.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.13.4
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.19.4
|
||||
%lang_package
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user