Commit Graph

396 Commits

Author SHA1 Message Date
Chris Jones
10268d48e8 Make the match functions more resistant to tracebacks 2009-12-04 00:04:51 +00:00
Chris Jones
680f0be638 Prepare for 0.14 2009-12-03 13:00:22 +00:00
Chris Jones
d0e680d473 support removing notebooks from within notebooks and stop the resize handler from spewing tracebacks for non-paned widgets 2009-12-02 23:20:26 +00:00
Chris Jones
9b8394b701 add a little safety 2009-12-02 22:48:12 +00:00
Chris Jones
80ff07095a make geometry hinting a configurable option. Closes LP #487747 2009-12-02 00:19:26 +00:00
Chris Jones
8ea4872af1 Make keybinding errors significantly less fatal. Closes LP #476271 2009-12-01 23:59:04 +00:00
Chris Jones
27ba562f56 Make sure we don't re-use a tab group name which exists already 2009-12-01 23:14:42 +00:00
Chris Jones
3aa86e4db0 Make group-all-in-tab work at all with editablelabel 2009-12-01 23:07:10 +00:00
Chris Jones
26aad830e6 fix whitespace 2009-12-01 23:04:19 +00:00
Chris Jones
40e0814a12 Unquote filenames dragged onto the terminal 2009-12-01 22:57:54 +00:00
Chris Jones
9abbeaa0c3 apply patch from Stephen J Boddy. Closes LP #487181 2009-12-01 22:41:25 +00:00
boh
1ea81ce205 command line argument "-r"added 2009-11-19 19:03:21 +04:00
Kees Cook
6103d83829 Implement geometry hinting for useful resizing 2009-10-22 12:47:51 -07:00
Chris Jones
d2ccdafaba Only use fancy gtk popups on newer versions. Closes LP #409069 2009-10-02 09:43:33 +01:00
Emmanuel Bretelle
d986eb29bd fix LP#435186 by making python-gnome2 a recommended package and not a required package 2009-09-26 12:33:17 +02:00
Chris Jones
b1967992fd Make _entry_handler_id not be a static class attribute because it doesn't need to be 2009-09-03 09:03:05 +01:00
Chris Jones
1d332c915e Only attempt to set an image if there actually is an image configured. Closes LP #404846 2009-09-02 11:01:30 +01:00
Brian Murray
48e5a7e6ca expand launchpad url match to mirror Ubuntu Policy Manual and linkify each bug number 2009-08-18 10:59:06 -07:00
Emmanuel Bretelle
cdbed05293 ...actually adding the class... 2009-08-14 20:30:00 +02:00
Emmanuel Bretelle
51ff0bcb41 Create an EditableLabel class
* make TerminatorNotebookTabLabel use it
 * reuse it in TerminatorTermTitle
2009-08-14 20:15:32 +02:00
Chris Jones
2ac04e20be Entirely fix up the previous commit, the exception wasn't working at all 2009-08-07 22:47:30 +01:00
Chris Jones
b3c6e06964 Only hide the window if we can actually bind the hide_window key 2009-08-07 22:31:18 +01:00
Chris Jones
88f005ee09 on newer gtks we are likely to have menu icons disabled, force them on for the horiz/vert split items since they are deeply useful 2009-08-04 12:58:05 +01:00
Chris Jones
a45344f98d Improve handling of custom encoding settings. Closes LP #403545 2009-08-04 02:56:02 +01:00
Chris Jones
d1a4b8a3c9 sync encodings with gnome-terminal 2009-08-03 11:19:19 +01:00
Chris Jones
e469c144ba Tiny whitespace fix 2009-08-03 11:10:47 +01:00
Chris Jones
ebec046caf Apply patch from Stephen Boddy to fix some layout issues with grouping, fix a colouring issue and improve the layout. Closes LP #408098 2009-08-02 23:44:51 +01:00
Chris Jones
945d2f277d It's about time we enabled real transparency by default and just dealt with any fallout 2009-07-30 10:53:08 +01:00
Chris Jones
2e098c56a1 update titlebar colours when grouping with keyboard shortcuts. Closes LP #406642 2009-07-30 00:44:36 +01:00
Chris Jones
0995147861 group label text should follow the colour scheme the same as the titlebar. Patch from Stephen Boddy. Closes LP #406639 2009-07-30 00:30:27 +01:00
Chris Jones
1283aafd42 Fix up a missing None string handler from the previous commit 2009-07-22 09:43:41 +01:00
Chris Jones
dcd997b3de Allow a keybinding to be set to a string value of None so it can be deconfigured. Also supports clearing a keybinding through the prefs profile. Closes LP #391778 2009-07-22 09:40:35 +01:00
Chris Jones
34c9c816ea Dont use underscores in group names as accelerators. Closes LP #401191 2009-07-21 20:50:06 +01:00
Chris Jones
48324ba7bc move the enumeration menu items to the group menu and improve the wording. Closes LP #314909 2009-07-14 12:53:42 +01:00
Chris Jones
fee8039fdc don't append the title, so it doesn't multiple up. Closes LP #393668 2009-07-14 00:47:55 +01:00
Chris Jones
d9e5174140 fix icons 2009-07-14 00:25:07 +01:00
Chris Jones
05e5323097 fix the group_all hotkey 2009-07-14 00:15:34 +01:00
Chris Jones
b044cd385c fix wording harder. fix group removal and grouping all 2009-07-14 00:14:21 +01:00
Chris Jones
dc9fc3c7ca improve some wording and fix the grouping of ungrouped terminals 2009-07-14 00:04:30 +01:00
Chris Jones
73cd0bb2bc remove superfluous colour setting code since the titlebar is integrated 2009-07-13 23:55:23 +01:00
Chris Jones
08775aecec remove spurious menu separator 2009-07-13 23:54:31 +01:00
Chris Jones
f8dcd9d846 Rewording 2009-07-13 23:54:18 +01:00
Chris Jones
715bb639e2 put the group image and label into sufficient gtk boxes that they can match the styling of the rest of the titlebar 2009-07-13 23:53:57 +01:00
Chris Jones
2a5cffb63f remove the Group context menu 2009-07-13 23:37:23 +01:00
Chris Jones
13c11e1475 merge in trunk 2009-07-13 23:36:45 +01:00
Chris Jones
acd8a776fb add quotes to pathchars to support more broken URLs 2009-07-10 16:46:52 +01:00
Chris Jones
2bcff19fa3 only actually set the colour as a GdkColor 2009-07-02 21:35:18 +01:00
Chris Jones
b3a156c786 I think this is more correct. the theme_colors setting elsewhere should only apply to font settings, not terminal colours 2009-07-02 21:30:53 +01:00
Andrea Corbellini
7d987903a3 Remove the empty parenthesis in the declaration of TerminatorWindowTitle
to fix the compatibility with Python 2.4.
2009-06-26 13:12:46 +02:00
Chris Jones
8825cdc8ba Don't try and set an active dropdown item that doesn't exist. Closes LP #361481 2009-06-16 18:50:52 +01:00