diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-27 22:31:02 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-29 10:22:56 -0800 |
commit | 05d0379a91731ed25b8900a3fb6f4e6772194229 (patch) | |
tree | 6bac42116d449e7f49181ef8cae3b8cf94707241 /meta-xfce/recipes-apps/xfce4-terminal | |
parent | d719775b4c840b21ebb2a0ef2e08f3f2ae636841 (diff) | |
download | meta-openembedded-05d0379a91731ed25b8900a3fb6f4e6772194229.tar.gz |
xfce4-terminal: upgrade 0.8.8 -> 0.8.9
Looks like a bugfix/translation release:
Release notes for 0.8.9
=======================
0.8.9
=====
- Respect the "Working Directory" setting when opening initial window (the
current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
will know the (translated) name and icon for the application. This is visible
e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
window size when showing or hiding widgets such as tabbar, toolbar, menubar
on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
map on exit prevents users from disabling the Alt+N shortcuts by setting them
to "" in accels.scm. The shortcuts that had been disabled got overridden on
the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug #15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
otherwise, it won't be able to unmaximize the window once it's shown again.
(bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
tab, allowing to undo close tab, and checking for a running process. (bug #15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak, Slovenian
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-terminal')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb (renamed from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb index ebc046b78..493758c18 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb | |||
@@ -8,7 +8,7 @@ inherit xfce-app | |||
8 | FILES_${PN} += "${datadir}/xfce4 \ | 8 | FILES_${PN} += "${datadir}/xfce4 \ |
9 | ${datadir}/gnome-control-center" | 9 | ${datadir}/gnome-control-center" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "4295d4d783f6d6dfe92f5bb15d96f6c6" | 11 | SRC_URI[md5sum] = "cb40a6cc5b3e35fa4d68f1b702f11027" |
12 | SRC_URI[sha256sum] = "8fba6a60d3a0fee07417ad7c36bf78cc45be1b27f0759e125051aa73f08487fd" | 12 | SRC_URI[sha256sum] = "247683a51a964cfaa6b1e92030afe9f782efebfcb550a464170b53eb94216795" |
13 | 13 | ||
14 | RRECOMMENDS_${PN} += "vte-prompt" | 14 | RRECOMMENDS_${PN} += "vte-prompt" |