From eb28db7bafe1b1b7315092b60e4b0530c9b0dd3f38b1c4180bbcc2b194f06963 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Jun 2022 07:54:55 +0000 Subject: [PATCH] Accepting request 983489 from GNOME:Next - Update to version 5.4.2: + Updated languages: c.lang, perl.lang. + Updated style-schemes: Adwaita-dark, solarized-light, solarized-dark. + Gutter renderers are now provided a prelight quark for lines when the pointer is over the gutter. + Hover assistants now avoid synthesized motion which is used much more often in GTK 4 when dealing with crossing-events. + Hover assistants will now dismiss themselves when the cursor moves. + GtkSourceMap has reduced how often it needs to do allocation by ignoring spurious notify::upper and value-changed signals from GtkTextView's vertical GtkAdjustment. + The testsuite has gained some correctness improvements. + The Vim emulation's register implementation is now shared between buffers as it would be expected in Vim. + Snippets have gained some robustness improvements including the ability to simplify results from the snippet parser, more defensive behavior, and being lazier when possible. + Tabbing through focus-positions in snippets will now immediately jump to the new position if scrolling is required instead of animating as it results in better placement of tooltip assistants. + Assistants including completion, hover, and interactive tooltips now reduce how often they request presentation and position calculation from GDK and ultimately display servers such as Wayland. + Completion windows now take the size of the gutter into account when calculating their position relative to the parent GtkWindow so that the typed-text column remains aligned with typed text in the source view. + Completion has gained robustness improvements to do less work when possible and avoid spinning the frame-clock which could happen in certain scenarios. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/983489 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=7 --- gtksourceview-5.4.1.tar.xz | 3 --- gtksourceview-5.4.2.tar.xz | 3 +++ gtksourceview5.changes | 39 ++++++++++++++++++++++++++++++++++++++ gtksourceview5.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 gtksourceview-5.4.1.tar.xz create mode 100644 gtksourceview-5.4.2.tar.xz diff --git a/gtksourceview-5.4.1.tar.xz b/gtksourceview-5.4.1.tar.xz deleted file mode 100644 index 67c32ab..0000000 --- a/gtksourceview-5.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3584099cfa0adc9a0b1ede08def6320bd099e79e74a2d0aefb4057cd93d68e -size 1258668 diff --git a/gtksourceview-5.4.2.tar.xz b/gtksourceview-5.4.2.tar.xz new file mode 100644 index 0000000..e6b40fc --- /dev/null +++ b/gtksourceview-5.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7 +size 1261496 diff --git a/gtksourceview5.changes b/gtksourceview5.changes index 3b28cd6..0d59569 100644 --- a/gtksourceview5.changes +++ b/gtksourceview5.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Jun 13 11:26:32 UTC 2022 - Dominique Leuenberger + +- Update to version 5.4.2: + + Updated languages: c.lang, perl.lang. + + Updated style-schemes: Adwaita-dark, solarized-light, + solarized-dark. + + Gutter renderers are now provided a prelight quark for lines + when the pointer is over the gutter. + + Hover assistants now avoid synthesized motion which is used + much more often in GTK 4 when dealing with crossing-events. + + Hover assistants will now dismiss themselves when the cursor + moves. + + GtkSourceMap has reduced how often it needs to do allocation by + ignoring spurious notify::upper and value-changed signals from + GtkTextView's vertical GtkAdjustment. + + The testsuite has gained some correctness improvements. + + The Vim emulation's register implementation is now shared + between buffers as it would be expected in Vim. + + Snippets have gained some robustness improvements including the + ability to simplify results from the snippet parser, more + defensive behavior, and being lazier when possible. + + Tabbing through focus-positions in snippets will now + immediately jump to the new position if scrolling is required + instead of animating as it results in better placement of + tooltip assistants. + + Assistants including completion, hover, and interactive + tooltips now reduce how often they request presentation and + position calculation from GDK and ultimately display servers + such as Wayland. + + Completion windows now take the size of the gutter into account + when calculating their position relative to the parent + GtkWindow so that the typed-text column remains aligned with + typed text in the source view. + + Completion has gained robustness improvements to do less work + when possible and avoid spinning the frame-clock which could + happen in certain scenarios. + + Updated translations. + ------------------------------------------------------------------- Fri Apr 22 10:06:46 UTC 2022 - Emily Gonyer diff --git a/gtksourceview5.spec b/gtksourceview5.spec index 7353063..6dd5e83 100644 --- a/gtksourceview5.spec +++ b/gtksourceview5.spec @@ -18,7 +18,7 @@ %define _name gtksourceview Name: gtksourceview5 -Version: 5.4.1 +Version: 5.4.2 Release: 0 Summary: GTK+ Source Editing Widget License: LGPL-2.1-or-later