Revision 07cddfe...

Go back to digest for 12th February 2012

Features in KDE Base

Jekyll Wu committed changes in [konsole] /:

Create dbus object for each Konsole window respectively

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.





REVIEW:103790

File Changes

Modified 5 files
  •   src/Application.cpp
  •   src/Session.cpp
  •   src/Session.h
  •   src/ViewManager.cpp
  •   src/ViewManager.h
5 files changed in total