Commit Graph

3070 Commits

Author SHA1 Message Date
Thomas Hurst 61727e35c4 Don't silently consume keybinding errors. Drop superfluous code from exception and fix the guard clause that was allowing empty bindings to reach the parse stage. 2012-05-17 00:02:16 +01:00
Launchpad Translations on behalf of gnome-terminator 39e8cfef6c Launchpad automatic translations update. 2012-05-13 04:33:31 +00:00
Launchpad Translations on behalf of gnome-terminator 05bee9b3c7 Launchpad automatic translations update. 2012-05-12 05:09:18 +00:00
Launchpad Translations on behalf of gnome-terminator f3844d7879 Launchpad automatic translations update. 2012-05-08 04:32:48 +00:00
Launchpad Translations on behalf of gnome-terminator 8c9b1650af Launchpad automatic translations update. 2012-05-07 04:33:20 +00:00
Launchpad Translations on behalf of gnome-terminator b50480243d Launchpad automatic translations update. 2012-05-05 04:33:53 +00:00
Launchpad Translations on behalf of gnome-terminator 056289d896 Launchpad automatic translations update. 2012-05-04 04:33:38 +00:00
Launchpad Translations on behalf of gnome-terminator d62fd18d01 Launchpad automatic translations update. 2012-05-01 05:09:32 +00:00
Launchpad Translations on behalf of gnome-terminator 5d4a641446 Launchpad automatic translations update. 2012-04-30 04:31:41 +00:00
Launchpad Translations on behalf of gnome-terminator 9114384ae1 Launchpad automatic translations update. 2012-04-28 04:31:56 +00:00
Launchpad Translations on behalf of gnome-terminator eada374772 Launchpad automatic translations update. 2012-04-27 04:32:57 +00:00
Launchpad Translations on behalf of gnome-terminator 3d45bd640a Launchpad automatic translations update. 2012-04-20 04:35:17 +00: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 0a2f1ba7a7 Merge branch from Andre Hilsendeger that fixes initial terminal sizing with non-default font sizes 2012-04-19 11:03:51 +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
Chris Jones c844184f9f Clear up a signal when closing a terminal and add some debugging 2012-04-19 09:18:05 +01:00
Andre Hilsendeger 5c1bd46177 Set window size after applying font config to ensure a 80x24 terminal. 2012-04-14 13:15:50 +02:00
Launchpad Translations on behalf of gnome-terminator 32eb6f9d5e Launchpad automatic translations update. 2012-04-12 04:34:37 +00:00
Launchpad Translations on behalf of gnome-terminator a6a52792af Launchpad automatic translations update. 2012-04-08 04:33:25 +00:00
Andre Hilsendeger e95bdcf964 Add possibility to rotate the paned containers. 2012-04-04 17:48:29 +02:00
pas 9b15e3033e Focus window after showing it via hotkey the same way Guake does it 2012-03-31 01:02:57 +04:00
pas 6f4cc90d52 Add commandline option for specifying config file 2012-03-30 23:35:19 +04:00
Launchpad Translations on behalf of gnome-terminator f8b59348c6 Launchpad automatic translations update. 2012-03-20 04:31:34 +00:00
Launchpad Translations on behalf of gnome-terminator 26c8b267d6 Launchpad automatic translations update. 2012-03-10 04:38:57 +00:00
Chris Jones 4b4b8cce9a Guard against invalid colours. Closes LP#943251 2012-03-06 09:19:52 +00:00
Launchpad Translations on behalf of gnome-terminator c7b859487c Launchpad automatic translations update. 2012-04-17 04:36:55 +00:00
Launchpad Translations on behalf of gnome-terminator b6401fc1e8 Launchpad automatic translations update. 2012-01-22 05:16: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
Chris Jones 1dd4d562ff Handle an odd error initialising on Slackware 2012-01-14 20:11:46 +00:00
Chris Jones cd5c4c1056 Allow plugins to override the open/copy menu items in the terminal context menu. Also set these values for all of the default plugins. When copying a URL, run it through the URL preparer - this means wusers will get the resulting URI on their clipboard, rather than the original text sometimes and the URI some other times, depending on the type of URI 2012-01-14 20:09:25 +00:00
Launchpad Translations on behalf of gnome-terminator 8c0f30fd80 Launchpad automatic translations update. 2012-01-14 04:34:55 +00:00
Launchpad Translations on behalf of gnome-terminator 5642c796f7 Launchpad automatic translations update. 2012-01-06 04:45:24 +00:00
Launchpad Translations on behalf of gnome-terminator ce2ee665bc Launchpad automatic translations update. 2012-01-05 05:22:07 +00:00
f12f7e7b47 Added a little transformatios to make sure all the parameters of the config are
passed to string before calling the dbus method (integers for example).
2011-12-29 21:43:12 +01:00
abdcc0f201 Changed the dbus method new_window to use an array of options instead of only
passing the layout, also formatted a little the help strings in the optionparse 
module (to fit in 80 chars without breaking the indent)
2011-12-29 21:39:09 +01:00
d76b0dee7f Added a parameter to the dbus method new_window, to allow the passing of the
command to execute.
2011-12-29 20:02:11 +01:00
15c92c09a0 Fixed the custom_commands errors, adding a method to the ConfigBase class to
delete a plugin configuration section (maybe more delete methods should be 
added), and fixed the order problem adding a 'position' field to the config 
properties of each command.
2011-12-28 23:00:52 +01:00
Launchpad Translations on behalf of gnome-terminator ce9e8d8453 Launchpad automatic translations update. 2011-12-15 05:13:42 +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
Launchpad Translations on behalf of gnome-terminator 46a3357b1f Launchpad automatic translations update. 2011-11-26 04:34:32 +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
Francis Smit (Grizzly) a8184adbb7 have added a config for the homogeneous property to terminator, so u can set homogeneous to False in the config file to to this I added a line to config.py and changed a line in notebook.py 2011-11-19 22:04:29 +11:00
Przemek Wesolek cef607817d Moved profile setting on new tab a bit earlier, before show_all() call. 2011-11-16 21:38:24 +01:00
Przemek Wesolek f5cd4b053d Inheriting profile on a split in tabbed pane. 2011-11-05 16:58:39 +01:00
Przemek Wesolek 6d6d73568d New terminal inherits the current one's profile. 2011-11-05 16:49:01 +01:00
Launchpad Translations on behalf of gnome-terminator 8163977b68 Launchpad automatic translations update. 2011-10-28 05:11:10 +00:00
Launchpad Translations on behalf of gnome-terminator d6596d5a32 Launchpad automatic translations update. 2011-10-27 05:10:04 +00:00
Launchpad Translations on behalf of gnome-terminator e35125c5d1 Launchpad automatic translations update. 2011-10-24 05:10:32 +00:00
Launchpad Translations on behalf of gnome-terminator e933f75b8c Launchpad automatic translations update. 2011-10-21 04:34:19 +00:00