View Git repositories

Terminator has 16 active reviews. See all merge proposals.

Terminator has 59 active branches owned by 51 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:~hellodeargrandma/terminator/python3 bug 1 Development 2019-10-21 21:36:16 UTC
1852. Fixed bug with drag and drop terminal...

Author: <email address hidden>
Revision Date: 2019-10-21 21:36:16 UTC

Fixed bug with drag and drop terminals.

* Issue was with giving string where python3 expects byte array.
This issue well discussed here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698459.

lp:~tobias-klevenz/terminator/fix-transparent-seprators bug(Has a merge proposal) 1 Development 2019-07-25 15:32:56 UTC
1788. fix transparent pane separator for ne...

Author: Tobias Klevenz
Revision Date: 2018-02-11 12:50:35 UTC

fix transparent pane separator for newer Gtk3 themes like Materia and Pop

lp:~cfebs/terminator/terminator-add-ctrl-zoom-pref (Has a merge proposal) 1 Development 2019-03-22 22:47:20 UTC
1814. Add ctrl zoom scroll preference

Author: Collin Lefeber
Revision Date: 2019-03-22 22:47:20 UTC

Add ctrl zoom scroll preference

lp:~ipv64ever/terminator/custom_commands_plugin_complex_cmd (Has a merge proposal) 1 Development 2018-11-14 13:05:57 UTC
1811. Custom Commands Plugin: Added complex...

Author: Igor Korotin
Revision Date: 2018-11-14 13:05:31 UTC

Custom Commands Plugin: Added complex option.

This option enables parsing of special characters in command:
  \n - send new line
  \p - add 1 sec delay

This new option doesn't conflict with old Custom Command config.
By default all existing commands get this option disabled

Added unit tests of command parsing command.

lp:~florin9doi/terminator/terminator (Has a merge proposal) 2 Mature 2018-10-26 08:12:07 UTC
1808. Add checkbox to enable/disable suppre...

Author: Florin9doi
Revision Date: 2018-10-26 08:10:00 UTC

Add checkbox to enable/disable suppress_multiple_term_dialog

lp:~sprataa/terminator/layoutsonsteroids (Has a merge proposal) 2 Mature 2018-10-23 02:49:37 UTC
1808. This commit is a PoC on how to improv...

Author: Sérgio Prata Almeida
Revision Date: 2018-10-23 02:24:29 UTC

This commit is a PoC on how to improve Layout Saving mechanism further and allow automation;

Changelog:

Added virtualenvwrapper Virtual Environment setting to Terminal Layout;
Added Save Layout shortcut to Popup/Context Menu;
Saving a Layout now detects shell child processes and saves it in "Custom Command" field;
Changed "Custom Command" mechanism in order to be ran in child shell via input instead of using -c "command";
Improved PWD/CWD detection;
Added save_layout and push_environment to IPC/DBus Methods;

-----------------------------------------------

Example DBUS shell functions and usage:

function push_environment {
    if [ TERMINATOR_UUID ]
    then
        env=`env | egrep "TERMINATOR_UUID|VIRTUAL_ENV|PWD"`
        dbus-send --session --type=method_call --dest=$TERMINATOR_DBUS_NAME /net/tenshu/Terminator2 $TERMINATOR_DBUS_NAME.push_environment string:"$env" &>/dev/null
    fi
}

function save_layout {
    if [ TERMINATOR_UUID ]
    then
        push_environment
        dbus-send --session --type=method_call --dest=$TERMINATOR_DBUS_NAME /net/tenshu/Terminator2 $TERMINATOR_DBUS_NAME.save_layout &>/dev/null
    fi
}

push_environment needs to be called from each terminal's child shell in order to inform terminator of the current environment.
The only place where you can access the current shell's environment. TERMINATOR_UUID needs to be sent in order to determine where it came from.

I currently have push_environment ran every time my shell's prompt is redrawn but this is optional.
You can run push_environment on each terminal you wish to update Virtual Environment and Working Directory.
Be advised that you still need to call save_layout function, "Save Layout" via the context menu or press "Save" in Layout Preferences window.

