Replace deprecated Q3 widgets in the TTY output window.
commitf03067d2407b03cc10be1df869b024d8223d46b0
authorDavid Edmundson <kde@davidedmundson.co.uk>
Sat, 29 May 2010 16:43:14 +0000 (29 18:43 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 4 Jun 2010 19:47:35 +0000 (4 21:47 +0200)
tree356953183d989e04663283f1cc7a3feb851d932c
parent1da232f86440ab475a35f656ca155b4157348263
Replace deprecated Q3 widgets in the TTY output window.

The window is now a QPlainTextEdit. One advantage of it is that the
insertion point (where newly arriving text is inserted) and the user's
selection are independent.

There is one regression, though: When new lines are inserted at the end,
the window should scroll down to keep the last line visible, but it does
not anymore.
kdbg/ttywnd.cpp
kdbg/ttywnd.h