Page MenuHomePhabricator

Add menu entry and shortcut for help pages
Closed, ResolvedPublic

Assigned To
None
Authored By
nolden
Oct 21 2009, 2:42 PM
Referenced Files
Unknown Object (File)
Oct 21 2009, 3:12 PM

Event Timeline

similar to the 3M-2 application by pressing the F1 key the help page of the particular view / module should appear

must be distributed during bug squashing

Could not find a runnable 3M-2 application. So a more precise description what has to be done would be helpful. What text should be displayed when pressing the help button?

(In reply to comment #3)

Could not find a runnable 3M-2 application. So a more precise description what
has to be done would be helpful. What text should be displayed when pressing
the help button?

The F1 / "Help" function also worked in the standard Qt3 MITK application, not just 3m2 (see T1676, installers for 0.12 are available at mitk.org). The "functionalities" contained a UserManual subdirectory where a doxygen file was placed. The doxygen was processed to html and displayed in a help browser. I think this is related to T2713, where also some html is displayed. Please ask Jan about it.

If the html pages are not generated correctly please create some generic viewer and report the problem here, I will fix doxygen / path issues then.

[SVN revision 20132]
ENH (#2708): Added new menue item "help->active bundle" to the 3m application.

[SVN revision 20191]
ENH (#2708): Added class QmitkHelpHandler which will later on open a help page if the user presses F1.

[SVN revision 20197]
ENH (#2708): Now the help page is opened if the usere presses F1 or presses corresponding menu entry. Only the contents of the help pages are still missing.

[SVN revision 20237]
ENH (#2708): The 3m3 help window is showing the 3m3 help pages now.

[SVN revision 20256]
ENH (#2708): 3m3 help pages are working now.

Taking over now. Only minor issues to solve.

[SVN revision 20353]
ENH (#2708): enhanced welcome menu handling