Commit Graph

3345 Commits

Author SHA1 Message Date
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
Ruslan Kashinin
468ef23c79
Fix for issue #676: title field not seem to be working with JSON profile 2023-04-03 01:17:02 +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
Matt Rose
3d79ca5072
Merge pull request #716 from mattrose/714-fixdadt
Remove hack to ensure that focus is set.
2023-03-09 17:11:02 -05:00
Matt Rose
8ae6f93f55
Merge pull request #725 from mattrose/724-unset-keybinding-toggle_scrollbar-prevents-right-click-menu-from-opening
Fix context menu keybinding reading.
2023-03-08 17:31:03 -05:00
Matt Rose
e4be854668 Fix context menu keybinding reading.
When the keybinding for an action that also appears in the context menu
is None, python can't do it's usual string tricks and throws a
backtrace, and doesn't display the menu.
2023-03-08 17:17:57 -05:00
magical-heyrovsky
bb1ddf3ee5
Fix typo in man page 2023-03-07 10:16:49 +01:00
PF
599b9b8bf4
Capitalize the first letter for "Read only" 2023-03-06 22:25:27 -04:00
Matthew Rose
9eaf0cbd6b Release version 2.1.3 2023-03-01 17:36:20 -05:00
Matt Rose
380be99c9f
Merge pull request #709 from KKoovalsky/master
Better distinguishing of inactive windows from the active one, by changing the background brightness
2023-03-01 16:45:25 -05:00
Matt Rose
45a8b4c75c
Merge pull request #691 from nicbn/patch-1
Ctrl+Click on group button automatically creates groups whenever needed
2023-03-01 16:23:33 -05:00
Matt Rose
b0f4463055
Merge pull request #713 from Vulcalien/bg-image-draw-modes
Background image drawing modes and alignment
2023-03-01 16:13:23 -05:00
Matthew Rose
d6d9cce90c should not commit this late at night. 2023-02-28 22:32:14 -05:00
Matthew Rose
ed763df331 Further fix to last_active_window 2023-02-28 22:22:57 -05:00
Matthew Rose
066acd779a Remove hack to ensure that focus is set.
set_focus() should do the trick according to the docs, so
let's just use that, and not go to extraordinary measures.
2023-02-28 21:42:29 -05:00
Kacper Kowalski
c1d9253acc Make inactive background brightness default 1.0 (100%) 2023-02-21 11:04:37 +01:00
zpalmtree
ca86d083f0
Merge pull request #1 from Vulcalien/origin/add-detchable-tabs-preference
Detachable tabs: reposition preferences code
2023-02-15 20:05:34 -05:00
Vulcalien
d52fa5a5d4 Detachable tabs: reposition the code 2023-02-15 11:44:42 +01:00
Vulcalien
6cc3052ba7 Add background image's drawing mode and alignment to preferences GUI 2023-02-14 16:59:59 +01:00
Vulcalien
df8890199c Add background image alignment
background_image_align_horiz: left, center, right
background_image_align_vert: top, middle, bottom
2023-02-14 15:13:54 +01:00
Vulcalien
21529cec6c Add different background image modes
stretch_and_fill, scale_and_fit, scale_and_crop, tiling
2023-02-14 15:13:32 +01:00
Kacper Kowalski
39cf34e295 Fix typo 2023-02-03 18:26:54 +01:00
Kacper Kowalski
dd511778c8 Add debug messages for the inactive background color change 2023-02-03 15:56:46 +01:00
Kacper Kowalski
272328c82d Add inactive background color adjustment in prefs 2023-02-03 15:50:33 +01:00
Kacper Kowalski
6551dba9dc Add config option for inactive background offset 2023-02-03 14:59:36 +01:00
Kacper Kowalski
3854a7c0e2 Allow setting hardcoded background darkening
Normally, one can only change the background of the foreground for the
inactive window. With this change the background of the inactive window
will also change it's brightness by 20%.
2023-02-03 14:34:16 +01:00
zpalmtree
808d2efaa9 Add detachable tabs feature to preferences 2022-12-28 23:20:28 -05:00
nicbn
c84821e36a Make Ctrl+Click on group button automatically create groups 2022-12-06 18:08:01 -03:00
Dante Calderon
285022ef29
Update comment 2022-12-05 20:37:57 -05:00
Matt Rose
403bf540d0
Merge pull request #686 from vssdeo/680-open-up-keybindings-page-on-keypress
[bug 680] Open up keybindings page on keypress #680
2022-11-29 21:12:15 -05:00
Vishweshwar Saran Singh Deo
98dcd0efec [bug 680] Open up keybindings page on keypress #680
- implemented the short-cut
- seems the key combo is already taken 'go_prev' : 'p'
- How about : 'k', I will make the change for now.
- But adding key seq to a long list of keypress function breaks my heart, If the plugin util keybind makes it to the main branch, I will take this out and may be have a shortcut plugin to handle these.
- Also selecting of Keybindings page is being done for this specific case Page = 3
- A notebook tab number and title map would remove this. Which can be configurable, later.
2022-11-23 20:02:26 +05:30
Vishweshwar Saran Singh Deo
8e5e6d1642 [bug 681] Plugin Submission + Generic Plugin Utility Functions & KeyBinding Feature: Mouseless / Mousefree / Keyboard URL opening or yanking #681
- renamed api interfacted for better clarity
- removed double checking of short-cut binding for plugins in keybindings
2022-11-23 15:34:22 +05:30
Matt Rose
857d759485
Merge pull request #684 from gnome-terminator/translations_po-terminator-pot--master_pt_BR
Translate '/po/terminator.pot' in 'pt_BR'
2022-11-22 12:50:32 -05:00