Thomas Hurst
05c243d6fa
Quieten a few of the more sane warnings from pylint.
2008-07-17 00:43:55 +01:00
Chris Jones
6e4e179aac
move subprocess to the right place
2008-07-17 00:28:04 +01:00
Thomas Hurst
15ba71d766
Always spawn commands via a shell, similar to xterm. This makes terminator -e "/bin/bash -c /usr/bin/python" work.
...
This also makes things like -e "cd $HOME && bash" work; the shell does it for us. In this respect we are at least better than gnome-terminal.
This has the "disadvantage" that if you don't set $SHELL and don't have a known shell installed, your custom command will no longer save you. Also if you have a $SHELL which doesn't support -c 'command', it breaks. These users deserve their pain.
Resolves lp#247330, I think.
2008-07-16 23:13:54 +01:00
Thomas Hurst
09b3f25283
Change import order, no functional changes.
2008-07-16 23:13:38 +01:00
Emmanuel Bretelle
18e58148a4
Migrating the DnD overlay code in an expose event
...
as this seems to be the only way to have an overlay dran with no flicker
2008-07-16 21:00:43 +01:00
Emmanuel Bretelle
735ae78341
well, lets try this
2008-07-16 20:27:16 +01:00
Emmanuel Bretelle
d26fcec77e
DnD overlay improvement
...
LP#249065 if composite is disable, dnd is flickering
2008-07-16 20:17:53 +01:00
Chris Jones
aeebfea852
revert revision 442. LP #245291 isn't sanely fixable by us. vte needs to expose which regexp library it is using
2008-07-13 23:16:19 +01:00
Chris Jones
994d11eb80
let's apply the boundary test the right way around, and also learn to spell
2008-07-13 01:27:08 +01:00
Chris Jones
95cee4485b
This should fix LP #245291
2008-07-13 01:12:11 +01:00
Chris Jones
c4d5d8c1a8
more greetz
2008-07-13 01:07:54 +01:00
Chris Jones
706ff0ca3f
merge the candidate branch for LP #245733
2008-07-13 01:04:44 +01:00
Chris Jones
18ffbcd62e
Merge Markus Korn's branch for LP #246706
2008-07-13 00:49:30 +01:00
Chris Jones
510b9a7ebf
fix LP #247430
2008-07-13 00:45:04 +01:00
Chris Jones
e6fd2fc5c8
fix some dbg calls to format consistently with the others
2008-07-13 00:36:53 +01:00
Chris Jones
ab07605083
remove LP bug numbers and TODO. I don't think these things should be in the code. FIXMEs seem ok, but I think the others should be in commit messages and bug tracker (not even TODO, I don't think that should exist either)
2008-07-13 00:33:34 +01:00
Markus Korn
5a8718d912
* terminator, terminatorlib/terminator.py: added a '--no-gconf' commandline
...
option
* doc/terminator.1: updated manpage
2008-07-08 20:38:51 +02:00
Chris Jones
4e87678910
bump debian/changelog one last time
2008-07-07 22:57:09 +01:00
Emmanuel Bretelle
cd3013389d
fixing LP#247907 and answer#38895
...
correct typo in terminatorlib/terminatorterm.py
2008-07-12 16:26:33 +01:00
Emmanuel Bretelle
9d97e21aa8
Fixing LP#247893
...
XDG_CONFIG_HOME is not properly handled
2008-07-12 15:35:36 +01:00
Emmanuel Bretelle
8c8cdb1e09
fixing documentation bug LP#247882
2008-07-12 15:31:32 +01:00
Emmanuel Bretelle
512c8d5091
Fixing LP#247457
...
resizing the window when creating or destroying the notebook
2008-07-12 13:05:35 +01:00
Emmanuel Bretelle
ace185a76e
reverting one change from nxvl
2008-07-12 11:30:47 +01:00
Nicolas Valcárcel
c3aa93eb05
Changed Maximise/Unmaximise underlining as per keybinding
2008-07-11 18:56:44 -05:00
Emmanuel Bretelle
e4d3aabbf8
fixes .spec
2008-07-08 19:55:31 +01:00
Chris Jones
a78b1c90d0
pull in a load of POs from Launchpad
2008-07-07 22:53:52 +01:00
Chris Jones
1585d73b10
Yield to bug 242852 and failsafe on transparency. I've added a FAQ page to the website which prominently explains how to enable real transparency
2008-07-07 22:47:02 +01:00
Chris Jones
af204d5d84
blah, bump the version again
2008-07-06 17:13:36 +01:00
Thomas Hurst
8587c9f5ed
Clarify error.
2008-07-06 18:31:33 +01:00
Thomas Hurst
f03e8675b0
Turn --without-gettext into a global option, so it doesn't need to be hacked into every command class.
2008-07-06 18:28:31 +01:00
Thomas Hurst
71f9dc5ca1
Make --without-gettext work in more situations. Needs some tidying; if nothing else some metaprogramming to reduce duplication.
2008-07-06 18:03:05 +01:00
Thomas Hurst
6cb121a9f7
I should really check out bzr rebase.
2008-07-06 17:28:14 +01:00
Thomas Hurst
f948e7b22c
Add --without-gettext options to build and install. Check calls to msgfmt for errors and suggest it.
...
I checked msgfmt.c to make sure checking the return code is sane.
2008-07-06 17:27:00 +01:00
Chris Jones
f07021227a
blah, bump the version again
2008-07-06 17:13:36 +01:00
Thomas Hurst
c877b63c40
Terminate a string.
2008-07-06 16:22:22 +01:00
Thomas Hurst
1baef967a6
Let's try that one again, shall we? Actually try installing .mo files properly.
2008-07-06 16:20:53 +01:00
Thomas Hurst
5a3af71023
Er, no dirname here. Install .mo files to the right place.
2008-07-06 16:02:05 +01:00
Chris Jones
b240340378
people with python-gnome installed who aren't running gnome need this to be called
2008-07-06 15:54:10 +01:00
Chris Jones
c7003f4836
update changelog for a new PPA build
2008-07-06 15:40:33 +01:00
Chris Jones
be63a3a8ac
fix up the transparency config description slightly
2008-07-06 14:52:12 +01:00
Emmanuel Bretelle
429b47f560
merging thomas changes
2008-07-06 14:04:26 +01:00
Emmanuel Bretelle
be6229cb9b
LP#242852 comment 19 seems to say that real_transparency is causing the issue.
...
Re-pushing the code removed in rev 398
* added an new conf parameter (enable_real_transparency defaulting to True) so real_transparency can be disabled
* This should be enough to push the release :)
2008-07-06 14:01:44 +01:00
Thomas Hurst
45bd2cb444
Tidy the header on freebsd.py a bit, and give it some semblance of a license.
2008-07-06 13:45:25 +01:00
Chris Jones
ffcca53774
Clarify the README slightly
2008-07-05 22:06:38 +01:00
Mackenzie Morgan
a49f4dc43a
Move accelerator from A to T on close dialog
2008-07-05 12:55:14 -04:00
Chris Jones
f4b58396e1
string changes from fixing LP #245733
2008-07-05 17:28:35 +01:00
Chris Jones
f67f8f29ef
merge fix for LP #245733
2008-07-05 17:26:41 +01:00
Mackenzie Morgan
e3be3519ed
Get rid of button label ambiguity
2008-07-05 00:42:12 -04:00
Daniel T Chen
fb3864bded
Clarify button labels on close dialog
2008-07-05 00:39:55 -04:00
Chris Jones
909a285200
debug the zooming code more, and make sure we always remove the one-time signal handler
2008-07-05 03:47:13 +01:00