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:
commit
acbd985017
@ -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
3
gtk-3.98.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:794a1c4c17ab2d8b1a7f151a4199585fae6f21d934ff8d275c560c8ed1db2942
|
||||||
|
size 17949232
|
58
gtk4.changes
58
gtk4.changes
@ -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>
|
Tue Apr 21 09:02:03 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define gtk_binary_version 4.0.0
|
%define gtk_binary_version 4.0.0
|
||||||
%define _name gtk
|
%define _name gtk
|
||||||
Name: gtk4
|
Name: gtk4
|
||||||
Version: 3.98.3
|
Version: 3.98.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 4)
|
Summary: The GTK+ toolkit library (version 4)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user