Commit Graph

76 Commits

Author SHA1 Message Date
Chris Jones b40053169b Switch parsing to optparse so -x can work 2008-02-12 13:49:36 +00:00
Chris Jones 45b0e41c6d More icon bits 2008-02-08 11:05:19 +00:00
Chris Jones e6d5c4eae3 Gear up to a new release 2008-02-08 10:20:48 +00:00
Chris Jones 4f462d771d Make this a bit more compact and remove some unneeded show() calls 2008-02-02 10:47:29 +00:00
Chris Jones c5a56e52fc gnome-terminal violates its own schema. yay 2008-02-02 10:05:06 +00:00
Chris Jones ea73696330 Track gnome-terminal scrollbar position settings. Fixes 185051 2008-02-02 01:49:32 +00:00
Chris Jones 852330d727 New gconf behaviour requires us to match up with gnome-terminal key names. Fix custom font behaviour that wasn't following with this new scheme 2008-01-31 22:15:23 +00:00
Chris Jones 65f1e5c047 Only use the gnome module if it is available, otherwise use the (inferior) built-in webbrowser module. This will probably break email URLs for non-gnome users, but there's not much we can do about that and it's better than not working at all. Fixes LP #184809 Also laying some groundwork for 0.8 2008-01-29 23:58:08 +00:00
Chris Jones 0ee12ee6d4 Stage three of the gconf marathon. Should now be completed and have returned us to where we started, functionality/bug-wise 2008-01-29 15:21:58 +00:00
Chris Jones cd510b7c78 Stage two of rerolling the gconf handling. Now we have a proper abstract function that can grab arbitrary values (lists and other types TBC). It just needs to be used directly instead of via the type specific helpers 2008-01-29 15:18:33 +00:00
Chris Jones b0fcd80594 Stage one of abstracting out our settings getting 2008-01-29 14:25:24 +00:00
Chris Jones 9948b5a14c remove extraneous whitespace 2008-01-29 14:00:02 +00:00
Chris Jones 42ff80837c calling this variable term is just unhelpfully confusing. I want it to go away anyway, and the first step is to clearly identify it 2008-01-29 13:54:16 +00:00
Chris Jones 9f7bbfe07d Fix -e to pass an array not a string 2008-01-28 23:28:31 +00:00
Nicolas Valcárcel 95bba138f9 Added -e option to execute a command inside terminal (LP: #184921) 2008-01-27 23:27:18 -05:00
Thomas Meire 3bb1299f47 removed the computations from splitaxis and do_scrollbar_toggle as they were obsolete. Removed the ctrl-shft-f binding
for fullscreen state. Cleaned up the splitaxis function, and commented it.
2008-01-14 23:45:43 +01:00
Nicolas Valcárcel 6d79b2d80a added some documentation to the code and clean some algorithms 2008-01-14 15:52:28 -05:00
Thomas Meire 77acf827de reverted all changes related to the pwd (not ready for trunk yet) 2008-01-14 18:04:13 +01:00
Thomas Meire cb87e86bf9 make F11 toggle fullscreen (fixes bug #182863) 2008-01-14 16:41:52 +01:00
Chris Jones 7cfa40bafc Stop the tooltip madness until we have a better solution 2008-01-14 10:37:35 +00:00
Thomas Meire a9c2d6e410 Fix darkness of the background when transparent. Darkness has to be set as 1-darkness to be
compatible with gnome-terminal.
2008-01-08 10:08:23 +01:00
Thomas Meire 2f6f1472fb Make terminator use the same default profile as gnome-terminal. Fixes LP #181197 2008-01-08 09:59:22 +01:00
Chris Jones 99280881e1 changelog the default values changes, and slightly improve the fallback behaviour of finding a profile to use 2008-01-06 22:23:16 +00:00
Chris Jones 9fa21a3132 Make child restarting behaviour work without a default profile 2008-01-06 14:41:36 +00:00
Chris Jones 41dfad77cd Tweak zooming behaviour so it doesn't lose fractional font sizes 2008-01-06 14:33:35 +00:00
Thomas Meire 5590e21225 Stop TerminatorTerm from failing when the correct gnome-terminal profile was not found. 2008-01-06 10:31:37 +01:00
Thomas Meire 67d4fd2585 Fix check for key-mask when zooming out. 2008-01-06 09:35:16 +01:00
Chris Jones 93e6c017c6 Support the background scrolling aspect of backgrounds too 2008-01-06 03:25:54 +00:00
Chris Jones 28eeb0e14d Support profile settings for terminal backgrounds. Closes LP #180717 2008-01-06 03:23:26 +00:00
Chris Jones fd2d642242 Add the title of the terminal as its tooltip. I may revert this if it is annoying 2008-01-06 02:28:21 +00:00
Chris Jones 91c5b61359 Add support for font zooming. Fixes LP #178792 2008-01-06 00:00:22 +00:00
Chris Jones 9914817630 Set window title and add support for removing window border 2008-01-05 01:05:41 +00:00
Chris Jones ef9014ec0c merge 2008-01-05 00:54:54 +00:00
Chris Jones aa55d4d7b5 Support gnome-terminal shortcuts for copy and paste 2008-01-05 00:50:56 +00:00
Chris Jones 25aec218e9 Patch from Nicolas Valcárcel to stop clashing with gnome-terminal's shortcuts 2008-01-05 00:47:57 +00:00
Thomas Meire 46d4ae278c Fix a typo in an error-message. Updated terminator.pot accordingly. 2008-01-03 09:23:20 +01:00
Thomas Meire 051b1d2036 Display a translatable error when an import fails. When importing the VTE-bindings fails, the error is shown in a
nice gtk dialog. Updated the .pot file with the new strings. Closes LP #179961
2008-01-03 09:10:39 +01:00
Chris Jones 6d5cac4b09 Add patch from Thomas Meire to prevent closing terminals from removing focus from any terminal. Closes LP #179054 2007-12-29 10:18:53 +00:00
Chris Jones 832c0ac988 Add gettext support 2007-12-29 03:01:28 +00:00
Chris Jones 31ec32f595 Add a window-level key-binding for quitting Terminator 2007-12-29 02:05:11 +00:00
Thomas Meire 99eeb02259 Removed the confirmation-dialog when closing a single terminal. Changed the key-combo to close a single terminal to
Ctrl-Shift-W to mimic the behaviour of Gnome-terminal. Enhanced the look of the confirmation-dialog when closing the 
whole window.
2007-12-28 11:48:26 +01:00
Thomas Meire caa2650e05 Added support for a Terminator in fullscreen state. 2007-12-27 18:44:38 +01:00
Chris Jones 747095c870 This isn't required as it was solved properly elsewhere 2007-12-26 19:59:59 +00:00
Chris Jones 4d04648811 Remove FIXMEs that probably no longer apply 2007-12-26 19:31:14 +00:00
Chris Jones 71f07637ac Since gnome-terminal now seems to set a global key with the list of profiles it knows about, we don't need to walk the profile directory ourselves, which seems like a good plan 2007-12-16 17:11:22 +00:00
Chris Jones ec51a1e865 Stop hardcoding some settings, although mouse autohiding is forced on by gnome-terminal 2007-12-16 17:00:53 +00:00
Chris Jones c7b8d30254 Rather than using blunderbus show_all()s, only show widgets that need to be shown and only when they need to be. This fixes LP #172829 2007-12-16 16:49:49 +00:00
Chris Jones ceb0582fd9 Remove useless feature to override settings yet another way. Remove duplication of hardcoding in TerminatorTerm.defaults{} but I think this structure mostly needs to go away. gconf schemae ought to save us 2007-12-03 19:38:55 +00:00
Chris Jones 2001d432b6 For some reason we are getting key events with no name, which cause .endswith not to exist, which prints an error 2007-11-29 17:16:04 +00:00
Chris Jones b6b862cb00 Start working towards a fix for re-appearing scrollbars 2007-11-29 17:15:27 +00:00