gnome-terminal 3.19.90



About Terminal
==============

Use the command line

ChangeLog
=========

commit 9b18c48ccb591d157cf38511219bbf27fde0bad2
Author: Christian Persch <chpe gnome org>
Date:   Tue Feb 16 18:59:09 2016 +0100

    search: Revert to using a window instead of a popover
    
    The popover isn't movable and might cover the match, so until that
    can be fixed, revert to using a window for the search dialogue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755653

 src/search-popover.ui         | 12 +++++++-----
 src/terminal-search-popover.c | 14 ++++++++++----
 src/terminal-window.c         |  2 ++
 3 files changed, 19 insertions(+), 9 deletions(-)

commit 0bca006d61d36f042ccc0631c210751696551f1d
Author: Christian Persch <chpe gnome org>
Date:   Tue Feb 16 18:59:09 2016 +0100

    profile: editor: Add highlight colour prefs
    
    Since we also just added the cursor colour prefs, we can as well
    offer prefs for all the colours VTE has API to change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=122413

 src/org.gnome.Terminal.gschema.xml | 15 ++++++++++++++
 src/profile-editor.c               | 32 +++++++++++++++++++++++++++++
 src/profile-preferences.ui         | 41 ++++++++++++++++++++++++++++++++++++++
 src/terminal-schemas.h             |  3 +++
 src/terminal-screen.c              | 22 ++++++++++++++++++--
 5 files changed, 111 insertions(+), 2 deletions(-)

commit 7dc35e783ea06dd79271ab5a5396786eabaa4f4f
Author: Christian Persch <chpe gnome org>
Date:   Tue Feb 16 18:59:09 2016 +0100

    profile: editor: Make it clearer what the colour pickers select
    
    Rename 'foreground' to 'text'.

 src/profile-preferences.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 156b85533f42d8c7e6cf6258ce3e7fe4ec8f1754
Author: Christian Persch <chpe gnome org>
Date:   Tue Feb 16 18:59:09 2016 +0100

    client: legacy: Reimplement deprecated --title option
    
    This reverts commit 0033eca2909ddccf3358c1f089bce05d3473b123.
    
    Reimplement the deprecated --title client option. It seems it is absolutely
    required by all those super l33t unix admins that are above using a lowly
    command like printf(1) or the even simpler xtermcontrol(1).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740188

 src/terminal-app.c     |  3 ++-
 src/terminal-app.h     |  1 +
 src/terminal-gdbus.c   |  6 ++++--
 src/terminal-options.c | 45 +++++++++++++++++++++++++++++++++++++++++++--
 src/terminal-options.h |  2 ++
 src/terminal-screen.c  | 24 ++++++++++++++++++++++++
 src/terminal-screen.h  |  1 +
 src/terminal-window.c  |  2 +-
 src/terminal.c         |  2 +-
 9 files changed, 79 insertions(+), 7 deletions(-)

commit a15f9fdd08e8a6f8ea95854a5879a5ef9053f5c6
Author: Balázs Meskó <meskobalazs gmail com>
Date:   Mon Feb 15 08:16:35 2016 +0000

    Updated Hungarian translation

 po/hu.po | 629 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 343 insertions(+), 286 deletions(-)

commit c4423f917b0805e96dcd59aed3e9c3b59aca6343
Author: Dušan Kazik <prescott66 gmail com>
Date:   Sun Feb 14 21:05:41 2016 +0000

    Updated Slovak translation

 po/sk.po | 158 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 74 insertions(+), 84 deletions(-)

commit cabf95137a26cbcf1fc6125b8a835b1bf1faa79d
Author: Dušan Kazik <prescott66 gmail com>
Date:   Sun Feb 14 18:33:45 2016 +0000

    Updated Slovak translation

 po/sk.po | 523 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 308 insertions(+), 215 deletions(-)

commit f82e72336e810440bc679eb281f3eb4c9c0e072f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Feb 14 18:33:13 2016 +0100

    Updated Polish translation

 po/pl.po | 538 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 297 insertions(+), 241 deletions(-)

commit d3c46ae4ed28a099bf2752b07dcadbea565313d1
Author: Christian Persch <chpe gnome org>
Date:   Sun Feb 14 17:32:13 2016 +0100

    window: Try again to find and fix a clipboard related crash
    
    I don't see how this crash could happen, but it seems it has:
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1308280

 src/terminal-window.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit d4b897ed832ad0487c193e27769a1f28a0491840
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 14 09:44:06 2016 -0500

    util: Fix compilation error in previous commit

 src/terminal-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ce351d90694d50f91c1b73ae72cc64e2505d598