lp:~waldner/terminator/fast-resize bug(Has a merge proposal) 1 Development 2018-08-11 15:03:59 UTC
1796. Safer default keyboard shortcuts for ...

Author: Waldner
Revision Date: 2018-08-11 15:03:59 UTC

Safer default keyboard shortcuts for fast resize function, as per discussion
at https://code.launchpad.net/~waldner/terminator/fast-resize/+merge/341534

lp:~jordy-provost/terminator/custom_commands_submenus (Has a merge proposal) 2 Mature 2018-07-26 14:57:34 UTC
1804. Add graphical way to create submenus ...

Author: Jordy PROVOST
Revision Date: 2018-07-26 14:57:34 UTC

Add graphical way to create submenus and fixes for identation coherence (4spaces)

lp:~pochu/terminator/python3 bug 1 Development 2018-04-24 07:28:49 UTC
1785. Python 3: use hashlib rather than has...

Author: Emilio Pozuelo Monfort
Revision Date: 2018-04-24 07:28:49 UTC

Python 3: use hashlib rather than hash

hash uses a different seed on each run on Python 3, but we need a
predictable hash.

lp:~waldner/terminator/plugin-ng (Has a merge proposal) 1 Development 2018-03-16 17:18:48 UTC
1795. New plugin framework "plugin_ng".

Author: Waldner
Revision Date: 2018-03-16 17:17:12 UTC

New plugin framework "plugin_ng".

lp:~mart-e/terminator/terminator-copy-email-mailto (Has a merge proposal) 1 Development 2018-02-19 11:54:12 UTC
1790. missing index

Author: Martin T.
Revision Date: 2018-02-19 11:54:12 UTC

missing index

lp:~albfan/terminator/trunk (Has a merge proposal) 1 Development 2017-12-24 12:03:00 UTC
1785. Sort and filter shortcuts

Author: Alberto Fanjul Alonso
Revision Date: 2017-12-24 12:03:00 UTC

Sort and filter shortcuts

lp:~gnome-terminator/terminator/manual-gtk3 1 Development 2017-09-30 12:54:58 UTC
10. Correct default scroll on output to o...

Author: Stephen Boddy
Revision Date: 2017-09-30 12:54:58 UTC

Correct default scroll on output to off, and add k8s plugin details

lp:~slpnix/terminator/terminator (Has a merge proposal) 1 Development 2017-09-12 08:16:47 UTC
1776. Add Monokai based color theme.

Author: Sergio Lopez
Revision Date: 2017-09-12 08:16:00 UTC

Add Monokai based color theme.

lp:~sj26/terminator/gtk3-dark-setting (Has a merge proposal) 1 Development 2017-03-13 04:48:58 UTC
1757. Dark theme setting Add a dark theme ...

Author: Samuel Cochran
Revision Date: 2017-03-13 04:45:50 UTC

Dark theme setting

Add a dark theme setting equivalent to GNOME Terminal.

lp:~andfagiani/terminator/tmux 1 Development 2017-03-11 08:45:25 UTC
1694. Merge from upstream

Author: Andrea Fagiani
Revision Date: 2017-03-11 08:45:25 UTC

Merge from upstream

lp:~gnome-terminator/terminator/manual-gtk2 2 Mature 2016-10-27 04:54:59 UTC
6. Add the missing source file for the b...

Author: Stephen Boddy
Revision Date: 2016-10-27 04:54:59 UTC

Add the missing source file for the bug flow diagram

lp:~ales-kancilija/terminator/terminator 1 Development 2016-08-17 19:14:31 UTC
1754. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of gnome-terminator
Revision Date: 2016-08-16 05:18:34 UTC

Launchpad automatic translations update.

lp:~wesmoncrief/terminator/text-typer-plugin bug 1 Development 2016-08-02 04:01:25 UTC
1754. proof-of-concept for terminal typing ...

Author: Wesley
Revision Date: 2016-08-02 02:23:17 UTC

proof-of-concept for terminal typing plugin. Also adds new plugin base class which allows for plugins that start at beginning of terminal session

lp:~einstein-b/terminator/gtk3 1 Development 2016-05-30 22:29:18 UTC
1741. Merge GTK3 branch

