comparison README @ 15628:e67d0d06c18b

Forked from QTermWidget.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Mon, 23 Jan 2012 12:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 15628:e67d0d06c18b
1 QTermWidget
2 version 0.1.0
3
4 QTermWidget is an opensource project based on KDE4 Konsole application.
5 The main goal of this project is to provide unicode-enabled, embeddable
6 QT widget for using as a built-in console (or terminal emulation widget).
7
8 Of course I`m aware about embedding abilities of original Konsole,
9 but once I had Qt without KDE, and it was a serious obstacle.
10 I decided not to rely on a chance. I cannot find any interesting related project,
11 so I had to write it.
12
13 The original Konsole`s code was rewritten entirely with QT4 only; also I have to
14 include in the project some parts of code from kde core library. All code dealing
15 with user interface parts and session managers was removed (maybe later I bring it
16 back somehow), and the result is quite useful, I suppose.
17
18 This library was compiled and tested on three linux systems,
19 based on 2.4.32, 2.6.20, 2.6.23 kernels, x86 and amd64.
20 Please inform about its behaviour on other systems.
21