Summary: | Add custom documentation in PDF/PS format | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Michael Schuerig <michael> |
Component: | Documentation viewer | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Schuerig
2001-03-08 16:20:15 UTC
Submitter doesn't respond does NOT seem like a valid reason to close a bug what kind of attitude is this? Bugs should be closed if they can't be reproduced not if the reporter does not reply. Concerning your information requests: kmailservice mailto:some@email.com just works as intended (as I said in MY bug report in konqueror it works fine) $KDEDIR/share/services/kmailservice.protocol [Protocol] exec=kmailservice %u protocol=mailto input=none output=none helper=true listing=false reading=false writing=false makedir=false deleting=false I have reopened the bug. It is not my bug YOU merged it with another bug. Checking it out takes about 4 seconds (after objprelink maybe 3) and it is still present if it wasn't fixed in the last 4 days. ATM the following occurs: You click on a mailto: link in khelpcenter and now you get a konqueror window with the mailto: link which in turn opens a konsole with mutt. Does still not sound right to me but it is an improvement. The same thing happens BTW if you middleclick on a mailto: link in konqueror. -- Moritz Moeller-Herrmann mmh@gmx.net ICQ# 3585990 wiss. Mitarbeiter IMGB Linus Torvalds: "I'm a big fan of konqueror and I use it for everything." You can add now any type of documentation to a bookmark list - not only HTML. But more advanced support for PDF would be really cool. Moving to the list of bugs for new documentation part. CVS commit by dymo: Added custom documentation plugin which is capable of creating catalogs for any types of documentation (txt, ps, html, etc.) which can be viewed. This is also used as a plugin to display project user manuals. help:/projectname can be set as user manual url for KDE projects. CCMAIL: 21909@bugs.kde.org A plugins/custom/.cvsignore 1.1 A plugins/custom/Makefile.am 1.1 A plugins/custom/doccustomplugin.cpp 1.1 [GPL (v2+)] A plugins/custom/doccustomplugin.desktop 1.1 A plugins/custom/doccustomplugin.h 1.1 [GPL (v2+)] M +3 -1 .cvsignore 1.5 M +1 -1 plugins/Makefile.am 1.6 --- kdevelop/parts/documentation/plugins/Makefile.am #1.5:1.6 @@ -1,3 +1,3 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) METASOURCES = AUTO -SUBDIRS = qt doxygen devhelp kdevtoc chm +SUBDIRS = qt doxygen devhelp kdevtoc chm custom --- kdevelop/parts/documentation/.cvsignore #1.4:1.5 @@ -12,3 +12,5 @@ find_documentationbase.h selecttopicbase.cpp -selecttopicbase.h \ No newline at end of file +selecttopicbase.h +docprojectconfigwidgetbase.cpp +docprojectconfigwidgetbase.h Comment #1 seams completly out-of-place. I think the guy commited to the wrong BR# :) Anyway HEAD supports PDF documentation. Only PS is missing :) Custom documentation plugin allows to add .ps files into the list. Providing .ps files does not contain anything useful (reachable contents, index, search database) I can say that .ps files are fully supported. Judging from the comments this feature is implemented. |