Commit Graph

1079 Commits

Author SHA1 Message Date
Chris Jones 01d4602d43 move all vte customisation to post-realize 2009-01-28 01:18:21 +00:00
Chris Jones 78c04023fa merge jkakar's working-directory branch 2009-01-27 22:44:44 +00:00
Chris Jones 0897c0e16f move the background transparency setting to a handler attached to the vte widget's realize signal 2009-01-27 21:56:28 +00:00
Chris Jones 337c650f34 Back out earlier debugging changes 2009-01-27 21:19:10 +00:00
Jamu Kakar 97700f2d7d - Added --working-directory to the manpage.
- Added a metavar option to the --working-directory parser
  configuration, to make it's help text a touch prettier.
2009-01-27 11:19:01 -08:00
Jamu Kakar 6f7a595d27 - New --working-directory command-line option sets the terminal's
initial working directory.
2009-01-27 11:16:00 -08:00
Chris Jones cfeac42e2a getting desparate now 2009-01-27 18:29:19 +00:00
Chris Jones 8a4d3fb5de collect the flags, although i think they are a red herring 2009-01-27 18:26:42 +00:00
Chris Jones cb802ca85e bleh, helps if you actually keep track of what's happening 2009-01-27 18:18:57 +00:00
Chris Jones c190287d6c Exploratory patch which may fix some weird bugs, or may get reverted soon 2009-01-27 17:09:33 +00:00
Chris Jones 1961fe1d49 add support for an icon in the group label 2009-01-27 00:31:48 +00:00
Chris Jones 51c9186c40 Update the ChangeLog a little 2009-01-26 16:39:35 +00:00
Thomas Hurst 58e4722763 Block LOCK_MASK from reaching translate_keyboard_state: <Ctrl><Capslock>E now no longer behaves like <Ctrl><Shift>E, the state of capslock is completely ignored for keybinding purposes. 2009-01-26 16:33:00 +00:00
Chris Jones 7517c02aa7 Hopefully this is the end of the changes to potfile generation. It does mean we'll have some disorder in the translations, which I apologise for, but it should make us much more flexible 2009-01-26 13:24:55 +00:00
Chris Jones 6fa4831b3e blah, fix sorting 2009-01-26 10:38:33 +00:00
Chris Jones b52e0086a4 clear up incorrect names, and ridiculous paths 2009-01-26 10:37:44 +00:00
Chris Jones 53d32a097a list missing translatable files 2009-01-26 10:36:37 +00:00
Chris Jones 37840c5371 props 2009-01-26 00:50:15 +00:00
Chris Jones d5538bf025 props 2009-01-26 00:49:31 +00:00
Chris Jones 08534abe76 update pot 2009-01-26 00:31:15 +00:00
Chris Jones 857e9eaea0 Apply patch from LP: #316755 to generate the .desktop file from the translated strings 2009-01-26 00:28:25 +00:00
Chris Jones 9f17fc0790 Be able to set the foreground colour of titlebars too 2009-01-26 00:22:11 +00:00
Chris Jones 5055371b1c Refactor the terminal titlebar into its own class 2009-01-26 00:20:03 +00:00
Chris Jones c3a2b5d2bb remove references to quake, it's unhelpful. It's now 'hide_window' 2009-01-25 18:33:22 +00:00
Chris Jones 201057e7f2 Make quake related error be a dbg() 2009-01-25 15:08:55 +00:00
Chris Jones c33b89a74c add a description of the quake keybinding 2009-01-25 14:36:51 +00:00
Chris Jones 920a668991 Merge in Chris James' quake branch. 2009-01-25 14:28:27 +00:00
Chris Jones 4236e44e5f Merge in Chris James' quake branch. 2009-01-25 14:26:20 +00:00
Nicolas Valcarcel 19ea985e67 Update maintaince files 2009-01-21 08:37:59 -05:00
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