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
Emmanuel Bretelle
0acb0152d6
fixing conflict
2008-07-04 13:00:16 +01:00
Emmanuel Bretelle
113ae17b79
porting .spec to 0.9
2008-07-04 12:45:36 +01:00
Thomas Hurst
cc73d436ca
openurl is no longer global; add some self.'s to make it work.
2008-07-04 07:29:32 +01:00
Thomas Hurst
b200044391
Use xrange instead of range. No functional changes; just means we create fewer lists.
2008-07-04 02:49:56 +01:00
Chris Jones
1a6fd441a5
update docs in preparation for release
2008-07-03 23:48:37 +01:00
Chris Jones
88eb16ce1e
tidy up a little in preparation for release
2008-07-03 23:48:29 +01:00
Chris Jones
677046f1e0
release ready POT file
2008-07-03 22:46:31 +01:00
Chris Jones
c60845cbf9
not sure that this is useful, but whatever
2008-07-03 22:45:28 +01:00
Chris Jones
c20ae50ce0
Add some debugging to the URL opening code
2008-07-03 16:26:04 +01:00
Chris Jones
8a8a183a75
back out RGBA stuff as a candidate fix for LP #242852
2008-07-02 21:00:14 +01:00
Chris Jones
ce0266b0e4
little change to make sure we don't get given gtk1. seems pretty unlikely to happen, but we might as well handle it nicely
2008-07-02 10:16:52 +01:00
Chris Jones
d8a39862f1
Revert commits 291..293
2008-07-01 22:51:12 +01:00
Chris Jones
e4a6b6393e
fix a typo
2008-06-30 11:14:47 +01:00
Emmanuel Bretelle
6d1b7080cc
Finnaly properly handle close button in notebook tab...
...
The trick is to use gtk rc_style, yet again, and override default theme values to avoid HUGE tabs
closing LP#242816
2008-06-29 16:06:56 +01:00
Chris Jones
2fcecce303
minor fix to LP #242852 candidate
2008-06-29 03:01:55 +01:00
Chris Jones
d424fd24e1
candidate fix for LP #242852
2008-06-29 03:01:02 +01:00
Chris Jones
0240f588ea
document changes for LP #237866 . Also fix some existing config file manpage entries and write some for undocumented settings
2008-06-29 02:15:32 +01:00
Chris Jones
26c3722196
Set saner release defaults. Should close LP #237866
2008-06-29 02:01:06 +01:00
Chris Jones
f92cb72a6a
Hook -d up to terminatorlib.config.debug properly. Closes LP #243753
2008-06-28 21:20:49 +01:00
Emmanuel Bretelle
ffdbac8ad2
Attempt to beautify the close button
...
based on src/terminal-window.c
2008-06-28 16:18:46 +01:00
Thomas Hurst
421086356b
Add missing macro
2008-06-27 19:02:16 +01:00
Thomas Hurst
254ecec810
Add close_button_on_tab option, defaulting to true. Set to false to turn off close buttons on tabs.
2008-06-27 18:54:42 +01:00
Emmanuel Bretelle
d34496416f
Closes LP#242816
...
Adds a close button to the terms.
We might need to visually inform about the number of terms in a tab
2008-06-27 18:11:24 +01:00
Chris Jones
b4ef849f2b
oops, don't need this twice here
2008-06-27 01:10:02 +01:00
Chris Jones
d38a42b580
split Terminator and TerminatorTerm into their own library files
2008-06-27 00:24:52 +01:00
Chris Jones
a73b094f70
oops, we need to check we changed on the other axis too
2008-06-26 08:12:54 +01:00
Chris Jones
1659985a22
only scale fonts when mostly appropriately. Closes LP #242301
2008-06-26 01:54:10 +01:00
Chris Jones
ab74d1427a
Remember titlebar setting when zooming. Closes LP #241007
2008-06-26 01:20:25 +01:00