Opened 9 years ago
Closed 9 years ago
#7409 closed enhancement (fixed)
vte-0.42.3
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://ftp.gnome.org/pub/gnome/sources/vte/0.42/vte-0.42.3.tar.xz
http://ftp.gnome.org/pub/gnome/sources/vte/0.42/vte-0.42.3.sha256sum
96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0
http://ftp.gnome.org/pub/gnome/sources/vte/0.42/vte-0.42.3.changes
and
http://ftp.gnome.org/pub/gnome/sources/vte/0.42/vte-0.42.2.changes
commit 6c58c04c2212d5d34eaf92f1d8adef15af2b59e9 Author: Christian Persch <chpe@gnome.org> Date: Thu Jan 14 13:34:59 2016 +0100 widget: Fix missing braces Tracking the selection also only makes sense on the active screen, so add the braces as the indentation already suggests. Thanks, -Wmisleading-indentation ! src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c685b18ac8ff4daa039975c7185bf2c660d18604 Author: Egmont Koblinger <egmont@gmail.com> Date: Mon Nov 2 21:16:14 2015 +0100 widget: Fix the adjustment's upper boundary This is necessary for the contents to look properly when placed inside a GtkScrolledWindow. https://bugzilla.gnome.org/show_bug.cgi?id=757448 (cherry picked from commit 624f9f90d70ff9cb86b3424d75d7ca4a2e7774c6) src/vte.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit c597570d78d9e90a4a35f9ffec51ecf6aef20ef8 Author: Christian Persch <chpe@gnome.org> Date: Fri Nov 13 11:11:31 2015 +0100 app: Disable menubar accel Prevent the gtk+ CSD decorations from handling F10, which belongs to the terminal, like ALL keys. (cherry picked from commit 78c05007983fa2f8fe09bc04be944c33643ee38c) src/app.vala | 6 ++++++ 1 file changed, 6 insertions(+) commit bbf31706706bb876fac3b8f0ea2e25082d68a8ee Author: Christian Persch <chpe@gnome.org> Date: Mon Nov 9 20:31:41 2015 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f8cf3c0d7faf28cc8e7f79e6bd52f41a243a8c5 Author: Cédric Valmary <cvalmary@yahoo.fr> Date: Sat Oct 31 06:24:39 2015 +0000 Updated Occitan translation po/oc.po | 63 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 29 insertions(+), 34 deletions(-) commit a7e873c929df03f3e1c4a02e99988168afa58c2e Author: Christian Persch <chpe@gnome.org> Date: Mon Oct 12 16:45:31 2015 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16865.