ogbrowser/qtermwidget
adelcastillo 050d67a7fc Ahora el browser tiene consola en vez del output.
Pasado todo el sistema de compilacion a cmake.


git-svn-id: https://opengnsys.es/svn/trunk@408 a21b9725-9963-47de-94b9-378ad31fedc9
2009-10-23 17:45:58 +00:00
..
src Ahora el browser tiene consola en vez del output. 2009-10-23 17:45:58 +00:00
AUTHORS Resstructuración de trunk. 2009-10-19 09:47:15 +00:00
CMakeLists.txt Ahora el browser tiene consola en vez del output. 2009-10-23 17:45:58 +00:00
COPYING Resstructuración de trunk. 2009-10-19 09:47:15 +00:00
Changelog Ahora el browser tiene consola en vez del output. 2009-10-23 17:45:58 +00:00
README Ahora el browser tiene consola en vez del output. 2009-10-23 17:45:58 +00:00
TODO Ahora el browser tiene consola en vez del output. 2009-10-23 17:45:58 +00:00

README

This is a external source gotten from:

http://www.qt-apps.org/content/show.php/QTermWidget?content=82832

*************************************************************************************
QTermWidget
version 0.1.0

QTermWidget is an opensource project based on KDE4 Konsole application.
The main goal of this project is to provide unicode-enabled, embeddable
QT widget for using as a built-in console (or terminal emulation widget).

Of course I`m aware about embedding abilities of original Konsole,
but once I had Qt without KDE, and it was a serious obstacle.
I decided not to rely on a chance. I cannot find any interesting related project,
so I had to write it.

The original Konsole`s code was rewritten entirely with QT4 only; also I have to
include in the project some parts of code from kde core library. All code dealing
with user interface parts and session managers was removed (maybe later I bring it
back somehow), and the result is quite useful, I suppose.

This library was compiled and tested on three linux systems,
based on 2.4.32, 2.6.20, 2.6.23 kernels, x86 and amd64.
Please inform about its behaviour on other systems.