nojhan
8f0e8add14
feat: hidden plugins, managed URLhandlers, RunCmdOnMatch plugin
...
- Plugins starting with underscore will not be displayed by the
preference/plugins window.
- This allow to add URLhandlers plugins on-the-fly.
- Add the RunCmdOnMatch plugin, which creates URLhandlers plugins
based on a regexp/command pair.
- If an URLhandler plugin returns a prepared URL starting with "terminator://",
then terminator will not try to open it with the URL handler (like xdg-open).
2021-03-04 21:09:15 +01:00
nojhan
5fb7466128
feat: add Exception class name in err messages
...
Easier debugging: some Python exception error messages are difficult to
interpret without the exception type (e.g. KeyError).
2021-03-04 21:07:56 +01:00
Leandro Thimóteo
f998353f9f
Add switch profile command to remotinator
2021-01-12 14:35:10 -03:00
Matt Rose
4a91585d3b
Merge pull request #358 from mattrose/357-popup-menu
...
fix broadcast menu for sway and wayland
2021-01-07 10:56:03 -05:00
Matt Rose
ff800b8711
fix broadcast menu for sway and wayland
2021-01-07 09:40:00 -05:00
Matt Rose
08186e795c
prep for release 2.1.0
2021-01-04 10:32:32 -05:00
evandrocoan
7e8af3fd48
Fix #345 The Alt+L layout chooser is too small
2020-12-31 14:20:34 -03:00
Matt Rose
e40f9fe651
Merge pull request #314 from mattrose/zoom-all-keybind
...
issue 271: add keybindings to zoom all terminals at once
2020-12-30 16:24:17 -05:00
Matt Rose
3c4bbf4881
fix 319: refresh layout after save
2020-12-30 15:43:12 -05:00
Matt Rose
070803ea75
Merge pull request #343 from JAugusto42/general_improvements
...
feat: refactoring terminal file
2020-12-29 01:00:24 +00:00
Jose Augusto
ed54a0d683
feat: refactoring terminal file
2020-12-28 21:28:38 -03:00
Matt Rose
734c70be91
update to non-deprecated Gtk.Menu popup call
2020-12-28 14:05:11 -05:00
Matt Rose
3d1bbbc7b0
Merge pull request #340 from JAugusto42/new_scrollbar
...
feat: Migrating from hbox to GtkBox
2020-12-28 18:41:17 +00:00
Matt Rose
f2b656dcf1
Merge pull request #333 from zothar/restart_command
...
Feature: Relaunch command option on held open after child exit
2020-12-28 18:40:31 +00:00
Jose Augusto
bb47af6d9b
feat: Migrating from hbox to GtkBox
2020-12-28 15:23:34 -03:00
David Sowder
80f87aada4
Remove a trailing space (trivial change to retry checks after the repo was returned to a check-working state)
2020-12-27 20:52:38 -06:00
Matt Rose
a30ad08c01
Merge pull request #339 from JAugusto42/remove_rewrap_on_resize
...
remove rewrap on resize from option and remove functions too
2020-12-27 22:52:16 +00:00
Jose Augusto
a53dea6fa5
remove rewrap on resize from option and remove functions too
2020-12-27 19:48:41 -03:00
Jose Augusto
b85a344cb2
fix : #323
2020-12-27 17:55:53 -03:00
Matt Rose
427c65f2cc
Revert "Merge pull request #36 from waldner/master"
...
This reverts commit 6c56f32eeb
, reversing
changes made to 904676057e
.
2020-12-27 13:29:30 -05:00
David Sowder
5c7233890f
Add feature to allow relaunching the command after child exit when the exit action is to hold the tab open
2020-12-27 10:12:19 -06:00
David Sowder
e43369d3e6
Re-factor Titlebar.update() to not duplicate the label text setting call
2020-12-27 09:06:00 -06:00
Matt Rose
6c56f32eeb
Merge pull request #36 from waldner/master
...
fast resize keyboard shortcuts
2020-12-03 19:29:48 +00:00
Matt Rose
8f94a674d9
issue 271: add keybindings to zoom all terminals at once
2020-12-03 13:43:05 -05:00
Matt Rose
904676057e
Merge pull request #307 from mattrose/unhide
...
add a commandline flag to unhide any windows
2020-12-01 21:03:42 +00:00
Matt Rose
890253ba2b
make tests pass
2020-12-01 15:49:11 -05:00
Matt Rose
5c9c482843
load config from XDG_CONFIG_DIRS if user config file doesn't exist
2020-12-01 14:38:29 -05:00
Matt Rose
cdb5755193
add a commandline flag to unhide any windows
2020-11-26 15:35:12 -05:00
Matt Rose
40bd59481b
Merge pull request #296 from mattrose/fix-bg-ui
...
fix background image profile preferences ui
2020-11-19 16:31:04 -05:00
Matt Rose
18ed95abe7
fix background image profile preferences ui
2020-11-19 11:49:45 -05:00
Jean-Sebastien Trottier
912e486b7d
Terminal.close: Avoid error when self.pid is None
2020-11-18 20:35:29 -05:00
Jean-Sebastien Trottier
352fdfe279
URLHandler.unload: Fix check for handler_name being set
2020-11-18 20:24:42 -05:00
Matt Rose
1be51cccad
fix issue with older vte lib
2020-11-18 09:46:25 -05:00
Matt Rose
ebc266e554
Merge pull request #286 from mattrose/dim-on-focus-out-sq
...
fix issue #74
2020-11-17 12:24:31 -05:00
Matt Rose
040b828ed1
feed_child() only accepts UTF-8, so that's what we'll send for now
2020-11-17 12:19:59 -05:00
Matt Rose
a55356ec8d
replace feed_child_binary() calls with feed_child()
2020-11-17 12:06:16 -05:00
Matt Rose
fdcab76408
convert the unfocused terminal font brightness to alpha transparency level
2020-11-14 11:03:58 -05:00
Matt Rose
77696aa2cd
fix issue #74
2020-11-13 10:08:10 -05:00
Matt Rose
316afbc6c1
Merge pull request #280 from mattrose/term-links
...
support for SSH URIs
2020-11-09 17:54:49 -05:00
Matt Rose
77198d3459
support for SSH URIs
2020-11-09 17:50:05 -05:00
Matt Rose
1dbaa807c6
fix stupid debugging error
2020-11-09 10:22:43 -05:00
Matt Rose
24a1f912d3
Merge pull request #277 from mattrose/doc-fixes
...
multiple small documentation fixes
2020-11-09 09:57:36 -05:00
Matt Rose
0ce26864b1
multiple small documentation fixes
2020-11-09 09:46:07 -05:00
Matt Rose
a5339b4cba
Merge pull request #275 from mattrose/fix-kde-dnd
...
fix drag and drop issues on KDE
2020-11-06 22:06:57 -05:00
Matt Rose
efccfc6ec7
fix drag and drop issues on KDE
2020-11-06 21:56:09 -05:00
Matt Rose
e9ee7d4409
Merge pull request #266 from mattrose/issue264_1
...
suppress warning if the vte capability is not there
2020-10-30 15:18:44 -04:00
Matt Rose
915077f5ff
fix new upstream vte warning
2020-10-26 17:33:48 -04:00
Matt Rose
c7649b33e9
suppress warning if the vte capability is not there
2020-10-26 12:35:26 -04:00
Matt Rose
acba6fa34e
Merge pull request #257 from yoavp77/allow-invert-search
...
Add support for inverted search
2020-10-26 12:29:44 -04:00
Matt Rose
49d2a76b1d
Merge pull request #265 from mattrose/debug_keybind
...
remove workaround for https://github.com/ibus/ibus/issues/1802
2020-10-26 11:58:58 -04:00