Commit Graph

2763 Commits

Author SHA1 Message Date
Matt Rose 1c62d3a598 add version label to About box 2020-07-22 13:15:08 -04:00
Matt Rose 0cbdbd89a2
Merge pull request #160 from dafrito/master
Allow live previewing of profile color changes
2020-07-10 14:35:09 -04:00
Aaron Faanes a3ef71548e Allow live previewing of profile color changes 2020-07-07 19:48:42 -05:00
Matt Rose 1aaf935a4c
Merge pull request #150 from dkmvs/dkmvs-fixing-keybindings-with-shift
Fix: Allow Key Bindings with Shift-Modified Keys
2020-06-30 14:50:58 -04:00
dkmvs 279a3e10e6 Fix: Allow Key Bindings with Shift-Modified Keys
This commit allows to set key bindings that contain
a key modified by a Shift key (e.g. `Ctrl + {`).
For example, after pressing `Ctrl + Shift + [`,
a key binding will be set to `Ctrl + {` as opposed
to `Ctrl + Shift + {` as before.

This is achieved by checking whether a key changes its
value when a Shift key is down. If it does, then the
Shift modifier is removed from `mods`. One exception:
if a key binding contains a letter then the Shift
modifier is not removed. This is because, for some
reason, a key value of a letter is never modified by the
Shift modifier and always corresponds to a key value of
a lowercase character. This is already handled in
`terminatorlib/keybindings.py`.

