Commit Graph

13 Commits

Author SHA1 Message Date
Michael Spencer 21334dac00 Add support for getting the name of the foreground process 2016-02-05 18:03:59 -06:00
Adrian Kummerlaender 62a80634fa Emit finished signal even on non-normal exits
This is a followup to 7932e3a as it would otherwise be hard to detect processes
terminated by internally or externally sent signals.

Without this patch the widget continues to operate as if nothing has changed without offering a way to react to the termination from within the application.
2015-09-04 21:53:29 +02:00
Filippo Scognamiglio 1ad682a387 Disable visibility check. It still causes issues when window is hidden. 2014-12-02 11:41:49 +01:00
Filippo Scognamiglio e9ee4c9091 Actual QML port, moved from QWidget to QQuickPaintedItem. Setup of the project, added sample test-app. 2014-11-06 01:51:23 +01: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