Markus Frosch
|
23135f2ca5
|
Fix shebang and executable flag for all scripts
|
2020-04-05 16:36:06 +02:00 |
Emilio Pozuelo Monfort
|
a3a67385fd
|
Adopt patch "python3" from Debian
https://bugs.launchpad.net/terminator/+bug/1662544
|
2020-04-05 14:07:13 +02:00 |
Stephen Boddy
|
da37f398fa
|
Fix terminator not working with default python3 by forcing python2
|
2016-11-25 02:29:55 +01:00 |
Chris Jones
|
23ccad813d
|
Call Signalman::remove_all() when each of the Container subclasses commits suicide. SHould stop any stale signal handler connections existing
|
2010-01-25 12:55:38 +00:00 |
Chris Jones
|
6a9febe952
|
Signalman doesn't need to whine about leftover signals unless we're debugging
|
2010-01-24 12:58:30 +00:00 |
Chris Jones
|
7d08d790e2
|
port Terminal to use Signalman
|
2010-01-18 19:48:24 +00:00 |
Chris Jones
|
f17fab0610
|
Slightly improve docstrings
|
2010-01-18 13:23:50 +00:00 |
Chris Jones
|
8ad7ac07b1
|
Create a new class Signalman which is used to track the glib signals on a widget since at least two of our classes were doing this themselves. Also integrated it into one of those classes, Container() where it is only used by VPaned and HPaned. Also add doctests for it
|
2010-01-18 13:17:35 +00:00 |