Commit Graph

2675 Commits

Author SHA1 Message Date
Chris Jones 61274f90bd prepare for 0.8.1 2008-02-17 01:51:36 +00:00
Chris Jones 97811a5aab move url opening into a dedicated helper function so we can ignore stupid exceptions from it. Also remove all our crack URI matching stuff and just blindly copy gnome-terminal 2008-02-17 01:28:18 +00:00
Chris Jones b7245aec69 fix the ChangeLog 2008-02-16 02:17:35 +00:00
Chris Jones 0b490808af tidy top level 2008-02-14 23:55:17 +00:00
Chris Jones 482c13a7e4 fix translation names 2008-02-14 23:32:41 +00:00
Chris Jones 51f65469bb Import new languages 2008-02-14 23:24:21 +00:00
Chris Jones 7119fd0aba Remove old translations 2008-02-14 23:24:07 +00:00
Chris Jones 7a93893f37 Improve unpackaged installation 2008-02-14 23:19:56 +00:00
Chris Jones bae30ada2a greetz 2008-02-14 23:05:42 +00:00
Chris Jones 12315a7c4a greetz 2008-02-14 22:35:07 +00:00
Chris Jones d1819aba68 changes from 0.8 branch 2008-02-14 00:33:35 +00:00
Chris Jones ca8a4641e1 update pot 2008-02-14 00:32:52 +00:00
Chris Jones 05105e17ad Remove experimental URI matching 2008-02-14 00:25:34 +00:00
Chris Jones 788ecceaa2 Preparations for 0.8 2008-02-14 00:24:20 +00:00
Chris Jones 446d41ae14 Improvements from nxvl, and some of my own 2008-02-13 16:22:16 +00:00
Nicolas Valcárcel d504b4f05f Added keybindings information on man page 2008-02-13 11:09:13 -05:00
Chris Jones 08486bb4ae This should prevent LP#189116 from crashing Terminator 2008-02-12 23:22:25 +00:00
Chris Jones 4930e42729 Fix some minor quirks and improve the bell setting code, removing a FIXME 2008-02-12 23:11:04 +00:00
Chris Jones 56003531c3 Hurrah, -x stuff passes rudimentary tests. Wins 2008-02-12 22:25:12 +00:00
Chris Jones 14943ef3f4 Add necessary changes for supporting -x as well as -e. Basically makes all commands stored as arrays 2008-02-12 22:06:19 +00:00
Chris Jones b40053169b Switch parsing to optparse so -x can work 2008-02-12 13:49:36 +00:00
Chris Jones 45b0e41c6d More icon bits 2008-02-08 11:05:19 +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
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