Resolves: #149
2020-06-27 23:42:04 +01:00
Matt Rose 6affbf5b0c
Merge pull request #144 from dugb/issue_44
issue 44, add option for case sensitive search
2020-06-24 13:29:50 -04:00
Douglas Bacon ff53f737f8 catch TypeError when PCRE2 is not available 2020-06-24 10:16:58 -04:00
Matt Rose 2325664f34
Merge pull request #146 from robertoetcheverryr/master
Fixed bug in prefseditor.py
2020-06-23 16:23:47 -04:00
robertoetcheverryr e9a8c42fff Fixed bug in prefseditor.py 2020-06-23 10:08:17 -03:00
Douglas Bacon 82af0ad81f add option to not match case during search 2020-06-22 15:24:41 -04:00
Matt Rose 47563429fc
Merge pull request #142 from mattrose/fix-line-height
fix line height config variable location to match ui
2020-06-21 15:34:57 -04:00
Matt Rose 1924b91684 fix line height config variable location to match ui 2020-06-21 15:30:47 -04:00
Matt Rose 412c80eec7
Merge pull request #141 from dugb/issue_111
Issue 111, add line_height slider
2020-06-21 15:23:09 -04:00
Douglas Bacon 3d128f0334 add line-height slider 2020-06-21 14:35:50 -04:00
Douglas Bacon c4a6ac96c8 Merge branch 'line-height' of https://github.com/mattrose/terminator into issue_111 2020-06-21 12:06:39 -04:00
Matt Rose 0c1032afa0
Merge pull request #140 from mattrose/issue133
replaces the handle_size property that was deprecated in gtk3.20
2020-06-21 12:03:48 -04:00
Matt Rose e7be7d9853
Merge pull request #132 from mattrose/add-layout-submenu
launch new layouts directly from right-click menu
2020-06-21 11:57:07 -04:00
Matt Rose da53f25b52 launch new layouts directly from right-click menu 2020-06-21 11:52:04 -04:00
Matt Rose fae95a7e13
Merge pull request #131 from mattrose/issue99
Issue99
2020-06-21 11:47:04 -04:00
Matt Rose 4db7df5ea1 replaces the handle_size property that was deprecated in gtk3.20 2020-06-21 11:44:26 -04:00
Matt Rose 480bc47d0b
Merge pull request #135 from robertoetcheverryr/master
Added putty_paste_style_source_clipboard
2020-06-19 16:38:31 -04:00
Matt Rose 30d9cbd210
Merge pull request #136 from mattrose/master
update apt repos before installing packages
2020-06-19 09:55:59 -04:00
Matt Rose caec369b60 update apt repos before installing packages 2020-06-19 09:50:59 -04:00
robertoetcheverryr c8db3e38aa Added putty_paste_style_source_clipboard 2020-06-19 02:15:13 -03:00
Matt Rose decd21e15f dont traceback if we cant find a last active term 2020-06-15 20:59:09 -04:00
Matt Rose 391f3adb81 dont cycle through open tabs and focus them 2020-06-15 20:02:12 -04:00
Matt Rose 616ed8a7aa
Merge pull request #126 from qckzr/maximize-option
Adding maximize option
2020-06-11 14:43:26 -04:00
Hector Sam 792dbcda08 Adding maximize option 2020-06-11 20:23:18 +02:00
Matt Rose b1d502e939 add line_height config variable 2020-06-10 22:48:43 -04:00
Matt Rose 8c1f96d1f3
Merge pull request #109 from mattrose/fix-debugserver
fix io errors on debugserver
2020-06-10 21:44:32 -04:00
Matt Rose 3e73e89765
Merge pull request #112 from mattrose/fix-closewindow-1
fix traceback when closing a window
2020-06-10 21:44:16 -04:00
Matt Rose a762bb9ff0
Merge pull request #114 from gnome-terminator/issue78
fix detection of whether or not ibus is running
2020-06-10 21:41:56 -04:00
Matt Rose 7e70a5b47b
Merge pull request #113 from mattrose/fix-x11-error
Fix crash when GdkX11 module is not available when creating layout
2020-06-10 19:56:19 -04:00
Matt Rose f70737c21a
Merge pull request #123 from mattrose/pwdfix
fix cwd for non-vte shells
2020-06-10 19:56:00 -04:00
Matt Rose cdc456740b fix cwd for non-vte shells 2020-06-10 17:06:36 -04:00
Matt Rose 6738199e0f fix detection of whether or not ibus is running 2020-06-03 14:44:19 -04:00
Matt Rose 90ca702081 Fix crash when GdkX11 module is not available when creating layout 2020-06-03 11:50:03 -04:00
Matt Rose 86f90337f6
Merge pull request #46 from filipkilibarda/master
Added option to disable ctrl+mousewheel zoom
2020-06-02 22:12:28 -04:00
Matt Rose eb4e083ccd
Merge pull request #41 from JakubVanek/feature/#40-no-default-broadcast-keybindings
#40: remove default key bindings for input broadcasting
2020-06-02 19:54:10 -04:00
Matt Rose 32be225258 fix traceback when closing a window 2020-06-02 15:46:15 -04:00
Matt Rose aefaad75a9
Merge pull request #110 from mattrose/add-debug-to-searchbar
add debug logging to searchbar
2020-06-02 11:02:44 -04:00
Matt Rose 3f20a8ac27
Merge pull request #88 from mattrose/dbus-error
Do not crash when dbus server is unavailable, just emit an error message
2020-06-02 11:02:18 -04:00
Matt Rose 31eb79b1e9 add debug logging to searchbar 2020-06-01 21:00:13 -04:00
Matt Rose 4246292974 fix io errors on debugserver 2020-06-01 20:11:03 -04:00
Matt Rose 9d5c2a6bb3
Merge pull request #105 from GerbenWelter/add_vte_regex_reference
Fix TODO for documenting vte regex matching constants
2020-05-24 22:14:51 -04:00
Gerben Welter c4fab4ef0e Fix TODO for documening vte regex matching constants 2020-05-24 20:17:33 +02:00
Matt Rose 3cdb6a65b1
Merge pull request #61 from blackm0re/propagate-on-single-tab
Propagate tab-swictch events if there is only one tab
2020-05-22 11:49:10 -04:00
Markus Frosch bf6efe52e9
Merge pull request #100 from gnome-terminator/revert-70-13-gettext 2020-05-19 21:16:05 +02:00
Markus Frosch 6718ab1095
Revert "replace gettext and intltool with Babel" 2020-05-19 21:07:52 +02:00
Markus Frosch 4719eefa4d doc: Clarify calling local script with python3
fixes #98
2020-05-19 17:11:01 +02:00