Author: Christian Persch <chpe gnome org>
Date:   Sun Feb 14 11:01:44 2016 +0100

    profile: Increase maximum of default column prefs
    
    ... and the rows too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761395

 src/org.gnome.Terminal.gschema.xml | 4 ++--
 src/profile-preferences.ui         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 49d1f8fbab79a05d082aa6391325c1890609e797
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 21:22:25 2016 +0100

    profile: editor: Don't compare alpha colour components

 src/profile-editor.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit eaab60ff8e1f7c711cba154ea283a3a1aed02d4c
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 21:19:40 2016 +0100

    util: Unset colour alpha component
    
    Don't allow alpha in via the pref.

 src/terminal-util.c | 1 +
 1 file changed, 1 insertion(+)

commit 3451acf42dbff5bf2c2e704567c76f433f798d21
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 21:19:40 2016 +0100

    profile: editor: Unset colour alpha component
    
    Don't allow alpha in via the pref.

 src/profile-editor.c | 1 +
 1 file changed, 1 insertion(+)

commit 96e64050dff428309c239bb4bd0fc33ebd403cf1
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 21:19:40 2016 +0100

    profile: editor: Add cursor colour prefs
    
    Based on a patch by Tony Houghton <h realh co uk>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=85821

 src/profile-editor.c       |  46 ++++-
 src/profile-preferences.ui | 427 ++++++++++++++++++++++-----------------------
 2 files changed, 245 insertions(+), 228 deletions(-)

commit c8e90edd258bce6fa1431eaa763a3d69ee324d8d
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 21:19:40 2016 +0100

    screen: Don't use extra colours when using theme colors
    
    When using theme colours, do not apply the bold and cursor bolours.

 src/terminal-screen.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit c57b08b625853800b91e84c8b975ca07acf02e8a
Author: Tony Houghton <h realh co uk>
Date:   Sat Feb 13 20:23:10 2016 +0100

    profile: Add cursor colour prefs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=85821

 src/org.gnome.Terminal.gschema.xml | 17 ++++++++++++++++-
 src/terminal-schemas.h             |  3 +++
 src/terminal-screen.c              | 17 +++++++++++++++--
 3 files changed, 34 insertions(+), 3 deletions(-)

commit a5c355b2390e0cf253965c8a5896fc81f6ea44a5
Author: Christian Persch <chpe gnome org>
Date:   Sat Feb 13 20:23:09 2016 +0100

    profile: editor: Try to fix the UI file
    
    It was totally broken with newer gtk+ ‽

 src/profile-preferences.ui | 190 ++++++++++++++++++++++++++-------------------
 1 file changed, 108 insertions(+), 82 deletions(-)

commit 6319a77744bf6133dbd494bd85184f0978007d71
Author: Chao-Hsiung Liao <j_h_liau yahoo com tw>
Date:   Sat Feb 13 07:21:52 2016 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 670 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 371 insertions(+), 299 deletions(-)

commit e020592a22f11adbf90179c0a4e1210dc75b1263
Author: Claude Paroz <claude 2xlibre net>
Date:   Sun Feb 7 21:38:53 2016 +0000

    Updated French translation

 po/fr.po | 594 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 318 insertions(+), 276 deletions(-)

commit e59c44a77b1fdbfebb4d017692971ecced350448
Author: Alexander Shopov <ash kambanaria org>
Date:   Sat Feb 6 22:31:58 2016 +0200

    Updated Bulgarian translation

 po/bg.po | 857 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 462 insertions(+), 395 deletions(-)

commit 4d4b8f783d33fc56f4bae61da50e70bcaa232013
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Feb 6 17:29:32 2016 +0100

    Updated Polish translation

 po/pl.po | 560 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 317 insertions(+), 243 deletions(-)

commit a0d3779d145e66c45a50bd8b610bb66d4f4b13e9
Author: Rūdolfs Mazurs <rudolfsm src gnome org>
Date:   Sat Feb 6 17:05:10 2016 +0200

    Update Latvian translation

 po/lv.po | 587 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 334 insertions(+), 253 deletions(-)

commit c19709c68ce70586bcb6c41d650c2e43140a36d7
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Jan 31 22:28:50 2016 +0100

    Updated Spanish translation

 po/es.po | 185 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 90 deletions(-)

