aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Help: Lookup in index if ID is not foundEike Ziller2019-02-111-1/+1
| | | | | | | | | | And if multiple topics are found in the index, show the topic chooser dialog that we already have for the help index. Fixes: QTCREATORBUG-12704 Task-number: QTCREATORBUG-15959 Change-Id: I7afa6f44bbecc12f602aaaa4a11209ec72399689 Reviewed-by: David Schulz <david.schulz@qt.io>
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
| | | | | | | Since that is what it does. Change-Id: I13ffe21cdb625a0df1313f2ff09bf84196f08768 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Help: Fix 'Get Started Now' buttonChristian Stenger2018-10-011-1/+1
| | | | | Change-Id: If9fed047f29ee069569f1317b8844bf4369f8cb7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Make Core independent from QtHelpEike Ziller2018-09-041-0/+93
| | | | | | | | | | | | | | | | | | | We don't want various plugins to depend on the Help plugin, but we also do not want Core to depend on QtHelp. For example when turning the Help plugin off, documentation should actually no longer be registered through QtHelp. So we need parts of the interface in Core, which must then be delegated to the actual implementation in Help. As positive side-effects the interface in Core will be slimmer, and the code in the Help plugin can later be simplified, too, because then we don't have the "Core" and the "Gui" help engines separated in different plugins anymore, which should remove the need for some setup indirections. Task-number: QTCREATORBUG-20381 Change-Id: I634c5811c45d6a3dfd6ddc682cae270e38384cbf Reviewed-by: hjk <hjk@qt.io>
* Fix ambiguity with help manager by renaming the file to match class.kh12010-11-161-70/+0
| | | | | Task-number: QTCREATORBUG-3090 Reviewed-by: ck
* Move help manager into core.kh12010-06-111-35/+13
| | | | | | | | - lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
* Qt Designer integration: Fix Help button in stylesheet editor.Friedemann Kleint2010-05-281-2/+3
| | | | | | | Wire QDesignerIntegration's help signal to help manager. Task-number: QTCREATORBUG-1505 Reviewed-by: kh <qtc-committer@nokia.com>
* Fix handleHelpRequest.kh12010-04-281-1/+2
| | | | | | | * Make sure we only change our own urls inside that function * QDesktopService::setUrlHandler expects the target slot to take a QUrl Reviewed-by: ck
* Remove some superfluous includes.kh12010-03-301-0/+1
|
* Add some more convinient functionality the help manager.kh12010-03-231-7/+27
| | | | | | Add some more statics that can return the class instance, implements a gui help engine and the bookmark manager for easier sharing.
* Add some statics to retrieve a core help engine and the collection path.kh12010-03-161-1/+8
| | | | Reviewed-by: ck
* Fix broken behavior for welcome page links if no docs are installed.kh12010-03-101-3/+2
| | | | | | | In case of split mode we did not check if the actual requested doc exists and thus did fail to open the browser if it could not be found. Reviewed-by: Daniel Molkentin
* Long live the king!hjk2010-03-051-1/+1
|
* Move HelpManager it's own source files.kh12010-02-021-0/+63
Reviewed-by: ck