Chris Jones
|
b1d10e8817
|
Add some warning text in the profile editor
|
2009-05-12 21:17:56 +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
|
7529d1c32f
|
Improve PEP 8 compliance
|
2009-05-07 02:35:23 +01:00 |
Chris Jones
|
1a88613904
|
Tidy up keybindings.py for pylint ease
|
2009-05-07 02:06:38 +01:00 |
Chris Jones
|
b7661b005b
|
remove tests since they're so woefully incomplete and I have no real intention of completing them
|
2009-05-07 01:47:52 +01:00 |
Chris Jones
|
69c2bca7b7
|
call parent init, just to be safe
|
2009-05-07 01:44:59 +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
|
841fa18c58
|
improve exception handler
|
2009-05-07 01:25:51 +01:00 |
Chris Jones
|
02412a1f6d
|
Make the additional arguments error say what the additional arguments are
|
2009-05-05 00:30:58 +01:00 |
Chris Jones
|
ee1490dc4a
|
Add a commandline argument to allow specifying the window title. Closes LP #370064
|
2009-05-04 02:00:44 +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
|
f81b724abc
|
Merge changes from debian package
|
2009-04-24 10:57:17 +01:00 |
Chris Jones
|
9b530862e7
|
Make the zoomed/maximised titlebar optional
|
2009-04-09 11:23:33 +01:00 |
Chris Jones
|
caf00fa19e
|
debug print of the version should use APP_NAME too
|
2009-04-07 15:44:52 +01:00 |
Chris Jones
|
96a4597da2
|
debug print of the version
|
2009-04-07 15:44:23 +01:00 |
Chris Jones
|
c4409fb03d
|
prevent the font size from decreasing when zooming
|
2009-04-01 10:21:16 +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 |
Chris Jones
|
5e78509499
|
Fix scrolling on patched VTEs. Note that this will only work if the patched VTEs also have python support for their modifications. Closes LP #291184
|
2009-03-26 10:36:47 +00:00 |
Chris Jones
|
f1d2b527ed
|
Only set cursor shape when the function exists in vte. Patch from Jordan Callicoat. Closes LP #348760
|
2009-03-26 10:34:02 +00:00 |
Chris Jones
|
efd45cb5b6
|
Add Jordan to the copyright file as an author, since he's turning out some good work
|
2009-03-25 23:34:28 +00:00 |
Chris Jones
|
4fc90e8ba5
|
Add support for VoIP URIs. Patch from Jordan Callicoat. Closes LP #235906
|
2009-03-25 13:04:49 +00:00 |
Chris Jones
|
711986766a
|
Allow user configurability of the cursor shape. Patch from Jordan Callicoat. Closes LP #348244
|
2009-03-25 12:58:55 +00:00 |
Chris Jones
|
44e958f53e
|
Allow user configurability of the cursor colour. Patch from Jordan Callicoat. Closes LP #348231
|
2009-03-25 12:48:27 +00:00 |
Chris Jones
|
bc65cbf751
|
update ChangeLog
|
2009-03-23 21:09:45 +00:00 |
Chris Jones
|
e912c6a239
|
grab focus into the text entry widget after creating it
|
2009-03-23 21:09:40 +00:00 |
Chris Jones
|
254d0782c5
|
Allow users to edit the tab label in-place and retain a custom label, or switch back to an automatic one. Closes LP: #246448
|
2009-03-23 18:34:53 +00:00 |
Chris Jones
|
3d60c96b44
|
I think connect_after makes more sense here
|
2009-03-21 01:39:49 +00:00 |
Chris Jones
|
de62f1bda4
|
Make the bell options more explicit and allow multiple bell actions, including a new one to set the window manager urgent hint. Closes LP: #272749
|
2009-03-20 10:13:29 +00:00 |
Chris Jones
|
d54f21c203
|
be more explicit about setting background transparency so we always update the state correctly. Closes LP #328994
|
2009-03-20 01:24:24 +00:00 |
Chris Jones
|
4944ccabe7
|
make tab bar more configurable. Closes LP: #287307
|
2009-03-20 00:23:37 +00:00 |
Chris Jones
|
2ea44fb8bc
|
Unify the the preparation of URLs so they work properly with ctrl-click, and also to reduce duplication. Closes LP #344617
|
2009-03-19 22:03:44 +00:00 |
Chris Jones
|
2c7648c7e4
|
hideous rewrite of font scaling code. Err on the side of caution with the fantastically crass magic constant multipier.
|
2009-03-17 01:08:12 +00:00 |
Chris Jones
|
2b8c2cadc5
|
set close button style regardless of the handle size being correct. Closes LP: #343607
|
2009-03-16 23:55:57 +00:00 |
Chris Jones
|
e3449d4142
|
fix for older gtk/pygtk
|
2009-03-16 23:50:48 +00:00 |
Chris Jones
|
e14e400b6c
|
since values is no longer static, we need to call the base class __init__ to initialise it
|
2009-03-06 11:30:56 +00:00 |
Chris Jones
|
2fb6b9b329
|
be more careful about static class properties
|
2009-03-06 11:25:15 +00:00 |
Chris Jones
|
5e46e1a967
|
merge approved branch. Closes LP #328235
|
2009-03-06 11:15:41 +00:00 |
Chris Jones
|
118032dc35
|
Swap the Cancel button for a Close one, and stop Apply from closing the profile editor. This way makes much more sense. Closes LP #329977
|
2009-02-20 11:26:43 +00:00 |
jmonreal
|
d467d1ae75
|
Direction Fixed
|
2009-02-16 11:03:42 -03:00 |
Thomas Hurst
|
fd7aba1509
|
Copy 32x32 icons to the 32x32 dir, not the 24x24 one.
|
2009-02-13 20:34:27 +00:00 |
Chris Jones
|
26e6eba2b5
|
Make transparency support much saner by making it much simpler. This means that enable_real_transparency being False doesn't prevent transparency from working, it just means it falls back to the fake transparency. Closes LP #328994
|
2009-02-13 10:43:11 +00:00 |
Chris Jones
|
64a52bcb78
|
fix up the manpage
|
2009-02-08 21:15:43 +00:00 |
Chris Jones
|
46f17589da
|
quite why people want this, I don't know, but they do. see LP question 59635
|
2009-02-02 23:01:00 +00:00 |
Chris Jones
|
2528353e2a
|
Easier than actually tracking which kind it is
|
2009-02-02 17:20:16 +00:00 |
Chris Jones
|
859c463a48
|
Make the terminal title updater aware of zooming, and show it when we're zoomed, saying that we're zoomed
|
2009-02-02 17:18:40 +00:00 |
Chris Jones
|
71156a487a
|
We don't want a titlebar if there's only one terminal
|
2009-01-30 15:23:47 +00:00 |
Chris Jones
|
4c8c2614be
|
migrate more titlebar show/hide logic into TTT
|
2009-01-30 12:04:59 +00:00 |