Chris Jones
|
d760685866
|
Move window focus detection before other kinds of focus detection, since it involves fewer variables existing. This reduces unnecessary error messages when unfocussing a complex window
|
2010-08-24 20:44:29 +01:00 |
Chris Jones
|
d1989ec4a6
|
When a window loses focus, update all the terminals within to show the inactive titlebar colours. Closes LP #576276
|
2010-07-03 20:00:04 +01:00 |
Chris Jones
|
622604d9b5
|
Appease the folks who demand totally hidden titlebars, by making the titlebars able to totally hide. This does not yet fully address the issue of showing group membership and/or event transmission/reception state while grouped without losing a line of terminal to forced titlebar display. That can come later if it is reasonably possible
|
2010-05-15 15:30:13 +02:00 |
Chris Jones
|
70ab3b0f71
|
Store terminal titles in layouts
|
2010-04-22 23:14:03 +01:00 |
Chris Jones
|
f4b1c2cce0
|
If a profile is configured to not show the titlebar, actually only show 2px of it until it's clicked on. Poor man's autohide, but it achieves all of my objectives - the colour is hinted to people with no visible titlebar and they can still summon the grouping menu
|
2010-03-23 20:48:04 +00:00 |
Chris Jones
|
b3eaa85cc9
|
default to an icon based terminal bell indication, and add such an icon from Tango.
|
2010-02-11 13:05:12 +00:00 |
Chris Jones
|
5520fe11c8
|
Remove ad-hoc titlebar visibility control and make the preferences setting be applied by Terminal::reconfigure()
|
2010-02-09 13:08:07 +00:00 |
Chris Jones
|
79a340539b
|
Make the titlebar presence configurable by config file and context menu. If it's missing, draw a frame around the Terminal, to indicae colour
|
2010-02-09 00:23:21 +00:00 |
Chris Jones
|
abe9b24518
|
Implement titlebar colours
|
2010-01-18 23:27:22 +00:00 |
Chris Jones
|
606ca3707b
|
Extend previous commit to cover the titlebar itself, which previously would suffer subtle focus failures
|
2010-01-12 01:05:53 +00:00 |
Chris Jones
|
8276a6de77
|
Fix silly focus issue when creating groups - terminals were instantly stealing focus and cancelling the group name creation
|
2010-01-12 00:58:50 +00:00 |
Chris Jones
|
257cc3ead6
|
Remove the old terminator.py, rename newterminator.py accordingly and update all the references to it
|
2010-01-11 20:06:53 +00:00 |
Chris Jones
|
602c6a3b57
|
Make title changes propagate better, albeit not perfectly yet
|
2009-12-10 13:20:03 +00:00 |
Chris Jones
|
8842d3ecf6
|
Add a FIXME note for later
|
2009-11-21 21:53:01 -06:00 |
Chris Jones
|
efbeffb060
|
Always return focus to the VTE widget after playing with group names
|
2009-11-19 23:42:49 -06:00 |
Chris Jones
|
0ff5aa3159
|
Tidy up some debugging and fix group hoovering
|
2009-11-19 23:40:31 -06:00 |
Chris Jones
|
e2086578bb
|
Group creation is now presented via the titlebar, but still doesn't actually have any backending in functional reality yet.
|
2009-10-15 14:17:37 +01:00 |
Chris Jones
|
a31c0ef411
|
If something isn't used outside one function, don't make it be a class variable
|
2009-09-06 23:53:21 +01:00 |
Chris Jones
|
c40c360c20
|
no reason for the groupsend types to be global
|
2009-09-03 13:59:17 +01:00 |
Chris Jones
|
1e4af9883b
|
keep pylint a little happier
|
2009-09-03 10:34:31 +01:00 |
Chris Jones
|
9bac025795
|
Add support for grabbing focus after a label is edited and the rudimentary basics of the group popup menu
|
2009-09-03 00:52:36 +01:00 |
Chris Jones
|
bf20587edc
|
decouple Terminal from Terminator, and add the minimum necessary group icon handling
|
2009-09-02 23:17:54 +01:00 |
Chris Jones
|
d007bc45c5
|
bare minimum titlebar functionality
|
2009-09-02 22:38:27 +01:00 |
Chris Jones
|
9f7834fb5b
|
simplify title changes
|
2009-09-02 21:18:36 +01:00 |
Chris Jones
|
f00c265f4c
|
Make the window title update with the terminal title
|
2009-09-02 21:10:28 +01:00 |
Chris Jones
|
f136b6d78e
|
add a stub function to the titlebar
|
2009-08-28 01:11:13 +01:00 |
Chris Jones
|
d17981b581
|
Add another stub function to the titlebar class
|
2009-08-19 19:01:11 +01:00 |
Chris Jones
|
f5ee9d54c5
|
use the correct gobject init call and add a stub function
|
2009-08-19 01:05:44 +01:00 |
Chris Jones
|
0b90e29b16
|
remove unused import and disable a pointless pylint check
|
2009-08-18 13:52:02 +01:00 |
Chris Jones
|
d538b47a50
|
initial import of a titlebar class
|
2009-08-18 13:45:57 +01:00 |