Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tdebase/kdcop
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
2 meses atrás
..
CMakeL10n.txt Desktop file translations: 4 anos atrás
CMakeLists.txt Desktop file translations: 4 anos atrás
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 anos atrás
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kdcop.cpp kdcop: avoid registering 'anonymous' dcop clients. This was causing 'DCOP 3 anos atrás
kdcop.desktop Desktop file translations: 4 anos atrás
kdcoplistview.cpp Rename a number of classes to enhance compatibility with KDE4 11 anos atrás
kdcoplistview.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás
kdcopui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
kdcopview.ui Replaced 'includehints' with 'includes' in *.ui files. 2 anos atrás
kdcopwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 meses atrás
kdcopwindow.h Replace Q_OBJECT with TQ_OBJECT 8 meses atrás

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>