Vishweshwar Saran Singh Deo
bd4e3b3470
Merge remote-tracking branch 'upstream/master' into 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open
2023-08-26 20:47:10 +05:30
Matt Rose
27814c2386
Merge pull request #819 from mattrose/fix_insert_term_name2
...
Fix Insert Term Name Plugin error
2023-08-26 09:38:54 -04:00
Matthew Rose
f7b6ea07bc
Fix Insert Term Name Plugin error
...
The "Insert terminal name" Plugin causes the following traceback
Traceback (most recent call last):
File "/Users/mattrose/Code/terminator/terminatorlib/terminator.py", line 588, in do_insert_term_name
term.feed(name)
File "/Users/mattrose/Code/terminator/terminatorlib/terminal.py", line 1709, in feed
self.vte.feed_child(text)
This PR fixes it so the plugin inserts the terminal name, as intended.
2023-08-26 09:21:18 -04:00
Matt Rose
9c054ac29e
Merge pull request #806 from vssdeo/805-keyboard-shortcut-support-for-plugins-code-decoupling
...
805 keyboard shortcut support for plugins code decoupling
2023-08-25 21:20:05 -04:00
Matt Rose
2dd7b8ea17
Merge pull request #809 from vssdeo/808-Plugins-dont-receive-keboard-signals-on-newly-opened-windows
...
[bug 808] Plugins-dont-receive-keboard-signals-on-newly-opened-windows
2023-08-25 20:51:02 -04:00
Vishweshwar Saran Singh Deo
3b4d32cda3
[bug 808] Plugins-dont-receive-keboard-signals-on-newly-opened-windows
...
- code separated for force loading of plugins on every terminal instance
2023-08-09 16:31:41 +05:30
Vishweshwar Saran Singh Deo
d39968ebba
- [bug 681] removed force plugin load from plugin and separated the code in a diff issue
...
Plugin Submission + Generic Plugin Utility Functions & KeyBinding Feature: Mouseless / Mousefree / Keyboard URL opening or yanking
2023-08-09 16:11:59 +05:30
Vishweshwar Saran Singh Deo
64a6e391ac
- more changes from 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open that were to be decoupled
2023-08-09 14:47:42 +05:30
Vishweshwar Saran Singh Deo
11639159b4
- removed KeyBindUtil dependency as its now a seperate pull request
...
- this branch is further decoupled using the current commit, 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open
2023-08-09 14:39:45 +05:30
Vishweshwar Saran Singh Deo
d91d017e20
-remove the plugin from the plugin shortcut util / helper code
2023-08-06 20:18:28 +05:30
Vishweshwar Saran Singh Deo
a0ed310094
Merge remote-tracking branch 'upstream/master' into 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open
2023-07-28 20:08:37 +05:30
Matt Rose
0fea7d47e5
Merge pull request #767 from x000zh/master
...
add new tab after current tab option
2023-06-20 20:56:37 -04:00
Matt Rose
c96ebf7670
Merge pull request #774 from gnome-terminator/translations_po-terminator-pot--master_hr
...
Updates for po/terminator.pot in hr
2023-06-20 20:00:29 -04:00
Matt Rose
7023fdc5ab
Merge pull request #778 from mattrose/fix_ratio
...
Revert "modify terminator separater size setting in gui to start from 1"
2023-06-20 19:58:50 -04:00
Matt Rose
b7e91b1ede
Merge pull request #777 from mattrose/776-fix-logger
...
Alter get_text_range call based on VTE version
2023-06-20 19:57:16 -04:00
Matt Rose
1a4921b262
Alter get_text_range call based on VTE version
...
In vte 0.72 there was a regression that caused
Vte.Terminal.get_text_range() to fail to return the text requested
However, in the same version, there was a new call introduced that
does retrieve the text, so if I detect a vte minor version above
72, I call that instead.
2023-06-17 21:31:00 -04:00
transifex-integration[bot]
64bccd27b5
Translate po/terminator.pot in hr
...
100% translated source file: 'po/terminator.pot'
on 'hr'.
2023-06-12 15:55:16 +00:00
transifex-integration[bot]
635e5338ec
Translate po/terminator.pot in hr
...
100% translated source file: 'po/terminator.pot'
on 'hr'.
2023-06-12 15:53:15 +00:00
transifex-integration[bot]
685aa75170
Translate po/terminator.pot in hr
...
100% translated source file: 'po/terminator.pot'
on 'hr'.
2023-06-12 15:52:51 +00:00
transifex-integration[bot]
ea97c21871
Translate po/terminator.pot in hr
...
100% translated source file: 'po/terminator.pot'
on 'hr'.
2023-06-12 15:52:30 +00:00
Matt Rose
928a3dc5ec
Revert "modify terminator separater size setting in gui to start from 1"
...
This reverts commit c8cd50ba9a
.
2023-06-09 23:16:34 -04:00
x000zh
cd04443e29
add new tab after current tab option
2023-06-04 19:13:37 +08:00
Matt Rose
e0592eaf4f
Merge pull request #698 from zpalmtree/add-detchable-tabs-preference
...
Add detachable tabs feature to preferences
2023-04-24 09:55:48 -04:00
Matt Rose
e8816382fd
Merge pull request #747 from Vulcalien/asciidoc-manpages-2
...
Rewrite terminator_config.5 man page in AsciiDoc format
2023-04-24 09:48:45 -04:00
Vulcalien
f68f288c33
Update terminator_config.5
...
This file is now compiled from 'terminator_config.adoc'
2023-04-22 14:50:45 +02:00
Vulcalien
20ddb13490
terminator_config: add description to all remaining settings
...
+ reword some descriptions
+ fix the link to ConfigObj's documentation
2023-04-22 14:41:19 +02:00
Vulcalien
fec901d09e
terminator_config: add layouts and plugins sections
...
+ add description to some settings
2023-04-21 16:16:21 +02:00
Vulcalien
b0cb125287
terminator_config: add description to some settings
2023-04-07 22:15:50 +02:00
Vulcalien
3a710cd6d6
terminator_config: add keybindings
2023-04-07 15:44:30 +02:00
Vulcalien
9a63671fe8
terminator_config: move 'default value' to the end of description
2023-04-07 12:43:31 +02:00
Matt Rose
7a5fc01594
Merge pull request #735 from Vulcalien/remove-deprecated-settings-2
...
Remove more unused settings and update the docs accordingly
2023-04-05 16:13:47 -04:00
Matt Rose
03104b791c
Merge pull request #738 from Thibault-Brocheton/patch-1
...
fix: typo in french translation
2023-04-05 16:13:13 -04:00
Thibault Brocheton
beae56f2b8
fix: typo in french translation
...
dans = in
sans = without
2023-04-04 11:01:51 +02:00
Vulcalien
9b93abb8fe
terminator_config: add profile settings
2023-04-04 00:55:50 +02:00
Vulcalien
0570307ecb
Remove unused 'color_scheme' setting
...
The color scheme in use is determined by checking the
'foreground_color' and 'background_color' settings.
2023-04-02 17:26:24 +02:00
Vulcalien
a9c5e18365
Remove more unused settings and update the docs accordingly
...
Removed settings: scroll_background, focus_on_close, cycle_term_tab,
ignore_hosts.
2023-04-01 21:44:28 +02:00
Vulcalien
aadb6ebaf9
terminator_config.adoc: add text for the 'FILE FORMAT' section
...
+ add a descriptions to some of the new settings
2023-04-01 19:20:18 +02:00
Matt Rose
0df00c49e2
Merge pull request #734 from Vulcalien/remove-deprecated-settings
...
Remove settings 'hide_tabbar' and 'disable_real_transparency'
2023-03-31 14:40:01 -04:00
Matt Rose
4ec2add3e3
Merge pull request #733 from Vulcalien/asciidoc-manpages
...
Rewrite terminator.1 man page in AsciiDoc format
2023-03-31 14:38:51 -04:00
Vulcalien
3f30aa58f7
Remove settings 'hide_tabbar' and 'disable_real_transparency'
...
'disable_real_transparency' is already completely unused,
'hide_tabbar' was replaced by 'tab_position' = 'hidden' and marked as
deprecated in 2010.
2023-03-31 17:14:27 +02:00
Vulcalien
8847d635f6
Begin working on terminator_config.adoc
2023-03-31 16:58:52 +02:00
Vulcalien
1ce3d50069
Generate terminator.1 from terminator.adoc using asciidoctor
2023-03-31 01:17:22 +02:00
Vulcalien
dd075a243d
Minor improvements to terminator.adoc
...
1. Decapitalize some words
2. Replace 'Hide/Show' with 'Toggle'
3. Replace 'AUTHOR' with 'AUTHORS'
4. Move the 'SEE ALSO' section to the bottom
2023-03-31 01:04:51 +02:00
Vulcalien
cac4c9e458
Rewrite terminator.1 man page in AsciiDoc format
2023-03-29 23:59:38 +02:00
Matt Rose
10e9d04e78
Merge pull request #722 from magical-heyrovsky/Fix-typo-in-man-page
...
Fix typo in man page
2023-03-28 09:23:48 -04:00
Matt Rose
2285ceb68b
Merge pull request #720 from pedroflor/patch-1
...
Capitalize the first letter for "Read only"
2023-03-22 18:13:22 -04:00
Matt Rose
6592e2bda1
Merge pull request #728 from mattrose/727-fixdnd
...
fix drag and drop
2023-03-22 17:51:29 -04:00
Matt Rose
41c9d344b4
fix drag and drop
2023-03-22 17:43:04 -04:00
Matt Rose
a38152d691
Merge pull request #726 from Vulcalien/master
2023-03-12 12:43:54 -04:00
Vulcalien
d8852f1e54
Do not remove focus from the last_active_window
...
This caused all the new windows to be unfocused, forcing the user to
manually focus one.
The 'last_active_window' feature might be broken anyway.
2023-03-11 12:48:20 +01:00