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.
tdevelop/parts/tools
Michele Calgaro 37ad15ad2c
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Additional k => tde renaming and fixes 11 years ago
addtooldlg.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
addtooldlg.ui.h Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kapplicationtree.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kapplicationtree.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
kdevpart_tools.rc Revert "Finish renaming tdevelop components" 10 years ago
kdevtools.desktop Desktop file translations: 4 years ago
tools_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
tools_part.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
toolsconfig.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
toolsconfig.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
toolsconfigwidget.cpp Additional k => tde renaming and fixes 11 years ago
toolsconfigwidget.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
toolsconfigwidgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago

README.dox

/** \class ToolsPart
This plugin provides an easy way to add external applications to the Tools menu and toolbar.

\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>

\unmaintained This part is currently un-maintained.

\feature Provides an easy way to add external applications to the Tools menu and toolbar.
\feature Tool menu and the file and directory context menus can now be populated with any shell command.
\feature Output can be sent to the app output part. %S, %D, %T and %W magic works.

*/