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