You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kdcop
Timothy Pearson de7e5867a6
Rename a number of libraries and executables to avoid conflicts with KDE4
11 years ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Rename additional instances of KDE to TDE 13 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdcop.cpp Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
kdcoplistview.cpp rename the following methods: 13 years ago
kdcoplistview.h Enable compilation with TQt for Qt4 3.4.0 TP2 13 years ago
kdcopui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdcopview.ui Rename old tq methods that no longer need a unique name 13 years ago
kdcopwindow.cpp Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago
kdcopwindow.h TQt conversion fixes 14 years ago

README

This is a browser/executor for DCOP. It queries the DCOP clients in a system,
their interfaces, and the interfaces' arguments. You can even execute DCOP
calls by double-clicking on a call. If the method has parameters, kdcop will
open a dialog and prompt you for them. If the method returns a return value,
you will see it in a message box after the call.

This little tool fairly much does what I wanted it to do, but let me know if
you want more features.

Kalle Dalheimer, <kalle@kde.org>