Accepting request 811413 from GNOME:Factory

(forwarded request 807959 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/811413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2020-06-04 15:56:33 +00:00 committed by Git OBS Bridge
commit acbd985017
4 changed files with 62 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25d7e9c8527b5fb835945853aa9b1f021ce8174e55527d2c0063b06d7d32b8fe
size 12817816

3
gtk-3.98.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:794a1c4c17ab2d8b1a7f151a4199585fae6f21d934ff8d275c560c8ed1db2942
size 17949232

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Tue May 19 17:42:44 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.98.4:
+ Themes:
- Refine menu styling
- Tweak visible focus behavior
- HighConstrast: Add public colors
- HighContrast: Fix scale borders
+ CSS:
- Drop the nonstandard -gtk-icon-theme property
- Add a system_setting_changed vfunc to propagate global
changes
+ Untangle titlebars from windows:
- Add a GtkWindowControls widget
- Add a GtkWindowHandle widget
- Add actions for window menu items
- Remove app menu fallback from GtkHeaderBar
- Remove title and subtitle properties from GtkHeaderBar,
rename custom-title to title-widget
+ GtkWidget: Add a focusable property
+ GtkPopover: Fix (re-)positioning issues
+ GtkStack:
- Drop the homogeneous property
- Add a use-underline property to stack pages
+ GtkScale: Make area around the trough clickable
+ GtkScrolledWindow: Fix kinetic scrolling
+ GtkTreeView: Break reference cycles in unroot
+ Drop GtkBin and GtkContainer. All existing GtkBin subclasses
have grown a child property with setter and getter. All
existing GtkContainer subclasses have grown widget-specific
remove (and in some cases, add) functions. <child> in ui
files continues to work as before
+ Replace gtk_widget_destroy by gtk_window_destroy
+ Drop the ::size-allocate signal. Use a GtkWidgetPaintable if
you need to be informed about changes to a widgets content or
size
+ Remove gtk_dialog_run
+ GDK:
- Wayland: Provide a builtin cursor of last resort
- Change the monitor api to use a GListModel
+ GSK:
- Don't include renderer-specific headers automatically
- GL: Fix nested rounded clips
+ Introspection: Assorted annotation fixes
+ Inspector:
- Preview media resources
- Show media backend information
+ gtk4-widget-factory:
- Add GtkVideo
- Add text styles
- Add a print dialog
- Add a password entry
- Improve toolbar styling
- Revamp transition effects
+ gtk4-demo: Replace some demos
+ Updated translations.
-------------------------------------------------------------------
Tue Apr 21 09:02:03 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -21,7 +21,7 @@
%define gtk_binary_version 4.0.0
%define _name gtk
Name: gtk4
Version: 3.98.3
Version: 3.98.4
Release: 0
Summary: The GTK+ toolkit library (version 4)
License: LGPL-2.1-or-later