Commit Graph

174 Commits

Author SHA1 Message Date
Siegfried-Angel Gevatter Pujals
708eaaa2a6 Undo my indentation changes, I misunderstood the code. 2009-12-30 01:50:47 +01:00
Siegfried-Angel Gevatter Pujals
9d49e9ade3 Fix both problems my previous commit had, and fix some indenting
issues in the code because of which LP URIs would not be recognized
when the 'full_uri' regex is used (iiuc).
2009-12-30 01:46:38 +01:00
Siegfried-Angel Gevatter Pujals
97edd822ef Recognize lp:<branch> links
Initial attempt at fixing bug #501461, not working 100%.
2009-12-29 22:52:13 +01:00
Chris Jones
4513eeafc7 Add apturl support. Closes LP #499902 2009-12-24 11:59:41 +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
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
40e0814a12 Unquote filenames dragged onto the terminal 2009-12-01 22:57:54 +00: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
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
51ff0bcb41 Create an EditableLabel class
* make TerminatorNotebookTabLabel use it
 * reuse it in TerminatorTermTitle
2009-08-14 20:15:32 +02: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
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
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
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
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
Chris Jones
2aaba264af Connect click events on the titlebar widget to focus for that terminal. Closes LP #385229 2009-06-09 23:47:59 +01:00
Chris Jones
78594bfd62 Increment tab number in group name, so they don't start at zero. Closes LP #382156 2009-06-06 02:00:40 +01:00
Chris Jones
ac56c18501 Add support for spawning new windows as new Terminator processes. Closes LP #381193 2009-05-28 10:29:56 +02:00
Chris Jones
8fc337de9f Remove old SEGBUG debugging 2009-05-26 11:42:08 +02:00
Chris Jones
69265ec036 Add keybindings for group_all, ungroup_all, group_tab and ungroup_tab. Closes LP #376351 2009-05-23 18:05:50 +02:00
Chris Jones
e77a3e6c07 Add context menu functionality for grouping/ungrouping all terminals in a tab. Closes LP#378603 2009-05-23 17:34:23 +02:00
Chris Jones
14f6525195 refactor pixbuf getting thing out to a separate function 2009-05-17 12:45:38 +01:00
Chris Jones
47b5aaed64 take a snapshot of the terminal, scale it if necessary and use that for the drag icon 2009-05-16 22:17:04 +01:00
Chris Jones
7010d17b73 add a comment for further investigation later 2009-05-11 21:54:23 +01:00
Chris Jones
0aa107005e Re-order context menu to keep Close item away from the mouse. Closes LP #374792 2009-05-11 21:36:40 +01:00
Chris Jones
b0302e6fab split out translation support into an separate file so it can be more correctly included everywhere 2009-05-07 01:44:42 +01:00
Chris Jones
676ddfdb0c Refactor window title code into a separate class 2009-05-04 01:51:01 +01:00
Chris Jones
6de8e1ca6e Add the terminal size to the titlebar. Closes LP#242288 2009-04-30 21:55:30 +01:00
Chris Jones
9b530862e7 Make the zoomed/maximised titlebar optional 2009-04-09 11:23:33 +01:00
Chris Jones
9d4e07f0bf If people are mad enough to use Ctrl-C for Copy, at least let them still be able to kill things. Closes LP #340604 2009-03-27 12:20:12 +00:00
Chris Jones
8b3b71599a Handle older VTEs that have no beep signal. Closes LP #349158 2009-03-26 21:09:30 +00:00