Jakub Vaněk
7ea105492f
feat(prefs): add prefs UI for bold_is_bright option ( #38 )
2020-04-25 20:25:48 +02:00
Markus Frosch
23135f2ca5
Fix shebang and executable flag for all scripts
2020-04-05 16:36:06 +02:00
Emilio Pozuelo Monfort
a3a67385fd
Adopt patch "python3" from Debian
...
https://bugs.launchpad.net/terminator/+bug/1662544
2020-04-05 14:07:13 +02:00
Stephen Boddy
3e9f7742d5
Fix hide on lose focus due to our own menus and Preferences (Juliano Fischer Naves + Steve Boddy)
2017-06-24 04:02:38 +02:00
Stephen Boddy
bba9e2237a
Remove auto-capitalisation of profiles in menu, add sorting, and fix exception when adding new one in prefs
2017-02-19 16:57:36 +01:00
Stephen Boddy
96a1e67749
Fix an exception with an unexpected keyword getting passed to set_cursor
2017-02-06 17:32:30 +01:00
Stephen Boddy
a748db277c
Fix some strange behaviour when clicking on the trough of a scale (i.e. stepping) The previous value gets read, not the current.
2016-12-12 19:07:08 +01:00
Stephen Boddy
0bd8af4304
Add the ability to deactivate extra theme dependant styling
2016-12-12 12:27:56 +01:00
Stephen Boddy
24d3ed455a
A chunk of work bringing the prefs glade file into the gtk3 world
2016-12-12 11:29:19 +01:00
Stephen Boddy
3a6eb144a2
Add gruvbox palette to dropdown as preset
2016-12-07 19:46:21 +01:00
Stephen Boddy
52b578e6eb
Allow larger separators
2016-12-06 02:01:48 +01:00
Stephen Boddy
da37f398fa
Fix terminator not working with default python3 by forcing python2
2016-11-25 02:29:55 +01:00
Stephen Boddy
f0330dadf3
Added radio options to the Cursor colour to make it easier to go back to the XOR'd foreground colour
2015-12-03 15:37:16 +01:00
Stephen Boddy
7518c16588
Some ports of some gtk2 commits that were still outstanding
...
* Fix the tab switching if a terminal on another tab exits
* Fix for those not running IBus, where the IBus workaround caused broken keys in other keymaps set with non-IBus tools
* PuTTY paste mode
* Updated and grouped default shortcuts in man page
* Fix PuTTY paste mode so Ctrl-Right-Drag, and application mouse handling in terminal still works
* Added smart copy mode switch to prefs
* Merge feature branch for tab/terminal title editing from Haim Daniel
2015-12-01 02:21:00 +01:00
Stephen Boddy
295f884c6d
(trunk-1683) Merge feature branch for tab/terminal title editing from Haim Daniel
2015-12-01 00:57:18 +01:00
Stephen Boddy
9115b62928
(trunk-1667) Added smart copy mode switch to prefs
2015-12-01 00:35:06 +01:00
Stephen Boddy
a04ffed850
(trunk-1663) PuTTY paste mode
2015-11-30 22:23:23 +01:00
Stephen Boddy
d3a0d5193e
Remove unsupported utmp for now, till alternative solution
2015-11-30 19:07:43 +01:00
Stephen Boddy
7f071e0d7e
Fix unwanted seperator size change, and increase granularity of dim/transparent sliders
2015-11-29 19:33:52 +01:00
Stephen Boddy
fbb70b2bc6
Correct some British spelt translated strings to American~
2015-11-29 00:39:22 +01:00
Stephen Boddy
6db2337c56
Add word chars back in if VTE is 0.40+
2015-11-28 20:28:01 +01:00
Stephen Boddy
b5b74e8071
Add option to toggle the rewrap on resize
2015-11-28 20:14:14 +01:00
Stephen Boddy
4269a99598
Reimplement visual flash that got removed from libvte, reusing the DnD overlay to flash the terminal (gtk2->gtk3)
2015-09-29 02:24:36 +02:00
Stephen Boddy
ac53de6afb
(trunk-1615) Start 'New Layout #' from 1. Looked strange starting at 2
2015-09-01 23:04:16 +02:00
Stephen Boddy
f64d3e67fa
(trunk-1599/1600/1601)
...
* setup.py can install the manual (and by extension do can debuild)
* setup.py has (inactive) code for generating the html from the source
but this will break if rtd theme is not available
* A few changes to doc strings to make the autodoc prettier
* Added help shortcut, by default F1 to open the local manual
* Added button to About tab to launch manual
* A couple of additional string to translate related to manual/help
* Small tweak to setup.py to seperate build and install, and always attempt
to install manual by default.
* Small fix for systems (i.e. my 12.04 LTS) that don't set LANGUAGE for
whatever reason. This breaks the manual lookup
2015-09-01 22:50:09 +02:00
Stephen Boddy
20dad87117
(trunk-1588/1589)
...
BIG update to translations, due to additions and changes. Unfortunately Launchpad
translations don't work with gettext fuzzy matches, so I'm afraid there's a lot
of rework for translators.
* Add a few new translatable strings
* Update the list of files to scan with additionas and deletions
* Update the template (pot) and country (po) files
* Fix the preferences window to be translated (LP:#1245806) (accidentally added earlier in gtk3 rev 1565, just noting here)
* Update tab close button icon to match lighter gnome-terminal one (accidentally added earlier in gtk3 rev 1565, just noting here)
2015-08-03 21:15:28 +02:00
Stephen Boddy
73d29ef997
(trunk-1586) Additional windows icon loading works better, and respect the theme changes.
2015-08-03 20:33:10 +02:00
Stephen Boddy
2686296cf6
(trunk-1585) Adds high contast icons, and makes the main window icon loading work better, and respect the theme changes.
...
Note: wmclass_name no longer readable under GTK3, so -c option is a bit dubious now.
Also, in HighContrast, there are issues with titlebar background colours that are not present in GTK2.
2015-08-03 20:22:15 +02:00
Stephen Boddy
7f452e5b64
(trunk-1577) Preselect the current layout when opening Prefs window, and also save config after using the layout 'Save' button (Steve Boddy)
2015-07-15 02:51:18 +02:00
Stephen Boddy
758863f363
(trunk-1576) Add 'Save' button for saving to the selected Layout (Ariel Zelivansky)
2015-07-15 02:43:39 +02:00
Stephen Boddy
8b566b9859
(trunk-1574) Add shortcuts for next/prev profile (Peter E Lind, LP#1314734)
2015-07-12 00:27:59 +02:00
Stephen Boddy
cf81fe937a
(trunk-1573) Global setting for changing the titlebar font (partially from Eli Zor branch), but expanded and improved (docs/GUI), plus some minor fixup from this.
2015-07-10 21:37:35 +02:00
Stephen Boddy
29a412ee0f
(trunk-1564) Merge default broadcast behaviour toggle by Jiri (jtyr) - fixes lp #1288835
2015-06-22 20:06:21 +02:00
Stephen Boddy
56c9875395
(trunk-1557) Fix xterm color palette to match xterm - fixes lp #1260924
2015-06-19 03:50:07 +02:00
Stephen Boddy
3b76adfdfb
(trunk-1556) whitespace cleanup
2015-06-19 03:48:12 +02:00
Stephen Boddy
22ed84abdd
Apply terminator-gtk3-vte038-v4.patch from Egmont Koblinger
2014-09-19 16:10:43 +02:00
Stephen Boddy
7ca6dd96c6
Changes made by pygi-convert.sh
2014-09-19 16:08:08 +02:00
Peter Lind
16cf86d5ab
Adding feature to switch between profiles using keybindings
...
- adding config options
- adding prefeditor code
- adding event handlers to switch back and forth
2014-08-13 09:36:20 +02:00
Ariel Zelivansky
eadb5cb419
Save layout button prototype.
2014-05-19 22:47:11 +03:00
Stephen Boddy
106afb85df
Additional shortcuts/code to toggle All/Tab grouping
2014-01-24 23:29:07 +01:00
Stephen Boddy
07af1b3cf2
Add icons to the additional windows (Launcher, Preferences and Custom Commands) Improvements welcome ;-)
2013-10-29 14:57:01 +01:00
Stephen Boddy
27555740b3
This fixes the issue where another instance of terminator can overwrite config changes you make. Makes setting up layouts more usable.
2013-08-29 19:43:24 +02:00
Stephen Boddy
e14cd19690
Initial cut of layout launcher. It 'aint pretty, but it works
2013-08-28 23:09:17 +02:00
Stephen Boddy
f49e8a2356
Additional GUI code to use working dirs
2013-08-27 19:22:57 +02:00
Stephen Boddy
b29929e6e7
Fix for background prefs. Closes LP#1202109
2013-08-01 19:57:51 +02:00
Stephen Boddy
89fddd836b
Fix for background prefs. Closes LP#1202109
2013-08-01 19:56:55 +02:00
Stephen Boddy
031f754be4
Merge non-homogenous tab feature from Grizzly Smit
2013-08-01 19:47:20 +02:00
Stephen Boddy
b0b8b576f6
A little adjustment to prevent messy tabs when tabs are not homogenous
2013-08-01 17:30:18 +02:00
Stephen Boddy
d271137675
Merge feature from nanikata. Closes LP#332267
2013-07-14 21:01:58 +02:00
Chris Jones
218cf4c1fb
Fix prefs window to not be able to set the inactive colour offset to a value >1.0. Doing so has terrible overflow consequences and ends up making the text very dark, instead of leaving it alone. Closes LP#1177506
2013-05-11 23:03:46 +01:00