Author: EiNSTeiN_
Revision Date: 2016-05-30 22:27:25 UTC

Merge GTK3 branch

lp:~mpontillo/terminator/gtk3-install-dependencies (Has a merge proposal) 1 Development 2016-05-26 21:27:02 UTC
1639. Remove tabs.

Author: Mike Pontillo
Revision Date: 2016-05-26 21:27:02 UTC

Remove tabs.

lp:~mjeanson/terminator/gtk3 1 Development 2016-04-30 19:47:31 UTC
1640. terminator-1520377-stale-tab-title.patch

Author: Michael Jeanson
Revision Date: 2016-04-30 19:47:31 UTC

terminator-1520377-stale-tab-title.patch

lp:~dirkjan-mollema/terminator/terminator (Has a merge proposal) 1 Development 2016-04-29 08:57:01 UTC
1735. Added plugin autostart capability tha...

Author: Dirk-jan
Revision Date: 2016-04-29 08:51:28 UTC

Added plugin autostart capability that enables plugins to run when terminator starts

lp:~dank-n/terminator/tmux bug 1 Development 2016-03-21 21:00:19 UTC
1662. bug fixes

Author: Dan Kilman
Revision Date: 2016-03-21 21:00:19 UTC

bug fixes

lp:~274914765-t/terminator/terminator (Has a merge proposal) 1 Development 2016-01-21 11:40:32 UTC
1712. provide chinese support for the confi...

Author: 274914765@qq.com
Revision Date: 2016-01-21 11:40:32 UTC

provide chinese support for the config option of show_on_center

lp:~snaggen/terminator/copy_on_select (Has a merge proposal) 1 Development 2015-12-07 08:48:08 UTC
1638. Only copy selection to clipboard if t...

Author: Mattias Eriksson
Revision Date: 2015-12-07 08:42:29 UTC

Only copy selection to clipboard if there is something selected

lp:~mattrose/terminator/terminator-gtk-trunk-merge 1 Development 2015-11-29 01:22:37 UTC
1688. Fix for scrollbar bug

Author: MattRose
Revision Date: 2015-11-29 01:22:37 UTC

Fix for scrollbar bug

lp:~thayne-l-h/terminator/layout_menu (Has a merge proposal) 1 Development 2015-11-21 20:32:03 UTC
1675. Add a right-click menu for launching ...

Author: plastikos
Revision Date: 2015-11-21 20:32:28 UTC

Add a right-click menu for launching layouts.

lp:~silviot/terminator/terminator 1 Development 2015-11-15 20:01:32 UTC
1686. More robust uuid to date conversion

Author: silviot
Revision Date: 2015-11-15 20:01:32 UTC

More robust uuid to date conversion

lp:~wonderbeyond/terminator/master 1 Development 2015-10-29 03:06:38 UTC
1675. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of gnome-terminator
Revision Date: 2015-10-26 05:04:54 UTC

Launchpad automatic translations update.

lp:~stephen-j-boddy/terminator/bugfix-1318542-double-chars bug 1 Development 2015-09-15 21:29:04 UTC
1620. Fix for another aspect of IBus plus a...

Author: Stephen Boddy
Revision Date: 2015-09-15 21:29:04 UTC

Fix for another aspect of IBus plus added the event dump function to figure out event internals.

lp:~lee-crabtree/terminator/terminator bug(Has a merge proposal) 1 Development 2015-07-31 13:38:16 UTC
1499. switched to use default GTK icon theme

Author: Lee Crabtree
Revision Date: 2014-04-07 08:20:57 UTC

switched to use default GTK icon theme

lp:~pearce/terminator/gtk3-new-tab-dir (Has a merge proposal) 1 Development 2015-03-29 17:47:50 UTC
1530. set a default directory for new tabs

Author: <email address hidden>
Revision Date: 2015-03-29 17:46:10 UTC

set a default directory for new tabs

lp:~bharath1097/terminator/terminator 1 Development 2014-08-29 15:36:47 UTC
1519. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of gnome-terminator
Revision Date: 2014-08-24 05:52:35 UTC

