Jerome Leclanche
72ffc262eb
Clean up trailing whitespaces
2015-07-09 20:22:48 +02:00
Petr Vanek
da6838df1a
Merge pull request #44 from F1ash/master
...
implemented start TTY for external recipient;
2015-02-25 13:57:07 +01:00
F1ash
7c315942d3
implemented start TTY for external recipient;
2015-02-22 17:47:47 +03:00
Petr Vanek
14ed5e0801
Merge pull request #39 from F1ash/master
...
add method for get pty slave fd;
2015-02-05 11:32:07 +01:00
Petr Vanek
436ddc2fb5
Merge pull request #37 from raboof/allowContinuousActivityMonitoring
...
Set the '_notifiedActivity' flag early
2015-02-05 10:25:15 +01:00
F1ash
109ee5796f
add method for get pty slave fd;
2015-01-18 14:49:07 +03:00
F1ash
96cccdfb7d
add method for get pty slave fd;
2015-01-18 14:17:08 +03:00
Arnout Engelen
2ec7abf56e
Set the '_notifiedActivity' flag early
...
This way anyone listening to 'activity' signals can safely re-set the flag to
'false' by calling setMonitorActivity(true) again. Right now this is not
guaranteed as the signal is handled asynchonously (and indeed in my PyQT-based
application the signal would be handled *before* the flag is set to 'true'...)
2014-12-07 18:15:14 +01:00
0xd34df00d
4ae1e1177f
Avoid calling winId() on Qt5.
...
Avoids breaking QQuickWidget and the likes. See:
* https://bugreports.qt-project.org/browse/QTBUG-41779
* https://bugreports.qt-project.org/browse/QTBUG-40765
* https://bugreports.qt-project.org/browse/QTBUG-41942
2014-12-06 02:04:35 +03:00
0xd34df00d
9e1247d4b3
Emit activity() and silence() signals instead of KNotification.
2014-06-14 17:20:18 +04:00
Petr Vanek
5d3ef34cc2
fixed #11 compile against Qt 5 (Qt4 and Qt5 supported and waguely tested)
2014-04-11 21:28:52 +02:00
Chris Mueller
dd471e5391
Fix missing cleanup for temporary history files
...
QTermWidget only add the TerminalDisplay to qt's owner hierarchy for
automatic cleanup. With each new tab a new Session object will be
created and but never deleted (which would cleanup internally the
history files).
This bugfix simple adds to each Session's parent relationship the
corresponding QTermWidget.
2013-10-11 00:18:10 +02:00
Petr Vanek
fd13aac13e
arguments work correctly for custom shells too
2011-07-07 00:47:02 +02:00
Petr Vanek
6ad5d7070a
merge changes from the experimental "bundle" repository
2011-06-22 13:12:21 +02:00
Petr Vanek
4183368397
code reformatted after resync
2010-10-25 16:34:14 +02:00
Petr Vanek
454a8befcd
correct shell detection (BSD, Christopher VdoP)
2010-10-19 09:35:23 +02:00
Petr Vanek
57fd23bf39
K&R formatting
2010-10-01 16:08:14 +02:00
Petr Vanek
88b5a11bb4
merge with qscite
2010-10-01 15:54:31 +02:00