Commit Graph

3297 Commits

Author SHA1 Message Date
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
cmsj@canonical.com 2d20a353e1 Add icons 2008-02-08 10:03:11 +00:00
Chris Jones 4f462d771d Make this a bit more compact and remove some unneeded show() calls 2008-02-02 10:47:29 +00:00
Chris Jones c5a56e52fc gnome-terminal violates its own schema. yay 2008-02-02 10:05:06 +00:00
Chris Jones ea73696330 Track gnome-terminal scrollbar position settings. Fixes 185051 2008-02-02 01:49:32 +00:00
Chris Jones 8069b83bef stop listing empty translations in the .desktop. they are interpreted somewhat literally 2008-02-02 01:14:02 +00:00
Chris Jones 852330d727 New gconf behaviour requires us to match up with gnome-terminal key names. Fix custom font behaviour that wasn't following with this new scheme 2008-01-31 22:15:23 +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 0ee12ee6d4 Stage three of the gconf marathon. Should now be completed and have returned us to where we started, functionality/bug-wise 2008-01-29 15:21:58 +00:00
Chris Jones cd510b7c78 Stage two of rerolling the gconf handling. Now we have a proper abstract function that can grab arbitrary values (lists and other types TBC). It just needs to be used directly instead of via the type specific helpers 2008-01-29 15:18:33 +00:00
Chris Jones b0fcd80594 Stage one of abstracting out our settings getting 2008-01-29 14:25:24 +00:00
Chris Jones 9948b5a14c remove extraneous whitespace 2008-01-29 14:00:02 +00:00
Chris Jones 42ff80837c calling this variable term is just unhelpfully confusing. I want it to go away anyway, and the first step is to clearly identify it 2008-01-29 13:54:16 +00:00
Chris Jones 9f7bbfe07d Fix -e to pass an array not a string 2008-01-28 23:28:31 +00:00
Nicolas Valcárcel 95bba138f9 Added -e option to execute a command inside terminal (LP: #184921) 2008-01-27 23:27:18 -05:00
Nicolas Valcárcel a2aff21472 Updated Shorcuts info on README file 2008-01-16 11:06:03 -05:00
Chris Jones abba1d6f93 fixes from 0.7 branch 2008-01-15 18:16:02 +00:00
Chris Jones 0b45eb7b4b merge 2008-01-15 17:51:45 +00:00
Chris Jones 75fae46c0f revert to a real file for the licence 2008-01-15 17:50:59 +00:00
Thomas Meire 3bb1299f47 removed the computations from splitaxis and do_scrollbar_toggle as they were obsolete. Removed the ctrl-shft-f binding
for fullscreen state. Cleaned up the splitaxis function, and commented it.
2008-01-14 23:45:43 +01:00
Nicolas Valcárcel 6d79b2d80a added some documentation to the code and clean some algorithms 2008-01-14 15:52:28 -05:00
Thomas Meire 77acf827de reverted all changes related to the pwd (not ready for trunk yet) 2008-01-14 18:04:13 +01:00
Thomas Meire cb87e86bf9 make F11 toggle fullscreen (fixes bug #182863) 2008-01-14 16:41:52 +01:00
Chris Jones 47b0a1d71d play the standards version dance again. Fix the changelog better, and improve the description 2008-01-14 13:55:15 +00:00
Chris Jones b6d818cbd4 debhelper is required and the standards version we have is too new 2008-01-14 12:24:34 +00:00
Chris Jones 099201a2a0 Note about translations 2008-01-14 11:32:10 +00:00
Chris Jones 50fb2621fe Add Italian and Romanian translations from Cris Grada 2008-01-14 10:44:26 +00:00
Chris Jones 7cfa40bafc Stop the tooltip madness until we have a better solution 2008-01-14 10:37:35 +00:00
Chris Jones 0f2ca3398a Revert hyphens in man page to hyphens 2008-01-14 10:36:27 +00:00
Nicolas Valcárcel 5d4f3b111b Added dh_installchangelogs to debian/rules. Thanks Andrew Hunter 2008-01-11 12:49:20 -05:00
Nicolas Valcárcel 38b73daf6f Removed debhelper from Build-Depends 2008-01-11 11:59:05 -05:00
Chris Jones b942413b10 This was reverted to 3.7.2 for no good reason 2008-01-11 16:37:31 +00:00
Chris Jones ab15dab52b Remove dupes from the man page 2008-01-11 16:19:30 +00:00
Chris Jones 8f72182494 slightly correct nicholas' patch 2008-01-11 16:16:48 +00:00
Nicolas Valcárcel bcc1941a86 modified changelog for inclusion in hardy 2008-01-11 11:12:04 -05:00
Chris Jones 8def250618 Don't point at the GPL3 2008-01-11 16:09:57 +00:00
Nicolas Valcárcel a84aa0bc4e modified changelog and copyright for inclusion in hardy 2008-01-11 11:09:19 -05:00
Chris Jones 3876a80534 Reduce the amount of URL used, for better future-proofing 2008-01-09 10:45:44 +00:00
Chris Jones 1c6f5e3317 Add a debian/watch based on MOTU feedback 2008-01-09 10:35:27 +00:00
Chris Jones 1a2f446845 Close a LP bug for initial inclusion 2008-01-08 22:51:40 +00:00
Chris Jones b58e271cb4 Changes based on REVU feedback 2008-01-08 12:34:43 +00:00
Thomas Meire a9c2d6e410 Fix darkness of the background when transparent. Darkness has to be set as 1-darkness to be
compatible with gnome-terminal.
2008-01-08 10:08:23 +01:00
Thomas Meire 2f6f1472fb Make terminator use the same default profile as gnome-terminal. Fixes LP #181197 2008-01-08 09:59:22 +01:00
Chris Jones 7922297c9d Encoding is deprecated, everything must be UTF-8 now 2008-01-07 13:10:38 +00:00
Chris Jones 99280881e1 changelog the default values changes, and slightly improve the fallback behaviour of finding a profile to use 2008-01-06 22:23:16 +00:00
Chris Jones 9fa21a3132 Make child restarting behaviour work without a default profile 2008-01-06 14:41:36 +00:00
Chris Jones 41dfad77cd Tweak zooming behaviour so it doesn't lose fractional font sizes 2008-01-06 14:33:35 +00:00
Thomas Meire 5590e21225 Stop TerminatorTerm from failing when the correct gnome-terminal profile was not found. 2008-01-06 10:31:37 +01:00