No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdebase/kdcop
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
hace 3 meses
..
CMakeL10n.txt Desktop file translations: hace 4 años
CMakeLists.txt Desktop file translations: hace 4 años
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module hace 6 años
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
kdcop.cpp kdcop: avoid registering 'anonymous' dcop clients. This was causing 'DCOP hace 3 años
kdcop.desktop Desktop file translations: hace 4 años
kdcoplistview.cpp Rename a number of classes to enhance compatibility with KDE4 hace 11 años
kdcoplistview.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
kdcopui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
kdcopview.ui Replaced 'includehints' with 'includes' in *.ui files. hace 2 años
kdcopwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
kdcopwindow.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses

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>