Launchpad automatic translations update.

lp:~dechandler10/terminator/fix_custom_commands_dialog (Has a merge proposal) 1 Development 2014-08-12 11:49:29 UTC
1517. The treview in the custom commands di...

Author: David Chandler
Revision Date: 2014-08-12 11:47:07 UTC

The treview in the custom commands dialog doesn't scroll, so with long commands, the window
just gets bigge. This fixes that.

lp:~lotsmanov89/terminator/terminator 1 Development 2014-03-13 10:48:50 UTC
1493. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of gnome-terminator
Revision Date: 2014-02-25 05:26:07 UTC

Launchpad automatic translations update.

lp:~mikefender/terminator/terminator (Has a merge proposal) 1 Development 2013-12-26 21:20:09 UTC
1485. Fixed background_darkness bug Casted...

Author: MikeFender
Revision Date: 2013-12-26 21:17:06 UTC

Fixed background_darkness bug

Casted opacity from string to float to avoid program crash.

Exception related to the bug: File "/usr/lib/python2.7/site-packages/terminatorlib/terminal.py", line 667, in reconfigure
opacity = int(self.config['background_darkness'] * 65536)
ValueError: invalid literal for int() with base 10: '1.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.01.'

lp:~eli-5/terminator/gnomeconfig 1 Development 2013-12-21 05:19:09 UTC
1485. Remove GConf caches from config.py

Author: Eli Zor
Revision Date: 2013-12-21 05:19:09 UTC

Remove GConf caches from config.py

lp:~eli-5/terminator/ez-titlebar-font (Has a merge proposal) 1 Development 2013-12-21 03:54:15 UTC
1484. add font_titlebar to config defaults

Author: Eli Zor
Revision Date: 2013-12-21 03:54:15 UTC

add font_titlebar to config defaults

lp:~sleonard76/terminator/terminator (Linked to a blueprint) 1 Development 2013-10-23 13:46:28 UTC
1473. add focused option for type=Terminal ...

Author: Steve Leonard
Revision Date: 2013-10-23 13:46:05 UTC

add focused option for type=Terminal for focusing to it on window creation

lp:~iq-0/terminator/terminator bug(Has a merge proposal) 1 Development 2013-10-18 12:45:38 UTC
1472. Fix first terminal split on a tab

Author: <email address hidden>
Revision Date: 2013-10-18 12:38:57 UTC

Fix first terminal split on a tab

lp:~ramanathan-nit/terminator/bugfix bug 1 Development 2013-07-16 06:42:51 UTC
1426. Added a default button. Clicking this...

Author: ramz
Revision Date: 2013-07-16 06:42:01 UTC

Added a default button. Clicking this will make any layout as default and terminator will load from that layout automatically, next time

lp:~tom-dignan/terminator/terminator 1 Development 2012-12-21 03:28:14 UTC
1353. Fix for issue where terminator freeze...

Author: Tom Dignan
Revision Date: 2012-12-21 03:28:14 UTC

Fix for issue where terminator freezes if you right click a tab's editable
label while it is in edit mode.

lp:~agroszer/terminator/terminator 1 Development 2012-11-26 18:11:26 UTC
1350. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of gnome-terminator
Revision Date: 2012-11-16 04:31:45 UTC

Launchpad automatic translations update.

lp:~leandro-s-thimoteo/terminator/remotinator-get-set-profile 1 Development 2012-10-11 21:44:05 UTC
1327. getting/setting profile via remotinator

Author: Leandro da Silva Thimóteo
Revision Date: 2012-10-11 21:42:17 UTC

getting/setting profile via remotinator

lp:~olivier-roulet/terminator/dbusextended 1 Development 2011-06-16 06:57:08 UTC
1210. allow creation of newtab from dbus

Author: Olivier
Revision Date: 2011-06-15 11:46:07 UTC

allow creation of newtab from dbus

lp:~jshholland/terminator/edit-layouts 1 Development 2010-08-02 21:37:46 UTC
1087. Set up GUI for addition of layout edi...

Author: Josh Holland
Revision Date: 2010-08-02 21:37:25 UTC

Set up GUI for addition of layout editing and made start on addition

