Commit Graph

53 Commits

Author SHA1 Message Date
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 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
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
Thomas Hurst af451aa025 Teach build.py to install manpages in the right place on FreeBSD. This probably applies to other BSD's too, but for now it's sufficient to make the port patch-free.
While I'm here, nuke a poorly placed and superfluous comment.
2008-06-18 18:07:15 +01:00
Chris Jones 0ce3550f6f fix version handling so setup.py doesn't need to import terminator itself. Also fix gettext to work across imported files 2008-06-18 14:02:10 +01:00
Chris Jones 90db9016bd We need to not bail out in sbuild 2008-06-18 10:21:00 +01:00
Chris Jones 70b6588697 Only use ~/.config/terminator/config instead of ~/.terminatorrc. Closes LP #238070 2008-06-17 01:20:37 +01:00
Chris Jones e8738dccd6 remove this mistake 2008-06-11 00:35:53 +01:00
Chris Jones a1859db459 Closes LP #234274 by making setup.py more resilient 2008-06-11 00:32:46 +01:00
Chris Jones 519eb4525c this isn't working for some reason 2008-06-04 11:07:25 +01:00
Chris Jones 7f4461c280 Add icons to the horizontal/vertical splits, which should help with the confusing usability issues wrt this feature 2008-06-04 10:57:13 +01:00
Chris Jones cd9233d09f Candidate fix for LP #234274 2008-06-04 00:55:04 +01:00
Thomas Hurst 9ef585a7b7 Move terminator*.pyc to terminatorlib. Teach setup.py about the change. 2008-05-21 11:17:55 +01:00
Chris Jones ffd1485d54 prepare for landing 2008-05-21 00:37:04 +01:00
Emmanuel Bretelle b3e45b8646 moved encoding into its own file : terminatorencoding.py
added terminatorencoding.py into setup's pymodule
2008-05-15 22:12:03 +01:00
Thomas Hurst 488099c948 Add WITHOUT_NLS support. 2008-04-16 21:43:25 +01:00
Thomas Hurst 53f83bf39a Move msgfmt bits into build, so users building as normal users and installing as root don't end up with root owned crap in the directory. Simplify a bit while I'm here. 2008-04-10 17:08:53 +01:00
Thomas Hurst 08212b0bac Add terminatorconfig 2008-04-10 16:17:18 +01:00
Nicolas Valcarcel 7ad18d591c fixed terminator import on setup.py 2008-04-02 23:44:58 -05:00
Chris Jones 8ce3f6f626 update setup.py to use version from terminator 2008-03-29 14:57:37 +00:00
Chris Jones 8ee314a284 move trunk to 0.9 2008-03-19 17:16:58 +00:00
Nicolas Valcárcel a4013ad0f3 Adding terminatorrc manpage for install 2008-02-26 12:32:11 -05:00
Chris Jones 61274f90bd prepare for 0.8.1 2008-02-17 01:51:36 +00:00
Chris Jones 0b490808af tidy top level 2008-02-14 23:55:17 +00:00
Chris Jones 7a93893f37 Improve unpackaged installation 2008-02-14 23:19:56 +00:00
Chris Jones 788ecceaa2 Preparations for 0.8 2008-02-14 00:24:20 +00:00
Chris Jones eb4e8179e3 Of course, this is supposed to be an array 2008-02-08 10:48:41 +00:00
Chris Jones cf06b6650b strange things are happening 2008-02-08 10:47:47 +00:00
Chris Jones 6c32adb930 can type 2008-02-08 10:46:00 +00:00
Chris Jones 4d902f98f0 can has menu icon? 2008-02-08 10:45:36 +00:00
Chris Jones db7192b7de fix icon filetype 2008-02-08 10:30:47 +00:00
Chris Jones e8eb8bc154 Add the other icons 2008-02-08 10:29:40 +00:00
Chris Jones 59b3ea307f Add the other icons 2008-02-08 10:29:01 +00:00
Chris Jones ebbf9497b2 test icon support 2008-02-08 10:27:27 +00:00
Chris Jones e6d5c4eae3 Gear up to a new release 2008-02-08 10:20:48 +00:00
Chris Jones 65f1e5c047 Only use the gnome module if it is available, otherwise use the (inferior) built-in webbrowser module. This will probably break email URLs for non-gnome users, but there's not much we can do about that and it's better than not working at all. Fixes LP #184809 Also laying some groundwork for 0.8 2008-01-29 23:58:08 +00:00
Chris Jones 18b4d7a6e0 Include a manpage 2008-01-05 01:21:39 +00:00
Chris Jones 7e2f3d3ce9 Bump version in anticipation 2008-01-05 01:08:35 +00:00
Chris Jones 832c0ac988 Add gettext support 2007-12-29 03:01:28 +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 8e79e8f7fe Prepare for 0.6 2007-12-26 20:00:52 +00:00
Chris Jones 414848a4a7 Update debian parts 2007-11-09 00:13:06 -05:00
cmsj@canonical.com 16e7c4b25c Fix setup.py field. Add AUTHORS to docs. Update ChangeLog for 0.4. Update INSTALL and README to reflect the new world order 2007-09-11 23:37:31 +01:00
Chris Jones 3d1b206a80 Rename the script, add more info to setup.py and add an AUTHORS 2007-08-25 15:33:24 +01:00
Chris Jones 16e74b1201 Fix bug which loses all terminals at startup. Mention licence in setup.py 2007-08-11 00:33:00 +01:00
Chris Jones ee3819377e Document new version, add a changelog and bump revision 2007-07-29 17:53:03 +01:00