Commit Graph

2878 Commits

Author SHA1 Message Date
Matt Rose 0ce26864b1 multiple small documentation fixes 2020-11-09 09:46:07 -05: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
Matt Rose 736e88aa46 remove workaround for https://github.com/ibus/ibus/issues/1802 2020-10-26 11:51:27 -04:00
Joe Peled 4ae1282606 Add support for inverted search 2020-10-20 09:21:12 -04:00
Matt Rose 7c7ca7db47
Merge pull request #255 from mattrose/update_translations
update translations
2020-10-19 17:53:54 -04:00
Matt Rose 4da84af566 update translations 2020-10-19 17:45:16 -04:00
Matt Rose ff1860ad1b
Merge pull request #254 from mattrose/clear-select-on-smart-copy
Clear selection on smart copy
2020-10-19 17:41:52 -04:00
Matt Rose eef917b5ce
Merge pull request #249 from yoavp77/persist-search-case-sensitivity
Preserve searchbar case sensitivity state in config file on state change
2020-10-19 17:38:43 -04:00
Matt Rose 1822d6ccb1 add config entry and preferences GUI 2020-10-19 17:14:40 -04:00
Matt Rose 657c45abb7 Clear selection on copy if smart_copy is configured 2020-10-19 16:51:47 -04:00
Matt Rose 290ca4dbd6
Merge pull request #252 from napcok/master
Polish translation update
2020-10-18 19:38:04 -04:00
Daniel Napora f80e077f0c Polish translation update 2020-10-19 01:19:46 +02:00
Matt Rose a04529ac3c
Merge pull request #251 from napcok/master
update terminator.pot
2020-10-18 17:53:00 -04:00
Daniel Napora bc3d10cbde update terminator.pot 2020-10-18 22:38:03 +02:00
Joe Peled 19e1cf755c Simplify parsing config value 2020-10-17 22:04:00 -04:00
Matt Rose c3ce961917
Merge pull request #248 from napcok/master
Polish translation update
2020-10-17 18:50:17 -04:00
Joe Peled 66f4020e37 Preserve case sensitivity state in config file on state change 2020-10-17 17:51:19 -04:00
Daniel Napora 9bbb28eb88 Polish translation update 2020-10-17 15:53:38 +02:00
Matt Rose 80b20a8050
Merge pull request #247 from mattrose/fix-horizontal-div-handle
fix the handle on the divider between horizontal panes
2020-10-16 11:37:42 -04:00
Matt Rose dc0ea4dff9 fix the handle on the divider between horizontal panes 2020-10-16 11:32:55 -04:00
Matt Rose a8e9d419d4
Merge pull request #246 from mattrose/add-tests-to-release-tarball
add tests to release tarball
2020-10-14 14:28:52 -04:00
Matt Rose 7cbf5e5f2c add tests to release tarball 2020-10-14 14:24:50 -04:00
Matt Rose 80fb628fbc
Merge pull request #214 from dvdlevanon/layout-json-file
layout file - initial commit - work in progress
2020-10-14 14:01:06 -04:00
Matt Rose 6df1304563
Merge pull request #224 from dkmvs/fix-keybinding-accel-clearing
Fix: Key Binding Clearing in `Preferences > Keybindings`
2020-10-14 14:00:10 -04:00
Matt Rose e42e84c893
Merge pull request #226 from ookull/master
Updated Estonian translation
2020-10-14 11:55:38 -04:00
Matt Rose 44f538f3f9
Merge pull request #235 from planet36/save_config_file
Change how config file is saved
2020-10-14 11:54:20 -04:00
planet36 2d7f9133b0 Create config file if it doesn't exist 2020-10-11 23:28:04 -04:00
planet36 610580b704 Revert "Create config file if it doesn't exist"
This reverts commit 310f70ac5f.
2020-10-11 23:16:46 -04:00
Matt Rose 68d0be887e Release version 2.0.1 2020-10-11 14:13:42 -04:00
Matt Rose ff4c7934d7
Merge pull request #237 from mattrose/fix-release-tarball
make sure data/*.in files are there for distributors
2020-10-11 14:00:30 -04:00
Matt Rose 3853dc433e make sure data/*.in files are there for distributors 2020-10-11 13:55:52 -04:00
planet36 310f70ac5f Create config file if it doesn't exist
Use pathlib.Path for config file and backup file
2020-10-09 20:28:48 -04:00
planet36 ebae1e1440 Backup config before writing to it
Fixes #234
2020-10-08 17:11:32 -04:00
Matt Rose 296e1257a2
Merge pull request #233 from mattrose/fix-transparent-bg
only set clear background when background_image in config
2020-10-08 15:44:51 -04:00
Matt Rose e418621c77
Merge pull request #232 from mattrose/issue-227-install
fix INSTALL instructions for setuptools
2020-10-08 15:40:38 -04:00
Matt Rose 251d89c8cd only set clear background when background_image in config 2020-10-08 15:38:09 -04:00
Matt Rose 1520cdad96 fix INSTALL instructions for setuptools 2020-10-08 15:13:42 -04:00
Ivar Smolin 4159fdb538 Updated Estonian translation 2020-10-07 14:12:29 +03:00
Matt Rose 8bc1af0749 Release Version 2.0 2020-10-06 09:47:30 -04:00
David Levanon cca9ee3e90 rename readme to readme.md 2020-10-04 13:40:20 +03:00
David Levanon 231c9fb210 move json layout example files to data 2020-10-04 13:38:45 +03:00
Matt Rose e9eb89ef00
Merge pull request #217 from mattrose/background-image
Background image
2020-09-30 10:23:50 -04:00
Matt Rose 8db142d92b add GUI controls for background image 2020-09-30 10:20:02 -04:00
dkmvs ba5d155c36 Reset Key Bindings to Default in Prefseditor Test
This commit adds a function that resets key bindings to the default in
 `test_keybinding_edit_produce_expected_accels` test.
Note that this function needs to run at the end of every test that
modifies the key bindings as they are not automatically reset after
the test has run.
2020-09-30 00:37:30 +03:00
dkmvs 03d5e20695 Add Test for `Keybinding>Preferences`
This commit adds
`test_keybinding_successfully_reassigned_after_clearing` test,
which checks that a key binding is successfully reassigned after it
has been cleared.
2020-09-29 22:05:54 +03:00
dkmvs 840a95eeb2 Use Empty String for Cleared Accels
When a key binding is cleared its value is now set to "" (an empty
string) instead of `None` as before.

This change is introduced because `Gtk.accelerator_parse` does not
allow `None` to be used as a value, which in turn breaks
`on_cellrenderer_accel_edited` function in
`terminatorlib/prefseditor.py` by raising a `TypeError` every time a
new key binding is introduced. Note that this only happens if at
least one key binding has been cleared first.
2020-09-29 17:10:56 +03:00
Matt Rose e06003ee41 Merge branch 'master' into background-image 2020-09-29 10:06:21 -04:00
Matt Rose a84bed91cf
Merge pull request #220 from mattrose/master
Revert "Merge pull request #208 from mattrose/update-vte-spawn"
2020-09-27 09:47:49 -04:00
Matt Rose a44ebd9e2e Revert "Merge pull request #208 from mattrose/update-vte-spawn"
This reverts commit f5cbdce5fc, reversing
changes made to e1476a2ef2.
2020-09-27 09:41:02 -04:00