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/documentation
Michele Calgaro 37ad15ad2c
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
data Fix invalid headers in PNG files and optimize for size 8 years ago
interfaces Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
plugins Replace Q_OBJECT with TQ_OBJECT 9 months ago
protocols Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
tools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
CMakeLists.txt Desktop file translations: 4 years ago
KDevDocumentationIface.cpp Revert "Finish renaming tdevelop components" 10 years ago
KDevDocumentationIface.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Update bug reports url to bugs.trinitydesktop.org 6 years ago
addcatalogdlg.cpp Removed 'CustomDocumentationTitles' option and made it active by default for all plugins. This relates to bug 1859. 10 years ago
addcatalogdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
addcatalogdlgbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
bookmarkview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
bookmarkview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
contentsview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
contentsview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
docconfiglistview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
docconfiglistview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
docglobalconfigwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
docglobalconfigwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
docglobalconfigwidgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
docprojectconfigwidget.cpp Added backend logic for allowing the user to manually update the Documentation Plugin lists. GUI part still to be done. 10 years ago
docprojectconfigwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
docprojectconfigwidgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
documentation_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
documentation_part.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
documentation_widget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
documentation_widget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
docutils.cpp Revert "Finish renaming tdevelop components" 10 years ago
docutils.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
editbookmarkdlg.ui Remove unnecessary accelerators from .ui files 2 years ago
editcatalogdlg.cpp Removed 'CustomDocumentationTitles' option and made it active by default for all plugins. This relates to bug 1859. 10 years ago
editcatalogdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
editcatalogdlgbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
find_documentation.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
find_documentation.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
find_documentation_options.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
find_documentation_options.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
find_documentation_optionsbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
find_documentationbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
indexview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
indexview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kdevdocumentation.desktop Desktop file translations: 4 years ago
kdevpart_documentation.rc Revert "Finish renaming tdevelop components" 10 years ago
searchview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
searchview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
selecttopic.cpp rename the following methods: 13 years ago
selecttopic.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
selecttopicbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago

README.dox

/** \class Documentation
Documentation plugin for TDevelop.

\authors <a href="mailto:cloudtemple@mksat.net">Alexander Dymo</a>

\maintainer <a href="mailto:cloudtemple@mksat.net">Alexander Dymo</a>

\feature Qt API browsing
\feature KDE API browsing
\feature Devhelp books browsing (GTK/GNOME API)
\feature TDevelopTOC browsing

\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=documentation&
bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">
Documentation viewer at Bugzilla database</a>

\requirement Ht://Dig requires htdig to be installed.

\todo Add support for documentation profiles. Application wizard or an application template
can select necessary profile to modify the list of enabled documentation catalogs.
*/