The received QWidget has already been destroyed, so using dynamic_cast
or qobject_cast does not work.
Another stupid mistake by me !
BUG: 296116
This reverts commit 02ac6dbf4d.
"view" is reused to refer to two different things in ViewMananger:
* one TerminalDisplay(tab/session)
* one ViewContainer(tabbar)
That causes understanding problems for those who are not that familiar
with the code.
Maybe those actions related with "split view" defined in konsoleui.rc
should also be rename to avoid confusion further
class KDE3ColorSchemeReader is also moved since it is supposed to an
compatibility helpr of which class ColorScheme does not need to know,
and eventualy it should be removed
There are no GUI elements for controlling that option, so it is a hidden
option at the moment.
To configure this option manually, put following lines into some konsole
profile under ~/.kde4/share/apps/konsole/ :
[Terminal Features]
BellMode=N
Where N could be 0 for system beep, 1 for system notification and 2 for
visual bell. That mapping might change before next major release.
CCBUG: 155622
CCBUG: 177861
REVIEW: 104013
Its naming scheme is "/Windows/N", similar to "/Sessions/N" for
sessions. That is not the final decision and might change before next
major release.
The old "/Konsole" dbus object is still available at this moment, but
it might disappear or be used for something different in the future, so
it is better to use "/Windows/N" from now on.
For convenience, $KONSOLE_DBUS_WINDOW can be used to refer to the dbus
object corresponding to the Konsole window containing current session.
Note, that environment variable does not work well with detaching and
draging. Maybe it should not be added at all.
CCBUG:276912
CCBUG:281513
CCBUG:292309
REVIEW:103790