Commit Graph

125 Commits

Author SHA1 Message Date
Stephen Boddy 86216970f4 Added radio options to the Cursor colour to make it easier to go back to the XOR'd foreground colour 2015-12-03 15:36:39 +01:00
Stephen Boddy 0b8fd51d5e Fix unwanted seperator size change, and increase granularity of dim/transparent sliders 2015-11-29 19:33:57 +01:00
Stephen Boddy e782204f9f Correct some British spelt translated strings to American 2015-11-29 00:39:30 +01:00
Haim Daniel hdaniel@redhat.com 9aab1d8643 Add support for terminal and tab edit title key binding.
Currently the only way of changing either active terminal title or active tab
title is by mouse clicking on them.

The suggested fix adds support for keybinding for each action, thus providing
a potential productivity increase from user's perspective.

The suggested default key layouts are:
* edit terminal title '<Alt>F2'.
* edit tab title '<Alt><Shift>F2'

This fixes issue: https://bugs.launchpad.net/terminator/+bug/1417747
2015-10-26 15:46:39 +02:00
Stephen Boddy 78cf6e87ec Added smart copy mode switch to prefs (Steve Boddy, LP#1223129) 2015-10-01 20:53:15 +02:00
Ilya a8c260fcf3 Added UI config for Putty-paste-style, and text to documentations 2015-09-22 19:44:35 +05:00
Stephen Boddy de637d98d1 Fix the renaming of Layouts/Profiles sometimes corrupting what appears in the config file 2015-08-21 00:15:05 +02:00
Stephen Boddy 9decbaf43e Start 'New Layout #' from 1. Looked strange starting at 2 2015-08-13 22:16:42 +02:00
Stephen Boddy 1d977cc6aa A manual has been added to Terminator
* Added source and generated html of manual, and API doc
* 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
2015-08-08 04:11:30 +02:00
Stephen Boddy 114d9dc428 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)
2015-08-03 16:36:34 +02:00
Stephen Boddy 8ff835556e Additional windows icon loading works better, and respect the theme changes. 2015-08-02 06:20:53 +02:00
Stephen Boddy 25a6da8a99 Preselect the current layout when opening Prefs window, and also save config after using the layout 'Save' button (Steve Boddy) 2015-07-14 23:09:05 +02:00
Stephen Boddy 9dadba61c4 Add 'Save' button for saving to the selected Layout (Ariel Zelivansky) 2015-07-14 23:02:24 +02:00
Stephen Boddy 6ffafe81d1 Add shortcuts for next/prev profile (Peter E Lind, LP#1314734) 2015-07-12 00:27:18 +02:00
Stephen Boddy da4db8b9c2 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:36:33 +02:00
Stephen Boddy 4c8fa5b090 Merge default broadcast behaviour toggle by Jiri (jtyr) - fixes lp #1288835 2015-06-22 19:34:37 +02:00
bryce 414042d221 Fix xterm color palette to match xterm
From XTerm-col.ad and /etc/X11/rgb.txt:

*VT100*color0: black              0   0   0  #000000
*VT100*color1: red3             205   0   0  #cd0000
*VT100*color2: green3             0 205   0  #00cd00
*VT100*color3: yellow3          205 205   0  #cdcd00
*VT100*color4: blue2              0   0 238  #0000ee
*VT100*color5: magenta3         205   0 205  #cd00cd
*VT100*color6: cyan3              0 205 205  #00cdcd
*VT100*color7: gray90           229 229 229  #e5e5e5
*VT100*color8: gray50           127 127 127  #7f7f7f
*VT100*color9: red              255   0   0  #ff0000
*VT100*color10: green             0 255   0  #00ff00
*VT100*color11: yellow          255 255   0  #ffff00
*VT100*color12: rgb:5c/5c/ff                 #5c5cff
*VT100*color13: magenta         255   0 255  #ff00ff
*VT100*color14: cyan              0 255 255  #00ffff
*VT100*color15: white           255 255 255  #ffffff

Patch thanks to Casper Ti. Vector.

Fixes: LP #1260924

Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
2015-06-02 14:14:13 -07:00
bryce a265fe9248 whitespace cleanup 2015-06-02 13:29:12 -07: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
Jiri Tyr ec649aaa31 Configurable broadcast group 2014-03-07 22:50:06 +00: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
Chris Jones 3b37d87bd9 Apple patch from Juan Francisco Cantero Hutardo to add the Solarized colour theme to Terminator. Closes #1102241 2013-02-16 00:10:45 +00:00
Chris Jones d1835cecf1 Merge a branch from Przemek Wesolek which allows for retaining profile choice across splits/tabs. Closes LP#884329 2012-10-18 16:56:34 -07:00
Chris Jones 3dd931e19a Merge a branch from Stephen J Boddy to add a keyboard shortcut for changing the window title 2012-07-10 19:41:26 +01:00
Stephen Boddy e5eda24a21 Add shortcut (no default) to edit window title. 2012-06-26 20:29:54 +02:00
Stephen Boddy b4ef645a2f Add shortcuts (no defaults) to insert the group menu numbers. 2012-06-26 20:23:39 +02:00
Chris Jones bca4b8b89f Merge branch from Andre Hilsendeger that implements container rotation 2012-04-19 10:59:33 +01:00
Andre Hilsendeger e95bdcf964 Add possibility to rotate the paned containers. 2012-04-04 17:48:29 +02:00
Chris Jones 4b4b8cce9a Guard against invalid colours. Closes LP#943251 2012-03-06 09:19:52 +00:00
Chris Jones 4e2897fa05 Allow users to override the URL handler with a custom executable 2012-01-14 20:39:00 +00:00
Francis Smit (Grizzly) 8c391e96d2 have added configuration check boxex for scroll_tabbar and homogeneous_tabbar to the preferences dialog box, I'have tested it and it all works 2011-11-20 23:09:54 +11:00
Chris Jones 780c295cf0 Allow font dimming in inactive terminals 2011-10-07 01:20:54 +01:00
Chris Jones 845ca998c0 Add config option to hide terminal size. Patch from João Pinto. Fixes LP#691213 2011-08-21 01:07:11 +01:00
Peter B. Jørgensen 356646c8bc merged with trunk 2010-08-30 22:36:33 +02:00
Chris Jones 9044ffabb0 Land a modified and extended patch from Andrea Corbellini that adds a dbus server and a new default behaviour to use the dbus server to make terminator processes singletons 2010-07-21 23:17:34 +01:00
Peter B. Jørgensen 7d28aba91c merge with trunk 2010-07-15 16:43:58 +02:00
Chris Jones bab0cc27d5 Make font antialiasing configurable 2010-07-13 13:50:33 +01:00
Peter B. Jørgensen 656c2b3b76 Merged with trunk 2010-07-13 14:19:42 +02:00
Chris Jones 7522bb2b9d Deprecate the hide_tabbar config option and instead add a 'hidden' value to tab_position and update the code/UI/docs accordingly. 2010-07-03 20:42:33 +01:00