Currently the only way of changing either active terminal title or active tab
title is by mouse clicking on them.
The suggested fix adds support for keybinding for each action, thus providing
a potential productivity increase from user's perspective.
The suggested default key layouts are:
* edit terminal title '<Alt>F2'.
* edit tab title '<Alt><Shift>F2'
This fixes issue: https://bugs.launchpad.net/terminator/+bug/1417747
2015-10-26 15:46:39 +02:00
Launchpad Translations on behalf of gnome-terminator
* No-change upload for wily
* No-change upload for vivid
* copyright: Change upstream maintainer to Stephen Boddy
* New upstream release of 0.98. Remaining changes:
+ Add missing dependency on psutil to check for IBus running.
+ Workaround debian compression of font files.
+ Add terminator.wrapper to fix blurry/incorrect icons in task switchers.
Fixes: LP #1498027
* No-change upload for vivid
* copyright: Change upstream maintainer to Stephen Boddy
* New upstream release of 0.98. Remaining changes:
+ Add missing dependency on psutil to check for IBus running.
+ Workaround debian compression of font files.
+ Add terminator.wrapper to fix blurry/incorrect icons in task switchers.
2015-09-21 23:20:18 -07:00
Launchpad Translations on behalf of gnome-terminator
+ Update homepage
+ Revise copyright file
+ Use canonical URIs for Vcs-* fields
+ Update regular expression in watch
+ Bump Standards-Version to 3.9.5 (no changes).
+ Migrate from cdbs to dh.
+ Add python-dbus to Depends.
+ Bump Standards Version to 3.9.4.
+ Bump debhelper version to 9.
+ Bump compat level 5 to 9.
+ Bump Standards-Version to 3.9.5 (no changes).
+ Migrate from cdbs to dh.
+ Add python-dbus to Depends.
+ Bump Standards Version to 3.9.4.
+ Bump debhelper version to 9.
+ Bump compat level 5 to 9.
2015-09-19 23:18:23 -07:00
Launchpad Translations on behalf of gnome-terminator
interface, and remotinator (Steve Boddy)
* Can now open a window or tab using remotinator
* Can get the window uuid, or title using remotinator
* Moved new tab key handling into the terminal for consistency
* Standardise response when a new term is created (split, win
or tab) to reply with new terms uuid
* For GTK3 gave the DBus a slightly different name so they it
can run at same time as GTK2
* remotinator now uses argparse for commandline option handling,
vastly improving the option handling
* remotinator help strings are translatable now