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
François Andriot ba5f58bf38
Fix ftbfs on Fedora 34
3 years ago
..
data Fix invalid headers in PNG files and optimize for size 8 years ago
interfaces Desktop file translations: 4 years ago
plugins Desktop file translations: 4 years ago
protocols Desktop file translations: 4 years ago
tools LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
CMakeLists.txt Desktop file translations: 4 years ago
KDevDocumentationIface.cpp Revert "Finish renaming tdevelop components" 10 years ago
KDevDocumentationIface.h Revert "Finish renaming tdevelop components" 10 years 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 Remove spurious TQ_OBJECT instances 12 years ago
addcatalogdlgbase.ui Add includes to UI files to resolve FTBFS 6 years ago
bookmarkview.cpp Revert "Finish renaming tdevelop components" 10 years ago
bookmarkview.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
contentsview.cpp Added backend logic for allowing the user to manually update the Documentation Plugin lists. GUI part still to be done. 10 years ago
contentsview.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
docconfiglistview.cpp Fixed up documentation config list sort order. Added mouse shortcut for edit items in the list. 10 years ago
docconfiglistview.h Fixed up documentation config list sort order. Added mouse shortcut for edit items in the list. 10 years ago
docglobalconfigwidget.cpp Added GUI for allowing the user to manually update the Documentation Plugin lists. 10 years ago
docglobalconfigwidget.h Added GUI for allowing the user to manually update the Documentation Plugin lists. 10 years ago
docglobalconfigwidgetbase.ui Add includes to UI files to resolve FTBFS 6 years 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 Remove spurious TQ_OBJECT instances 12 years ago
docprojectconfigwidgetbase.ui Add includes to UI files to resolve FTBFS 6 years ago
documentation_part.cpp Fix ftbfs on Fedora 34 3 years ago
documentation_part.h Added GUI for allowing the user to manually update the Documentation Plugin lists. 10 years ago
documentation_widget.cpp Revert "Finish renaming tdevelop components" 10 years ago
documentation_widget.h Revert "Finish renaming tdevelop components" 10 years 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 Add includes to UI files to resolve FTBFS 6 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 Remove spurious TQ_OBJECT instances 12 years ago
editcatalogdlgbase.ui Add includes to UI files to resolve FTBFS 6 years ago
find_documentation.cpp Revert "Finish renaming tdevelop components" 10 years ago
find_documentation.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
find_documentation_options.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
find_documentation_options.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
find_documentation_optionsbase.ui Rename old tq methods that no longer need a unique name 13 years ago
find_documentationbase.ui Add includes to UI files to resolve FTBFS 6 years ago
indexview.cpp Fixed several warning messages that were printed when launching KDevAssistant. This resolves bug 1971. 10 years ago
indexview.h Remove spurious TQ_OBJECT instances 12 years ago
kdevdocumentation.desktop Desktop file translations: 4 years ago
kdevpart_documentation.rc Revert "Finish renaming tdevelop components" 10 years ago
searchview.cpp Revert "Finish renaming tdevelop components" 10 years ago
searchview.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
selecttopic.cpp rename the following methods: 13 years ago
selecttopic.h Revert "Finish renaming tdevelop components" 10 years ago
selecttopicbase.ui Fix a number of unconnected signals and slots 12 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.
*/