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
12e76b7c78
Merge branch from Bruno Braga that implements a checkbox when closing multiple terminals, to suppress future dialogs
2012-04-19 11:06:26 +01:00
Chris Jones
bca4b8b89f
Merge branch from Andre Hilsendeger that implements container rotation
2012-04-19 10:59:33 +01:00
Chris Jones
68e25538a2
Config validator needs to know that background_image is a string
2012-04-19 09:25:21 +01:00
Andre Hilsendeger
e95bdcf964
Add possibility to rotate the paned containers.
2012-04-04 17:48:29 +02:00
Chris Jones
4e2897fa05
Allow users to override the URL handler with a custom executable
2012-01-14 20:39:00 +00:00
Bruno Braga
df68c6c94d
Implemented checkbox into the multiple terminals confirmation dialog, in oder to suppress it if users don't want this annoying message all the time.
2011-12-08 23:12:29 +10: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
Chris Jones
2e94df2033
Merge Peter B. Jørgensen's branch improving dropdown behaviours/features
2010-10-15 12:57:30 +01:00
Chris Jones
7253eda0c8
Add a couple of handy debugging statements for config file/dir problems
2010-10-15 12:40:29 +01:00
Peter B. Jørgensen
356646c8bc
merged with trunk
2010-08-30 22:36:33 +02:00
Chris Jones
0c6ba18d2b
Cowardly disable the dbus server by default
2010-08-24 21:38:15 +01: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
597f4ff75d
Expose keybindings for setting the broadcast modes. Closes LP #598410
2010-07-03 18:54:53 +01:00
Chris Jones
6bc310d58c
Also grandfather in the apturl url handler plugin, since that was previously enabled by default
2010-06-18 13:08:17 +01:00
Chris Jones
69e4ae1875
Switch plugins from being enabled by default to being disabled by default. An annoying change to have to make, but since almost nobody is using them yet, hopefully nobody will notice
2010-06-18 13:07:02 +01:00
Peter Bjørn Jørgensen
2ef3964b39
Merged with trunk
2010-05-17 22:50:03 +02:00
Peter Bjørn Jørgensen
b956c0ede3
Implemented the show/hide feature
...
added the following options to make terminator
able to behave like a drop-down terminal:
hide from taskbar
always on top
hide on lose focus (experimental)
sticky (Show on all workspaces)
2010-05-15 20:07:07 +02:00
Chris Jones
3aba98dade
Don't override the default profile when deleting that profile, and don't explode if a profile goes away
2010-05-15 16:00:09 +02:00
Chris Jones
c64d71b809
Restore the command line -p option to specify a particular profile. This is then enforced as the default for new terminals
2010-05-15 15:51:20 +02:00
Chris Jones
4f6235bc5e
Thanks to some #pygtk folks we now have a way out of the ridiculous 16bit colour values that Gtk+ gives us from the ColorPicker widget. Now we get the 8bit values that everyone is used to
2010-04-13 23:17:52 +01:00
Chris Jones
909d424911
Remove duplicate alternate_screen_scroll
2010-04-13 12:31:37 +01:00
Chris Jones
29015d7969
Apply slightly modified patch from Kees Cook which allows configuration of VTE's alternate screen scrolling. Closes LP #558832
2010-04-09 12:34:05 +01:00
Chris Jones
fd8bc65654
remove enable_real_transparency setting and instead attempt to determine it based on the actual capabilities of the current display
2010-04-06 21:11:11 +01:00
Chris Jones
2b7d22be00
Pick what should be a slightly more reasonable default palette
2010-04-06 12:24:33 +01:00
Chris Jones
21885c424f
Don't spit out multiple identical errors when failing to open a config file
2010-04-05 23:06:30 +01:00
Chris Jones
15c0138dc3
Fix the config filename when saving
2010-03-31 09:25:45 +01:00
Chris Jones
2f5c494f68
Go back to using the real config file name
2010-03-30 23:49:05 +01:00
Chris Jones
0232e0b19a
Remove some unused default configs
2010-03-30 22:50:46 +01:00
Chris Jones
bbdf055477
Rather than having people use an ugly value of -1 for infinite scrollback, have it as a separate setting, with all of the extra gubbins involved in making that work neatly. Closes LP #532513
2010-03-24 13:22:37 +00:00
Chris Jones
2ce78b7903
Add the ability to inhibit config saving
2010-03-10 12:51:16 +00:00
Chris Jones
ffc6a67e03
Don't blat the default layout with an empty one
2010-03-05 12:29:02 +00:00
Chris Jones
950da4dec3
pylint cleanups
2010-03-02 20:35:06 +00:00
Chris Jones
da7e7850b0
Add support for window sizes in the layout
2010-02-27 15:18:08 +01:00
Chris Jones
64a0f70c41
Build out support for containers to report a position to the layout. This now works for Windows, but will require significantly more work for Paneds
2010-02-27 14:55:38 +01:00
Chris Jones
bdac9e620a
Revert that and instead make the Terminal usage of the options object be more optional
2010-02-21 11:58:17 +00:00
Chris Jones
f9e5a69c71
Initialise command_line_options
2010-02-21 11:55:29 +00:00
Chris Jones
b3eaa85cc9
default to an icon based terminal bell indication, and add such an icon from Tango.
2010-02-11 13:05:12 +00:00
Chris Jones
07a142c6a0
Cache gconf values, and handle them changing
2010-02-09 22:33:47 +00:00
Chris Jones
79a340539b
Make the titlebar presence configurable by config file and context menu. If it's missing, draw a frame around the Terminal, to indicae colour
2010-02-09 00:23:21 +00:00
Chris Jones
eb7fcf5189
Expose cursor blinking and colour in the prefs editor
2010-02-08 22:10:59 +00:00
Chris Jones
8307951001
Catch any/all exceptions from config file parsing
2010-02-08 21:11:38 +00:00
Chris Jones
ad5c927d15
Add a section to the global config for setting the various fg/bg colours of the titlebars
2010-02-08 20:22:08 +00:00
Chris Jones
f99fbf1094
Don't fail to find a plugin section
2010-02-07 12:41:08 +00:00