Paweł Kotiuk
a61c7b5445
Allow translating of dir_open plugin
2021-07-02 21:49:25 +02:00
Matt Rose
810ccc2478
Merge pull request #459 from pktiuk/open_dir_plugin
...
Add new plugin for opening current directory using right mouse button
2021-07-02 11:16:31 -04:00
Paweł Kotiuk
bda603f4f6
Add new plugin for opening current directory
2021-06-30 17:48:35 +02:00
Matt Rose
24f1503234
Merge pull request #451 from kocho1984/close_tab_on_middle_button
...
Closing tab on middle mouse button press
2021-06-24 10:40:19 -04:00
Matt Rose
5206952542
Merge pull request #454 from AsadJivani/incorrect_layout_sorting_notebook
...
Incorrect layout sorting in notebook
2021-06-22 15:01:37 -04:00
MuhammadJivani
c583efbd50
Incorrect layout sorting in notebook
2021-06-22 22:42:16 +05:00
kocho1984
33768f01b7
Closing tab on middle mouse button press
...
Motivation: Most of the applications with tabs support such way
of closing tabs.
2021-06-20 14:01:50 +02:00
Matt Rose
f4a3c4e3ad
Merge pull request #443 from Vulcalien/master
...
Bug Fix: 'Clear selection on copy' is always unchecked
2021-06-03 12:57:46 -04:00
Vulcalien
f65770d982
Bug Fix: 'Clear selection on copy' is always unchecked
2021-06-02 16:31:48 +02:00
Matt Rose
013336191e
Merge pull request #442 from Vulcalien/master
...
Fixed issue #433 (layout sometimes ignores ratio)
2021-06-01 16:42:04 -04:00
Vulcalien
6e9ef142b7
Fixed issue #433 (layout sometimes ignores ratio)
2021-06-01 20:40:58 +02:00
Matt Rose
8f52cd0b46
Merge pull request #436 from GerbenWelter/fix/bg_image_err
...
Fix the background image loading exception handling
2021-05-16 16:29:42 -04:00
Gerben Welter
1bc6b679c7
Fix the background image loading exception
2021-05-15 22:22:22 +02:00
Matt Rose
fec99bc234
Merge pull request #435 from yusufgungor/master
...
Added set_tab_title command to remotinator.
2021-05-09 10:35:12 -04:00
Yusuf Güngör
bad7f28fe9
Added set_tab_title command to remotinator.
2021-05-08 02:51:06 +03:00
Matt Rose
efbc0a8d0a
Merge pull request #428 from balac-ode/master
...
Ukrainianized by 93%
2021-04-23 14:58:04 -04:00
coder
3a70f4647c
Ukrainianized by 93%
2021-04-23 20:11:35 +03:00
Matt Rose
5455ac2f3e
Merge pull request #399 from nojhan/feat+RunCmdOnMatch
...
Feat+run cmd on match
2021-04-13 16:47:36 -04:00
Matt Rose
23e5bb810a
Merge pull request #390 from TheBigS/add-new-vsplit-hsplit-cmd-dbus
...
Add new vsplit hsplit cmd dbus
2021-04-12 17:53:42 -04:00
Matt Rose
c042ca1674
Merge pull request #389 from TheBigS/add-new-get-focused-terminal-dbus-cmd
...
Added new get_focused_terminal dbus command which returns uuid of current focused terminal
2021-04-12 17:39:24 -04:00
Matt Rose
9ad141229c
Merge pull request #398 from nojhan/feat/config+link_single_click
...
add feat: config to open links with single click
2021-04-12 17:28:36 -04:00
Matt Rose
ebe58449b6
Merge pull request #416 from Vulcalien/master
...
Fixed geometry hints
2021-04-09 09:12:09 -04:00
Vulcalien
c00a54d867
Fixed geometry hints
2021-04-08 21:57:41 +02:00
Matt Rose
d72b6eb88f
Merge pull request #413 from mattrose/v2.1.1-prep
...
Release version 2.1.1
2021-04-02 16:10:14 -04:00
Matt Rose
79a13a9e66
Release version 2.1.1
2021-04-01 16:25:40 -04:00
Matt Rose
d5497086b3
Merge pull request #406 from terceiro/pt-br
...
i18n: pt_BR: add missing space in translations with shortcuts
2021-03-23 19:09:12 -04:00
Antonio Terceiro
6f147ac2ee
i18n: pt_BR: add missing space in translations with shortcuts
2021-03-21 10:58:25 -03:00
nojhan
eef5ffb01f
fix link_single_click configuration
2021-03-09 09:22:22 +01:00
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
nojhan
c47f3a2bad
add feat: config to open links with single click
...
Instead of Ctrl-left click.
2021-03-04 11:17:26 +01:00
Matt Rose
23a15ea9e1
Merge pull request #388 from TheBigS/bugfix-vte-racecondition
...
Fixed race condition when calling grab_focus after underlying vte could be closed
2021-02-19 20:56:07 -05:00
thebigs
0d8e804881
Add new vsplit_cmd and hsplit_cmd dbus commands
2021-02-18 23:34:44 -05:00
thebigs
fd142cc57e
Merge branch 'spawn-child-init-command' into add-new-vsplit-hsplit-cmd-dbus
2021-02-18 22:47:57 -05:00
thebigs
1efd0eed7f
Added new get_focused_terminal dbus command which returns uuid of
...
currently focused terminal
2021-02-18 22:45:41 -05:00
thebigs
4494d24989
Allow caller of spawn_child() to specify the initial command to run in the new child
2021-02-18 22:32:10 -05:00
thebigs
9143fb4b51
Fixed race condition when calling grab_focus after underlying vte could be closed
2021-02-18 22:21:40 -05:00
Matt Rose
ee8c51d10e
Merge pull request #385 from mattrose/revert-74
...
Revert 74
2021-02-18 17:44:01 -05:00
Matt Rose
907e95d7c9
Merge pull request #386 from mattrose/disable-2.7-tests
...
disable 2.7 tests until we can figure out how to run them in GH
2021-02-18 17:41:20 -05:00
Matt Rose
9f6a6e5d93
disable 2.7 tests until we can figure out how to run them in GH
2021-02-18 17:38:22 -05:00
Matt Rose
01bb33eebc
Revert "fix issue #74 "
...
This reverts commit 77696aa2cd
.
2021-02-18 17:13:45 -05:00
Matt Rose
8e809718e3
Revert "convert the unfocused terminal font brightness to alpha transparency level"
...
This reverts commit fdcab76408
.
2021-02-18 17:11:38 -05:00
Matt Rose
3a6392668d
Merge pull request #370 from mattrose/update-es-tx3
...
update spanish translation
2021-01-19 15:12:21 -05:00
Matt Rose
99d35850d9
update spanish translation
2021-01-19 15:05:41 -05:00
Matt Rose
440b0a22e7
Merge pull request #361 from leandrost/feature/switch-profile
...
Remotinator "switch_profile" command
2021-01-14 14:48:44 -05:00
Leandro Thimóteo
f998353f9f
Add switch profile command to remotinator
2021-01-12 14:35:10 -03:00
Matt Rose
4891680119
Update issue templates
2021-01-08 21:00:36 -05:00
Matt Rose
9ae5030016
allow blank issues
2021-01-08 20:56:31 -05:00
Matt Rose
834c272681
Merge pull request #360 from mattrose/fix-issue-template
...
clarify config file sentences
2021-01-08 13:18:56 -05:00
Matt Rose
1d7b9ab537
clarify config file sentences
2021-01-07 18:27:59 -05:00