Commit Graph

2983 Commits

Author SHA1 Message Date
Chris Jones a8707e790f Update changelog 2008-01-05 00:57:44 +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
Chris Jones be96c38db7 Apply some MOTU suggested changes and switch back to CDBS 2008-01-05 00:18:21 +00:00
Thomas Meire 31c559ff71 Added dutch-translations 2008-01-03 09:44:01 +01: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 886e418671 Correct history 2008-01-02 22:51:30 +00:00
Nicolas Valcárcel e85d9b647b Added es.pot 2008-01-02 11:24:56 -05:00
Nicolas Valcárcel 77fd5b6815 Added Spanish translations 2008-01-02 11:17:53 -05:00
Chris Jones 48ef088e70 Merge branch used for improving debian packaging 2008-01-01 23:18:49 +00:00
Chris Jones d457cd68c1 Switch to python central, move the changelog to its own file and remove an unneeded debian/ file 2008-01-01 19:38:40 +00: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 1e2891a129 Keep a record of how to update this 2007-12-29 03:13:25 +00:00
Chris Jones 832c0ac988 Add gettext support 2007-12-29 03:01:28 +00:00
Chris Jones f3c2433c29 Add today's changes thus far 2007-12-29 02:36:09 +00:00
Chris Jones d8e1483bde Add menu support 2007-12-29 02:27:39 +00:00
Chris Jones ecac2184a0 Add menu support 2007-12-29 02:26:33 +00:00
Chris Jones eb5070ccc4 Add Thomas' patch for better closing behaviour and an improved dialog for exiting Terminator. Fixes LP #161121 2007-12-29 02:06:42 +00:00
Chris Jones 404d797b4f Add Thomas to AUTHORS and his patch to changelog 2007-12-29 02:05:52 +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
Chris Jones 095bd07cfe Add patch for fullscreen and some tidying up 2007-12-27 19:47:41 +00:00
Thomas Meire caa2650e05 Added support for a Terminator in fullscreen state. 2007-12-27 18:44:38 +01:00
Chris Jones c3e15fa084 Since this is a native package, lose the debian revision 2007-12-26 20:07:15 +00:00
Chris Jones 8e79e8f7fe Prepare for 0.6 2007-12-26 20:00:52 +00: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 ff84c08617 Show some love 2007-12-16 16:44:48 +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
Chris Jones f100fa6cfe Remove initial setup code, since we now default to a single terminal 2007-11-29 15:38:10 +00:00
Chris Jones 6a5431e253 Minor fix to kees' gconf improvement 2007-11-27 16:58:36 +00:00
Chris Jones 397bac42af gconf fix from Kees Cook and a patch from him to add ctrl-tab and ctrl-shift-tab for switching terminals 2007-11-22 23:26:12 +00:00
Kees Cook fd05040c8d add Ctrl-(Shift)-Tab to change focus; scan all profiles and match on title, not path 2007-11-15 16:19:05 -08:00
Chris Jones 73b2be2d70 Handle both kinds of exit action 2007-11-09 00:58:47 -05:00
Chris Jones 13ff8dbb05 Actually make new command line option work 2007-11-09 00:23:26 -05:00
Chris Jones b4673dbc6d Import lost changes from terminator-0.4 PPA package 2007-11-09 00:21:44 -05:00
Chris Jones a18c33ca7f Fix typo in README 2007-11-09 00:15:55 -05:00
Chris Jones 414848a4a7 Update debian parts 2007-11-09 00:13:06 -05:00
Chris Jones 85f21bec0e Change default behaviour from 4 terminals to a single, normal sized terminal 2007-11-08 23:43:05 -05:00
Chris Jones c822ac7964 Update default word_chars from gnome-terminal settings. Closes #129533 2007-11-08 23:40:06 -05:00
Chris Jones 16e4bd7f7d Fix a slice off-by-one 2007-11-08 23:36:01 -05:00
Chris Jones a2c04a359e Record the indexes of our URL matches and use the results to identify email links and handle them appropriately 2007-11-08 22:43:11 -05:00
Chris Jones 05eb675a46 Make maximisation a non-default option 2007-11-08 22:19:25 -05:00