Commit Graph

1150 Commits

Author SHA1 Message Date
Thomas Hurst a72010a82e Teach the profile editor about undefined keys. 2009-01-21 09:06:16 +00:00
Thomas Hurst bc24c98164 Merge in jkakar's quick tab switching branch, with minor changes. To avoid bikeshed issues, the bindings are disabled by default. 2009-01-21 08:29:32 +00:00
Jamu Kakar d9205d83d9 - Alt-N switches to the tab at index N for values of 0 >= N <= 9.
This makes switching to arbitrary tabs very quick.
2009-01-20 21:18:59 -08:00
Nicolas Valcarcel 969d2b771c merge nhandler changes 2009-01-20 22:50:17 -05:00
Nathan Handler a716d82119 Fix typo in doc/terminator.1 2009-01-20 20:33:58 -06:00
Chris Jones 74ab50fa91 Update README 2009-01-20 22:52:59 +00:00
Chris Jones 1cc478f363 generate new pot 2009-01-20 22:46:39 +00:00
Chris Jones 5a14a82855 Import latest translations from Terminator 2009-01-20 22:45:57 +00:00
Chris Jones 9824029bda Make the enable_real_transparency manpage entry slightly more verbose 2009-01-19 14:58:23 +00:00
Chris Jones 6f9955eb6a H9TRANS debugging, should help diagnose weird transparency issues 2009-01-19 14:45:08 +00:00
Emmanuel Bretelle adf05a6863 * Fixing a potential glitch in translated string
* added FR comment entry to .desktop
2009-01-17 13:44:09 +01:00
Chris Jones 4713eff2dd Merge from Stephen Boddy, fixes some instances where group_hoover is not called or is called incorrectly. Closes LP #315863 2009-01-15 00:31:42 +00:00
Chris Jones ae77134f8d remote System - horrible idea 2009-01-15 00:22:19 +00:00
Chris Jones fd4eb24cdf prepare debian version bump for 0.12 2009-01-15 00:22:11 +00:00
Chris Jones e5b3827428 Remove some useless headers from our .desktop, drop in a slightly hacked and untested specfile from fedora. Closes LP # 2009-01-15 00:13:43 +00:00
Chris Jones 29d5eacbc9 Fix terminal title alignment. Merge from Stephen Boddy's dev branch. Closes LP #308124 2009-01-15 00:07:28 +00:00
Chris Jones 8c62f84357 Track gconf cursor blinking in such a way that it handles the newer GNOME Terminal setting and the older one. Closes LP #283107 2009-01-15 00:02:01 +00:00
Chris Jones 2d57b7888d Fix GNOME Terminal profile loading. Patch from Y W Sing. Closes LP #304016 2009-01-14 22:57:24 +00:00
Chris Jones 45e83bd4b5 Slightly refactor the dialog shown when closing a window with multiple terminals so it can also work for tabs with multiple terminals. Closes LP #315960 2009-01-14 22:02:23 +00:00
Stephen Boddy 775030ba85 Kill last vestage of the single group icon. 2009-01-14 16:16:01 +01:00
Stephen Boddy f97d1c49f8 Fix middle-click paste in broadcast mode into terminal with no group. Wasn't sent to other terms. Plus: slight reorg of get_target_terms 2009-01-14 13:36:32 +01:00
Stephen Boddy 2c50a3b326 Update the config man page with parameters for titlebar colours. 2009-01-14 12:21:31 +01:00
Chris Jones 3e3b2ded00 make the update-menus quiet and non-fatal 2009-01-14 01:19:01 +00:00
Stephen Boddy a55fb5c70e Small change to stop the radio buttons of the 'Assign to' window flying about on resize. It just looks silly\! 2009-01-14 01:59:09 +01:00
Stephen Boddy 7fa0ddede0 Slightly fudge-flavoured fix for the positioning of the 'Assign to' window. Stops it appear all over. Prob. better as proper dialog. 2009-01-14 01:55:46 +01:00
Cory Kontros 19546fa574 Adding source files for icons. scalable/apps/terminator.svg is source for 48px icon. 2009-01-13 16:33:44 -05:00
Stephen Boddy a7e12a13b5 Merge from trunk 2009-01-13 22:32:36 +01:00
Cory Kontros ac142e9a59 Fixed slight issue with the scalable icon. Edited setup.py to see 32px icon. Added 'update-menus' to postinst to fix LP #316829. 2009-01-13 16:17:01 -05:00
Stephen Boddy 6cc744dc19 Tiny additional run of group_hoover, when tickbox is activated. 2009-01-13 22:10:28 +01:00
Stephen Boddy f405a2c87f Final part of the GUI rework for the group stuff. 2009-01-13 22:05:04 +01:00
Cory Kontros 2795dafc6d Fixed blurry icons by creating them at the proper size. Added 32px size. 2009-01-13 15:52:07 -05:00
Stephen Boddy 0bc670ac1d Small cosmetic oneliner for non-centered titles on splitting. 2009-01-13 17:20:43 +01:00
Stephen Boddy eab9cb3757 Remove the noe redundant group menu, plus unique titlebar icons. 2009-01-12 22:53:42 +01:00
Stephen Boddy 29ef912250 Some small fixes after discussion and testing over irc 2009-01-12 17:08:12 +01:00
Stephen Boddy b9b5416d8d Bugger, missed off adding the icon. 2009-01-12 12:32:22 +01:00
Stephen Boddy de94513478 First (and major) part of the GUI stuff. We now have a clickable button that pops up the group menu. 2009-01-12 12:13:22 +01:00
Stephen Boddy b69a54b53f Significant grouping improvements. Nearly everything there and works great. Still require 2 GUI related things before done. 2009-01-10 17:13:49 +01:00
Stephen Boddy 895226aaa9 Two minor fixes to prevent unused groups lingering in the submenu when a terminal is close/ungrouped. 2009-01-10 17:00:05 +01:00
Stephen Boddy a30755e670 Fix list of groups in context menu to prevent duplicates 2009-01-10 07:34:50 +01:00
Chris Jones dec20d4069 Loop around tabs when using next_tab or prev_tab keyboard shortcuts. Closes LP #315494 2009-01-10 01:55:46 +00:00
Chris Jones 533e85e2a7 and actually get it right this time 2009-01-10 00:45:41 +00:00
Chris Jones 65c1011d5b restore Stephen's extra conditional, since it does make sense 2009-01-08 16:18:02 +00:00
Chris Jones eec5aefbaa Merge Stephen Boddy's fix for LP #314902 with a small modification 2009-01-08 15:40:38 +00:00
Stephen Boddy b356cfc9ee Enumerate the terminals with/without padding (very useful when accessing many sequentially numbered systems.) 2009-01-07 19:39:12 +01:00
Stephen Boddy d205c35a24 Make the colours of the titlebars like clusterm (much clearer) and configurable 2009-01-07 19:37:59 +01:00
Stephen Boddy fcea2b7261 Fix DnD to insert test to all terms in current group 2009-01-07 19:35:44 +01:00
Chris Jones 90064406a0 If there are any groups, add a menu item to remove all groupings 2009-01-06 09:44:38 +00:00
Chris Jones 438e656210 Retain style 2009-01-05 23:12:03 +00:00
Chris Jones 56eb03712c handle an alternate scrollbar disabling value 2009-01-04 17:53:19 +00:00
Chris Jones 77487d0e31 might as well bump the version in preparation for 0.12 2009-01-04 02:48:31 +00:00