aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-181-1/+1
|\
| * Fix bug for with redirect to general landing page Qt bug tracker. Now the red...Michl Voznesensky2019-06-181-1/+1
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+1
|\|
| * Help: Improve handling of results from index lookupEike Ziller2019-03-051-1/+1
* | Help viewer: Add option for scroll wheel zoomingEike Ziller2019-02-211-0/+3
|/
* Help: Lookup in index if ID is not foundEike Ziller2019-02-111-3/+15
* Help: Move finding the best documentation link to HelpItemEike Ziller2019-02-071-27/+1
* Help: Make a difference between "empty" and "valid"Eike Ziller2019-02-041-1/+1
* Help: Move resolution of help from multiple candidate IDs to HelpItemEike Ziller2019-02-011-1/+1
* Help: Avoid double lookup for help tooltipsEike Ziller2019-02-011-3/+6
* Help: Avoid ambiguity of help ID being interpreted as URLEike Ziller2019-01-311-5/+2
* Help: Fix url handlerNikolai Kosjar2019-01-301-1/+1
* Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-291-7/+8
* Help: Remove unused method and related codeEike Ziller2019-01-251-22/+3
* Help: Unify showing a specific help urlEike Ziller2019-01-251-34/+28
* Help: Simplify and unify codeEike Ziller2019-01-241-15/+9
* Add macOS touch bar supportEike Ziller2019-01-151-0/+4
* help plugin: specify bgcolor for htmlDaniel Wingerd2018-12-141-4/+4
* help plugin: strip html from a translatable stringDaniel Wingerd2018-12-141-4/+6
* HelpPlugin: ModernizeAlessandro Portale2018-11-121-8/+8
* Help: Add ellipsis to a menu item label that leads to a web siteLeena Miettinen2018-10-191-1/+1
* Move documentationPath() from Core::ICore to Core::HelpManagerEike Ziller2018-09-201-1/+1
* Make Core independent from QtHelpEike Ziller2018-09-041-17/+36
* Fix context of Locator inputEike Ziller2018-08-091-1/+1
* Help: Make "System Information" a QDialog againRobert Loehning2018-06-081-1/+0
* Help: Use nullptr and fix a few warningsEike Ziller2018-04-191-1/+1
* Add Context Help to text editor context menuEike Ziller2018-03-291-0/+8
* Help: Pimpl plugin and avoid use of global object poolhjk2018-02-051-100/+162
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-3/+8
* Avoid double deletion of HelpWidget when quitting application via DockAlexandru Croitor2018-01-171-0/+3
* Fix Get Started Now (and other links)Eike Ziller2017-09-121-1/+11
* Help: Fix destination of index locator filterEike Ziller2017-07-271-7/+14
* Help: Add method for showing URL in specific viewerEike Ziller2017-07-131-18/+23
* Help: Do not unnecessarily open help modeEike Ziller2017-07-131-4/+2
* Help: Remove trivial slotsEike Ziller2017-07-121-12/+6
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-4/+4
* Help: Clean up codeTobias Hunger2016-11-291-6/+0
* Help: Fix that help viewer opened even if URL is opened in browserEike Ziller2016-10-101-12/+12
* Help: Small improvements for System Info dialogAlessandro Portale2016-09-281-0/+5
* Help: Option to open links in windowEike Ziller2016-09-231-6/+9
* Help: Remove QtWebKit backendEike Ziller2016-09-141-4/+0
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-09-131-1/+1
|\
| * Help: Fix online documentation pathEike Ziller2016-09-121-1/+1
* | Add a menu entry for copying system informationEike Ziller2016-09-051-0/+56
|/
* Help: Remove unnecessary QLatin1StringsEike Ziller2016-07-211-22/+20
* Help: Use Qt5-style connectsOrgad Shaneh2016-06-301-41/+32
* Fix Ctrl+M (bookmark) in editor when help mode is visibleEike Ziller2016-06-281-1/+1
* Fix after changing ModeManager::currentModeChangedEike Ziller2016-04-131-4/+4
* Use Core::Id in ModeManager interfacehjk2016-04-081-1/+1