By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1852 - [Help Handbooks] Add kipi-plugins help handbook to the Help menu of any kipi-enabled app
Summary: [Help Handbooks] Add kipi-plugins help handbook to the Help menu of any kipi-...
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2014-01-22 22:16 CST by Darrell
Modified: 2018-08-30 03:01 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2014-01-22 22:16:57 CST
When kipi-plugins is installed, any app that uses kip-plugins should list the kipi-plugins handbook in the Help menu as a second handbook.

Obtaining access to the kipi-plugin handbook is possible only when starting a specific plugin and then selecting the Help button in a respective dialog, which opens to that item in the handbook. Users can select the Home link at the bottom of the page to select the beginning of the kipi-plugins handbook. Being able to open the kipi-plugins handbook directly would be more convenient.
Comment 1 Darrell 2014-01-23 01:30:02 CST
Looks like kate has something similar in tdebase/kate/app/katemainwindow.cpp:

if (KatePluginManager::self()->pluginList().count() > 0)
{
  a=new TDEAction(i18n("&Plugins Handbook"), 0, TQT_TQOBJECT(this), TQT_SLOT(pluginHelp()), actionCollection(), "help_plugins_contents");
  a->setWhatsThis(i18n("This shows help files for various available plugins."));
}
Comment 2 Darrell 2014-02-01 11:43:04 CST
Starter list:

gwenview
digikam
ksquirrel
Comment 3 Darrell 2014-02-17 15:35:19 CST
Update:

Commit 6ce321b2 2014-02-15 made the handbook visible in the help handbook table of contents.

The handbook still needs to be added to the various Help menus.
Comment 4 wofgdkncxojef 2018-05-23 18:24:19 CDT
actually, it's in digikam help menu
not the other two.