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
Michele Calgaro 0844ba9db5
Added icon to KDCOP main window. This resolves bug 3108.
4 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Added KDCOP to TDE menu - System. This relates to bug 2886. 6 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README
kdcop.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kdcop.desktop Synchronize German translation with the rest and fix some icons. 5 years ago
kdcoplistview.cpp
kdcoplistview.h
kdcopui.rc
kdcopview.ui Add includes to UI files to resolve FTBFS 6 years ago
kdcopwindow.cpp Added icon to KDCOP main window. This resolves bug 3108. 4 years ago
kdcopwindow.h kdcop: added popup menu to result list to conveniently copy the selected 5 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>