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
Timothy Pearson fc14e2cf0b
Fix invalid headers in PNG files and optimize for size
8 years ago
..
data Fix invalid headers in PNG files and optimize for size 8 years ago
interfaces Fixed saving configuration after manual removal of an entry from the Documentation Config list. 10 years ago
plugins Added backend logic for allowing the user to manually update the Documentation Plugin lists. GUI part still to be done. 10 years ago
protocols Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tools Revert "Finish renaming tdevelop components" 10 years ago
CMakeLists.txt Revert "Finish renaming tdevelop components" 10 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 Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. 10 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 Fix QString -> TQString. 12 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 Added GUI for allowing the user to manually update the Documentation Plugin lists. 10 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 Fix QString -> TQString. 12 years ago
documentation_part.cpp Added GUI for allowing the user to manually update the Documentation Plugin lists. 10 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 Rename old tq methods that no longer need a unique name 13 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 Fix QString -> TQString. 12 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 Rename many classes and header files to avoid conflicts with KDE4 11 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 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 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.kde.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.
*/