Compare commits
No commits in common. "master" and "0.97" have entirely different histories.
|
@ -1,25 +0,0 @@
|
|||
|
||||
## Other contributors
|
||||
|
||||
People that contributed to Terminator in other ways.
|
||||
|
||||
* Huang He
|
||||
* Chris Oattes
|
||||
* Nicolas Roman
|
||||
* Takao Fujiwara
|
||||
* Jordan Callicoat
|
||||
|
||||
# Artwork
|
||||
|
||||
* Cory Kontros - Produced our current icon under the CC-by-SA licence
|
||||
* Cristian Grada - Drew our original icon and licenced it to us under GPL
|
||||
|
||||
# Translations
|
||||
|
||||
* Maxim Derkach
|
||||
* Mats Henrikson
|
||||
* Nizar Kerkeni
|
||||
* "Data"
|
||||
* Cristian Grada
|
||||
* "zhuqin"
|
||||
* and many others.
|
|
@ -1,4 +0,0 @@
|
|||
## Authors and contributors for Terminator
|
||||
|
||||
This list is generated from the GIT log.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
*.pyc
|
||||
terminatorlib/*.pyc
|
||||
.project
|
||||
.pydevproject
|
||||
terminatorlib/meliae
|
||||
_trial_temp
|
||||
terminatorc
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Before opening an issue, please try starting terminator with an empty config
|
||||
file, by issuing `terminator -u -g /dev/null` and see if it starts normally.
|
||||
|
||||
If it does, and you still want to open the bug, then please attach the
|
||||
config file, usually found at `$HOME/.config/terminator/config` to the issue
|
||||
|
||||
Fill out as many of these fields as you can
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS or Linux Distribution: [e.g. FreeBSD or Ubuntu]
|
||||
- Version [e.g. 20.04]
|
||||
- Display Technology: Wayland or X11
|
||||
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
|
@ -1 +0,0 @@
|
|||
blank_issues_enabled: true
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
|
@ -1,53 +0,0 @@
|
|||
name: Python
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python:
|
||||
# - '2.7'
|
||||
# - '3.6'
|
||||
# - '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Update apt repositories
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install native dependencies
|
||||
run: >
|
||||
sudo apt-get install -y --no-install-recommends
|
||||
gobject-introspection gir1.2-glib-2.0 gir1.2-keybinder-3.0 gir1.2-gtk-3.0 gir1.2-vte-2.91 gir1.2-notify-0.7
|
||||
gettext intltool
|
||||
libdbus-glib-1-dev libgirepository1.0-dev libcairo-dev
|
||||
xvfb
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .
|
||||
python setup.py develop
|
||||
|
||||
- name: Compile all scripts
|
||||
run: python -m compileall -f terminatorlib/ tests/ remotinator terminator
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
xvfb-run -a python setup.py test
|
|
@ -1,3 +0,0 @@
|
|||
project=terminator
|
||||
user=gnome-terminator
|
||||
since-tag=1.91
|
|
@ -1,26 +0,0 @@
|
|||
## Editors
|
||||
*~
|
||||
.*.sw[op]
|
||||
.project
|
||||
.idea
|
||||
.pydevproject
|
||||
.vscode
|
||||
|
||||
## VCS
|
||||
/.bzr
|
||||
|
||||
## Python
|
||||
/.eggs
|
||||
*.pyc
|
||||
*.egg-info
|
||||
/build
|
||||
terminatorc
|
||||
remotinatorc
|
||||
terminatorlib/meliae
|
||||
/dist
|
||||
/MANIFEST
|
||||
|
||||
## language / intltool related files
|
||||
.intltool*
|
||||
data/terminator.appdata.xml
|
||||
data/terminator.desktop
|
25
.mailmap
|
@ -1,25 +0,0 @@
|
|||
Andrea Corbellini <corbellini.andrea@gmail.com> <andrea.corbellini@beeseek.org>
|
||||
Bryce Harrington <bryce@bryceharrington.org>
|
||||
Chris Jones <cmsj@tenshu.net> <cmsj@kodachi>
|
||||
Chris Jones <cmsj@tenshu.net> <cmsj@tenshu>
|
||||
Chris Jones <cmsj@tenshu.net> <cmsj@waishou>
|
||||
Chris Jones <cmsj@tenshu.net> <root@kodachi>
|
||||
Chris Jones <cmsj@tenshu.net> cmsj@canonical.com <>
|
||||
Daniel T Chen <crimsun@ubuntu.com> <crimsun@errno>
|
||||
David Caro Estévez <david.caro.estevez@gmail.com> <David>
|
||||
Dmitry Soldatov <grapescan@gmail.com> <boh@veteran>
|
||||
Emmanuel Bretelle <chantra@debuntu.org> <chantra@ketu>
|
||||
Emmanuel Bretelle <chantra@debuntu.org> <chantra@mangal>
|
||||
Emmanuel Bretelle <chantra@debuntu.org> <ebretelle@mangal>
|
||||
Jose I. Monreal <jmonreal@gmail.com> <jmonreal@Nidaime>
|
||||
Mackenzie Morgan <maco.m@ubuntu.com> <maco@betty>
|
||||
Markus Frosch <markus@lazyfrosch.de> <lazyfrosch@debian.org>
|
||||
Nicolas Valcárcel <nvalcarcel@ubuntu.com> <nvalcarcel@canonical.com>
|
||||
Nicolas Valcárcel <nvalcarcel@ubuntu.com> <nvalcarcel@ubuntu-pe.org>
|
||||
Nicolas Valcárcel <nvalcarcel@ubuntu.com> <nvalcarcel@ubuntu.com>
|
||||
Nicolas Valcárcel <nvalcarcel@ubuntu.com> <nxvl@LePew>
|
||||
Nicolas Valcárcel <nvalcarcel@ubuntu.com> <nxvl@stable>
|
||||
Pavel Khlebovich <pas.anddev@gmail.com> <pas@pas-desktop>
|
||||
Peter Bjørn Jørgensen <peterbjorgensen@gmail.com> <peter@arch>
|
||||
Thomas Hurst <tom@hur.st> <freaky@udat.nightsdawn.sf>
|
||||
judgedreads <pearce@millerdedmon.com> judgedreads pearce@millerdedmon.com <>
|
10
.tx/config
|
@ -1,10 +0,0 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[terminator.po-terminator-pot--master]
|
||||
file_filter = po/<lang>.po
|
||||
minimum_perc = 0
|
||||
source_file = po/terminator.pot
|
||||
source_lang = en
|
||||
type = PO
|
||||
|
148
AUTHORS
|
@ -1,148 +0,0 @@
|
|||
## Authors and contributors for Terminator
|
||||
|
||||
This list is generated from the GIT log.
|
||||
|
||||
* Aaron Faanes <dafrito@gmail.com>
|
||||
* Adrian A <a.adrian.tech@googlemail.com>
|
||||
* Alexey Sokolov <sokolov@google.com>
|
||||
* Andre Hilsendeger <Andre.Hilsendeger@gmail.com>
|
||||
* Andrea Corbellini <corbellini.andrea@gmail.com>
|
||||
* Andrew Felske <knopper67@archlinux.us>
|
||||
* Antonio Terceiro <asa@terceiro.xyz>
|
||||
* Antonio Terceiro <terceiro@debian.org>
|
||||
* Ariel Zelivansky <ariel.zelivans@gmail.com>
|
||||
* Braden M. Kelley <redbmk@gmail.com>
|
||||
* Brambleberry4 <ikarus21@gmx.de>
|
||||
* Brian Murray <brian@canonical.com>
|
||||
* Bruno Braga <bruno.braga@gmail.com>
|
||||
* Bryce Harrington <bryce@bryceharrington.org>
|
||||
* Chacal <chacal_exodius@hotmail.com>
|
||||
* Chris James <hashdevine@gmail.com>
|
||||
* Chris Jones <cmsj@tenshu.net>
|
||||
* Cory Kontros <coryisatm@ubuntu.com>
|
||||
* Daniel Napora <napcok@gmail.com>
|
||||
* Daniel T Chen <crimsun@ubuntu.com>
|
||||
* David Caro Estévez <david.caro.estevez@gmail.com>
|
||||
* David Levanon <dvdlevanon@gmail.com>
|
||||
* David Sowder <github.com@david.sowder.com>
|
||||
* Dennis Benzinger | SAP Hybris <dennis.benzinger@sap.com>
|
||||
* Dmitry Soldatov <grapescan@gmail.com>
|
||||
* Douglas Bacon <douglaswbacon@gmail.com>
|
||||
* Edoardo Batini <eodbat@gmail.com>
|
||||
* Elliot Murphy <elliot@elliotmurphy.com>
|
||||
* Emilien Klein <emilien@klein.st>
|
||||
* Emilio Pozuelo Monfort <pochu@debian.org>
|
||||
* Emmanuel Bretelle <chantra@debuntu.org>
|
||||
* Felix Mölder <56774350+Brambleberry4@users.noreply.github.com>
|
||||
* Fernando Basso <fernandobasso.br@gmail.com>
|
||||
* Filip Kilibarda <filipcsc@gmail.com>
|
||||
* Francis Smit (Grizzly) <grizzly@smit.id.au>
|
||||
* Gerben Welter <gerben@welter.nu>
|
||||
* Guilherme Salgado <salgado@canonical.com>
|
||||
* Hajimu UMEMOTO <ume@mahoroba.org>
|
||||
* Hector Sam <hfsam88@gmail.com>
|
||||
* Iain Lane <iain@orangesquash.org.uk>
|
||||
* Ivar Smolin <okul@ivotingcentre.ee>
|
||||
* Jakub Vaněk <vanek.jakub4@seznam.cz>
|
||||
* Jamu Kakar <jkakar@kakar.ca>
|
||||
* Jay W <git.jaydoubleu@gmail.com>
|
||||
* Jean-Sebastien Trottier <strottie@cisco.com>
|
||||
* Joe Peled <joe.peled@vimeo.com>
|
||||
* Jonas L <jooola@users.noreply.github.com>
|
||||
* Jose Augusto <jose.augusto@chiligum.com.br>
|
||||
* Jose I. Monreal <jmonreal@gmail.com>
|
||||
* José Augusto <joseaugusto.881@outlook.com>
|
||||
* Juliano Fischer Naves <julianofischer@gmail.com>
|
||||
* Julien Nicoulaud <julien.nicoulaud@gmail.com>
|
||||
* Julien Thewys <jth@openerp.com>
|
||||
* Kacper Kowalski <kacper.s.kowalski@gmail.com>
|
||||
* Kees Cook <kees@outflux.net>
|
||||
* Kian-Meng Ang <kianmeng@cpan.org>
|
||||
* Leandro Thimóteo <leandro.s.thimoteo@gmail.com>
|
||||
* Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
|
||||
* Mackenzie Morgan <maco.m@ubuntu.com>
|
||||
* Mark Timarev <marktimarev@gmail.com>
|
||||
* Markus Frosch <markus@lazyfrosch.de>
|
||||
* Markus Korn <thekorn@gmx.de>
|
||||
* Matt Rose <mattrose@folkwolf.net>
|
||||
* Matthew Rose <mattrose@folkwolf.net>
|
||||
* Mihai Babiac <mihai.babiac@gmail.com>
|
||||
* MuhammadJivani <masad@peekaboo.guru>
|
||||
* Nathan Handler <nhandler@ubuntu.com>
|
||||
* Nathaniel M. Beaver <nathanielmbeaver@gmail.com>
|
||||
* Nathaniel Morck Beaver <nathanielmbeaver@gmail.com>
|
||||
* Neal Fultz <nfultz@neal-1015pe>
|
||||
* Nicolas Valcárcel <nvalcarcel@ubuntu.com>
|
||||
* Pavel Khlebovich <pas.anddev@gmail.com>
|
||||
* Paweł Kotiuk <45544416+pktiuk@users.noreply.github.com>
|
||||
* Paweł Kotiuk <kotiuk@zohomail.eu>
|
||||
* Peter B. Jørgensen <peterbjorgensen@gmail.com>
|
||||
* Peter Bjørn Jørgensen <peterbjorgensen@gmail.com>
|
||||
* Peter Lind <peter.e.lind@gmail.com>
|
||||
* Phi <phi@kernel-tools.com>
|
||||
* Przemek Wesolek <jest@luna>
|
||||
* R the Troublemaker <5971066+br0kenbuild@users.noreply.github.com>
|
||||
* Rafael Kitover <rkitover@gmail.com>
|
||||
* Roberto Aguilar <roberto.c.aguilar@gmail.com>
|
||||
* Ryan Fonnesbeck <fonz@fonzinc.com>
|
||||
* Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>
|
||||
* Simeon Simeonov <sgs@pichove.org>
|
||||
* Stephen Boddy <stephen.j.boddy@gmail.com>
|
||||
* StephenPeringer <StephenPeringer@users.noreply.github.com>
|
||||
* Thomas Hurst <tom@hur.st>
|
||||
* Thomas Meire <blackskad@gmail.com>
|
||||
* Tobias Farrenkopf <tf@emptyset.de>
|
||||
* Tom Yan <tom.ty89@gmail.com>
|
||||
* Tomek Sabała <sabala.tomek@gmail.com>
|
||||
* Tony Baker <frd91gt@gmail.com>
|
||||
* Vishweshwar Saran Singh Deo <vssdeo@gmail.com>
|
||||
* Vojtech Duchon (Ext) <vojtech.duchon@gmail.com>
|
||||
* Vulcalien <vulcalien+github@gmail.com>
|
||||
* Vulcalien <vulcalien@gmail.com>
|
||||
* Yousof <yousofebneddin@yahoo.com>
|
||||
* Yusuf Güngör <yusuf.gungor@hepsiburada.com>
|
||||
* amaan khan <khanamaan827@gmail.com>
|
||||
* caprinux <123jinkai@gmail.com>
|
||||
* coder <none@non.no>
|
||||
* dkmvs <67212386+dkmvs@users.noreply.github.com>
|
||||
* evandrocoan <evandrocoan@hotmail.com>
|
||||
* flaviosteimacher <39162591+flaviosteimacher@users.noreply.github.com>
|
||||
* judgedreads <pearce@millerdedmon.com>
|
||||
* kocho1984 <eblebleo2@gmail.com>
|
||||
* milotype <43657314+milotype@users.noreply.github.com>
|
||||
* nicbn <contact@nicbn.com>
|
||||
* nojhan <nojhan@nojhan.net>
|
||||
* ozzdemir <oguz.ozdemir@ieee.metu.edu.tr>
|
||||
* planet36 <planet36@users.noreply.github.com>
|
||||
* robertoetcheverryr <yggdrasil.raiker@gmail.com>
|
||||
* sabriunal <libreajans@gmail.com>
|
||||
* shiraeeshi <shiraeeshi@mail.ru>
|
||||
* thebigs <TheBigS@users.noreply.github.com>
|
||||
* transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
|
||||
* waldner <waldner@katamail.com>
|
||||
* xuezhixin <xuezhixin@uniontech.com>
|
||||
|
||||
## Other contributors
|
||||
|
||||
People that contributed to Terminator in other ways.
|
||||
|
||||
* Huang He
|
||||
* Chris Oattes
|
||||
* Nicolas Roman
|
||||
* Takao Fujiwara
|
||||
* Jordan Callicoat
|
||||
|
||||
# Artwork
|
||||
|
||||
* Cory Kontros - Produced our current icon under the CC-by-SA licence
|
||||
* Cristian Grada - Drew our original icon and licenced it to us under GPL
|
||||
|
||||
# Translations
|
||||
|
||||
* Maxim Derkach
|
||||
* Mats Henrikson
|
||||
* Nizar Kerkeni
|
||||
* "Data"
|
||||
* Cristian Grada
|
||||
* "zhuqin"
|
||||
* and many others.
|
|
@ -1,680 +0,0 @@
|
|||
terminator 1.91:
|
||||
Features
|
||||
* None
|
||||
|
||||
Enhancements
|
||||
* Update and fixes for the generic terminator.spec file used by
|
||||
downstreams for RPM generation
|
||||
* Allow the use of larger separator sizes (Egmont Koblinger,
|
||||
LP#1522575)
|
||||
* Add the gruvbox light/dark palettes as themes.
|
||||
* Updated the preferences window to a modern version of glade.
|
||||
Better spacing, layout etc.
|
||||
* Fix the background transparency, also allowing per theme
|
||||
CSS fixes and styling tweaks. (LP#1599453)
|
||||
* Enable the use of the hyper key as a modifier in shortcuts.
|
||||
(Steven Keuchel, LP#1362229)
|
||||
* Displays confirmation dialog when a single term is
|
||||
zoomed/maximised (minoru/shiraeeshi, LP#1531933)
|
||||
* Add keywords entry to the desktop file (Julián Moreno Patiño,
|
||||
LP#1241052)
|
||||
* Add subtrees to custom commands menu - just add '/' to split
|
||||
(LP#1631759)
|
||||
* Normalise display name when creating DBus name (Andrea
|
||||
Corbellini, LP#1267195)
|
||||
* Remove auto-capitalisation of profiles in menu and add sorting
|
||||
(LP#1521301)
|
||||
|
||||
Bug Fixes
|
||||
* Fix missing dependencies in debian/control (LP#1644155,
|
||||
LP#1644560)
|
||||
* Fix terminator not working with default python3 by forcing
|
||||
python2 (LP#1621156)
|
||||
* Update some places where the old homepage was still mentioned.
|
||||
(LP#1644659)
|
||||
* Fix the regression of the initial scrollbar state not being
|
||||
set (LP#1645704)
|
||||
* Fix using ~ (home dir) over DBus (LP#1646034)
|
||||
* Fix the middle mouse button not getting passed to tmux.
|
||||
(LP#1647507)
|
||||
* Fix oversized splitter bar hover area for Adwaita and any other
|
||||
theme that does this. (LP#1647292)
|
||||
* Fix some strange behaviour when clicking on the trough of a
|
||||
scale (i.e. stepping) The previous value gets read, not the
|
||||
current.
|
||||
* Fix the GtkDialog mapped without a transient parent message
|
||||
(Egmont Koblinger, LP#1518066)
|
||||
* Fix a couple of other transient parent errors.
|
||||
* At least /try/ to include all the theme specific css files in
|
||||
setup.py.
|
||||
* Fix cwd for new windows on FreeBSD (Eric Badger, LP#1650306)
|
||||
* Fix terminal shot plugin to work with GTK3 (Vineeth Raj)
|
||||
* Fix the logger plugin (Eric Badger, LP#1652143)
|
||||
* Fix system fonts to pull values from dconf, not gconf
|
||||
(LP#1655446)
|
||||
* Fix translation strings that could cause problems for some
|
||||
languages (LQ#408095)
|
||||
* Fix separators in popup menus on newer Gtk/Adwaita (Erika,
|
||||
LP#1656524)
|
||||
* Fix searchbar not looking prior to the configured lines when
|
||||
using infinite scrollback (Eric Johnson, LP#1471369)
|
||||
* Fix '0xffff' in keybindings prefs when a binding is previously
|
||||
set to Disabled
|
||||
* Update embedded css selectors to also be GTK 3.20+ compatible
|
||||
using nodes (Iain Lane)
|
||||
* Fix focus/z-order issue introduced by gtk3 port (Saber
|
||||
Rastikerdar, LP#805870)
|
||||
* Fix for old windows popping to the front when new windows are
|
||||
opened
|
||||
* Fix scrollwheel actions on the tabs not working anymore
|
||||
(LP#1647287)
|
||||
* Fix incorrect sizing of sub windows when there's no titlebar
|
||||
(Emilio Pozuelo Monfort, LP#1646257)
|
||||
* Reapplication of select on copy fix that didn't get applied
|
||||
to gtk3 (LP#1652931)
|
||||
* Fix for getting two different resizes of the terminal which
|
||||
vim wasn't handling well (LP#1646293)
|
||||
* Fix the cwd of a second instance launched by exo-open/Thunar
|
||||
(LP#1646034)
|
||||
* Fix an exception with an unexpected keyword getting passed
|
||||
to set_cursor
|
||||
* Fix the version introspection capture by exception
|
||||
(Emilio Pozuelo Monfort, LP#1574399)
|
||||
* Fix to stop panes nudging on performing a normal split due to
|
||||
the ratio float not accounting for the handle size
|
||||
* Fix vte object not being released properly, and holding open
|
||||
hidden /tmp files (LP#785501, LP#1645500)
|
||||
* Fix versions of Gtk where some CSS pseudo elements are not
|
||||
parsed and application will not load. Note that entire file is
|
||||
then ignored (LP#1663669)
|
||||
* Fix/bodge for strange race condition where every so often
|
||||
get_length returns 1 (LP#1655027)
|
||||
* Fix remotinator get_tab_title for tabs with more than a single
|
||||
terminal (Nix, LP#1579445)
|
||||
* Fix custom_command and always_split_with_profile to work
|
||||
together (Nix, LP#1600609)
|
||||
* Fix regex's needing MULTILINE flag to prevent libvte 0.44
|
||||
throwing warnings (LP#1560989)
|
||||
* Fix an invalid call to get_child() rather than the correct
|
||||
get_children()[0] for a window
|
||||
* Fix patterns for url matching to handle IPv6 as host
|
||||
(LP#1519265)
|
||||
* Fix exception when adding new profile in prefs (LP#1521301)
|
||||
* Fix new windows opening in the background (note that some will
|
||||
think this is bad) (LP#1646437)
|
||||
|
||||
terminator 1.90:
|
||||
Features
|
||||
* Layout launcher with option or shortcut (Steve Boddy)
|
||||
* An all-new manual! Default to F1 key (Steve Boddy)
|
||||
* Now uses GTK3 + up-to-date VTE thanks to initial port by Egmont
|
||||
Koblinger, and fixup by various people
|
||||
* Thanks to a few patches we should also work under Wayland, with
|
||||
a few limitations
|
||||
|
||||
Enhancements
|
||||
* Layout launcher reloads config when opened to be sure it has the
|
||||
latest layouts (Steve Boddy)
|
||||
* Reload the config before we write to it or we could overwrite
|
||||
something from another instance (Steve Boddy)
|
||||
* When saving, a layout now remembers:
|
||||
* maximised and fullscreen status (Steve Boddy)
|
||||
* window titles (Steve Boddy, LP#1192960)
|
||||
* which tab was active (Steve Boddy)
|
||||
* which terminal was active (Steve Boddy, LP#858268)
|
||||
* working directory for each terminal (MoMaT, LP#1157422) plus
|
||||
additional GUI code (Steve Boddy)
|
||||
* Add vertical scrollbars to the Profiles and Layouts tabs in
|
||||
Preferences (LP#1396843)
|
||||
* Pull in updated translations from trunk
|
||||
* Remove pointless horizontal scrollbar from Layout Launcher
|
||||
* Merge Activity Watcher plugin improvements from Joseph Crosland
|
||||
(with additional GTK3 fixes)
|
||||
* Add Ctrl+MouseWheel Zoom in/out and Shift+MouseWheel page scroll
|
||||
up/down
|
||||
* Show application if --new-tab passed, although needs currently
|
||||
broken dbus (LP#1367680)
|
||||
* Merge search bar wrap toggle (Christophe Bourez)
|
||||
* Add Ctrl+Shift+mousewheel and Ctrl+Super+mousewheel actions to
|
||||
zoom receivers or all terminals
|
||||
* Default broadcast behaviour toggle by (Jiri/jtyr, #1288835)
|
||||
* setup.py: Allow running tests via `python setup.py test`
|
||||
* Major cleanup and reorganisation of the preferences window.
|
||||
* Global setting for changing the titlebar font (partially from
|
||||
Eli Zor branch), but expanded and improved (docs/GUI), plus some
|
||||
minor fixup from this.
|
||||
* Add shortcuts for next/prev profile (Peter E Lind, LP#1314734)
|
||||
* Dual solution for cwd based on comments 36 & 37 by Egmont
|
||||
Koblinger in LP#1030562
|
||||
* Add 'Save' button for saving to the selected Layout (Ariel
|
||||
Zelivansky)
|
||||
* Preselect the current layout when opening Prefs window, and also
|
||||
save config after using the layout 'Save' button (Steve Boddy)
|
||||
* Set some default shortcuts based on my preference (Steve Boddy)
|
||||
* Add high contrast icons, make the main window icon loading work
|
||||
better, and respect the theme changes (Steve Boddy, LP#305579)
|
||||
* Additional windows icon loading works better, and respect the
|
||||
theme changes (LP#305579)
|
||||
* Adjust the config section name to InactivityWatch for
|
||||
InactivityWatch class
|
||||
* Add a new setting for ActivityWatch to set the time between
|
||||
activity notifications
|
||||
* BIG update to translations, due to additions and changes.
|
||||
* Make the random default group names translatable
|
||||
* Add and improve the mnemonics in the group menu
|
||||
* Slight change to how the zoomed font is calculated.
|
||||
* setup.py can install the manual (and by extension do can
|
||||
debuild)
|
||||
* setup.py has (inactive) code for generating the html from the
|
||||
source but this will break if rtd theme is not available
|
||||
* A few changes to doc strings to make the autodoc prettier
|
||||
* Added help shortcut, by default F1 to open the local manual
|
||||
* Added button to About tab (in Prefs window) to launch manual
|
||||
* Small tweak to setup.py to separate build and install, and
|
||||
always attempt to install manual by default.
|
||||
* Sort entries in config file, so they don't jump around every
|
||||
time config is saved for easier troubleshooting
|
||||
* Start 'New Layout #' from 1. Looked strange starting at 2
|
||||
* Add fallback to psutils to discover the cwd of a terminal (Heon
|
||||
Jeong)
|
||||
* Add an internationalised AppData file for software installers
|
||||
* Adjustment to the way alternatives are set up that should cure
|
||||
blurry/incorrect icons in task switchers
|
||||
* Some updates to the hicolor version of other window icons to
|
||||
remove placeholders, and add svg versions of the status and
|
||||
action icons
|
||||
* As part of GTK3 fixup, some improvements to the DBus 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
|
||||
* Update the translations to include the new strings in the
|
||||
improved remotinator command
|
||||
* Reimplement visual flash that got removed from libvte, reusing
|
||||
the DnD overlay to flash the terminal (gtk2->gtk3)
|
||||
* Set window geometry hints to off by default. The constant
|
||||
trickle of problems it causes are annoying (LP#1498833)
|
||||
* Actually set the DBUs interface to on by default. For some
|
||||
reason it wasn't active by default.
|
||||
* Add option to toggle the rewrap on resize (Egmont Koblinger,
|
||||
LP#1518077)
|
||||
* Add word chars back in if VTE is 0.40+ (Egmont Koblinger,
|
||||
LP#1518078)
|
||||
* Make Zoom/Maximize inactive if a single terminal (Egmont
|
||||
Koblinger, LP#1518081)
|
||||
* Add dimming for 256 colour palettes (Egmont Koblinger,
|
||||
LP#1518111)
|
||||
* Update TERM/COLORTERM to more modern values (Egmont Koblinger,
|
||||
LP#1518557)
|
||||
* Change the scroll_on_output default to false (Egmont Koblinger,
|
||||
LP#1392822)
|
||||
* PuTTY paste mode (Nemilya, LP#1416682) with some alterations
|
||||
(Steve Boddy)
|
||||
* Updated and grouped default shortcuts in man page (Steve Boddy)
|
||||
* Added smart copy mode switch to prefs (Steve Boddy, LP#1223129)
|
||||
* Merge feature branch for tab/terminal title editing (Haim
|
||||
Daniel, LP#1417747)
|
||||
* Added radio options to the Cursor colour to make it easier to
|
||||
go back to the XOR'd foreground colour (Steve Boddy,
|
||||
LP#1512317)
|
||||
* Move manual online, as distro packagers were stripping it out,
|
||||
and remove associated scripting (Steve Boddy)
|
||||
* Remotinator now uses the same version number as terminator
|
||||
(Steve Boddy)
|
||||
|
||||
Bug Fixes
|
||||
* Fix <Mod>+double-click to not rebalance splitters (Steve Boddy,
|
||||
LP#1192679)
|
||||
* Fix closing a group to no longer leaves strays (Steve Boddy,
|
||||
LP#1193484)
|
||||
* Fix shader so it works for background images too (Steve Boddy,
|
||||
LP#1202109)
|
||||
* Fix x-terminal-emulator option (Neal Fultz, LP#366644)
|
||||
* Fix lost geom when using -H option (Steve Boddy, LP#1035617)
|
||||
* Fix maximise in Fluxbox. Possibly also Windows w/Xming too
|
||||
(Steve Boddy, LP#1201454)
|
||||
* Fix lack of focus on unhide with patch from (Pavel Khlebovich,
|
||||
LP#805870)
|
||||
* Fix the Group All/Tab shortcuts where titlebars were not updated
|
||||
(Steve Boddy, LP#1242675)
|
||||
* Fix splits not being central mith multiple tabs (Justin
|
||||
Ossevoort, LP#1186953)
|
||||
* Fix startup error (undefined variable) on non-composited
|
||||
displays
|
||||
* Fix titlebar label preventing scaling down titlebars by wrapping
|
||||
whole box in a viewport.
|
||||
* Fix Custom Commands Dialog from David Chandler + fixes for GTK3
|
||||
* Fix custom commands broadcast to grouped terminals (Mauro S M
|
||||
Rodrigues, LP#1414332)
|
||||
* Fix focus grabbing from the GTK3 port.
|
||||
* Remove old flag based HAS_FOCUS usage from unused method of
|
||||
terminator class
|
||||
* Fix the scroll up/down key bindings to use gtk3 method
|
||||
* Fix getting the handle size (gtk2->gtk3 diff)
|
||||
* Fix scrollbar double-click rebalancing (LP#1423686)
|
||||
* Fix allocations (no longer an attribute) when balancing
|
||||
(gtk2->gtk3 diff)
|
||||
* Fix allocations not having the x,y position just w,h (gtk3 bug?
|
||||
gtk2->gtk3 diff?)
|
||||
* Fix pid for spawning now forking is deprecated, but returns are
|
||||
different (vte 0.36 -> 0.38)
|
||||
* Fix xterm color palette to match xterm (LP#1260924)
|
||||
* Fix for moving between terminals, checks for overlap. So far
|
||||
never selects wrong terminal (LP#1433810)
|
||||
* Fix search broken by port because returns are now different
|
||||
(gtk2->gtk3 and vte 0.36 -> 0.38)
|
||||
* Fix for confirm close dialog (judgedreads)
|
||||
* Fix in get_allocation override to prevent exceptions/hung
|
||||
process on exiting with close button.
|
||||
* Fix distcheck and improvements to tests
|
||||
* Fix debugserver work with two or more -d flags, not three or
|
||||
more.
|
||||
* Fix URL opening. Little too much removed in original port,
|
||||
meaning one click = two copies of page opened.
|
||||
* Fix the drag-and-drop of terminals/text back to pre-port
|
||||
functionality - a real pain this one (gtk2->gtk3)
|
||||
* Fix drag and drop of files (Schplurtz le Déboulonné, LP#1311481)
|
||||
and some tweaks (Steve Boddy)
|
||||
* Fix a few prefs widget alignments as per GNOME visual guidelines
|
||||
* Fix slightly uneven splits on shortcut due to handle size,
|
||||
though this will make previously saved layouts off by a few
|
||||
pixels (Steve Boddy, LP#1089162)
|
||||
* Fix typo in man page (Michael Eller, LP#1296725)
|
||||
* Fix font lookups for people with unpopulated gconf database
|
||||
(i.e. KDE) (Steve Boddy, LP#1476072)
|
||||
* Fix the preferences window to be translated (LP:#1245806)
|
||||
* Fix a default shortcut that was a bit garbled
|
||||
* Fix the group radio buttons after mnemonics additions broke them
|
||||
* Fix for setting urgent flag on window for highlight in task bar
|
||||
(gtk3)
|
||||
* Fix the problem with tabs not being named where a window with
|
||||
splits creates a new tab
|
||||
* Fix slider widget in Prefs>Global, which was filling the whole
|
||||
trough, unlike the one right above it.
|
||||
* Fix issue with Super+double-click on a splitter failing if tabs
|
||||
were in use
|
||||
* Fix buttons in the layout tab to stop them from being hidden by
|
||||
the slider
|
||||
* Fix composed characters when broadcast is turned on to appear in
|
||||
all receivers now (LP#1463704)
|
||||
* Fix the zoom/maximise terminal function (gtk2->gtk3)
|
||||
(LP#1485293)
|
||||
* Remove the old_padding and allocation stuff from the zoom_scaled
|
||||
function in terminal which isn't used anyway
|
||||
* Remove another unneeded assignment in is_zoomed function in
|
||||
terminal
|
||||
* Fix for systems (i.e. my 12.04 LTS) that don't set LANGUAGE for
|
||||
whatever reason. This breaks the manual lookup
|
||||
* Fix launcher opening after a dbus enabled window is already open
|
||||
(DBUS in GTK3 still FIXME)
|
||||
* Crude workaround for the fact that debian wants to compress
|
||||
fonts used by the manual
|
||||
* Fix the high contrast icons, where I accidentally included a
|
||||
grey, semi-transparent background
|
||||
* Fix a lingering usage of GTK2 style constant when setting the
|
||||
last resort icon.
|
||||
* Fix Custom Commands to use the standard gerr function instead of
|
||||
the broken local one
|
||||
* Fix the DBus interface (gtk2-gtk3)
|
||||
* Disable the wm_class feature. Seems not possible in GTK3, and
|
||||
breaks the DBus call for new_window.
|
||||
* Workaround intltools inability to cope with files that have no
|
||||
extension, using temporary symlinks
|
||||
* Fix flickering and intermittent failures to rebalance
|
||||
(LP#1504560)
|
||||
* Fix for newer GI wanting us to specify versions (LP#1513596)
|
||||
* Fix to make sure the bell icon appears even when titlebar text
|
||||
extends beyond terminals width (LP#1494977)
|
||||
* Fix editable label distorting the layout until the splitter gets
|
||||
moved (LP#1494979)
|
||||
* Fix startup on Wayland because Keybinder seems to be X11 only
|
||||
* Fix a GI version warning for Notify library (Mattias Eriksson)
|
||||
* Fix warning trying to import the __init__.py file as a plugin
|
||||
(Mattias Eriksson, LP#1518065)
|
||||
* Fix deprecation warning in later GTK versions (Egmont Koblinger,
|
||||
LP#1518063)
|
||||
* Fix separator sizing (Egmont Koblinger, LP#1518069)
|
||||
* Fix positioning of group popup menu for later versions of GTK
|
||||
(Egmont Koblinger, LP#1518058)
|
||||
* Correct some British spelt translated strings to American
|
||||
(Egmont Koblinger, LP#1518085)
|
||||
* Fix double double-click on titlebar in later GTK3 (Egmont
|
||||
Koblinger, LP#1518094)
|
||||
* Fix the palette for inactive terminals after Prefs window
|
||||
(Egmont Koblinger, LP#1518108)
|
||||
* Fix copy on selection to work on already open terminals (Egmont
|
||||
Koblinger, LP#1518109)
|
||||
* Fix unwanted separator size change, and increase granularity of
|
||||
dim/transparent sliders (Egmont Koblinger, LP#1518114)
|
||||
* Fix cwd when new term spawned from a symlinked directory (Egmont
|
||||
Koblinger, LP#1518554)
|
||||
* Correct terminator_config man page regarding scrollback (Egmont
|
||||
Koblinger, LP#1518559)
|
||||
* Fix exception when Ctrl-clicking the terminal when not over a
|
||||
URL (Egmont Koblinger, LP#1518592)
|
||||
* Fix Ctrl-click on URL if terminal has padding (Egmont Koblinger,
|
||||
LP#1518596)
|
||||
* Fix right-click for mouse aware apps (Egmont Koblinger,
|
||||
LP#1518700)
|
||||
* Fix rotate terminals under tabs, and (gtk3-only) focus loss on
|
||||
rotate (Egmont Koblinger, LP#1520360)
|
||||
* Remove unsupported utmp for now, till alternative solution
|
||||
(Egmont Koblinger)
|
||||
* Fix the "Run command as login shell" (Egmont Koblinger,
|
||||
LP#1520991)
|
||||
* Fix the tab switching if a terminal on another tab exits (Steve
|
||||
Boddy, LP#943311)
|
||||
* Fix for those not running IBus, where the IBus workaround caused
|
||||
broken keys in other keymaps set with non-IBus tools
|
||||
(Steve Boddy, LP#1494606)
|
||||
* Fix PuTTY paste mode so Ctrl-Right-Drag, and application mouse
|
||||
handling in terminal still works (Steve Boddy)
|
||||
* Fix middle-click insert primary selection for Wayland (N/A) to
|
||||
insert from clipboard instead (Mattias Eriksson)
|
||||
* Remove invalid double-quote (") from the pathchar for url regex
|
||||
matching (Steve Boddy, LP#1514578)
|
||||
* Remove the now unused posix regex code, and set the regex
|
||||
boundary vars to the correct '\b' value (Matt Rose, Egmont
|
||||
Koblinger, Steve Boddy, LP#1521509)
|
||||
* Fix drag and drop of a link from Firefox / Chrome (Egmont
|
||||
Koblinger, LP#1518705)
|
||||
* Fix the editing of the window title (Egmont Koblinger,
|
||||
LP#1520371)
|
||||
* Fix closing window using short-cut (Egmont Koblinger,
|
||||
LP#1520372)
|
||||
* Fix profile re-use when opening new window (Egmont Koblinger,
|
||||
LP#1520705)
|
||||
* Fix scrollbar position on current terminals when changed in
|
||||
prefs (Egmont Koblinger, LP#1520761)
|
||||
* Fix title edit shortcuts to hopefully not clash with console
|
||||
programs so much (Steve Boddy, LP#1514089)
|
||||
* Fix to re-add the dash as a default word char. Accidentally
|
||||
dropped in libvte API flux (Steve Boddy, LP#1598800)
|
||||
* Fix stale tab titles (Steve Boddy, LP#1520377)
|
||||
* Fix zero-sized terminals after rotate (Egmont Koblinger,
|
||||
LP#1522542)
|
||||
* Fix (mostly) double-click doesn't distribute area evenly
|
||||
(Egmont Koblinger, LP#1520969)
|
||||
|
||||
terminator 0.97:
|
||||
* Allow font dimming in inactive terminals
|
||||
* Allow URL handler plugins to override label text for URL context
|
||||
menus
|
||||
* When copying a URL, run it through the URL handler first so the
|
||||
resulting URL is copied, rather than the original text
|
||||
* Allow users to configure a custom URL handler, since the
|
||||
default GTK library option is failing a lot of users in non-GNOME
|
||||
environments.
|
||||
* Allow rotation of a group of terminals (Andre Hilsendeger)
|
||||
* Add a keyboard shortcut to insert a terminal's number (Stephen J
|
||||
Boddy)
|
||||
* Add a keyboard shortcut to edit the window title (Stephen J Boddy)
|
||||
* Add an easy way to balance terminals by double clicking on their
|
||||
separator (Stephen J Boddy)
|
||||
* Add a plugin by Sinan Nalkaya to log the contents of terminals.
|
||||
* Support configuration of TERM and COLORTERM, via a patch from
|
||||
John Feuerstein
|
||||
* Support reading configuration from alternate files, via a patch
|
||||
from Pavel Khlebovich
|
||||
* Allow creation of new tabs in existing Terminators, via DBus
|
||||
* Support the Solarized palettes (Juan Francisco Cantero Hutardo)
|
||||
* Translation support for the Preferences window.
|
||||
* Lots of translation updates (thanks to everyone who helped!)
|
||||
* Bug fixes
|
||||
|
||||
terminator 0.96:
|
||||
* Unity support for opening new windows (Lucian Adrian Grijincu)
|
||||
* Fix searching with infinite scrollback (Julien Thewys #755077)
|
||||
* Fix searching on Ubuntu 10.10 and 11.04, and implement searching
|
||||
by regular expression (Roberto Aguilar #709018)
|
||||
* Optimise various low level components so they are dramatically
|
||||
faster (Stephen Boddy)
|
||||
* Fix various bugs (Stephen Boddy)
|
||||
* Fix cursor colours (#700969) and a cursor blink issue (Tony Baker)
|
||||
* Improve and extend drag&drop support to include more sources of
|
||||
text, e.g. Gtk file chooser path buttons (#643425)
|
||||
* Add a plugin to watch a terminal for inactvity (i.e. silence)
|
||||
* Fix loading layouts with more than two tabs (#646826)
|
||||
* Fix order of tabs created from saved layouts (#615930)
|
||||
* Add configuration to remove terminal dimensions from titlebars
|
||||
(patch from João Pinto #691213)
|
||||
* Restore split positions more accurately (patch from Glenn Moss
|
||||
#797953)
|
||||
* Fix activity notification in active terminals. (patch from Chris
|
||||
Newton #748681)
|
||||
* Stop leaking child processes if terminals are closed using the
|
||||
context menu (#308025)
|
||||
* Don't forget tab order and custom labels when closing terminals
|
||||
in them (#711356)
|
||||
* Each terminal is assigned a unique identifier and this is exposed
|
||||
to the processes inside the terminal via the environment variable
|
||||
TERMINATOR_UUID
|
||||
* Expand dbus support to start covering useful methods. Also add
|
||||
a commandline tool called 'remotinator' that can be used to control
|
||||
Terminator from a terminal running inside it.
|
||||
* Fix terminal font settings for users of older Linux distributions
|
||||
|
||||
terminator 0.95:
|
||||
* Add a configuration option to enable a DBus server
|
||||
* Add a configuration option to disable font anti-aliasing
|
||||
* Improved error handling in various locations
|
||||
* Maven URL handler plugin (thanks to Julien Nicoulaud)
|
||||
|
||||
terminator 0.94:
|
||||
* Improved support for entirely hiding Terminal titlebars
|
||||
* Plugin configuration via preferences UI
|
||||
* New plugins: Terminal Screenshot, Watch Terminal Activity
|
||||
* Add preferences support for profile encodings (LP: #597340)
|
||||
* Deprecate the tabbar_hide option, replacing it with a 'hidden'
|
||||
option for tab_position.
|
||||
* Add profiles, custom titlebar and custom tab labels to layouts.
|
||||
* Improved directional navigation
|
||||
* Backwards compatibility fixes for RHEL 5.5.
|
||||
* Disabled-by-default keybindings for switching broadcast modes
|
||||
* Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279,
|
||||
#597340, #554571, #597651, #308025, #600280, #576276, #570706,
|
||||
#575827 and some other bugs.
|
||||
|
||||
terminator 0.93:
|
||||
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
||||
* Bug fixes for LPs: #562490, #563911, #546665, #558324, #490627,
|
||||
#558376, #558375, #559185, #558330, #554571, #554440, #561697,
|
||||
#562039, #558832, #561710, #563445 and some other bugs.
|
||||
|
||||
terminator 0.92:
|
||||
* Lots of juicy bug fixes
|
||||
* Implement the Palette section of the Profile preferences
|
||||
|
||||
terminator 0.91:
|
||||
* Fix various stupid release bugs from 0.90
|
||||
|
||||
terminator 0.90:
|
||||
* Almost complete refactoring of the code. This almost
|
||||
inevitably means some regressions, unfortunately, but
|
||||
it brings serious internal improvements and some new
|
||||
features.
|
||||
* Brand new preferences editor, including profiles and
|
||||
layouts. The editor now saves to a config file.
|
||||
|
||||
terminator 0.14:
|
||||
* Major reworking of the grouping interface by Stephen
|
||||
Boddy
|
||||
* Keybindings can now be disabled by setting them to "None"
|
||||
* Change default behaviour to enable full transparency
|
||||
* Terminal titlebars can now be edited like tab labels
|
||||
* Geometry hinting is now available and enabled by default
|
||||
* Lots of bug fixing
|
||||
|
||||
terminator 0.13:
|
||||
* Bug fixes
|
||||
* Added a shortcut key to make the window appear/disappear
|
||||
(somewhat like a "Quake console" mode. Needs the deskbar
|
||||
python bindings to work)
|
||||
* Update pot generation to use intltool-update
|
||||
* Allow users to permanently fix the title of a tab
|
||||
* Added command line option to specify working directory
|
||||
* Improve transparency support in composited desktops.
|
||||
* The tab bar can now be hidden and/or scrolled.
|
||||
* Add configurability of cursor colour and shape
|
||||
* Support various VoIP URIs
|
||||
* Add command line option to force a particular window title
|
||||
* Add a hotkey for spawning a new Terminator instance
|
||||
(emulates a "new window" feature)
|
||||
* Ability to group by tab
|
||||
* SunOS support (via patch from Lewis Thompson)
|
||||
* Silly notify-osd message on exit (suggested by pitti)
|
||||
* Drag and drop icon is now a scaled terminal image
|
||||
|
||||
terminator 0.12:
|
||||
* Bug fixes
|
||||
* Simultaneous typing support
|
||||
* Directional terminal navigation
|
||||
* Improved search UI
|
||||
* Graphical Profile Editor
|
||||
* Bug numbers for launchpad.net are now URLs
|
||||
|
||||
terminator 0.11:
|
||||
* Bug fixes
|
||||
* X session support
|
||||
|
||||
terminator 0.10:
|
||||
* Various bug fixes.
|
||||
* New, improved config file parsing
|
||||
* Improved spawning of more complex terminal commands
|
||||
* Debug server (not useful for most people)
|
||||
* Configurable keyboard shortcuts
|
||||
* Scrollback searching
|
||||
* Support --geometry
|
||||
|
||||
terminator 0.9:
|
||||
* Tab support
|
||||
* Drag & Drop support
|
||||
* Added support for ~/.config/terminator/config
|
||||
* Switch the meanings of "horizontal" and "vertical" wrt splitting,
|
||||
after extensive user feedback. Added context menu icons to try and
|
||||
make the meaning clearer.
|
||||
* Added keybindings for terms size and scrollbar manipulation. Thanks
|
||||
Emmanuel Bretelle.
|
||||
* Completely revamped config system which now transparently makes use
|
||||
of gconf settings if they are available, falls back to sensible
|
||||
defaults if not, and can be overridden entirely by ~/.config/terminator/config
|
||||
* Support terminal zooming - now you can quickly hide all terminals apart
|
||||
from one and either scale the fontsize or not.
|
||||
* New application icon from Cory Kontros
|
||||
* FreeBSD support (thanks to Thomas Hurst)
|
||||
* Watch the system monospace font setting. Closes LP #197960
|
||||
* Proxy support (via GNOME and $http_proxy)
|
||||
* GConf backend now caches
|
||||
* Fix redundant title when there is only one Term. Closes LP#215210
|
||||
* Try much harder to find a usable shell
|
||||
* Support encodings a-la GNOME Terminal
|
||||
* Move python support code to a terminatorlib module
|
||||
* Many other bug fixes and wider compatibility with GNOME Terminal
|
||||
* Add support to cycle term within the same tab. Closes LP#238205.
|
||||
This can be disabled by setting cycle_term_tab to False in
|
||||
~/.config/terminator/config
|
||||
|
||||
terminator 0.8.1:
|
||||
* Fixed ChangeLog
|
||||
* Revert URI matching behaviour to the same as gnome-terminal
|
||||
* Close LP #179315 with a fuller fix that provides proper colour support
|
||||
|
||||
terminator 0.8:
|
||||
* Make dependency on python-gnome optional. Non-gnome users can now reap
|
||||
the glorious benefits of Terminator and will only lose the ability to
|
||||
open email URLs (assuming their browser won't handle this for them).
|
||||
Closes LP #184809
|
||||
* Remove blank translations from .desktop file to fix empty menu entries.
|
||||
Closes LP #187187
|
||||
* Add application icon at various sizes including a window icon
|
||||
* New options parser allowing -x support. Closes LP191124
|
||||
* More translations (thanks!)
|
||||
|
||||
terminator 0.7:
|
||||
|
||||
* Fullscreen support, via a patch from Thomas Meire. Closes LP #178914
|
||||
* Improved behaviour when closing terminals/window. Result of work by
|
||||
Thomas Meire. Closes LP #161121
|
||||
* Freedesktop .desktop file and appropriate setup.py entry for
|
||||
installing it. Closes LP #178943
|
||||
* Translation support, with Spanish, Dutch, Italian and Romanian
|
||||
translations. Closes LP #161120
|
||||
* Stop clashing with gnome-terminal's paste shortcut key, move
|
||||
horizontal splitting shortcut too, and add support for
|
||||
gnome-terminal's copy/paste shortcuts. Closes LP #179310
|
||||
* Borderless support (tell your window manager not to decorate
|
||||
Terminator)
|
||||
* Font zooming support. Closes LP #178792
|
||||
* Set the VTE widget to have a tooltip of its window title. This may be
|
||||
reverted if it is annoying
|
||||
* Support GNOME Terminal profile settings for backgrounds.
|
||||
Closes LP #180717
|
||||
* Use our own default values if there is no gnome-terminal profile.
|
||||
Closes LP #179315
|
||||
|
||||
terminator 0.6:
|
||||
|
||||
* Use new gnome-terminal gconf key to find available profiles
|
||||
* Move a few more hardcoded items to our settings array (not that
|
||||
it can be overridden yet)
|
||||
* Fix handling of exiting child processes to properly track
|
||||
gnome-terminal settings
|
||||
* Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals
|
||||
(patch from Kees Cook)
|
||||
* Stop using parent.show_all() when removing/adding a terminal and
|
||||
instead show the actual widgets that have been created. This
|
||||
prevents scrollbars from re-appearing after they have been hidden
|
||||
|
||||
terminator 0.5:
|
||||
|
||||
* The terminator window is now able to resize smaller,
|
||||
thanks to Kees Cook for the fix.
|
||||
* Email addresses are now matched and opened correctly.
|
||||
Closes LP #139015
|
||||
* Double clicking a URL now selects the whole URL. Closes LP #129533
|
||||
* The default behaviour is now to open a single 80x24 terminal rather
|
||||
than four terminals in a maximised window. Closes LP #126219 and
|
||||
should force me to fix LP #87720
|
||||
* There are now hotkeys for switching between terminals, splitting
|
||||
terminals and closing them. Closes LP #149931 and #148622(thanks
|
||||
to Huanghe for patches for this)
|
||||
* If there is only one terminal, closing it will not produce a quit
|
||||
message
|
||||
|
||||
terminator 0.4:
|
||||
|
||||
* Architecture should be all, not any
|
||||
* Fix section
|
||||
* Add AUTHORS file
|
||||
* Rename script to drop the .py
|
||||
* Handle the gnome-terminal profile better by offering command options
|
||||
* Fudge around some resizing issues
|
||||
* Fix child spawning to avoid segfaulting zsh
|
||||
* Misc. code formatting/style improvements
|
||||
* Refactor terminal splitting into one axis agnostic function
|
||||
* Flesh out setup.py a tiny bit more
|
||||
|
||||
terminator 0.3:
|
||||
|
||||
* Implemented terminal closing, which correctly reparents its sibling
|
||||
(if any)
|
||||
* Updated documentation to reflect a serious bug with shells that aren't
|
||||
bash (or at least zsh)
|
||||
|
||||
terminator 0.2:
|
||||
|
||||
* Support dynamically splitting terminals
|
||||
|
||||
terminator 0.1:
|
||||
|
||||
* Fixed some distribution wording
|
||||
* Fix build-depends
|
||||
* Initial release
|
||||
|
626
CHANGELOG.md
|
@ -1,626 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.1.3](https://github.com/gnome-terminator/terminator/tree/v2.1.3) (2023-03-01)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.1.2...v2.1.3)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Option to set split ratio of terminals [\#708](https://github.com/gnome-terminator/terminator/issues/708)
|
||||
- Add option to set given terminal to "read only" [\#649](https://github.com/gnome-terminator/terminator/issues/649)
|
||||
- background image - respect ratio [\#644](https://github.com/gnome-terminator/terminator/issues/644)
|
||||
- Shortcut for autosplit h/v depending on active terminal size [\#613](https://github.com/gnome-terminator/terminator/issues/613)
|
||||
- Feature: Insert terminal name to terminal \(for broadcast\) [\#540](https://github.com/gnome-terminator/terminator/issues/540)
|
||||
- Background image drawing modes and alignment [\#713](https://github.com/gnome-terminator/terminator/pull/713) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Zoom on notebook even if there is only one terminal in the tab + keep tab position and label in notebook rotation [\#589](https://github.com/gnome-terminator/terminator/pull/589) ([Vulcalien](https://github.com/Vulcalien))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Resets the tab title on rotation [\#624](https://github.com/gnome-terminator/terminator/issues/624)
|
||||
- - bug context menu \(right click\)-\>layouts-\>"Layout Name" always selec… [\#653](https://github.com/gnome-terminator/terminator/pull/653) ([vssdeo](https://github.com/vssdeo))
|
||||
- Fix missing icons when started with Ctrl-Alt-T [\#628](https://github.com/gnome-terminator/terminator/pull/628) ([MihaiBabiac](https://github.com/MihaiBabiac))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Terminator not working with latest version of python-cairo [\#711](https://github.com/gnome-terminator/terminator/issues/711)
|
||||
- \[Bug\]\[Fedora 36 KDE\]\[terminator v2.1.1\] "broadcast group" sends each terminal input/keystroke depending on the group's members count to everyone in the group [\#704](https://github.com/gnome-terminator/terminator/issues/704)
|
||||
- reset\_clear doesn't show new prompt [\#703](https://github.com/gnome-terminator/terminator/issues/703)
|
||||
- `-x`/`--execute` still broken [\#702](https://github.com/gnome-terminator/terminator/issues/702)
|
||||
- Make unfocused terminal text transparent instead of blacker [\#694](https://github.com/gnome-terminator/terminator/issues/694)
|
||||
- A translucent separation occurs between terminals [\#687](https://github.com/gnome-terminator/terminator/issues/687)
|
||||
- \[2.1.2\] Foreground processes started in new window close immediately [\#673](https://github.com/gnome-terminator/terminator/issues/673)
|
||||
- Is there a official page to maintain a offical/third-part plugin list? [\#668](https://github.com/gnome-terminator/terminator/issues/668)
|
||||
- What happened to the change terminal titlebar under preferences? [\#664](https://github.com/gnome-terminator/terminator/issues/664)
|
||||
- \[Feature Request\] - In the Context Menu\(Right-Click\) show keyboard shortcuts / accelarators [\#662](https://github.com/gnome-terminator/terminator/issues/662)
|
||||
- terminator: error: unrecognized arguments [\#660](https://github.com/gnome-terminator/terminator/issues/660)
|
||||
- Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD on Terminal Window Close [\#654](https://github.com/gnome-terminator/terminator/issues/654)
|
||||
- Loading layout loads only the last added layout from context menu \(right click\) [\#652](https://github.com/gnome-terminator/terminator/issues/652)
|
||||
- When can we expect a new release? [\#650](https://github.com/gnome-terminator/terminator/issues/650)
|
||||
- Profiles for different Shells - is it possible? how does it work? [\#640](https://github.com/gnome-terminator/terminator/issues/640)
|
||||
- Double input to broadcasted group [\#623](https://github.com/gnome-terminator/terminator/issues/623)
|
||||
- background images only displaying on default profile [\#595](https://github.com/gnome-terminator/terminator/issues/595)
|
||||
- The repository 'https://ppa.launchpadcontent.net/mattrose/terminator/ubuntu jammy Release' does not have a Release file. [\#594](https://github.com/gnome-terminator/terminator/issues/594)
|
||||
- Increase the usage of augmented assignment statements [\#555](https://github.com/gnome-terminator/terminator/issues/555)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Better distinguishing of inactive windows from the active one, by changing the background brightness [\#709](https://github.com/gnome-terminator/terminator/pull/709) ([KKoovalsky](https://github.com/KKoovalsky))
|
||||
- Ctrl+Click on group button automatically creates groups whenever needed [\#691](https://github.com/gnome-terminator/terminator/pull/691) ([nicbn](https://github.com/nicbn))
|
||||
- \[bug 680\] Open up keybindings page on keypress \#680 [\#686](https://github.com/gnome-terminator/terminator/pull/686) ([vssdeo](https://github.com/vssdeo))
|
||||
- Translate '/po/terminator.pot' in 'pt\_BR' [\#684](https://github.com/gnome-terminator/terminator/pull/684) ([transifex-integration[bot]](https://github.com/apps/transifex-integration))
|
||||
- Plugin and Group menu item that inserts the name of the terminal. [\#683](https://github.com/gnome-terminator/terminator/pull/683) ([mattrose](https://github.com/mattrose))
|
||||
- Add Readonly toggle to popup menu [\#679](https://github.com/gnome-terminator/terminator/pull/679) ([mattrose](https://github.com/mattrose))
|
||||
- Fix argument handling of the --execute flag [\#678](https://github.com/gnome-terminator/terminator/pull/678) ([shawn-ogg](https://github.com/shawn-ogg))
|
||||
- Remove all ibus workarounds [\#674](https://github.com/gnome-terminator/terminator/pull/674) ([mattrose](https://github.com/mattrose))
|
||||
- \[bug 613\] - Shortcut for autosplit h/v depending on active terminal … [\#671](https://github.com/gnome-terminator/terminator/pull/671) ([vssdeo](https://github.com/vssdeo))
|
||||
- \[bug 662\] \[Feature Request\] - In the Context Menu\(Right-Click\) show k… [\#666](https://github.com/gnome-terminator/terminator/pull/666) ([vssdeo](https://github.com/vssdeo))
|
||||
- \[bug 559\] Add menu autocomplete \#559 [\#665](https://github.com/gnome-terminator/terminator/pull/665) ([vssdeo](https://github.com/vssdeo))
|
||||
- \[bug 662\] \[Feature Request\] - In the Context Menu\(Right-Click\) show k… [\#663](https://github.com/gnome-terminator/terminator/pull/663) ([vssdeo](https://github.com/vssdeo))
|
||||
- \[bug 654\] - Plugin Submission : SaveLastSessionLayout Uses Layout to … [\#661](https://github.com/gnome-terminator/terminator/pull/661) ([vssdeo](https://github.com/vssdeo))
|
||||
- Update terminal.py [\#659](https://github.com/gnome-terminator/terminator/pull/659) ([flaviosteimacher](https://github.com/flaviosteimacher))
|
||||
- docs: Change number of columns in repology badge [\#657](https://github.com/gnome-terminator/terminator/pull/657) ([pktiuk](https://github.com/pktiuk))
|
||||
- Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD [\#655](https://github.com/gnome-terminator/terminator/pull/655) ([vssdeo](https://github.com/vssdeo))
|
||||
- Fix typos [\#651](https://github.com/gnome-terminator/terminator/pull/651) ([kianmeng](https://github.com/kianmeng))
|
||||
- data: Remove GNOME branding [\#647](https://github.com/gnome-terminator/terminator/pull/647) ([sabriunal](https://github.com/sabriunal))
|
||||
- this line has an extra ';' symbol [\#632](https://github.com/gnome-terminator/terminator/pull/632) ([xuezhixin](https://github.com/xuezhixin))
|
||||
- Use the term 'zero padded' instead of 'padded'. [\#189](https://github.com/gnome-terminator/terminator/pull/189) ([phidebian](https://github.com/phidebian))
|
||||
|
||||
## [v2.1.2](https://github.com/gnome-terminator/terminator/tree/v2.1.2) (2022-10-19)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.1.1...v2.1.2)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- \[Feature request\] move layout/session definitions into separate files with a dedicated extension in a dedicated directory [\#604](https://github.com/gnome-terminator/terminator/issues/604)
|
||||
- Bash completion [\#495](https://github.com/gnome-terminator/terminator/issues/495)
|
||||
- Changing cursor foreground color [\#467](https://github.com/gnome-terminator/terminator/issues/467)
|
||||
- Wallpaper configuration option from terminal [\#466](https://github.com/gnome-terminator/terminator/issues/466)
|
||||
- Launch a new command in a vertical or horizontal split. [\#446](https://github.com/gnome-terminator/terminator/issues/446)
|
||||
- Separators is wider after upgrading to ubuntu 21.04 [\#445](https://github.com/gnome-terminator/terminator/issues/445)
|
||||
- Broadcast profile changes to existing terminals [\#421](https://github.com/gnome-terminator/terminator/issues/421)
|
||||
- How to deactivate the middle mouse button paste? [\#415](https://github.com/gnome-terminator/terminator/issues/415)
|
||||
- Feature request: expose the window and terminal title setting features in context menu [\#405](https://github.com/gnome-terminator/terminator/issues/405)
|
||||
- Integrate --layout-json command line parameter so that it can be passed to dbus [\#401](https://github.com/gnome-terminator/terminator/issues/401)
|
||||
- Feature request: move titlebar colors config to profiles, rather than global settings [\#379](https://github.com/gnome-terminator/terminator/issues/379)
|
||||
- Visual aids [\#367](https://github.com/gnome-terminator/terminator/issues/367)
|
||||
- Feature Request: detach tab [\#302](https://github.com/gnome-terminator/terminator/issues/302)
|
||||
- Pls add version on OS X [\#283](https://github.com/gnome-terminator/terminator/issues/283)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Ctrl+Shift+Mouse-Scroll triggers Ctrl+Mouse Scroll [\#606](https://github.com/gnome-terminator/terminator/issues/606)
|
||||
- None isn't a valid value of keybindings config anymore [\#548](https://github.com/gnome-terminator/terminator/issues/548)
|
||||
- psutil.AccessDenied: psutil.AccessDenied \(pid=1\) [\#539](https://github.com/gnome-terminator/terminator/issues/539)
|
||||
- Find functionality does not show matches on same line [\#511](https://github.com/gnome-terminator/terminator/issues/511)
|
||||
- Ratio and/or position on a config file's layout ignored [\#433](https://github.com/gnome-terminator/terminator/issues/433)
|
||||
- Black background remains after hide\_window [\#425](https://github.com/gnome-terminator/terminator/issues/425)
|
||||
- Cannot create working config file with 5 terminals [\#409](https://github.com/gnome-terminator/terminator/issues/409)
|
||||
- Terminal loses focus versus tab title [\#400](https://github.com/gnome-terminator/terminator/issues/400)
|
||||
- Terminal title-bars are transparent on first start [\#392](https://github.com/gnome-terminator/terminator/issues/392)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Hide window in waybar [\#633](https://github.com/gnome-terminator/terminator/issues/633)
|
||||
- Split window profile incorrect inheritance [\#631](https://github.com/gnome-terminator/terminator/issues/631)
|
||||
- \[Question\] is there a way to prevent Terminator from dereferencing symbolic links? [\#617](https://github.com/gnome-terminator/terminator/issues/617)
|
||||
- Terminator not working on RHEL 9 [\#616](https://github.com/gnome-terminator/terminator/issues/616)
|
||||
- Is there a right-click menu in sway? [\#614](https://github.com/gnome-terminator/terminator/issues/614)
|
||||
- Set Terminator tab title via command line [\#603](https://github.com/gnome-terminator/terminator/issues/603)
|
||||
- Unable to launch KeyError: b'Rss:' [\#601](https://github.com/gnome-terminator/terminator/issues/601)
|
||||
- Cannot view emoji [\#599](https://github.com/gnome-terminator/terminator/issues/599)
|
||||
- Clickable filepath:rownumber [\#598](https://github.com/gnome-terminator/terminator/issues/598)
|
||||
- Feature Request: set initial window size in preferences [\#593](https://github.com/gnome-terminator/terminator/issues/593)
|
||||
- Update the authorship in README [\#586](https://github.com/gnome-terminator/terminator/issues/586)
|
||||
- xbindkeys doesn't work in Terminator, but works in other apps [\#582](https://github.com/gnome-terminator/terminator/issues/582)
|
||||
- Unable to load Keybinder module [\#580](https://github.com/gnome-terminator/terminator/issues/580)
|
||||
- terminator for MacOS user [\#578](https://github.com/gnome-terminator/terminator/issues/578)
|
||||
- UTF-8 character breaks terminator config file [\#577](https://github.com/gnome-terminator/terminator/issues/577)
|
||||
- Terminator need to highlight search string [\#575](https://github.com/gnome-terminator/terminator/issues/575)
|
||||
- Custom Commands NOT Working in Linux Mint 20.3 [\#573](https://github.com/gnome-terminator/terminator/issues/573)
|
||||
- Can't add/remove terminal panes from layout editor [\#572](https://github.com/gnome-terminator/terminator/issues/572)
|
||||
- Language not applied after build [\#569](https://github.com/gnome-terminator/terminator/issues/569)
|
||||
- Moving Cursor Word By Word using ALT + Arrows [\#566](https://github.com/gnome-terminator/terminator/issues/566)
|
||||
- Enabling "putty style paste" causes context menu to be unreachable with 2-button mouse [\#565](https://github.com/gnome-terminator/terminator/issues/565)
|
||||
- Setting stty options [\#564](https://github.com/gnome-terminator/terminator/issues/564)
|
||||
- Switch focus and splits don't work when terminal is zoomed [\#550](https://github.com/gnome-terminator/terminator/issues/550)
|
||||
- Will terminator ever consider picking up ligature support? [\#543](https://github.com/gnome-terminator/terminator/issues/543)
|
||||
- feature request: Implement line spacing as a configuration option [\#542](https://github.com/gnome-terminator/terminator/issues/542)
|
||||
- Change separator color [\#538](https://github.com/gnome-terminator/terminator/issues/538)
|
||||
- remotinator split and execute command — cannot determine uuid [\#537](https://github.com/gnome-terminator/terminator/issues/537)
|
||||
- Split vertical keyboard don't work on debian 11 [\#535](https://github.com/gnome-terminator/terminator/issues/535)
|
||||
- Vte.Terminal\(\).set\_encoding deprecated [\#534](https://github.com/gnome-terminator/terminator/issues/534)
|
||||
- Fix Keyboard Input [\#533](https://github.com/gnome-terminator/terminator/issues/533)
|
||||
- group broadcasting switched on/off for all groups [\#532](https://github.com/gnome-terminator/terminator/issues/532)
|
||||
- Drop a file from nautilus onto terminator window no longer works \(it used to paste the path a la gnome terminal\) [\#530](https://github.com/gnome-terminator/terminator/issues/530)
|
||||
- Crash everytime after encoding is changed to TCVN [\#529](https://github.com/gnome-terminator/terminator/issues/529)
|
||||
- Change the color of the current tab to highlight it better [\#522](https://github.com/gnome-terminator/terminator/issues/522)
|
||||
- Feature: Configuration to colorize split screens from default grey colour, Issue: Remove ability to select 0 and 1 handle\_size from configuration gui [\#518](https://github.com/gnome-terminator/terminator/issues/518)
|
||||
- Error when using "Insert Terminal Number" \(Solved?\) [\#517](https://github.com/gnome-terminator/terminator/issues/517)
|
||||
- Auto-scroll to the cursor position when typing [\#513](https://github.com/gnome-terminator/terminator/issues/513)
|
||||
- hide\_window mapped with Shift+Control+Alt+$an\_alphabet catches Control+Alt+$an\_alphabet instead [\#509](https://github.com/gnome-terminator/terminator/issues/509)
|
||||
- Cursor is blinking on inactive windows [\#508](https://github.com/gnome-terminator/terminator/issues/508)
|
||||
- custom commands are not persisted [\#505](https://github.com/gnome-terminator/terminator/issues/505)
|
||||
- Terminator slow to close if xclip was invoked [\#503](https://github.com/gnome-terminator/terminator/issues/503)
|
||||
- terminator failing to open on ubuntu 21.04 [\#502](https://github.com/gnome-terminator/terminator/issues/502)
|
||||
- Monospace Bold isn't working [\#497](https://github.com/gnome-terminator/terminator/issues/497)
|
||||
- No prompt when closing terminator now, despite say vim running in terminal [\#496](https://github.com/gnome-terminator/terminator/issues/496)
|
||||
- suppor for sixel graphics [\#492](https://github.com/gnome-terminator/terminator/issues/492)
|
||||
- which is deprecated and should not be used [\#488](https://github.com/gnome-terminator/terminator/issues/488)
|
||||
- could tmux Key bindings using in terminator? [\#474](https://github.com/gnome-terminator/terminator/issues/474)
|
||||
- Support OpenType font features [\#473](https://github.com/gnome-terminator/terminator/issues/473)
|
||||
- Crash on Terminal resize when using fish [\#458](https://github.com/gnome-terminator/terminator/issues/458)
|
||||
- Incorrect layout sorting in notebook [\#453](https://github.com/gnome-terminator/terminator/issues/453)
|
||||
- Coloring Tabs / Tabs Appearance [\#449](https://github.com/gnome-terminator/terminator/issues/449)
|
||||
- Option to disable system notifications [\#448](https://github.com/gnome-terminator/terminator/issues/448)
|
||||
- Window vanishes [\#447](https://github.com/gnome-terminator/terminator/issues/447)
|
||||
- Multiple Terminator instances randomly crash on Ubuntu 20.04 [\#444](https://github.com/gnome-terminator/terminator/issues/444)
|
||||
- Option to open URLs with just a click [\#434](https://github.com/gnome-terminator/terminator/issues/434)
|
||||
- Doubled input from keyboard when broadcasting in tabs [\#432](https://github.com/gnome-terminator/terminator/issues/432)
|
||||
- Does this tool support macOS Big Sur? [\#430](https://github.com/gnome-terminator/terminator/issues/430)
|
||||
- terminator is slow [\#426](https://github.com/gnome-terminator/terminator/issues/426)
|
||||
- Add more fundamental "editor-ish" feature [\#424](https://github.com/gnome-terminator/terminator/issues/424)
|
||||
- Allow disabling and resetting keybindings in Preferences [\#423](https://github.com/gnome-terminator/terminator/issues/423)
|
||||
- Project based layout [\#418](https://github.com/gnome-terminator/terminator/issues/418)
|
||||
- Unable to Install from Source [\#412](https://github.com/gnome-terminator/terminator/issues/412)
|
||||
- CTRL+A behaviour abnormal [\#384](https://github.com/gnome-terminator/terminator/issues/384)
|
||||
- regexp/command hyperlink handler [\#381](https://github.com/gnome-terminator/terminator/issues/381)
|
||||
- Update PPA to 2.1.0 [\#374](https://github.com/gnome-terminator/terminator/issues/374)
|
||||
- Create Snap and Flatpak for Terminator [\#206](https://github.com/gnome-terminator/terminator/issues/206)
|
||||
- Remove gtk-update-icon-cache handling in setup [\#102](https://github.com/gnome-terminator/terminator/issues/102)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- update translations [\#656](https://github.com/gnome-terminator/terminator/pull/656) ([mattrose](https://github.com/mattrose))
|
||||
- Terminal ctrl+mousewheel: do not try to zoom if shift is pressed [\#609](https://github.com/gnome-terminator/terminator/pull/609) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- More fixes to the Color pickers in the Preferences Editor [\#592](https://github.com/gnome-terminator/terminator/pull/592) ([mattrose](https://github.com/mattrose))
|
||||
- Modification in the /terminatorlib/prefseditor.py file [\#590](https://github.com/gnome-terminator/terminator/pull/590) ([amaan211](https://github.com/amaan211))
|
||||
- Various README fixes [\#588](https://github.com/gnome-terminator/terminator/pull/588) ([mattrose](https://github.com/mattrose))
|
||||
- Remove duplicated info in some debug messages [\#576](https://github.com/gnome-terminator/terminator/pull/576) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Added hotfix for \#78 that deletes GTK\_IM\_MODULE environment variable [\#574](https://github.com/gnome-terminator/terminator/pull/574) ([ozzdemir](https://github.com/ozzdemir))
|
||||
- Fix POTFILES.in + update translation files [\#571](https://github.com/gnome-terminator/terminator/pull/571) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Add initial flatpak-spawn support [\#570](https://github.com/gnome-terminator/terminator/pull/570) ([JayDoubleu](https://github.com/JayDoubleu))
|
||||
- Fix: handle\_size treated as cell\_width [\#561](https://github.com/gnome-terminator/terminator/pull/561) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Transifex translations from Dec 20 2021 [\#558](https://github.com/gnome-terminator/terminator/pull/558) ([mattrose](https://github.com/mattrose))
|
||||
- Unzoom terminal on interaction [\#553](https://github.com/gnome-terminator/terminator/pull/553) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Add ability to configure cell width \(font character spacing\) [\#552](https://github.com/gnome-terminator/terminator/pull/552) ([FernandoBasso](https://github.com/FernandoBasso))
|
||||
- Improve and optimize the code for background images [\#551](https://github.com/gnome-terminator/terminator/pull/551) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Fix: 'None' value for keybindings breaks editor [\#549](https://github.com/gnome-terminator/terminator/pull/549) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- don't traceback while searching through /proc [\#546](https://github.com/gnome-terminator/terminator/pull/546) ([mattrose](https://github.com/mattrose))
|
||||
- os.environ does not have LANGUAGE in Centos8. [\#544](https://github.com/gnome-terminator/terminator/pull/544) ([xuezhixin](https://github.com/xuezhixin))
|
||||
- Remove Encoding settings \(deprecated\) [\#536](https://github.com/gnome-terminator/terminator/pull/536) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Allow multiline commands in Custom Commands plugin [\#525](https://github.com/gnome-terminator/terminator/pull/525) ([VDuchon](https://github.com/VDuchon))
|
||||
- Add paste\_selection keybinding. [\#520](https://github.com/gnome-terminator/terminator/pull/520) ([rkitover](https://github.com/rkitover))
|
||||
- Fix terminal separator size setting [\#519](https://github.com/gnome-terminator/terminator/pull/519) ([caprinux](https://github.com/caprinux))
|
||||
- Automatically focus the Keybindings menu [\#516](https://github.com/gnome-terminator/terminator/pull/516) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Fix hide\_window keybinding unset check [\#515](https://github.com/gnome-terminator/terminator/pull/515) ([tomty89](https://github.com/tomty89))
|
||||
- Add 'Disable mouse paste' [\#512](https://github.com/gnome-terminator/terminator/pull/512) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Bug Fix: hide\_window keybinding ignores Shift key [\#510](https://github.com/gnome-terminator/terminator/pull/510) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Improve argument parser + implement bash completion [\#506](https://github.com/gnome-terminator/terminator/pull/506) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- add Set Window Title item to context menu [\#501](https://github.com/gnome-terminator/terminator/pull/501) ([mattrose](https://github.com/mattrose))
|
||||
- BugFix: terminal won't restart if there is no custom command [\#500](https://github.com/gnome-terminator/terminator/pull/500) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Add a "Copy" button to clone profiles [\#499](https://github.com/gnome-terminator/terminator/pull/499) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Make tabs detachable + minor bugfix [\#494](https://github.com/gnome-terminator/terminator/pull/494) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- remove gtk-update-icon-cache from setup.py [\#493](https://github.com/gnome-terminator/terminator/pull/493) ([mattrose](https://github.com/mattrose))
|
||||
- remove vsplit\_cmd and hsplit\_cmd from ipc.py, superseded by newer hsp… [\#491](https://github.com/gnome-terminator/terminator/pull/491) ([mattrose](https://github.com/mattrose))
|
||||
- Update tr.po [\#490](https://github.com/gnome-terminator/terminator/pull/490) ([StephenPeringer](https://github.com/StephenPeringer))
|
||||
- add bg\_img and bg\_img\_all commands to remotinator [\#487](https://github.com/gnome-terminator/terminator/pull/487) ([mattrose](https://github.com/mattrose))
|
||||
- Cursor: make it possible to change foreground color \(\#467\) [\#486](https://github.com/gnome-terminator/terminator/pull/486) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- fixes for --config-json [\#484](https://github.com/gnome-terminator/terminator/pull/484) ([mattrose](https://github.com/mattrose))
|
||||
- GUI: set all CheckButtons off to avoid blinking + remove grid empty rows/columns [\#482](https://github.com/gnome-terminator/terminator/pull/482) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Move titlebar settings to profiles \(\#379\) [\#481](https://github.com/gnome-terminator/terminator/pull/481) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Issue 365 [\#480](https://github.com/gnome-terminator/terminator/pull/480) ([mattrose](https://github.com/mattrose))
|
||||
- Fix typo in `po/de.po` [\#476](https://github.com/gnome-terminator/terminator/pull/476) ([dennis-benzinger-hybris](https://github.com/dennis-benzinger-hybris))
|
||||
- add parameters to remotinator split commands [\#472](https://github.com/gnome-terminator/terminator/pull/472) ([mattrose](https://github.com/mattrose))
|
||||
- add switch\_profile\_all command to remotinator [\#471](https://github.com/gnome-terminator/terminator/pull/471) ([mattrose](https://github.com/mattrose))
|
||||
- Set CAN\_FOCUS to False for notebook widgets [\#470](https://github.com/gnome-terminator/terminator/pull/470) ([marktimarev](https://github.com/marktimarev))
|
||||
- tell titlebar to start focussed out if it does not have focus [\#462](https://github.com/gnome-terminator/terminator/pull/462) ([mattrose](https://github.com/mattrose))
|
||||
- Update translation [\#460](https://github.com/gnome-terminator/terminator/pull/460) ([pktiuk](https://github.com/pktiuk))
|
||||
- Add new plugin for opening current directory using right mouse button [\#459](https://github.com/gnome-terminator/terminator/pull/459) ([pktiuk](https://github.com/pktiuk))
|
||||
- Fixed Issue \#425 \(hide\_window will try to show a destroyed window\) [\#456](https://github.com/gnome-terminator/terminator/pull/456) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Incorrect layout sorting in notebook [\#454](https://github.com/gnome-terminator/terminator/pull/454) ([AsadJivani](https://github.com/AsadJivani))
|
||||
- Closing tab on middle mouse button press [\#451](https://github.com/gnome-terminator/terminator/pull/451) ([kocho1984](https://github.com/kocho1984))
|
||||
- Bug Fix: 'Clear selection on copy' is always unchecked [\#443](https://github.com/gnome-terminator/terminator/pull/443) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Fixed issue \#433 \(layout sometimes ignores ratio\) [\#442](https://github.com/gnome-terminator/terminator/pull/442) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Fix the background image loading exception handling [\#436](https://github.com/gnome-terminator/terminator/pull/436) ([GerbenWelter](https://github.com/GerbenWelter))
|
||||
- Added set\_tab\_title command to remotinator. [\#435](https://github.com/gnome-terminator/terminator/pull/435) ([yusufgungor](https://github.com/yusufgungor))
|
||||
- Ukrainianized by 93% [\#428](https://github.com/gnome-terminator/terminator/pull/428) ([balac-ode](https://github.com/balac-ode))
|
||||
- Fixed geometry hints [\#416](https://github.com/gnome-terminator/terminator/pull/416) ([Vulcalien](https://github.com/Vulcalien))
|
||||
- Feat+run cmd on match [\#399](https://github.com/gnome-terminator/terminator/pull/399) ([nojhan](https://github.com/nojhan))
|
||||
- add feat: config to open links with single click [\#398](https://github.com/gnome-terminator/terminator/pull/398) ([nojhan](https://github.com/nojhan))
|
||||
- Add new vsplit hsplit cmd dbus [\#390](https://github.com/gnome-terminator/terminator/pull/390) ([TheBigS](https://github.com/TheBigS))
|
||||
- Added new get\_focused\_terminal dbus command which returns uuid of current focused terminal [\#389](https://github.com/gnome-terminator/terminator/pull/389) ([TheBigS](https://github.com/TheBigS))
|
||||
|
||||
## [v2.1.1](https://github.com/gnome-terminator/terminator/tree/v2.1.1) (2021-04-02)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.1.0...v2.1.1)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- add "switch profile" command to remotinator [\#321](https://github.com/gnome-terminator/terminator/issues/321)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Terminal text isn't shown on lost focus of multiple tabs and hidden scroll bar [\#372](https://github.com/gnome-terminator/terminator/issues/372)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Terminator display freeze [\#411](https://github.com/gnome-terminator/terminator/issues/411)
|
||||
- Albert hotkey \(shortcut\) didn't work in Gnome Terminal or Gnome Terminator [\#407](https://github.com/gnome-terminator/terminator/issues/407)
|
||||
- ImportError: bad magic number in 'six': b'\x03\xf3\r\n' [\#404](https://github.com/gnome-terminator/terminator/issues/404)
|
||||
- Last split in tab greyed out [\#402](https://github.com/gnome-terminator/terminator/issues/402)
|
||||
- Using the `--debug-classes` option makes terminator crash [\#397](https://github.com/gnome-terminator/terminator/issues/397)
|
||||
- cannot import name 'Validator' from 'validate' | arch community/terminator 2.1.0-2 [\#395](https://github.com/gnome-terminator/terminator/issues/395)
|
||||
- Clicking on terminator title bars does not focus the terminal belonging to the title-bar [\#394](https://github.com/gnome-terminator/terminator/issues/394)
|
||||
- Losing focus on a tabbed window will grey out the window [\#393](https://github.com/gnome-terminator/terminator/issues/393)
|
||||
- Terminator turns white when using tabs [\#391](https://github.com/gnome-terminator/terminator/issues/391)
|
||||
- unremovable background image [\#387](https://github.com/gnome-terminator/terminator/issues/387)
|
||||
- Tab focus change causes white-out of console [\#383](https://github.com/gnome-terminator/terminator/issues/383)
|
||||
- Allow hide title bar as global option [\#377](https://github.com/gnome-terminator/terminator/issues/377)
|
||||
- Add project management tool [\#376](https://github.com/gnome-terminator/terminator/issues/376)
|
||||
- module 'command\_notify' has no attribute 'AVAILABLE' [\#375](https://github.com/gnome-terminator/terminator/issues/375)
|
||||
- weird bug with long commands [\#373](https://github.com/gnome-terminator/terminator/issues/373)
|
||||
- Open in terminal [\#368](https://github.com/gnome-terminator/terminator/issues/368)
|
||||
- Clipboard commands [\#366](https://github.com/gnome-terminator/terminator/issues/366)
|
||||
- Background image not showing up on Xubuntu 20.04 [\#364](https://github.com/gnome-terminator/terminator/issues/364)
|
||||
- Pasted text is highlighted [\#363](https://github.com/gnome-terminator/terminator/issues/363)
|
||||
- \[FR\] Option to elide terminal title from the left [\#362](https://github.com/gnome-terminator/terminator/issues/362)
|
||||
- Windows title are not udpated after ssh session disconnected [\#359](https://github.com/gnome-terminator/terminator/issues/359)
|
||||
- No broadcast menu in sway [\#357](https://github.com/gnome-terminator/terminator/issues/357)
|
||||
- Remove spaces between tabs [\#331](https://github.com/gnome-terminator/terminator/issues/331)
|
||||
- Enhancement: Stjerm Layout Like Functionality [\#298](https://github.com/gnome-terminator/terminator/issues/298)
|
||||
- Unwanted transparent pane separators [\#293](https://github.com/gnome-terminator/terminator/issues/293)
|
||||
- clusterssh like behaviour via plugin [\#222](https://github.com/gnome-terminator/terminator/issues/222)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Release version 2.1.1 [\#413](https://github.com/gnome-terminator/terminator/pull/413) ([mattrose](https://github.com/mattrose))
|
||||
- i18n: pt\_BR: add missing space in translations with shortcuts [\#406](https://github.com/gnome-terminator/terminator/pull/406) ([terceiro](https://github.com/terceiro))
|
||||
- Fixed race condition when calling grab\_focus after underlying vte could be closed [\#388](https://github.com/gnome-terminator/terminator/pull/388) ([TheBigS](https://github.com/TheBigS))
|
||||
- disable 2.7 tests until we can figure out how to run them in GH [\#386](https://github.com/gnome-terminator/terminator/pull/386) ([mattrose](https://github.com/mattrose))
|
||||
- Revert 74 [\#385](https://github.com/gnome-terminator/terminator/pull/385) ([mattrose](https://github.com/mattrose))
|
||||
- update spanish translation [\#370](https://github.com/gnome-terminator/terminator/pull/370) ([mattrose](https://github.com/mattrose))
|
||||
- Remotinator "switch\_profile" command [\#361](https://github.com/gnome-terminator/terminator/pull/361) ([leandrost](https://github.com/leandrost))
|
||||
- clarify config file sentences [\#360](https://github.com/gnome-terminator/terminator/pull/360) ([mattrose](https://github.com/mattrose))
|
||||
- fix broadcast menu for sway and wayland [\#358](https://github.com/gnome-terminator/terminator/pull/358) ([mattrose](https://github.com/mattrose))
|
||||
|
||||
## [v2.1.0](https://github.com/gnome-terminator/terminator/tree/v2.1.0) (2021-01-04)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.0.1...v2.1.0)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Add bigger icon sizes [\#258](https://github.com/gnome-terminator/terminator/issues/258)
|
||||
- Smart Copy option to clear selection after copy [\#242](https://github.com/gnome-terminator/terminator/issues/242)
|
||||
- New feature: A Separate Json file for dynamic Layouts [\#213](https://github.com/gnome-terminator/terminator/issues/213)
|
||||
- new feature: support for term://1.2.3.4/ 'links' that when clicked open a new terminator ssh'ed to 1.2.3.4. [\#178](https://github.com/gnome-terminator/terminator/issues/178)
|
||||
- Add Transifex integration and documentation for translations [\#352](https://github.com/gnome-terminator/terminator/pull/352) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- No \(visible\) context menu in sway [\#330](https://github.com/gnome-terminator/terminator/issues/330)
|
||||
- ModuleNotFoundError: No module named 'validate' [\#324](https://github.com/gnome-terminator/terminator/issues/324)
|
||||
- Saving a layout after changing it, it correctly updates the config file but does not update the UI [\#319](https://github.com/gnome-terminator/terminator/issues/319)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Won't open in latest Manjaro ARM [\#354](https://github.com/gnome-terminator/terminator/issues/354)
|
||||
- Rethinking release artifacts [\#348](https://github.com/gnome-terminator/terminator/issues/348)
|
||||
- Unable to launch terminator [\#346](https://github.com/gnome-terminator/terminator/issues/346)
|
||||
- The Alt+L layout chooser is too small [\#345](https://github.com/gnome-terminator/terminator/issues/345)
|
||||
- Open in Previous Location [\#337](https://github.com/gnome-terminator/terminator/issues/337)
|
||||
- How to install terminator without root privilege? [\#332](https://github.com/gnome-terminator/terminator/issues/332)
|
||||
- Improve separator between splitted terminals [\#329](https://github.com/gnome-terminator/terminator/issues/329)
|
||||
- Using shift+Super+} for next\_tab key binding doesn't work [\#326](https://github.com/gnome-terminator/terminator/issues/326)
|
||||
- "Copy email address" actually doesn't quite do that [\#323](https://github.com/gnome-terminator/terminator/issues/323)
|
||||
- Can`t disable key binding [\#322](https://github.com/gnome-terminator/terminator/issues/322)
|
||||
- Middle click does not paste selected text [\#320](https://github.com/gnome-terminator/terminator/issues/320)
|
||||
- how to change colour of the tabs? [\#313](https://github.com/gnome-terminator/terminator/issues/313)
|
||||
- Would you mind to add default keybindins about Switch\_to\_tab\_\[1-10\] with Alt - \[1-10\]? [\#311](https://github.com/gnome-terminator/terminator/issues/311)
|
||||
- Terminator does not read config file from /etc/xdg directory [\#308](https://github.com/gnome-terminator/terminator/issues/308)
|
||||
- Add a 'clear terminal' function [\#306](https://github.com/gnome-terminator/terminator/issues/306)
|
||||
- terminator-2.0.1: vertical separator too big [\#305](https://github.com/gnome-terminator/terminator/issues/305)
|
||||
- rewrap\_on\_resize is deprecated in vte-0.60.0 [\#303](https://github.com/gnome-terminator/terminator/issues/303)
|
||||
- \<Alt\>period no longer usable as a shortcut keybinding: \<Alt\>comma and \<Alt\>minus still work \(!\) [\#301](https://github.com/gnome-terminator/terminator/issues/301)
|
||||
- Terminator doesn't update until I switch windows [\#299](https://github.com/gnome-terminator/terminator/issues/299)
|
||||
- Geometry ignored [\#297](https://github.com/gnome-terminator/terminator/issues/297)
|
||||
- hangs after update [\#292](https://github.com/gnome-terminator/terminator/issues/292)
|
||||
- Groups in config file [\#290](https://github.com/gnome-terminator/terminator/issues/290)
|
||||
- Help/suggestion: proc title. [\#289](https://github.com/gnome-terminator/terminator/issues/289)
|
||||
- terminator fails to run and issues stack trace [\#288](https://github.com/gnome-terminator/terminator/issues/288)
|
||||
- Unable to Set "Image" as Background [\#285](https://github.com/gnome-terminator/terminator/issues/285)
|
||||
- Terminator window not recognized as running application in Ubuntu [\#276](https://github.com/gnome-terminator/terminator/issues/276)
|
||||
- Terminator terminal gnome-terminator for Ubuntu 20.04 [\#274](https://github.com/gnome-terminator/terminator/issues/274)
|
||||
- Adding custom command to layout causes AttributeError: 'UUID' object has no attribute 'replace' [\#273](https://github.com/gnome-terminator/terminator/issues/273)
|
||||
- You need to run terminator in an X environment. Make sure $DISPLAY is properly set [\#272](https://github.com/gnome-terminator/terminator/issues/272)
|
||||
- Option to make zooming in and out apply to all subterminals instead of just one [\#271](https://github.com/gnome-terminator/terminator/issues/271)
|
||||
- Lack of documentation [\#268](https://github.com/gnome-terminator/terminator/issues/268)
|
||||
- module 'command\_notify' has no attribute 'AVAILABLE' [\#264](https://github.com/gnome-terminator/terminator/issues/264)
|
||||
- Using terminator natively on Windows 10 [\#263](https://github.com/gnome-terminator/terminator/issues/263)
|
||||
- Broadcast all is broadcasting to all terminator windows [\#261](https://github.com/gnome-terminator/terminator/issues/261)
|
||||
- Steps to install terminator [\#259](https://github.com/gnome-terminator/terminator/issues/259)
|
||||
- Cannot set/use Broadcast Shortcuts [\#253](https://github.com/gnome-terminator/terminator/issues/253)
|
||||
- Translations: some strings missing in pot file [\#250](https://github.com/gnome-terminator/terminator/issues/250)
|
||||
- Save sessions [\#243](https://github.com/gnome-terminator/terminator/issues/243)
|
||||
- No tests in tarball [\#238](https://github.com/gnome-terminator/terminator/issues/238)
|
||||
- Ubuntu 20 "open in terminal" not replaced by terminator. [\#236](https://github.com/gnome-terminator/terminator/issues/236)
|
||||
- symlinked config replaced with regular file [\#234](https://github.com/gnome-terminator/terminator/issues/234)
|
||||
- Feature Request: Split window shell based on parent [\#229](https://github.com/gnome-terminator/terminator/issues/229)
|
||||
- Create a new release? \(and maybe add easier-to-install workflow?\) [\#221](https://github.com/gnome-terminator/terminator/issues/221)
|
||||
- Cannot "Drag and Drop" Folders or Files [\#159](https://github.com/gnome-terminator/terminator/issues/159)
|
||||
- A new home for terminator [\#1](https://github.com/gnome-terminator/terminator/issues/1)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- prep for release 2.1.0 [\#355](https://github.com/gnome-terminator/terminator/pull/355) ([mattrose](https://github.com/mattrose))
|
||||
- Update RELEASE docs [\#353](https://github.com/gnome-terminator/terminator/pull/353) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- German language updated [\#351](https://github.com/gnome-terminator/terminator/pull/351) ([Brambleberry4](https://github.com/Brambleberry4))
|
||||
- Update terminator.appdata.xml.in [\#350](https://github.com/gnome-terminator/terminator/pull/350) ([jooola](https://github.com/jooola))
|
||||
- Fix \#345 The Alt+L layout chooser is too small [\#349](https://github.com/gnome-terminator/terminator/pull/349) ([evandrocoan](https://github.com/evandrocoan))
|
||||
- fix 319: refresh layout after save [\#344](https://github.com/gnome-terminator/terminator/pull/344) ([mattrose](https://github.com/mattrose))
|
||||
- feat: refactoring terminal file [\#343](https://github.com/gnome-terminator/terminator/pull/343) ([JAugusto42](https://github.com/JAugusto42))
|
||||
- Local user install: terminator.desktop and terminator.metainfo.xml [\#342](https://github.com/gnome-terminator/terminator/pull/342) ([zothar](https://github.com/zothar))
|
||||
- update to non-deprecated Gtk.Menu popup call [\#341](https://github.com/gnome-terminator/terminator/pull/341) ([mattrose](https://github.com/mattrose))
|
||||
- feat: Migrating from hbox to GtkBox [\#340](https://github.com/gnome-terminator/terminator/pull/340) ([JAugusto42](https://github.com/JAugusto42))
|
||||
- remove rewrap on resize from option and remove functions too [\#339](https://github.com/gnome-terminator/terminator/pull/339) ([JAugusto42](https://github.com/JAugusto42))
|
||||
- fix: \#323 [\#338](https://github.com/gnome-terminator/terminator/pull/338) ([JAugusto42](https://github.com/JAugusto42))
|
||||
- Revert pr36 [\#336](https://github.com/gnome-terminator/terminator/pull/336) ([mattrose](https://github.com/mattrose))
|
||||
- Feature: Relaunch command option on held open after child exit [\#333](https://github.com/gnome-terminator/terminator/pull/333) ([zothar](https://github.com/zothar))
|
||||
- add note aboug moving config file out of the way [\#328](https://github.com/gnome-terminator/terminator/pull/328) ([mattrose](https://github.com/mattrose))
|
||||
- issue 271: add keybindings to zoom all terminals at once [\#314](https://github.com/gnome-terminator/terminator/pull/314) ([mattrose](https://github.com/mattrose))
|
||||
- load config from XDG\_CONFIG\_DIRS if user config file doesn't exist [\#310](https://github.com/gnome-terminator/terminator/pull/310) ([mattrose](https://github.com/mattrose))
|
||||
- Update README with install instructions [\#309](https://github.com/gnome-terminator/terminator/pull/309) ([tomeksabala](https://github.com/tomeksabala))
|
||||
- add a commandline flag to unhide any windows [\#307](https://github.com/gnome-terminator/terminator/pull/307) ([mattrose](https://github.com/mattrose))
|
||||
- fix background image profile preferences ui [\#296](https://github.com/gnome-terminator/terminator/pull/296) ([mattrose](https://github.com/mattrose))
|
||||
- Minor fixes [\#295](https://github.com/gnome-terminator/terminator/pull/295) ([strottie](https://github.com/strottie))
|
||||
- fix issue with older vte lib [\#294](https://github.com/gnome-terminator/terminator/pull/294) ([mattrose](https://github.com/mattrose))
|
||||
- replace feed\_child\_binary\(\) calls with feed\_child\(\) [\#291](https://github.com/gnome-terminator/terminator/pull/291) ([mattrose](https://github.com/mattrose))
|
||||
- Update German and Croatian [\#287](https://github.com/gnome-terminator/terminator/pull/287) ([milotype](https://github.com/milotype))
|
||||
- fix issue \#74 [\#286](https://github.com/gnome-terminator/terminator/pull/286) ([mattrose](https://github.com/mattrose))
|
||||
- support for SSH URIs [\#280](https://github.com/gnome-terminator/terminator/pull/280) ([mattrose](https://github.com/mattrose))
|
||||
- add bigger icon sizes [\#279](https://github.com/gnome-terminator/terminator/pull/279) ([mattrose](https://github.com/mattrose))
|
||||
- fix stupid debugging error [\#278](https://github.com/gnome-terminator/terminator/pull/278) ([mattrose](https://github.com/mattrose))
|
||||
- multiple small documentation fixes [\#277](https://github.com/gnome-terminator/terminator/pull/277) ([mattrose](https://github.com/mattrose))
|
||||
- fix drag and drop issues on KDE [\#275](https://github.com/gnome-terminator/terminator/pull/275) ([mattrose](https://github.com/mattrose))
|
||||
- pass original working directory to dbus\_options as well [\#270](https://github.com/gnome-terminator/terminator/pull/270) ([mattrose](https://github.com/mattrose))
|
||||
- fix new upstream vte warning [\#267](https://github.com/gnome-terminator/terminator/pull/267) ([mattrose](https://github.com/mattrose))
|
||||
- suppress warning if the vte capability is not there [\#266](https://github.com/gnome-terminator/terminator/pull/266) ([mattrose](https://github.com/mattrose))
|
||||
- remove workaround for https://github.com/ibus/ibus/issues/1802 [\#265](https://github.com/gnome-terminator/terminator/pull/265) ([mattrose](https://github.com/mattrose))
|
||||
- Add support for inverted search [\#257](https://github.com/gnome-terminator/terminator/pull/257) ([yoavp77](https://github.com/yoavp77))
|
||||
- update translations [\#255](https://github.com/gnome-terminator/terminator/pull/255) ([mattrose](https://github.com/mattrose))
|
||||
- Clear selection on smart copy [\#254](https://github.com/gnome-terminator/terminator/pull/254) ([mattrose](https://github.com/mattrose))
|
||||
- Polish translation update [\#252](https://github.com/gnome-terminator/terminator/pull/252) ([napcok](https://github.com/napcok))
|
||||
- update terminator.pot [\#251](https://github.com/gnome-terminator/terminator/pull/251) ([napcok](https://github.com/napcok))
|
||||
- Preserve searchbar case sensitivity state in config file on state change [\#249](https://github.com/gnome-terminator/terminator/pull/249) ([yoavp77](https://github.com/yoavp77))
|
||||
- Polish translation update [\#248](https://github.com/gnome-terminator/terminator/pull/248) ([napcok](https://github.com/napcok))
|
||||
- fix the handle on the divider between horizontal panes [\#247](https://github.com/gnome-terminator/terminator/pull/247) ([mattrose](https://github.com/mattrose))
|
||||
- add tests to release tarball [\#246](https://github.com/gnome-terminator/terminator/pull/246) ([mattrose](https://github.com/mattrose))
|
||||
- Change how config file is saved [\#235](https://github.com/gnome-terminator/terminator/pull/235) ([planet36](https://github.com/planet36))
|
||||
- Updated Estonian translation [\#226](https://github.com/gnome-terminator/terminator/pull/226) ([ookull](https://github.com/ookull))
|
||||
- Fix: Key Binding Clearing in `Preferences > Keybindings` [\#224](https://github.com/gnome-terminator/terminator/pull/224) ([dkmvs](https://github.com/dkmvs))
|
||||
- layout file - initial commit - work in progress [\#214](https://github.com/gnome-terminator/terminator/pull/214) ([dvdlevanon](https://github.com/dvdlevanon))
|
||||
- fast resize keyboard shortcuts [\#36](https://github.com/gnome-terminator/terminator/pull/36) ([waldner](https://github.com/waldner))
|
||||
|
||||
## [v2.0.1](https://github.com/gnome-terminator/terminator/tree/v2.0.1) (2020-10-11)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v2.0...v2.0.1)
|
||||
|
||||
TODO
|
||||
|
||||
## Package maintainers
|
||||
|
||||
With pull request #70, we removed the need for gettext binaries and switched to Python Babel.
|
||||
|
||||
* `gettext` and `intltool` packages are now no longer needed
|
||||
* Python package `babel` is now required for building, `BabelGladeExtractor` only for updating POT
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- config settings lost when I cancel "Close multiple terminals" dialog [\#210](https://github.com/gnome-terminator/terminator/issues/210)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Feature Suggestion: Splitted screen shells based on parent [\#230](https://github.com/gnome-terminator/terminator/issues/230)
|
||||
- Release 2.0 does not have signed assets [\#228](https://github.com/gnome-terminator/terminator/issues/228)
|
||||
- Some files install to the wrong location [\#227](https://github.com/gnome-terminator/terminator/issues/227)
|
||||
- Multi tab breaks transparent background [\#225](https://github.com/gnome-terminator/terminator/issues/225)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- make sure data/\*.in files are there for distributors [\#237](https://github.com/gnome-terminator/terminator/pull/237) ([mattrose](https://github.com/mattrose))
|
||||
- only set clear background when background\_image in config [\#233](https://github.com/gnome-terminator/terminator/pull/233) ([mattrose](https://github.com/mattrose))
|
||||
- fix INSTALL instructions for setuptools [\#232](https://github.com/gnome-terminator/terminator/pull/232) ([mattrose](https://github.com/mattrose))
|
||||
|
||||
## [v2.0](https://github.com/gnome-terminator/terminator/tree/v2.0) (2020-10-06)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/v1.92...v2.0)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Feature Request: "broadcast-only" option in profile preferences [\#157](https://github.com/gnome-terminator/terminator/issues/157)
|
||||
- Feature Request: Key binding option for creating group in current tab [\#156](https://github.com/gnome-terminator/terminator/issues/156)
|
||||
- Terminator should use XDG\_CONFIG\_HOME environment variable if it's available. [\#152](https://github.com/gnome-terminator/terminator/issues/152)
|
||||
- align maximize option spelling with gnome-terminal [\#125](https://github.com/gnome-terminator/terminator/issues/125)
|
||||
- Putty style paste makes it impossible to reach preferences [\#120](https://github.com/gnome-terminator/terminator/issues/120)
|
||||
- Adjust Line Height [\#111](https://github.com/gnome-terminator/terminator/issues/111)
|
||||
- Allow to open layout in a new tab [\#106](https://github.com/gnome-terminator/terminator/issues/106)
|
||||
- Use VTE api instead of python psutil to get cwd. [\#82](https://github.com/gnome-terminator/terminator/issues/82)
|
||||
- Make a submenu of Layouts in the popup menu. [\#63](https://github.com/gnome-terminator/terminator/issues/63)
|
||||
- Search should have a case-sensitive option [\#44](https://github.com/gnome-terminator/terminator/issues/44)
|
||||
- Remove default keybindings for enabling terminal broadcast [\#40](https://github.com/gnome-terminator/terminator/issues/40)
|
||||
- \[Feature Request\] Make bold-is-bright option configurable [\#38](https://github.com/gnome-terminator/terminator/issues/38)
|
||||
- No option for background image in gtk3 version [\#5](https://github.com/gnome-terminator/terminator/issues/5)
|
||||
- Terminator need to highlight search string [\#4](https://github.com/gnome-terminator/terminator/issues/4)
|
||||
- rely on python psutil to get the cwd [\#83](https://github.com/gnome-terminator/terminator/pull/83) ([mattrose](https://github.com/mattrose))
|
||||
- Propagate tab-swictch events if there is only one tab [\#61](https://github.com/gnome-terminator/terminator/pull/61) ([blackm0re](https://github.com/blackm0re))
|
||||
- Install AppStream data as .metainfo.xml [\#53](https://github.com/gnome-terminator/terminator/pull/53) ([DarthGandalf](https://github.com/DarthGandalf))
|
||||
- Added option to disable ctrl+mousewheel zoom [\#46](https://github.com/gnome-terminator/terminator/pull/46) ([filipkilibarda](https://github.com/filipkilibarda))
|
||||
- Add layout launcher to terminal popup menu. [\#42](https://github.com/gnome-terminator/terminator/pull/42) ([nbeaver](https://github.com/nbeaver))
|
||||
- \#38: Add option for configuring bold-is-bright setting of VTE [\#39](https://github.com/gnome-terminator/terminator/pull/39) ([JakubVanek](https://github.com/JakubVanek))
|
||||
- Only import GdkX11 when available [\#19](https://github.com/gnome-terminator/terminator/pull/19) ([mattrose](https://github.com/mattrose))
|
||||
- Removing packaging files from the repository [\#7](https://github.com/gnome-terminator/terminator/pull/7) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Fails to run for LDAP user [\#128](https://github.com/gnome-terminator/terminator/issues/128)
|
||||
- Crash in paned.py:311 [\#68](https://github.com/gnome-terminator/terminator/issues/68)
|
||||
- terminator runs in network namespace only with -u option \(dbus\) [\#65](https://github.com/gnome-terminator/terminator/issues/65)
|
||||
- dbus FileNotFoundError [\#58](https://github.com/gnome-terminator/terminator/issues/58)
|
||||
- Middle click does not paste selected text [\#24](https://github.com/gnome-terminator/terminator/issues/24)
|
||||
- Fix crash when GdkX11 module is not available when creating layout [\#113](https://github.com/gnome-terminator/terminator/pull/113) ([mattrose](https://github.com/mattrose))
|
||||
- Do not crash when dbus server is unavailable, just emit an error message [\#88](https://github.com/gnome-terminator/terminator/pull/88) ([mattrose](https://github.com/mattrose))
|
||||
- Fix fallback for getting the current working directory [\#87](https://github.com/gnome-terminator/terminator/pull/87) ([terceiro](https://github.com/terceiro))
|
||||
- fix FileNotFound error when terminator is run from a directory that no longer exists [\#81](https://github.com/gnome-terminator/terminator/pull/81) ([mattrose](https://github.com/mattrose))
|
||||
- Fix layout launcher error [\#59](https://github.com/gnome-terminator/terminator/pull/59) ([FernandoBasso](https://github.com/FernandoBasso))
|
||||
- fix traceback on dragging and dropping files from a file manager [\#54](https://github.com/gnome-terminator/terminator/pull/54) ([mattrose](https://github.com/mattrose))
|
||||
- Disable special logic for pasting on Wayland [\#51](https://github.com/gnome-terminator/terminator/pull/51) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- searchbar: Implement modern/glib regexp support [\#43](https://github.com/gnome-terminator/terminator/pull/43) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- fix exception when feeding terminal number to terminal [\#35](https://github.com/gnome-terminator/terminator/pull/35) ([mattrose](https://github.com/mattrose))
|
||||
- terminal: Improve compat for Vte Regex [\#28](https://github.com/gnome-terminator/terminator/pull/28) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Feature request: Preference to disable Ctrl + Scroll font size change [\#219](https://github.com/gnome-terminator/terminator/issues/219)
|
||||
- AttributeError: 'Terminal' object has no attribute 'spawn\_async' [\#218](https://github.com/gnome-terminator/terminator/issues/218)
|
||||
- Question - custom command line [\#212](https://github.com/gnome-terminator/terminator/issues/212)
|
||||
- Terminator overwrite shortcut of console Applications [\#204](https://github.com/gnome-terminator/terminator/issues/204)
|
||||
- Gap between windows [\#203](https://github.com/gnome-terminator/terminator/issues/203)
|
||||
- Search does not work [\#199](https://github.com/gnome-terminator/terminator/issues/199)
|
||||
- Selecting first char of a line for copy-paste is impossible [\#191](https://github.com/gnome-terminator/terminator/issues/191)
|
||||
- Duplicate Key Bindings are Allowed in `Preferences > Keybindings` [\#190](https://github.com/gnome-terminator/terminator/issues/190)
|
||||
- Cannot open terminator windows with different configs [\#184](https://github.com/gnome-terminator/terminator/issues/184)
|
||||
- Feature request: reenable broadcast keybindings and warn on their first use instead [\#183](https://github.com/gnome-terminator/terminator/issues/183)
|
||||
- Add Terminator version in About screen [\#169](https://github.com/gnome-terminator/terminator/issues/169)
|
||||
- Feature Request: Add hyperlink support [\#164](https://github.com/gnome-terminator/terminator/issues/164)
|
||||
- ctrl-alt-a activates even when terminal has no focus [\#163](https://github.com/gnome-terminator/terminator/issues/163)
|
||||
- TypeError in terminal.py [\#162](https://github.com/gnome-terminator/terminator/issues/162)
|
||||
- Active tab identification [\#158](https://github.com/gnome-terminator/terminator/issues/158)
|
||||
- Is terminator is rolling for Windows Subsystem For Linux \(WSL\)??? [\#154](https://github.com/gnome-terminator/terminator/issues/154)
|
||||
- broken mouse events in fullscreen applications [\#151](https://github.com/gnome-terminator/terminator/issues/151)
|
||||
- Key Bindigs That Contain a Key Modified by a Shift Key Don't Work [\#149](https://github.com/gnome-terminator/terminator/issues/149)
|
||||
- move translation of ConfigObj from main terminator code to the only method that uses it. [\#148](https://github.com/gnome-terminator/terminator/issues/148)
|
||||
- Gnome session support no longer works [\#147](https://github.com/gnome-terminator/terminator/issues/147)
|
||||
- Errors in prefseditor.py [\#137](https://github.com/gnome-terminator/terminator/issues/137)
|
||||
- PuTTY style paste is pasting from x-selection instead of clipboard [\#134](https://github.com/gnome-terminator/terminator/issues/134)
|
||||
- Terminator separator size cannot be changed [\#133](https://github.com/gnome-terminator/terminator/issues/133)
|
||||
- update dependencies in INSTALL.md [\#127](https://github.com/gnome-terminator/terminator/issues/127)
|
||||
- Feature request: show bold text in bright colors \(option\) [\#122](https://github.com/gnome-terminator/terminator/issues/122)
|
||||
- Feature request: configurable shortcut to open Prefs [\#121](https://github.com/gnome-terminator/terminator/issues/121)
|
||||
- Support desktop dark/light theme [\#119](https://github.com/gnome-terminator/terminator/issues/119)
|
||||
- conflicting UUID when cloning layout [\#115](https://github.com/gnome-terminator/terminator/issues/115)
|
||||
- Add support for tmux integration \(like iTerm2\) [\#107](https://github.com/gnome-terminator/terminator/issues/107)
|
||||
- Ubuntu 20.04 drag and drop crashes [\#103](https://github.com/gnome-terminator/terminator/issues/103)
|
||||
- When opening a new window, terminator automatically switch to the last tab of the first window. [\#99](https://github.com/gnome-terminator/terminator/issues/99)
|
||||
- Why we use python in shebang [\#98](https://github.com/gnome-terminator/terminator/issues/98)
|
||||
- Ubuntu 20.04 split terminal broadcast duplicate keys [\#96](https://github.com/gnome-terminator/terminator/issues/96)
|
||||
- ubuntu 18.04 Install ok but no desktop icon [\#95](https://github.com/gnome-terminator/terminator/issues/95)
|
||||
- There are still translation commits to launchpad [\#85](https://github.com/gnome-terminator/terminator/issues/85)
|
||||
- cwd.get\_pid\_cwd is a mess. [\#80](https://github.com/gnome-terminator/terminator/issues/80)
|
||||
- Resize borderless window [\#75](https://github.com/gnome-terminator/terminator/issues/75)
|
||||
- Add distribution info into INSTALL [\#45](https://github.com/gnome-terminator/terminator/issues/45)
|
||||
- Alt+ScrollWheel ? [\#29](https://github.com/gnome-terminator/terminator/issues/29)
|
||||
- Switch to setuptools [\#14](https://github.com/gnome-terminator/terminator/issues/14)
|
||||
- Improve gettext integration [\#13](https://github.com/gnome-terminator/terminator/issues/13)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Revert "Merge pull request \#208 from mattrose/update-vte-spawn" [\#220](https://github.com/gnome-terminator/terminator/pull/220) ([mattrose](https://github.com/mattrose))
|
||||
- Background image [\#217](https://github.com/gnome-terminator/terminator/pull/217) ([mattrose](https://github.com/mattrose))
|
||||
- fix spacing [\#215](https://github.com/gnome-terminator/terminator/pull/215) ([mattrose](https://github.com/mattrose))
|
||||
- Fix: Allow `Shift+Tab` Key Binding [\#211](https://github.com/gnome-terminator/terminator/pull/211) ([dkmvs](https://github.com/dkmvs))
|
||||
- add preferences keybindings [\#209](https://github.com/gnome-terminator/terminator/pull/209) ([mattrose](https://github.com/mattrose))
|
||||
- fix login\_shell option so that it sends -l rather than -shell [\#207](https://github.com/gnome-terminator/terminator/pull/207) ([mattrose](https://github.com/mattrose))
|
||||
- Command notify [\#205](https://github.com/gnome-terminator/terminator/pull/205) ([mattrose](https://github.com/mattrose))
|
||||
- Dbus options [\#200](https://github.com/gnome-terminator/terminator/pull/200) ([mattrose](https://github.com/mattrose))
|
||||
- Fix: Forbid Duplicate Key Bindings in `Preferences > Keybindings` [\#196](https://github.com/gnome-terminator/terminator/pull/196) ([dkmvs](https://github.com/dkmvs))
|
||||
- Key binding option for creating group in current terminal [\#195](https://github.com/gnome-terminator/terminator/pull/195) ([mattrose](https://github.com/mattrose))
|
||||
- Add 'wide\_handle' property [\#193](https://github.com/gnome-terminator/terminator/pull/193) ([mattrose](https://github.com/mattrose))
|
||||
- Exit remotinator with an explicit error message when terminator is needed but not running [\#185](https://github.com/gnome-terminator/terminator/pull/185) ([phidebian](https://github.com/phidebian))
|
||||
- Add a 'title bar at bottom' option [\#182](https://github.com/gnome-terminator/terminator/pull/182) ([phidebian](https://github.com/phidebian))
|
||||
- Format shortcuts [\#181](https://github.com/gnome-terminator/terminator/pull/181) ([aadrian](https://github.com/aadrian))
|
||||
- add support for OSC-8 [\#176](https://github.com/gnome-terminator/terminator/pull/176) ([mattrose](https://github.com/mattrose))
|
||||
- add packages to install doc [\#174](https://github.com/gnome-terminator/terminator/pull/174) ([mattrose](https://github.com/mattrose))
|
||||
- Fix readme [\#173](https://github.com/gnome-terminator/terminator/pull/173) ([mattrose](https://github.com/mattrose))
|
||||
- remove unused gnome session code [\#172](https://github.com/gnome-terminator/terminator/pull/172) ([mattrose](https://github.com/mattrose))
|
||||
- Add version string to "Preferences -\> About" [\#171](https://github.com/gnome-terminator/terminator/pull/171) ([mattrose](https://github.com/mattrose))
|
||||
- Update README.md [\#166](https://github.com/gnome-terminator/terminator/pull/166) ([br0kenbuild](https://github.com/br0kenbuild))
|
||||
- Allow live previewing of profile color changes [\#160](https://github.com/gnome-terminator/terminator/pull/160) ([dafrito](https://github.com/dafrito))
|
||||
- Fix: Allow Key Bindings with Shift-Modified Keys [\#150](https://github.com/gnome-terminator/terminator/pull/150) ([dkmvs](https://github.com/dkmvs))
|
||||
- Fixed bug in prefseditor.py [\#146](https://github.com/gnome-terminator/terminator/pull/146) ([robertoetcheverryr](https://github.com/robertoetcheverryr))
|
||||
- fix traceback on paned.py [\#145](https://github.com/gnome-terminator/terminator/pull/145) ([mattrose](https://github.com/mattrose))
|
||||
- issue 44, add option for case sensitive search [\#144](https://github.com/gnome-terminator/terminator/pull/144) ([dugb](https://github.com/dugb))
|
||||
- fix line height config variable location to match ui [\#142](https://github.com/gnome-terminator/terminator/pull/142) ([mattrose](https://github.com/mattrose))
|
||||
- Issue 111, add line\_height slider [\#141](https://github.com/gnome-terminator/terminator/pull/141) ([dugb](https://github.com/dugb))
|
||||
- replaces the handle\_size property that was deprecated in gtk3.20 [\#140](https://github.com/gnome-terminator/terminator/pull/140) ([mattrose](https://github.com/mattrose))
|
||||
- update apt repos before installing packages [\#136](https://github.com/gnome-terminator/terminator/pull/136) ([mattrose](https://github.com/mattrose))
|
||||
- Added putty\_paste\_style\_source\_clipboard [\#135](https://github.com/gnome-terminator/terminator/pull/135) ([robertoetcheverryr](https://github.com/robertoetcheverryr))
|
||||
- launch new layouts directly from right-click menu [\#132](https://github.com/gnome-terminator/terminator/pull/132) ([mattrose](https://github.com/mattrose))
|
||||
- Issue99 [\#131](https://github.com/gnome-terminator/terminator/pull/131) ([mattrose](https://github.com/mattrose))
|
||||
- Adding maximize option [\#126](https://github.com/gnome-terminator/terminator/pull/126) ([qckzr](https://github.com/qckzr))
|
||||
- add line\_height config variable [\#124](https://github.com/gnome-terminator/terminator/pull/124) ([mattrose](https://github.com/mattrose))
|
||||
- fix cwd for non-vte shells [\#123](https://github.com/gnome-terminator/terminator/pull/123) ([mattrose](https://github.com/mattrose))
|
||||
- fix detection of whether or not ibus is running [\#114](https://github.com/gnome-terminator/terminator/pull/114) ([mattrose](https://github.com/mattrose))
|
||||
- fix traceback when closing a window [\#112](https://github.com/gnome-terminator/terminator/pull/112) ([mattrose](https://github.com/mattrose))
|
||||
- add debug logging to searchbar [\#110](https://github.com/gnome-terminator/terminator/pull/110) ([mattrose](https://github.com/mattrose))
|
||||
- fix io errors on debugserver [\#109](https://github.com/gnome-terminator/terminator/pull/109) ([mattrose](https://github.com/mattrose))
|
||||
- Fix TODO for documenting vte regex matching constants [\#105](https://github.com/gnome-terminator/terminator/pull/105) ([GerbenWelter](https://github.com/GerbenWelter))
|
||||
- Revert "replace gettext and intltool with Babel" [\#100](https://github.com/gnome-terminator/terminator/pull/100) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Import Launchpad translations [\#91](https://github.com/gnome-terminator/terminator/pull/91) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Gentoo: github is only a mirror [\#86](https://github.com/gnome-terminator/terminator/pull/86) ([DarthGandalf](https://github.com/DarthGandalf))
|
||||
- update the INSTALL.md for Ubuntu installation [\#77](https://github.com/gnome-terminator/terminator/pull/77) ([yosoufe](https://github.com/yosoufe))
|
||||
- Update AUTHORS with a full list from GIT history [\#67](https://github.com/gnome-terminator/terminator/pull/67) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- docs: Update INSTALL.md and add distributions [\#66](https://github.com/gnome-terminator/terminator/pull/66) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Make LayoutLauncher window a little larger by default [\#60](https://github.com/gnome-terminator/terminator/pull/60) ([FernandoBasso](https://github.com/FernandoBasso))
|
||||
- fix up language strings in .po files [\#52](https://github.com/gnome-terminator/terminator/pull/52) ([mattrose](https://github.com/mattrose))
|
||||
- Switch to setuptools and use pytest [\#50](https://github.com/gnome-terminator/terminator/pull/50) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- \#40: remove default key bindings for input broadcasting [\#41](https://github.com/gnome-terminator/terminator/pull/41) ([JakubVanek](https://github.com/JakubVanek))
|
||||
- Add FreeBSD [\#33](https://github.com/gnome-terminator/terminator/pull/33) ([h-ume](https://github.com/h-ume))
|
||||
- Update pt\_BR.po [\#30](https://github.com/gnome-terminator/terminator/pull/30) ([chclxds](https://github.com/chclxds))
|
||||
- Remove obsolete terminator.wrapper [\#27](https://github.com/gnome-terminator/terminator/pull/27) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Add Gentoo, sort the order of distributions [\#23](https://github.com/gnome-terminator/terminator/pull/23) ([DarthGandalf](https://github.com/DarthGandalf))
|
||||
|
||||
## [v1.92](https://github.com/gnome-terminator/terminator/tree/v1.92) (2020-04-18)
|
||||
|
||||
[Full Changelog](https://github.com/gnome-terminator/terminator/compare/1.91...v1.92)
|
||||
|
||||
This is the first release since 2017, while we are now a few years later a few things changed.
|
||||
|
||||
* New home on GitHub https://github.com/gnome-terminator/terminator
|
||||
* New team under the lead of https://github.com/lazyfrosch
|
||||
* Python 3 support finally released
|
||||
* Some tedious bugs solved for current GTK and VTE
|
||||
|
||||
There is still a lot to do, and we need more help to keep Terminator available for
|
||||
your daily use.
|
||||
|
||||
If you are interested in contributing to the project, please contact us, open issues,
|
||||
discuss issues or help with whatever you can! Any help is welcome!
|
||||
|
||||
**Notes for packagers:**
|
||||
|
||||
* All scripts now use `#!/usr/bin/env python` as shebang, when you are using
|
||||
`python3 setup.py install` or similar all binary scripts should be automatically
|
||||
modified to the correct shebang
|
||||
* Any feedback is welcome, please open an issue or join the community channels
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Implement support for Python 3 [\#6](https://github.com/gnome-terminator/terminator/pull/6) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- VTE Regexp should work with older VTE releases as well [\#10](https://github.com/gnome-terminator/terminator/issues/10)
|
||||
- ctrl+click should open links [\#3](https://github.com/gnome-terminator/terminator/issues/3)
|
||||
- Ensure Python 3 support [\#2](https://github.com/gnome-terminator/terminator/issues/2)
|
||||
- terminal: Add compat detection for Vte regexp feature [\#22](https://github.com/gnome-terminator/terminator/pull/22) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Fix some compat issues for Python 2.7 [\#18](https://github.com/gnome-terminator/terminator/pull/18) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Converting to python 3 and making all tests pass. [\#9](https://github.com/gnome-terminator/terminator/pull/9) ([JAugusto42](https://github.com/JAugusto42))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Add GitHub action for Python [\#17](https://github.com/gnome-terminator/terminator/pull/17) ([lazyfrosch](https://github.com/lazyfrosch))
|
||||
- Updating URLs in application and appdata [\#16](https://github.com/gnome-terminator/terminator/pull/16) ([mattrose](https://github.com/mattrose))
|
||||
- update the INSTALL file [\#15](https://github.com/gnome-terminator/terminator/pull/15) ([mattrose](https://github.com/mattrose))
|
||||
|
||||
|
||||
|
||||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
|
@ -0,0 +1,275 @@
|
|||
terminator 0.97:
|
||||
* Allow font dimming in inactive terminals
|
||||
* Allow URL handler plugins to override label text for URL context
|
||||
menus
|
||||
* When copying a URL, run it through the URL handler first so the
|
||||
resulting URL is copied, rather than the original text
|
||||
* Allow users to configure a custom URL handler, since the
|
||||
default GTK library option is failing a lot of users in non-GNOME
|
||||
environments.
|
||||
* Allow rotation of a group of terminals (Andre Hilsendeger)
|
||||
* Add a keyboard shortcut to insert a terminal's number (Stephen J
|
||||
Boddy)
|
||||
* Add a keyboard shortcut to edit the window title (Stephen J Boddy)
|
||||
* Add an easy way to balance terminals by double clicking on their
|
||||
separator (Stephen J Boddy)
|
||||
* Add a plugin by Sinan Nalkaya to log the contents of terminals.
|
||||
* Support configuration of TERM and COLORTERM, via a patch from
|
||||
John Feuerstein
|
||||
* Support reading configuration from alternate files, via a patch
|
||||
from Pavel Khlebovich
|
||||
* Allow creation of new tabs in existing Terminators, via DBus
|
||||
* Support the Solarized palettes (Juan Francisco Cantero Hutardo)
|
||||
* Translation support for the Preferences window.
|
||||
* Lots of translation updates (thanks to everyone who helped!)
|
||||
* Bug fixes
|
||||
|
||||
terminator 0.96:
|
||||
* Unity support for opening new windows (Lucian Adrian Grijincu)
|
||||
* Fix searching with infinite scrollback (Julien Thewys #755077)
|
||||
* Fix searching on Ubuntu 10.10 and 11.04, and implement searching
|
||||
by regular expression (Roberto Aguilar #709018)
|
||||
* Optimise various low level components so they are dramatically
|
||||
faster (Stephen Boddy)
|
||||
* Fix various bugs (Stephen Boddy)
|
||||
* Fix cursor colours (#700969) and a cursor blink issue (Tony Baker)
|
||||
* Improve and extend drag&drop support to include more sources of
|
||||
text, e.g. Gtk file chooser path buttons (#643425)
|
||||
* Add a plugin to watch a terminal for inactvity (i.e. silence)
|
||||
* Fix loading layouts with more than two tabs (#646826)
|
||||
* Fix order of tabs created from saved layouts (#615930)
|
||||
* Add configuration to remove terminal dimensions from titlebars
|
||||
(patch from João Pinto #691213)
|
||||
* Restore split positions more accurately (patch from Glenn Moss
|
||||
#797953)
|
||||
* Fix activity notification in active terminals. (patch from Chris
|
||||
Newton #748681)
|
||||
* Stop leaking child processes if terminals are closed using the
|
||||
context menu (#308025)
|
||||
* Don't forget tab order and custom labels when closing terminals
|
||||
in them (#711356)
|
||||
* Each terminal is assigned a unique identifier and this is exposed
|
||||
to the processes inside the terminal via the environment variable
|
||||
TERMINATOR_UUID
|
||||
* Expand dbus support to start covering useful methods. Also add
|
||||
a commandline tool called 'remotinator' that can be used to control
|
||||
Terminator from a terminal running inside it.
|
||||
* Fix terminal font settings for users of older Linux distributions
|
||||
|
||||
terminator 0.95:
|
||||
* Add a configuration option to enable a DBus server
|
||||
* Add a configuration option to disable font anti-aliasing
|
||||
* Improved error handling in various locations
|
||||
* Maven URL handler plugin (thanks to Julien Nicoulaud)
|
||||
|
||||
terminator 0.94:
|
||||
* Improved support for entirely hiding Terminal titlebars
|
||||
* Plugin configuration via preferences UI
|
||||
* New plugins: Terminal Screenshot, Watch Terminal Activity
|
||||
* Add preferences support for profile encodings (LP: #597340)
|
||||
* Deprecate the tabbar_hide option, replacing it with a 'hidden'
|
||||
option for tab_position.
|
||||
* Add profiles, custom titlebar and custom tab labels to layouts.
|
||||
* Improved directional navigation
|
||||
* Backwards compatibility fixes for RHEL 5.5.
|
||||
* Disabled-by-default keybindings for switching broadcast modes
|
||||
* Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279,
|
||||
#597340, #554571, #597651, #308025, #600280, #576276, #570706,
|
||||
#575827 and some other bugs.
|
||||
|
||||
terminator 0.93:
|
||||
* Add preferences support for alternate_screen_scroll (LP: #558832).
|
||||
* Bug fixes for LPs: #562490, #563911, #546665, #558324, #490627,
|
||||
#558376, #558375, #559185, #558330, #554571, #554440, #561697,
|
||||
#562039, #558832, #561710, #563445 and some other bugs.
|
||||
|
||||
terminator 0.92:
|
||||
* Lots of juicy bug fixes
|
||||
* Implement the Palette section of the Profile preferences
|
||||
|
||||
terminator 0.91:
|
||||
* Fix various stupid release bugs from 0.90
|
||||
|
||||
terminator 0.90:
|
||||
* Almost complete refactoring of the code. This almost
|
||||
inevitably means some regressions, unfortunately, but
|
||||
it brings serious internal improvements and some new
|
||||
features.
|
||||
* Brand new preferences editor, including profiles and
|
||||
layouts. The editor now saves to a config file.
|
||||
|
||||
terminator 0.14:
|
||||
* Major reworking of the grouping interface by Stephen
|
||||
Boddy
|
||||
* Keybindings can now be disabled by setting them to "None"
|
||||
* Change default behaviour to enable full transparency
|
||||
* Terminal titlebars can now be edited like tab labels
|
||||
* Geometry hinting is now available and enabled by default
|
||||
* Lots of bug fixing
|
||||
|
||||
terminator 0.13:
|
||||
* Bug fixes
|
||||
* Added a shortcut key to make the window appear/disappear
|
||||
(somewhat like a "Quake console" mode. Needs the deskbar
|
||||
python bindings to work)
|
||||
* Update pot generation to use intltool-update
|
||||
* Allow users to permanently fix the title of a tab
|
||||
* Added command line option to specify working directory
|
||||
* Improve transparency support in composited desktops.
|
||||
* The tab bar can now be hidden and/or scrolled.
|
||||
* Add configurability of cursor colour and shape
|
||||
* Support various VoIP URIs
|
||||
* Add command line option to force a particular window title
|
||||
* Add a hotkey for spawning a new Terminator instance
|
||||
(emulates a "new window" feature)
|
||||
* Ability to group by tab
|
||||
* SunOS support (via patch from Lewis Thompson)
|
||||
* Silly notify-osd message on exit (suggested by pitti)
|
||||
* Drag and drop icon is now a scaled terminal image
|
||||
|
||||
terminator 0.12:
|
||||
* Bug fixes
|
||||
* Simultaneous typing support
|
||||
* Directional terminal navigation
|
||||
* Improved search UI
|
||||
* Graphical Profile Editor
|
||||
* Bug numbers for launchpad.net are now URLs
|
||||
|
||||
terminator 0.11:
|
||||
* Bug fixes
|
||||
* X session support
|
||||
|
||||
terminator 0.10:
|
||||
* Various bug fixes.
|
||||
* New, improved config file parsing
|
||||
* Improved spawning of more complex terminal commands
|
||||
* Debug server (not useful for most people)
|
||||
* Configurable keyboard shortcuts
|
||||
* Scrollback searching
|
||||
* Support --geometry
|
||||
|
||||
terminator 0.9:
|
||||
* Tab support
|
||||
* Drag & Drop support
|
||||
* Added support for ~/.config/terminator/config
|
||||
* Switch the meanings of "horizontal" and "vertical" wrt splitting,
|
||||
after extensive user feedback. Added context menu icons to try and
|
||||
make the meaning clearer.
|
||||
* Added keybindings for terms size and scrollbar manipulation. Thanks
|
||||
Emmanuel Bretelle.
|
||||
* Completely revamped config system which now transparently makes use
|
||||
of gconf settings if they are available, falls back to sensible
|
||||
defaults if not, and can be overridden entirely by ~/.config/terminator/config
|
||||
* Support terminal zooming - now you can quickly hide all terminals apart
|
||||
from one and either scale the fontsize or not.
|
||||
* New application icon from Cory Kontros
|
||||
* FreeBSD support (thanks to Thomas Hurst)
|
||||
* Watch the system monospace font setting. Closes LP #197960
|
||||
* Proxy support (via GNOME and $http_proxy)
|
||||
* GConf backend now caches
|
||||
* Fix redundant title when there is only one Term. Closes LP#215210
|
||||
* Try much harder to find a usable shell
|
||||
* Support encodings a-la GNOME Terminal
|
||||
* Move python support code to a terminatorlib module
|
||||
* Many other bug fixes and wider compatibility with GNOME Terminal
|
||||
* Add support to cycle term within the same tab. Closes LP#238205.
|
||||
This can be disabled by setting cycle_term_tab to False in
|
||||
~/.config/terminator/config
|
||||
|
||||
terminator 0.8.1:
|
||||
* Fixed ChangeLog
|
||||
* Revert URI matching behaviour to the same as gnome-terminal
|
||||
* Close LP #179315 with a fuller fix that provides proper colour support
|
||||
|
||||
terminator 0.8:
|
||||
* Make dependency on python-gnome optional. Non-gnome users can now reap
|
||||
the glorious benefits of Terminator and will only lose the ability to
|
||||
open email URLs (assuming their browser won't handle this for them).
|
||||
Closes LP #184809
|
||||
* Remove blank translations from .desktop file to fix empty menu entries.
|
||||
Closes LP #187187
|
||||
* Add application icon at various sizes including a window icon
|
||||
* New options parser allowing -x support. Closes LP191124
|
||||
* More translations (thanks!)
|
||||
|
||||
terminator 0.7:
|
||||
|
||||
* Fullscreen support, via a patch from Thomas Meire. Closes LP #178914
|
||||
* Improved behaviour when closing terminals/window. Result of work by
|
||||
Thomas Meire. Closes LP #161121
|
||||
* Freedesktop .desktop file and appropriate setup.py entry for
|
||||
installing it. Closes LP #178943
|
||||
* Translation support, with Spanish, Dutch, Italian and Romanian
|
||||
translations. Closes LP #161120
|
||||
* Stop clashing with gnome-terminal's paste shortcut key, move
|
||||
horizontal splitting shortcut too, and add support for
|
||||
gnome-terminal's copy/paste shortcuts. Closes LP #179310
|
||||
* Borderless support (tell your window manager not to decorate
|
||||
Terminator)
|
||||
* Font zooming support. Closes LP #178792
|
||||
* Set the VTE widget to have a tooltip of its window title. This may be
|
||||
reverted if it is annoying
|
||||
* Support GNOME Terminal profile settings for backgrounds.
|
||||
Closes LP #180717
|
||||
* Use our own default values if there is no gnome-terminal profile.
|
||||
Closes LP #179315
|
||||
|
||||
terminator 0.6:
|
||||
|
||||
* Use new gnome-terminal gconf key to find available profiles
|
||||
* Move a few more hardcoded items to our settings array (not that
|
||||
it can be overridden yet)
|
||||
* Fix handling of exiting child processes to properly track
|
||||
gnome-terminal settings
|
||||
* Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals
|
||||
(patch from Kees Cook)
|
||||
* Stop using parent.show_all() when removing/adding a terminal and
|
||||
instead show the actual widgets that have been created. This
|
||||
prevents scrollbars from re-appearing after they have been hidden
|
||||
|
||||
terminator 0.5:
|
||||
|
||||
* The terminator window is now able to resize smaller,
|
||||
thanks to Kees Cook for the fix.
|
||||
* Email addresses are now matched and opened correctly.
|
||||
Closes LP #139015
|
||||
* Double clicking a URL now selects the whole URL. Closes LP #129533
|
||||
* The default behaviour is now to open a single 80x24 terminal rather
|
||||
than four terminals in a maximised window. Closes LP #126219 and
|
||||
should force me to fix LP #87720
|
||||
* There are now hotkeys for switching between terminals, splitting
|
||||
terminals and closing them. Closes LP #149931 and #148622(thanks
|
||||
to Huanghe for patches for this)
|
||||
* If there is only one terminal, closing it will not produce a quit
|
||||
message
|
||||
|
||||
terminator 0.4:
|
||||
|
||||
* Architecture should be all, not any
|
||||
* Fix section
|
||||
* Add AUTHORS file
|
||||
* Rename script to drop the .py
|
||||
* Handle the gnome-terminal profile better by offering command options
|
||||
* Fudge around some resizing issues
|
||||
* Fix child spawning to avoid segfaulting zsh
|
||||
* Misc. code formatting/style improvements
|
||||
* Refactor terminal splitting into one axis agnostic function
|
||||
* Flesh out setup.py a tiny bit more
|
||||
|
||||
terminator 0.3:
|
||||
|
||||
* Implemented terminal closing, which correctly reparents its sibling
|
||||
(if any)
|
||||
* Updated documentation to reflect a serious bug with shells that aren't
|
||||
bash (or at least zsh)
|
||||
|
||||
terminator 0.2:
|
||||
|
||||
* Support dynamically splitting terminals
|
||||
|
||||
terminator 0.1:
|
||||
|
||||
* Fixed some distribution wording
|
||||
* Fix build-depends
|
||||
* Initial release
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
It's strongly recommended to install Terminator using your OS's package
|
||||
system rather than using setup.py yourself. You can find instructions
|
||||
for many distributions at:
|
||||
|
||||
http://www.tenshu.net/terminator/
|
||||
|
||||
If you don't have this option, please make sure you satisfy Terminator's
|
||||
dependencies yourself:
|
||||
|
||||
* Python 2.5+, 2.6 recommended:
|
||||
Debian/Ubuntu: python
|
||||
FreeBSD: lang/python26
|
||||
|
||||
* Python VTE bindings:
|
||||
Debian/Ubuntu: python-vte
|
||||
FreeBSD: x11-toolkits/py-vte
|
||||
|
||||
If you don't care about native language support or icons, Terminator
|
||||
should run just fine directly from this directory, just:
|
||||
|
||||
./terminator --help
|
||||
|
||||
And go from there. Manpages are available in the 'doc' directory.
|
||||
|
||||
To install properly, run:
|
||||
|
||||
./setup.py install --record=install-files.txt
|
||||
|
||||
See --help for an overview of the available options; e.g. --prefix to
|
||||
install to a custom base directory, and --without-gettext to avoid
|
||||
installing natural language support files.
|
||||
|
||||
setup.py supports basic uninstallation provided --record was used for
|
||||
installation as above:
|
||||
|
||||
./setup.py uninstall --manifest=install-files.txt
|
||||
|
||||
Note that uninstall will avoid removing most empty directories so it
|
||||
won't harm e.g. locale or icon directories which only contain Terminator
|
||||
data. It also won't rebuild the icon cache, so you may wish to:
|
||||
|
||||
gtk-update-icon-cache -q -f ${PREFIX}/share/icons/hicolor
|
||||
|
||||
Where ${PREFIX} is the base install directory; e.g. /usr/local.
|
121
INSTALL.md
|
@ -1,121 +0,0 @@
|
|||
Installing Terminator
|
||||
=====================
|
||||
|
||||
It's strongly recommended to install Terminator using your OS's package
|
||||
system rather than using setup.py yourself.
|
||||
|
||||
Packages are known to be available under the name "terminator" under a
|
||||
lot of distributions, see below for a list.
|
||||
|
||||
I also maintain a PPA for Ubuntu 20.04 and up that has the latest release
|
||||
If you're running ubuntu 20.04 or later, you can run
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:mattrose/terminator
|
||||
sudo apt-get update
|
||||
sudo apt install terminator
|
||||
```
|
||||
|
||||
## Source Install
|
||||
|
||||
If you can't use distribution packages, make sure you satisfy Terminator's
|
||||
dependencies yourself:
|
||||
|
||||
**Python 3.5+ recommended:** `python3` or `python37` (in FreeBSD)
|
||||
|
||||
**Python GTK and VTE bindings:**
|
||||
|
||||
Fedora/CentOS: python3-gobject python3-configobj python3-psutil vte291
|
||||
keybinder3 intltool gettext
|
||||
Debian/Ubuntu: python3-gi python3-gi-cairo python3-psutil python3-configobj
|
||||
gir1.2-keybinder-3.0 gir1.2-vte-2.91 gettext intltool dbus-x11
|
||||
FreeBSD: py37-psutil py37-configobj keybinder-gtk3 py37-gobject3 gettext
|
||||
intltool libnotify vte3
|
||||
|
||||
If you don't care about native language support or icons, Terminator
|
||||
should run just fine directly from this directory, just:
|
||||
|
||||
python3 terminator --help
|
||||
|
||||
And go from there. Manpages are available in the 'doc' directory.
|
||||
|
||||
> **Note:** Currently most distributions use `python3` as binaries for Python 3,
|
||||
> make sure to update either the shebangs, call the scripts with `python3` or
|
||||
> use a wrapper script.
|
||||
>
|
||||
> Setuptools install will update the scripts with the correct shebang.
|
||||
|
||||
To install properly, run:
|
||||
|
||||
python3 setup.py build
|
||||
python3 setup.py install --single-version-externally-managed --record=install-files.txt
|
||||
|
||||
See `--help` for an overview of the available options; e.g. `--prefix` to
|
||||
install to a custom base directory, and `--without-gettext` to avoid
|
||||
installing natural language support files.
|
||||
|
||||
setup.py supports basic uninstallation provided `--record` was used for
|
||||
installation as above:
|
||||
|
||||
python3 setup.py uninstall --manifest=install-files.txt
|
||||
|
||||
Note that uninstall will avoid removing most empty directories so it
|
||||
won't harm e.g. locale or icon directories which only contain Terminator
|
||||
data. It also won't rebuild the icon cache, so you may wish to:
|
||||
|
||||
gtk-update-icon-cache -q -f ${PREFIX}/share/icons/hicolor
|
||||
|
||||
Where ${PREFIX} is the base install directory; e.g. /usr/local.
|
||||
|
||||
## Distributions
|
||||
|
||||
[![Packaging status](https://repology.org/badge/tiny-repos/terminator.svg)](https://repology.org/project/terminator/versions)
|
||||
|
||||
If you maintain terminator for an OS other than these, please get in touch
|
||||
or issue a PR to this file.
|
||||
|
||||
Distribution | Contact | Package Info | Source Code | Bug Tracker |
|
||||
-------------|---------|-----|-------------|-------------|
|
||||
ArchLinux | [@grazzolini] | [archlinux.org] | [git.archlinux.org] | [bugs.archlinux.org]
|
||||
CentOS EPEL | [@mattrose], [@dmaphy] | | [src.fedoraproject.org/branches]
|
||||
Debian | [@lazyfrosch] | [tracker.debian.org] | [salsa.debian.org] | [bugs.debian.org]
|
||||
Fedora | [@mattrose], [@dmaphy] | | [src.fedoraproject.org] | [bugzilla.redhat.com]
|
||||
FreeBSD | | [freshports.org] | [svnweb.freebsd.org] | [bugs.freebsd.org]
|
||||
Gentoo | [@DarthGandalf] | [packages.gentoo.org] | [gitweb.gentoo.org] | [bugs.gentoo.org]
|
||||
OpenSUSE | | [build.opensuse.org] |
|
||||
Ubuntu | copied from Debian | [launchpad.net/ubuntu] | | [bugs.launchpad.net]
|
||||
|
||||
[@lazyfrosch]: https://github.com/lazyfrosch
|
||||
[tracker.debian.org]: https://tracker.debian.org/pkg/terminator
|
||||
[salsa.debian.org]: https://salsa.debian.org/python-team/applications/terminator
|
||||
[bugs.debian.org]: https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=terminator
|
||||
|
||||
[@mattrose]: https://github.com/mattrose
|
||||
[@dmaphy]: https://github.com/dmaphy
|
||||
[src.fedoraproject.org]: https://src.fedoraproject.org/rpms/terminator
|
||||
[src.fedoraproject.org/branches]: https://src.fedoraproject.org/rpms/terminator/branches
|
||||
[bugzilla.redhat.com]: https://bugzilla.redhat.com/buglist.cgi?component=terminator&product=Fedora
|
||||
|
||||
[launchpad.net/ubuntu]: https://launchpad.net/ubuntu/+source/terminator
|
||||
[bugs.launchpad.net]: https://bugs.launchpad.net/ubuntu/+source/terminator/+bugs
|
||||
|
||||
[@grazzolini]: https://github.com/grazzolini
|
||||
[archlinux.org]: https://www.archlinux.org/packages/community/any/terminator/
|
||||
[git.archlinux.org]: https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/terminator
|
||||
[bugs.archlinux.org]: https://bugs.archlinux.org/?project=5&string=terminator
|
||||
|
||||
[@DarthGandalf]: https://github.com/DarthGandalf
|
||||
[packages.gentoo.org]: https://packages.gentoo.org/packages/x11-terms/terminator
|
||||
[gitweb.gentoo.org]: https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-terms/terminator
|
||||
[bugs.gentoo.org]: https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-terms%2Fterminator
|
||||
|
||||
[build.opensuse.org]: https://build.opensuse.org/package/show/X11:terminals/terminator
|
||||
|
||||
[svnweb.freebsd.org]: https://svnweb.freebsd.org/ports/head/x11/terminator
|
||||
[freshports.org]: https://freshports.org/x11/terminator
|
||||
[bugs.freebsd.org]: https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=terminator
|
||||
|
||||
A more extensive list can be found on Repology:
|
||||
|
||||
[![Packaging status](https://repology.org/badge/vertical-allrepos/terminator.svg?columns=3)](https://repology.org/project/terminator/versions)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
include .gitignore
|
||||
include data/terminator.appdata.xml.in data/terminator.desktop.in
|
||||
include tests/*
|
||||
include INSTALL.md README.md
|
||||
exclude po/.intltool-merge-cache
|
|
@ -0,0 +1,47 @@
|
|||
Terminator
|
||||
by Chris Jones <cmsj@tenshu.net> and others.
|
||||
|
||||
The goal of this project is to produce a useful tool for arranging terminals.
|
||||
It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
|
||||
the main focus is arranging terminals in grids (tabs is the most common default
|
||||
method, which Terminator also supports).
|
||||
|
||||
When you run Terminator, you will get a terminal in a window, just like almost
|
||||
every other terminal emulator available. There is also a titlebar which will
|
||||
update as shells/programs inside the terminal tell it to. Also on the titlebar
|
||||
is a small button that opens the grouping menu. From here you can put terminals
|
||||
into groups, which allows you to control multiple terminals simultaneously.
|
||||
|
||||
You can create more terminals by right clicking on one and choosing to split
|
||||
it vertically or horizontally. You can get rid of a terminal by right
|
||||
clicking on it and choosing Close. Ctrl-Shift-o and Ctrl-Shift-e will also
|
||||
effect the splitting.
|
||||
Also from the right mouse menu you can access Terminator's preferences window.
|
||||
|
||||
Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal
|
||||
respectively, and Ctrl-Shift-w will close the current terminal and
|
||||
Ctrl-Shift-q the current window.
|
||||
|
||||
For more keyboard shortcuts and also the command line options, please see the
|
||||
manpage "terminator". For configuration options, see the manpage
|
||||
"terminator_config".
|
||||
|
||||
Ask questions at: https://answers.launchpad.net/terminator/
|
||||
Please report all bugs to https://bugs.launchpad.net/terminator/+filebug
|
||||
|
||||
Terminator began by shamelessly copying code from the vte-demo.py in the vte
|
||||
widget package, and the gedit terminal plugin (which was fantastically
|
||||
useful at figuring out vte's API).
|
||||
|
||||
vte-demo.py was not my code and is copyright its original author. While it
|
||||
does not contain any specific licensing information in it, the VTE package
|
||||
appears to be licenced under LGPL v2.
|
||||
|
||||
The gedit terminal plugin is part of the gedit-plugins package, which is
|
||||
licenced under GPL v2 or later.
|
||||
|
||||
I am thus licensing Terminator as GPL v2 only.
|
||||
|
||||
Cristian Grada provided the old icon under the same licence.
|
||||
Cory Kontros provided the new icon under the CC-by-SA licence.
|
||||
For other authorship information, see debian/copyright
|
97
README.md
|
@ -1,97 +0,0 @@
|
|||
Terminator
|
||||
==========
|
||||
|
||||
Started by Chris Jones <cmsj@tenshu.net> in 2007, maintained from 2014 to 2020 by Stephen Boddy, currently maintained by Matt Rose. Terminator has had contributions from countless others listed in the [AUTHORS](AUTHORS) file
|
||||
|
||||
## Description
|
||||
|
||||
Terminator was originally developed by Chris Jones in 2007 as a simple, 300-ish line python script. Since then, it has become The Robot Future of Terminals. Originally inspired by projects like quadkonsole and gnome-multi-term and more recently by projects like Iterm2, and Tilix, It lets you combine and recombine terminals to suit the style you like. If you live at the command-line, or are logged into 10 different remote machines at once, you should definitely try out Terminator.
|
||||
|
||||
When you run **`Terminator`**, you will get a terminal in a window, just like almost
|
||||
every other terminal emulator available. There is also a titlebar which will
|
||||
update as shells/programs inside the terminal tell it to. Also on the titlebar
|
||||
is a small button that opens the grouping menu. From here you can put terminals
|
||||
into groups, which allows you to control multiple terminals simultaneously.
|
||||
|
||||
## New home on GitHub
|
||||
|
||||
In April of 2020 we started moving **`Terminator`** to GitHub. A new team wanted to continue the work of the original authors.
|
||||
|
||||
You can find the project on https://github.com/gnome-terminator/terminator
|
||||
|
||||
## Installing
|
||||
|
||||
Terminator is available for most (if not all) Linux distributions from the distribution's repository of binary packages. It is also available on FreeBSD. Please search your repository for `terminator` If you want to find information on how to enable an updated package repository for your OS, build from source, or want to run the bleeding-edge master version, you can follow the instructions in [INSTALL.md](https://github.com/gnome-terminator/terminator/blob/master/INSTALL.md)
|
||||
|
||||
|
||||
#### Quick Start:
|
||||
|
||||
Create more terminals by:
|
||||
- horizontal split: `Ctrl-Shift-o`
|
||||
- vertical split: `Ctrl-Shift-e`
|
||||
|
||||
Shift focus to:
|
||||
- next terminal: `Ctrl-Shift-n`
|
||||
- previous terminal: `Ctrl-Shift-p`
|
||||
|
||||
New tab: `Ctrl-Shift-t`
|
||||
|
||||
New window: `Ctrl-Shift-i`
|
||||
|
||||
Close terminal or tab:
|
||||
- `Ctrl-Shift-w`
|
||||
- or right mouse click -> Close
|
||||
|
||||
Close window with all it's terminals and tabs: `Ctrl-Shift-q`
|
||||
|
||||
Reset zoom: `Ctrl-0`
|
||||
|
||||
Terminator Preferences menu:
|
||||
- right mouse click -> Preferences
|
||||
|
||||
These and more modifiable shortcuts in:
|
||||
- right mouse click -> Preferences -> Keybindings tab
|
||||
|
||||
Web Documentation:
|
||||
- press `F1` or at https://gnome-terminator.readthedocs.io/en/latest/
|
||||
|
||||
More info about shortcuts and cli config in man pages:
|
||||
- `man terminator`
|
||||
- `man terminator_config`
|
||||
|
||||
## Contributing
|
||||
|
||||
Any help is welcome with the Terminator project.
|
||||
|
||||
* [Open issues for bugs or enhancements](https://github.com/gnome-terminator/terminator/issues/new)
|
||||
* [Join our chat room on gitter.im for general questions](https://gitter.im/gnome-terminator/community)
|
||||
* [Help translating Terminator](TRANSLATION.md)
|
||||
|
||||
You can find old bugs and questions in the launchpad project, but please don't post anything new there.
|
||||
|
||||
* https://answers.launchpad.net/terminator
|
||||
* https://bugs.launchpad.net/terminator
|
||||
|
||||
## Origins
|
||||
|
||||
Terminator began by shamelessly copying code from the vte-demo.py in the vte
|
||||
widget package, and the gedit terminal plugin (which was fantastically
|
||||
useful at figuring out vte's API).
|
||||
|
||||
vte-demo.py was not my code and is copyright its original author. While it
|
||||
does not contain any specific licensing information in it, the VTE package
|
||||
appears to be licenced under LGPL v2.
|
||||
|
||||
The original version 0.1 release of Terminator was on Saturday, 28 July 2007.
|
||||
[Here is the archived Terminator 0.1 release announcement](http://cmsj.net/2007/07/28/terminator-01-released.html)
|
||||
|
||||
## Licensing
|
||||
|
||||
The gedit terminal plugin is part of the gedit-plugins package, which is
|
||||
licenced under GPL v2 or later.
|
||||
|
||||
I am thus licensing Terminator as GPL v2 only.
|
||||
|
||||
Cristian Grada provided the old icon under the same licence.
|
||||
Cory Kontros provided the new icon under the CC-by-SA licence.
|
||||
For other authorship information, see debian/copyright
|
89
RELEASE.md
|
@ -1,89 +0,0 @@
|
|||
Releasing Terminator
|
||||
====================
|
||||
|
||||
Make sure you have the latest master branch, no un-committed changes, and are ready to release that state.
|
||||
|
||||
```
|
||||
VERSION=1.92
|
||||
```
|
||||
|
||||
## Set version in Python
|
||||
|
||||
```
|
||||
sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py
|
||||
sed -i -e "s/@@VERSION@@/${VERSION}/" terminatorlib/preferences.glade
|
||||
```
|
||||
|
||||
## Generate the changelog
|
||||
|
||||
For the changelog we are using [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator)
|
||||
|
||||
```
|
||||
github_changelog_generator --future-release "v$VERSION"
|
||||
# Fix CHANGELOG CRLF
|
||||
dos2unix CHANGELOG.md
|
||||
```
|
||||
|
||||
Check and review CHANGELOG.md for the expected result.
|
||||
|
||||
## Review and update translations
|
||||
|
||||
Check for open pull-requests by Transifex or pull the files manually.
|
||||
|
||||
See [TRANSLATION](TRANSLATION.md).
|
||||
|
||||
## Update AUTHORS
|
||||
|
||||
This will make sure we mention everyone that has contributed to Terminator.
|
||||
|
||||
```
|
||||
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | grep -v ^Launchpad | sort | uniq | sed 's/^/* /' | cat .authors.header - .authors.footer > AUTHORS
|
||||
```
|
||||
|
||||
Make sure to review the list, and update `.mailmap` when it is necessary.
|
||||
|
||||
## Git Tag
|
||||
|
||||
Commit these changes to the "master" branch:
|
||||
|
||||
```
|
||||
git add terminatorlib/version.py CHANGELOG.md RELEASE.md
|
||||
git commit -v -m "Release version $VERSION"
|
||||
git push origin master
|
||||
```
|
||||
|
||||
And tag it with a signed tag:
|
||||
|
||||
```
|
||||
git tag -s -m "Version $VERSION" v$VERSION
|
||||
```
|
||||
|
||||
Push the tag.
|
||||
|
||||
```
|
||||
git push --tags
|
||||
```
|
||||
|
||||
## Signed artifacts
|
||||
|
||||
To provide a signed tarball for distributions we use sdist and gpg:
|
||||
|
||||
```
|
||||
VERSION=$(git describe --tags | sed s/^v//)
|
||||
GPGKEY=$(git config --get user.email)
|
||||
|
||||
mkdir -p dist
|
||||
|
||||
git archive HEAD --prefix terminator-${VERSION}/ -o dist/terminator-${VERSION}.tar.gz
|
||||
|
||||
gpg -u ${GPGKEY} --armor \
|
||||
--output dist/terminator-${VERSION}.tar.gz.asc \
|
||||
--detach-sig dist/terminator-${VERSION}.tar.gz
|
||||
```
|
||||
|
||||
## GitHub Release
|
||||
|
||||
Now update the tag to a release on GitHub, and add the artifacts:
|
||||
https://github.com/gnome-terminator/terminator/releases
|
||||
|
||||
Make sure to add the proper section from CHANGELOG.md as description to the release.
|
|
@ -1,52 +0,0 @@
|
|||
# Translation
|
||||
|
||||
Terminator has been translated to multiple languages and locales, but there is always
|
||||
work to do, so everyone is welcome to help and contribute.
|
||||
|
||||
You can find all translations under the `po` directory, which will be compiled and
|
||||
installed with Terminator.
|
||||
|
||||
Translations are managed on Transifex [transifex.com/terminator],
|
||||
anyone is free to join the project and start translating.
|
||||
|
||||
You should read the [Getting Started as a Translator] guide.
|
||||
|
||||
_Questions or problems?_ Please reach out on [Gitter] or [open an issue].
|
||||
|
||||
## Updating POT
|
||||
|
||||
The POT file is the template for all translations and is generated from the Python
|
||||
source code.
|
||||
|
||||
cd po/
|
||||
./genpot.sh
|
||||
git diff terminator.pot
|
||||
|
||||
To generate and handle POT and PO files, you will need at least `gettext` and `intltool` installed.
|
||||
|
||||
Usually the POT file is automatically synced to Transifex, but it can be manually pushed:
|
||||
|
||||
tx push --source
|
||||
|
||||
## Updating Translations
|
||||
|
||||
Transifex is configured to automatically open a pull-request when a language has been
|
||||
fully translated. A manual update is always possible and might be useful when preparing
|
||||
a release.
|
||||
|
||||
tx pull --all
|
||||
|
||||
You can also push translations changed outside of Transifex back to the service:
|
||||
|
||||
tx push --translations --language XX
|
||||
|
||||
## External Documentation
|
||||
|
||||
* [Getting Started as a Translator]
|
||||
* [Transifex CLI Client](https://docs.transifex.com/client/introduction)
|
||||
* [Documentation Overview](https://docs.transifex.com/)
|
||||
|
||||
[Gitter]: https://gitter.im/gnome-terminator/community
|
||||
[open an issue]: https://github.com/gnome-terminator/terminator/issues/new/choose
|
||||
[transifex.com/terminator]: https://www.transifex.com/terminator/terminator/dashboard/
|
||||
[Getting Started as a Translator]: https://docs.transifex.com/getting-started-1/translators
|
|
@ -1,16 +0,0 @@
|
|||
# bash completion for terminator -*- shell-script -*-
|
||||
|
||||
_terminator()
|
||||
{
|
||||
local cur prev words cword
|
||||
_init_completion || return
|
||||
|
||||
# TODO implement completion for --profile and --layout
|
||||
|
||||
COMPREPLY=($(compgen -W "$($1 --help | tr ',' '\n' |
|
||||
command sed -n -e 's/^ *\(--\?[a-zA-Z\-]\+=\?\).*/\1/p')"\
|
||||
-- "$cur"))
|
||||
} &&
|
||||
complete -F _terminator terminator
|
||||
|
||||
# ex: filetype=sh
|
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 863 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 643 B |
Before Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 775 B |
Before Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 926 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 651 B |
|
@ -1,127 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_active_broadcast_all.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_active_broadcast_all.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="26.16729"
|
||||
inkscape:cy="9.1686341"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 1,1 15,0 0,9 -6,0 0,6 -9,0 z"
|
||||
id="path3022"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-1"
|
||||
width="7"
|
||||
height="7"
|
||||
x="8"
|
||||
y="1038.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="1044.3622" />
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="M 9,3 14,3 9,8 z"
|
||||
id="path3851"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 9,1046.3622 7,0 0,3 -2,2 -3,0 -2,-2 z"
|
||||
id="path3855"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 10,1047.3622 0,1 2,2 1,0 2,-2 0,-1 z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 3,1045.3622 5,0 -5,5 z"
|
||||
id="path3851-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,130 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_active_broadcast_group.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_active_broadcast_group.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6568543"
|
||||
inkscape:cx="85.960388"
|
||||
inkscape:cy="9.8592204"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 1,1 15,0 0,9 -6,0 0,6 -9,0 z"
|
||||
id="path3022"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-1"
|
||||
width="7"
|
||||
height="7"
|
||||
x="8"
|
||||
y="1038.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="1044.3622" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="5"
|
||||
height="5"
|
||||
x="3"
|
||||
y="9"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="M 9,3 14,3 9,8 z"
|
||||
id="path3851"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 9,1046.3622 7,0 0,3 -2,2 -3,0 -2,-2 z"
|
||||
id="path3855"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 10,1047.3622 0,1 2,2 1,0 2,-2 0,-1 z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,131 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_active_broadcast_off.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_active_broadcast_off.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="26.16729"
|
||||
inkscape:cy="9.1686341"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 1,1 15,0 0,9 -6,0 0,6 -9,0 z"
|
||||
id="path3022"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-1"
|
||||
width="7"
|
||||
height="7"
|
||||
x="8"
|
||||
y="1038.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="1044.3622" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="5"
|
||||
height="5"
|
||||
x="3"
|
||||
y="9"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 9,1046.3622 7,0 0,3 -2,2 -3,0 -2,-2 z"
|
||||
id="path3855"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 10,1047.3622 0,1 2,2 1,0 2,-2 0,-1 z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849-2"
|
||||
width="5"
|
||||
height="5"
|
||||
x="9"
|
||||
y="1039.3622" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1,98 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_horiz.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_horiz.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="23.220414"
|
||||
inkscape:cy="7.1298732"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="16"
|
||||
height="16.000017"
|
||||
x="0"
|
||||
y="1036.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="14"
|
||||
height="6.0000172"
|
||||
x="1"
|
||||
y="1037.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="14"
|
||||
height="5.9999828"
|
||||
x="1"
|
||||
y="1045.3622" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.7 KiB |
|
@ -1,138 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_receive_off.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_receive_off.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="28.373088"
|
||||
inkscape:cy="7.4989073"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 1,1 15,0 0,9 -6,0 0,6 -9,0 z"
|
||||
id="path3022"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-1"
|
||||
width="7"
|
||||
height="7"
|
||||
x="8"
|
||||
y="1038.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="1044.3622" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="5"
|
||||
height="5"
|
||||
x="3"
|
||||
y="9"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 9,1046.3622 7,0 0,3 -2,2 -3,0 -2,-2 z"
|
||||
id="path3855"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 10,1047.3622 0,1 2,2 1,0 2,-2 0,-1 z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849-2"
|
||||
width="5"
|
||||
height="5"
|
||||
x="9"
|
||||
y="1039.3622" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849-2-1"
|
||||
width="5"
|
||||
height="5"
|
||||
x="3"
|
||||
y="1039.3622" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,136 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_receive_on.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_receive_on.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="28.373088"
|
||||
inkscape:cy="7.4989073"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 1,1 15,0 0,9 -6,0 0,6 -9,0 z"
|
||||
id="path3022"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-1"
|
||||
width="7"
|
||||
height="7"
|
||||
x="8"
|
||||
y="1038.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3797-5"
|
||||
width="7"
|
||||
height="7"
|
||||
x="2"
|
||||
y="1044.3622" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="5"
|
||||
height="5"
|
||||
x="3"
|
||||
y="9"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 3,1039.3622 5,0 -5,5 z"
|
||||
id="path3851"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="m 9,1046.3622 7,0 0,3 -2,2 -3,0 -2,-2 z"
|
||||
id="path3855"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 10,1047.3622 0,1 2,2 1,0 2,-2 0,-1 z"
|
||||
id="path3853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849-2"
|
||||
width="5"
|
||||
height="5"
|
||||
x="9"
|
||||
y="1039.3622" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,99 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator_vert.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/actions/terminator_vert.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="22.525073"
|
||||
inkscape:cy="10.102324"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3849"
|
||||
width="16"
|
||||
height="16.000017"
|
||||
x="0"
|
||||
y="1036.3622" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3003"
|
||||
width="6"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3003-5"
|
||||
width="6"
|
||||
height="14"
|
||||
x="9"
|
||||
y="1037.3622" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.8 KiB |
|
@ -1,193 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator-custom-commands.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/48x48/apps/terminator-custom-commands.png"
|
||||
inkscape:export-xdpi="270"
|
||||
inkscape:export-ydpi="270">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3776">
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3778"
|
||||
width="4.7600646"
|
||||
height="3.3320534"
|
||||
x="-7.8439369"
|
||||
y="1042.3563" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="13.368211"
|
||||
inkscape:cy="5.9507832"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3116"
|
||||
width="16"
|
||||
height="16"
|
||||
x="0"
|
||||
y="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
ry="2"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3886"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3888"
|
||||
width="12"
|
||||
height="12"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4128"
|
||||
width="12"
|
||||
height="1"
|
||||
x="2"
|
||||
y="4"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4130"
|
||||
width="1"
|
||||
height="2"
|
||||
x="5"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4132"
|
||||
width="1"
|
||||
height="2"
|
||||
x="10"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#000000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 6,4 4,-2 0,2 z"
|
||||
id="path4134"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4136"
|
||||
width="3"
|
||||
height="2"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<g
|
||||
id="g3769"
|
||||
transform="matrix(2.1008118,0,0,2.1008118,19.478635,-1147.4323)"
|
||||
clip-path="url(#clipPath3776)">
|
||||
<path
|
||||
inkscape:transform-center-y="-0.28647451"
|
||||
transform="translate(2.5938305,1040.3821)"
|
||||
d="M -6.9999999,2 -7.0357723,5.2838281 -4.8786796,2.8786797 -7.2259916,5.175402 -4,5.0000001 -7.2838281,4.9642277 -4.8786797,7.1213204 -7.175402,4.7740084 -7.0000001,8 -6.9642277,4.7161719 -9.1213204,7.1213203 -6.7740084,4.824598 -10,4.9999999 l 3.2838281,0.035772 -2.4051484,-2.1570927 2.2967223,2.347312 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="4.1980308e-16"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="1.6961702"
|
||||
sodipodi:arg1="-1.5707963"
|
||||
sodipodi:r2="0.28607354"
|
||||
sodipodi:r1="3"
|
||||
sodipodi:cy="5"
|
||||
sodipodi:cx="-7"
|
||||
sodipodi:sides="8"
|
||||
id="path2995"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.10599995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
transform="matrix(1.9710551,0,0,1.9710551,7.39712,1036.1451)"
|
||||
d="m -4.7729706,4.6862917 c 0,0.6712136 -0.5441261,1.2153398 -1.2153397,1.2153398 -0.6712137,0 -1.2153398,-0.5441262 -1.2153398,-1.2153398 0,-0.6712136 0.5441261,-1.2153398 1.2153398,-1.2153398 0.6712136,0 1.2153397,0.5441262 1.2153397,1.2153398 z"
|
||||
sodipodi:ry="1.2153398"
|
||||
sodipodi:rx="1.2153398"
|
||||
sodipodi:cy="4.6862917"
|
||||
sodipodi:cx="-5.9883103"
|
||||
id="path3765"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="path3767"
|
||||
sodipodi:cx="-5.9883103"
|
||||
sodipodi:cy="4.6862917"
|
||||
sodipodi:rx="1.2153398"
|
||||
sodipodi:ry="1.2153398"
|
||||
d="m -4.7729706,4.6862917 c 0,0.6712136 -0.5441261,1.2153398 -1.2153397,1.2153398 -0.6712137,0 -1.2153398,-0.5441262 -1.2153398,-1.2153398 0,-0.6712136 0.5441261,-1.2153398 1.2153398,-1.2153398 0.6712136,0 1.2153397,0.5441262 1.2153397,1.2153398 z"
|
||||
transform="matrix(1.1310044,0,0,1.1310044,2.3666358,1040.0819)" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 6.3 KiB |
|
@ -1,168 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator-layout.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/48x48/apps/terminator-layout.png"
|
||||
inkscape:export-xdpi="270"
|
||||
inkscape:export-ydpi="270">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3765">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="rect3767"
|
||||
width="4.1455574"
|
||||
height="3.6148684"
|
||||
x="18.091976"
|
||||
y="7.2314301" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="31.428866"
|
||||
inkscape:cy="5.4512072"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3116"
|
||||
width="16"
|
||||
height="16"
|
||||
x="0"
|
||||
y="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
ry="2"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3886"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3888"
|
||||
width="12"
|
||||
height="12"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4128"
|
||||
width="12"
|
||||
height="1"
|
||||
x="2"
|
||||
y="4"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4130"
|
||||
width="1"
|
||||
height="2"
|
||||
x="5"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4132"
|
||||
width="1"
|
||||
height="2"
|
||||
x="10"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#000000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 6,4 4,-2 0,2 z"
|
||||
id="path4134"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4136"
|
||||
width="3"
|
||||
height="2"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.54192561;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="path2993"
|
||||
sodipodi:sides="5"
|
||||
sodipodi:cx="20"
|
||||
sodipodi:cy="9.125"
|
||||
sodipodi:r1="2.7754505"
|
||||
sodipodi:r2="1.0491203"
|
||||
sodipodi:arg1="0.94531129"
|
||||
sodipodi:arg2="1.5736298"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="M 21.625,11.375 19.997027,10.174116 18.362275,11.365755 19.001313,9.4463675 17.362831,8.2598628 19.38575,8.2745 20.007864,6.3495607 20.61906,8.2779945 22.64203,8.2748214 20.99685,9.4520219 z"
|
||||
transform="matrix(2.8920513,0,0,3.0380779,-50.31209,1019.4103)"
|
||||
clip-path="url(#clipPath3765)" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.0 KiB |
|
@ -1,376 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator-preferences.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/48x48/apps/terminator-preferences.png"
|
||||
inkscape:export-xdpi="270"
|
||||
inkscape:export-ydpi="270">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5943"
|
||||
id="linearGradient5964"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-76.875"
|
||||
y1="26.40625"
|
||||
x2="-69.25"
|
||||
y2="36.8125" />
|
||||
<linearGradient
|
||||
id="linearGradient5943">
|
||||
<stop
|
||||
style="stop-color:#e4e4e4;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5945" />
|
||||
<stop
|
||||
style="stop-color:#848484;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop5947" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5943"
|
||||
id="linearGradient5966"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-69.679855"
|
||||
y1="36.21405"
|
||||
x2="-75.663864"
|
||||
y2="27.5578" />
|
||||
<linearGradient
|
||||
id="linearGradient3189">
|
||||
<stop
|
||||
style="stop-color:#e4e4e4;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3191" />
|
||||
<stop
|
||||
style="stop-color:#848484;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3193" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3890"
|
||||
id="linearGradient3896"
|
||||
x1="-41.394413"
|
||||
y1="3.4431255"
|
||||
x2="-36.595379"
|
||||
y2="8.6793737"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
id="linearGradient3890">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3892" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3894" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3900"
|
||||
id="linearGradient3906"
|
||||
x1="-32.718754"
|
||||
y1="14.111807"
|
||||
x2="-34.125004"
|
||||
y2="11.424307"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient3900">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3902" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3904" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3930"
|
||||
id="linearGradient3936"
|
||||
x1="-32.130291"
|
||||
y1="10.357611"
|
||||
x2="-31.940214"
|
||||
y2="10.700115"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
id="linearGradient3930">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3932" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3934" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(-1.0808629,0,0,-1.0808629,-71.130351,13.91307)"
|
||||
y2="10.700115"
|
||||
x2="-31.940214"
|
||||
y1="10.357611"
|
||||
x1="-32.130291"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient3953"
|
||||
xlink:href="#linearGradient3930-8"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
id="linearGradient3930-8">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3932-1" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3934-3" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4024"
|
||||
id="radialGradient4020"
|
||||
cx="-38.273067"
|
||||
cy="4.9480405"
|
||||
fx="-38.273067"
|
||||
fy="4.9480405"
|
||||
r="1.696793"
|
||||
gradientTransform="matrix(1.0316209,-0.97143642,0.59437745,0.63120161,-1.7307739,-35.56584)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
id="linearGradient4024">
|
||||
<stop
|
||||
id="stop4026"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.99607843;"
|
||||
offset="0.66670585"
|
||||
id="stop4028" />
|
||||
<stop
|
||||
id="stop4030"
|
||||
offset="1"
|
||||
style="stop-color:#000000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4034"
|
||||
id="radialGradient4040"
|
||||
cx="-65.494896"
|
||||
cy="36.941002"
|
||||
fx="-65.494896"
|
||||
fy="36.941002"
|
||||
r="2.6478596"
|
||||
gradientTransform="matrix(2.0209357,2.0602577,-2.3196098,2.2753377,152.55479,87.800104)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
id="linearGradient4034">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4036" />
|
||||
<stop
|
||||
id="stop4042"
|
||||
offset="0.54124016"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4038" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4034"
|
||||
id="radialGradient3124"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.0209357,2.0602577,-2.3196098,2.2753377,172.38625,1112.5548)"
|
||||
cx="-65.494896"
|
||||
cy="36.941002"
|
||||
fx="-65.494896"
|
||||
fy="36.941002"
|
||||
r="2.6478596" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3930"
|
||||
id="linearGradient3129"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-32.130291"
|
||||
y1="10.357611"
|
||||
x2="-31.940214"
|
||||
y2="10.700115"
|
||||
gradientTransform="translate(19.831456,1024.7547)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3900"
|
||||
id="linearGradient3132"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-32.718754"
|
||||
y1="14.111807"
|
||||
x2="-34.125004"
|
||||
y2="11.424307"
|
||||
gradientTransform="translate(19.831456,1024.7547)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3890"
|
||||
id="linearGradient3135"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="-41.394413"
|
||||
y1="3.4431255"
|
||||
x2="-36.595379"
|
||||
y2="8.6793737"
|
||||
gradientTransform="translate(19.831456,1024.7547)" />
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3912">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3914"
|
||||
width="12"
|
||||
height="8"
|
||||
x="2"
|
||||
y="1041.3622"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="20.697916"
|
||||
inkscape:cy="2.9559449"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3116"
|
||||
width="16"
|
||||
height="16"
|
||||
x="0"
|
||||
y="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
ry="2"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3886"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3888"
|
||||
width="12"
|
||||
height="12"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4128"
|
||||
width="12"
|
||||
height="1"
|
||||
x="2"
|
||||
y="4"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4130"
|
||||
width="1"
|
||||
height="2"
|
||||
x="5"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4132"
|
||||
width="1"
|
||||
height="2"
|
||||
x="10"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#000000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 6,4 4,-2 0,2 z"
|
||||
id="path4134"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4136"
|
||||
width="3"
|
||||
height="2"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.369066;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m -0.8543108,1053.8247 c 1.00629,0.2218 7.2993717,-5.2923 7.8834013,-7.7907 -0.2463689,-2.2676 1.0458703,-4.1869 4.3755125,-3.2398 -0.582608,0.3691 -1.7810028,0.9731 -2.4828073,1.4491 -0.1472452,0.9654 0.3494594,2.1432 1.4221383,2.4704 0.836175,-0.4719 1.849726,-1.0045 2.471533,-1.3343 -0.373138,1.5705 -1.707004,3.3038 -3.5312378,2.8299 -1.6203515,0.3662 -7.6951242,6.1285 -7.928914,7.6815"
|
||||
id="path5380"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
clip-path="url(#clipPath3912)" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 11 KiB |
|
@ -1,154 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminator.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/apps/terminator.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="9.473784"
|
||||
inkscape:cy="11.271827"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3116"
|
||||
width="16"
|
||||
height="16"
|
||||
x="0"
|
||||
y="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
ry="2"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3886"
|
||||
width="14"
|
||||
height="14"
|
||||
x="1"
|
||||
y="1"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="1"
|
||||
ry="1" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3888"
|
||||
width="12"
|
||||
height="12"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="M 3,13 3,12 5.5192815,9.5 3,7 3,6 4,6 7.5192815,9.5 4,13 z"
|
||||
id="path4124"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4126"
|
||||
width="5"
|
||||
height="1"
|
||||
x="8"
|
||||
y="12"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4128"
|
||||
width="12"
|
||||
height="1"
|
||||
x="2"
|
||||
y="4"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4130"
|
||||
width="1"
|
||||
height="2"
|
||||
x="5"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4132"
|
||||
width="1"
|
||||
height="2"
|
||||
x="10"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<path
|
||||
style="fill:#000000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 6,4 4,-2 0,2 z"
|
||||
id="path4134"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4136"
|
||||
width="3"
|
||||
height="2"
|
||||
x="2"
|
||||
y="2"
|
||||
transform="translate(0,1036.3622)"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,159 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="terminal_bell.svg"
|
||||
inkscape:export-filename="/home/sboddy/Development/terminator/terminator-trunk-ssh/data/icons/HighContrast/16x16/status/terminal-bell.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 8 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="16 : 8 : 1"
|
||||
inkscape:persp3d-origin="8 : 5.3333333 : 1"
|
||||
id="perspective3833" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#848484"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="12.010232"
|
||||
inkscape:cy="4.6519834"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3035-3"
|
||||
width="6"
|
||||
height="8.9999485"
|
||||
x="5"
|
||||
y="1043.3622"
|
||||
ry="1.5000261" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect3035"
|
||||
width="4"
|
||||
height="5.9999657"
|
||||
x="6"
|
||||
y="1045.3622"
|
||||
ry="1.0000174" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="path3033-3-5"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="7"
|
||||
sodipodi:rx="5"
|
||||
sodipodi:ry="5"
|
||||
d="M 13,7 C 13,9.7614237 10.761424,12 8,12 5.2385763,12 3,9.7614237 3,7 3,4.2385763 5.2385763,2 8,2 c 2.761424,0 5,2.2385763 5,5 z"
|
||||
transform="matrix(1.2,0,0,1.2,-1.6,1033.9622)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="path3033-3"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="7"
|
||||
sodipodi:rx="5"
|
||||
sodipodi:ry="5"
|
||||
d="M 13,7 C 13,9.7614237 10.761424,12 8,12 5.2385763,12 3,9.7614237 3,7 3,4.2385763 5.2385763,2 8,2 c 2.761424,0 5,2.2385763 5,5 z"
|
||||
transform="translate(0,1035.3622)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="path3033"
|
||||
sodipodi:cx="8"
|
||||
sodipodi:cy="7"
|
||||
sodipodi:rx="5"
|
||||
sodipodi:ry="5"
|
||||
d="M 13,7 C 13,9.7614237 10.761424,12 8,12 5.2385763,12 3,9.7614237 3,7 3,4.2385763 5.2385763,2 8,2 c 2.761424,0 5,2.2385763 5,5 z"
|
||||
transform="matrix(0.8,0,0,0.8,1.6,1036.7622)" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3866"
|
||||
width="4"
|
||||
height="5.0000172"
|
||||
x="6"
|
||||
y="1043.3622"
|
||||
ry="1.7382812e-05" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 6.0000174,1045.827 c 0.2669189,0.1641 0.7682314,0.4219 0.9999826,0.4571 -1.16e-5,0.6667 2.32e-5,1.4115 -1.74e-5,2.0781 -0.3333252,0 -0.6666689,0 -0.9999826,0 5.8e-6,-0.6667 1.16e-5,-1.8685 1.74e-5,-2.5352 z"
|
||||
id="rect3868"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
d="m 9.9999826,1045.827 c -0.2669189,0.1641 -0.7682314,0.4219 -0.9999826,0.4571 1.16e-5,0.6667 -2.32e-5,1.4115 1.74e-5,2.0781 0.3333252,0 0.6666689,0 0.9999826,0 -5.8e-6,-0.6667 -1.16e-5,-1.8685 -1.74e-5,-2.5352 z"
|
||||
id="rect3868-7"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<rect
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="rect3913"
|
||||
width="2.0850058"
|
||||
height="0.78570437"
|
||||
x="7.2975202"
|
||||
y="1051.8151"
|
||||
transform="matrix(0.95922998,-0.2826267,0,1,0,0)"
|
||||
ry="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 8,11 c 0,0 0.3093592,-2.3812816 -1.248699,-3.9393398 -2,-2 0.6906407,-2.5026019 0.6906407,-1.5026019 0,1 1.0197811,-0.6788398 1.5580583,-0.5580583 0.4599673,0.1032099 1,1 1,1"
|
||||
id="path3933"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,1036.3622)"
|
||||
sodipodi:nodetypes="csssc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9.4 KiB |