Accepting request 519339 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519339
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=19
This commit is contained in:
2017-08-31 07:41:23 +00:00
committed by Git OBS Bridge
parent 2717bf5745
commit 0b01333b7f
4 changed files with 75 additions and 20 deletions

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Wed Aug 9 08:47:30 UTC 2017 - zaitor@opensuse.org
- Update to version 3.91.2:
+ All widgets are drawing CSS backgrounds and borders.
+ All gadgets have been replaced by widgets.
+ GtkSpinButton no longer derives from GtkEntry.
+ GtkScrollbar no longer derives from GtkRange.
+ GtkAccelLabel no longer derives from GtkLabel.
+ All remaining style properties have been removed.
+ A new 'widget bowl' demo has been added in gtk4-demo.
+ GtkEventBox has been removed. It is no longer needed.
+ Add support for entering emoji by name using Ctrl-Shift-e.
+ Wayland:
- Support Wacom tablet wheel scrolling.
- Support the shortcut inhibitor protocol.
+ Bugs fixed: bgo#776903, bgo#776909, bgo#777333, bgo#777515,
bgo#778188, bgo#780938, bgo#781246, bgo#783343, bgo#783906,
bgo#784016, bgo#784624, bgo#785280, bgo#785318, bgo#785375,
bgo#785423, bgo#785672, bgo#785793.
+ Updated translations.
-------------------------------------------------------------------
Wed Jul 19 21:03:31 UTC 2017 - zaitor@opensuse.org
- Update to version 3.91.1:
+ Redo event delivery and focus handling and grabs, and stop
using subwindows for widgets. API changes due to this include:
- A new GtkWidget::pick vfunc.
- Drop event mask apis.
- Drop windows from gestures.
+ The prelight state is now automatically set on widgets.
+ New widget: GtkCenterBox. This widget provides the center child
functionality that used to be part of GtkBox.
+ Wayland:
- Improve the key repeat implementation.
- Set vid/pid on tablet devices.
+ OS X: Add native file chooser support.
+ Bugs fixed: bgo#745289, bgo#759308, bgo#766517, bgo#770513,
bgo#772281, bgo#773299, bgo#775636, bgo#781285, bgo#781583,
bgo#781935, bgo#781945, bgo#782040, bgo#782283, bgo#783047,
bgo#783347, bgo#783397, bgo#783445, bgo#783587, bgo#784323,
bgo#784723, bgo#784888.
+ Updated translations.
- Drop post(un) handling for gtk4-devel and gtk4-schema as we have
file-triggers to take care of this for us now.
-------------------------------------------------------------------
Tue May 23 08:07:31 UTC 2017 - zaitor@opensuse.org
- Update to version 3.91.0:
+ Initial support for OS X has been merged.
+ Initial support for building with meson has been added.
+ New API: gtk_widget_insert_before/after.
+ Removed API:
- GtkBox has lost its expand and fill child properties, use the
general align property for it.
- GtkLabel has lost its angle property, it will be replaced by
general widget transformation support in the future.
- GtkWindow has lost its hide-titlebar-when-maximized property.
- GtkBox has lost its center child support.
- The compat keysym definitions have been removed.
+ Bugs fixed: bgo#769881, bgo#771269, bgo#778301, bgo#778853,
bgo#779078, bgo#779184, bgo#780041, bgo#780301, bgo#780734,
bgo#780878, bgo#780944, bgo#781162, bgo#781195, bgo#781214,
bgo#781422, bgo#781622, bgo#781737, bgo#781767, bgo#781992,
bgo#782109, bgo#782202.
+ Updated translations.
-------------------------------------------------------------------
Sat Apr 1 19:04:30 UTC 2017 - zaitor@opensuse.org