lp:~andrea.corbellini/terminator/session 1 Development 2010-07-21 14:34:14 UTC
1080. Take the X11 display into account.

Author: Andrea Corbellini
Revision Date: 2010-07-21 14:34:14 UTC

Take the X11 display into account.

lp:~jordilin/terminator/terminator-bookmarks 2 Mature 2010-06-19 18:33:10 UTC
1043. removed menu separation; only when th...

Author: jordilin
Revision Date: 2010-06-19 15:55:57 UTC

removed menu separation; only when there are bookmarks available

lp:~statik/terminator/add-test-goo (Has a merge proposal) 1 Development 2009-12-11 21:11:40 UTC
800. Forgot to add the toilet files.

Author: Elliot Murphy
Revision Date: 2009-12-11 21:09:24 UTC

Forgot to add the toilet files.

lp:~jshholland/terminator/my-epic-refactor 1 Development 2009-10-12 22:09:01 UTC
860. Fix sytax error on terminatorlib/term...

Author: Josh Holland
Revision Date: 2009-10-12 22:09:01 UTC

Fix sytax error on terminatorlib/terminatorterm.py:1250 (sytax error free now)

lp:~chantra/terminator/python2.12-compat bug(Has a merge proposal) 2 Mature 2009-08-14 14:42:15 UTC
778. Python 2.12 compatibility: * drag&dr...

Author: Emmanuel Bretelle
Revision Date: 2009-08-14 14:38:18 UTC

Python 2.12 compatibility:
 * drag&drop cannot use gtk.widget.get_snapshot()
 * tab group cannot use gtk.widget.get_window()
see http://library.gnome.org/devel/pygtk/stable/class-gtkwidget.html#method-gtkwidget--get-snapshot onward

lp:~nicolasr/terminator/clonable (Has a merge proposal) 2 Mature 2008-12-31 11:19:04 UTC
628. Added menu items to clone horizontall...

Author: Nicolas Roman
Revision Date: 2008-12-31 11:10:25 UTC

Added menu items to clone horizontally and vertically

lp:~thekorn/terminator/multi.toggle.group bug 1 Development 2008-12-15 08:58:52 UTC
616. * terminatorlib/grouptoggle.py: - a...

Author: Markus Korn
Revision Date: 2008-12-15 08:58:52 UTC

* terminatorlib/grouptoggle.py:
  - added 'created-group' signal to GroupToggle
* terminatorlib/terminatorterm.py:
  - GroupToggle is now shown in titlebar, and basically works, but has still
    some bugs. But this should be ok for demonstrating the behaviour of this
    widget

lp:~richiek/terminator/altctrlwin-num_tab_change bug(Has a merge proposal) 2 Mature 2008-10-04 11:19:24 UTC
558. Updated the man pages for the new key...

Author: Richard Khoury
Revision Date: 2008-09-22 21:30:26 UTC

Updated the man pages for the new keypress configuration options

lp:~chantra/terminator/terminator-objects bug 0 Experimental 2008-06-09 11:35:12 UTC
5. still glitches in dnd

Author: Emmanuel Bretelle
Revision Date: 2008-06-08 23:47:50 UTC

still glitches in dnd

lp:~chantra/terminator/terminator-doc 0 Experimental 2008-05-28 00:10:30 UTC
296. adding the files

Author: Emmanuel Bretelle
Revision Date: 2008-05-26 10:46:30 UTC

adding the files

lp:~blackskad/terminator/no-gconf 0 Experimental 2008-05-22 09:01:32 UTC
164. Added --no-conf switch

Author: Thomas Meire
Revision Date: 2008-01-21 15:04:05 UTC

Added --no-conf switch

lp:~blackskad/terminator/working 0 Experimental 2008-05-22 08:59:38 UTC
141. Some changes to the split_axis functi...

Author: Thomas Meire
Revision Date: 2008-01-07 22:16:14 UTC

Some changes to the split_axis function (stripped out the calculations to see what it does without them. Seems to
work just fine)
Added a few classes which already handle a certain base of profile-management.

159 of 59 results
You can't create new branches for Terminator.