Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tdebase/kdcop
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
vor 3 Monaten
..
CMakeL10n.txt Desktop file translations: vor 4 Jahren
CMakeLists.txt Desktop file translations: vor 4 Jahren
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module vor 6 Jahren
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
kdcop.cpp kdcop: avoid registering 'anonymous' dcop clients. This was causing 'DCOP vor 3 Jahren
kdcop.desktop Desktop file translations: vor 4 Jahren
kdcoplistview.cpp Rename a number of classes to enhance compatibility with KDE4 vor 11 Jahren
kdcoplistview.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten
kdcopui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
kdcopview.ui Replaced 'includehints' with 'includes' in *.ui files. vor 2 Jahren
kdcopwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
kdcopwindow.h Replace Q_OBJECT with TQ_OBJECT vor 9 Monaten

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>