Adrian Kummerlaender df551b8812 Expose session signal sending to QML
As QTermWidget's `Session` class already offers support for sending signals to the contained process it makes sense to expose this functionality to it's QML version.

Otherwise one would have to resort to fiddling around with process ids and system calls or further external applications inside QML to send signals to processes launched using the widget.

Adding a `stopShellProgram`  method to `KSession` complementing `startShellProgram` was also considered but exposing `sendSignal` offers a more general interface.
2015-09-04 21:53:16 +02:00
2014-12-16 13:14:56 +01:00
2015-09-04 21:53:16 +02:00
2014-11-06 01:53:25 +01:00
2014-10-21 17:39:33 +02:00
2013-08-06 14:42:20 +02:00
2014-12-15 11:17:52 +01:00
2014-11-11 20:55:56 +01:00

#QMLTermWidget

##Description This project is a QML port of qtermwidget. It is written to be as close as possible to the upstream project in order to make cooperation possible.

At the moment this plugin is powering cool-retro-term and the ubuntu-terminal-app.

This package also contains a simple test application.

To build it:

qmake && make

To test it:

qmlscene -I . test-app/test-app.qml

S
Description
No description provided
Readme 2.2 MiB
Languages
C++ 97.4%
C 1.6%
QMake 0.5%
QML 0.3%
CMake 0.2%