commit c5a883b61e55b2a626dcabd3e1b46367629e8892
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 31 11:36:14 2016 +0100

    profile: editor: Fix gtk version check
    
    Check for gtk 3.19.8, not .6.

 src/profile-editor.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 096e324bd4f3eeb09fbcb7e330246551be23a991
Author: Christian Persch <chpe gnome org>
Date:   Wed Jan 27 17:59:25 2016 +0100

    profile: editor: Use new show-editor property on GtkColorButton
    
    On gtk+ >= 3.19, use the new GtkColorButton:show-editor property
    instead of working around the previous lack of this property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756192

 src/profile-editor.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit c11abda032ec70f7908e2dcbe7ee02d870a8abfe
Author: Christian Persch <chpe gnome org>
Date:   Wed Jan 27 17:59:25 2016 +0100

    appdata: Add some missing information
    
    Apply it to the main appdata file, not the nautilus plugin one.

 org.gnome.Terminal.Nautilus.appdata.xml.in | 5 -----
 org.gnome.Terminal.appdata.xml.in          | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 3a5e4f058e10bfe6eac90072922eeb0cde60a975
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 26 18:18:10 2016 +0100

    appdata: Add some missing information

 org.gnome.Terminal.Nautilus.appdata.xml.in | 5 +++++
 1 file changed, 5 insertions(+)

commit 28d8f12e5024e7278d747f573da671cf97293a69
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 26 18:18:10 2016 +0100

    client: legacy: --geometry option is unsupported on gtk+ >= 3.19.5
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760944

 src/terminal-options.c | 4 ++++
 1 file changed, 4 insertions(+)

commit d53c36c9dd52f80f7a16901488845f481915219b
Author: Dušan Kazik <prescott66 gmail com>
Date:   Tue Jan 26 14:08:52 2016 +0000

    Updated Slovak translation

 po/sk.po | 168 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 93 insertions(+), 75 deletions(-)

commit 3b2ea00dbaae2e0f3be8020f6aa2da579c55a9ec
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jan 25 15:41:37 2016 +0000

    Add a missing tag to the AppData file

 org.gnome.Terminal.Nautilus.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

commit 4295da82d52cfb2287811493b86eac5d94b7c70d
Author: Gábor Kelemen <kelemeng openscope org>
Date:   Mon Jan 25 00:51:55 2016 +0000

    Updated Hungarian translation

 po/hu.po | 863 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 504 insertions(+), 359 deletions(-)

commit cfffbd35328e523bb1cac59138c88bf8b0d83481
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Jan 23 08:06:14 2016 +0100

    Update Catalan translation

 po/ca.po | 876 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 480 insertions(+), 396 deletions(-)

commit eccc1743268323bd3e374b8fe2304b2d54af3478
Author: Christian Persch <chpe gnome org>
Date:   Wed Jan 20 16:50:20 2016 +0100

    build: Conditionalise the nautilus plugin appdata
    
    Only build the appdata for the plugin when it's enabled.

 Makefile.am | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 6b4666c7f43052397a89ea1b960652fe732377bd
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 19 20:18:26 2016 +0100

    appdata: Fix appdata for the Open Terminal nautilus plugin
    
    This extends the nautilus appdata, not gnome-terminal.

 org.gnome.Terminal.Nautilus.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2503c9b09bf8798617dca4da5be51735aca99df1
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 19 20:18:26 2016 +0100

    appdata: Fix appdata for the Open Terminal nautilus plugin
    
    Set type to "addon".

 org.gnome.Terminal.Nautilus.appdata.xml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7403ce8b20c6dc8ad739b19a4a41a1f20e39eda1
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 19 20:18:26 2016 +0100

    appdata: Add appdata for the Open Terminal nautilus plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760851

 Makefile.am                                |  5 ++++-
 org.gnome.Terminal.Nautilus.appdata.xml.in | 35 ++++++++++++++++++++++++++++++
 po/POTFILES.in                             |  1 +
 3 files changed, 40 insertions(+), 1 deletion(-)

commit 6be2024c83691f3c9baadf6f7036262c4d2813df
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 17 21:52:26 2016 +0100

    Post release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



Download
========
https://download.gnome.org/sources/gnome-terminal/3.19/gnome-terminal-3.19.90.tar.xz (1.77M)
  sha256sum: c2be96fc8bdc9a52872d5f4eeb3fa230f3f3cbecf71f253465b20d209a0193fa



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]