summaryrefslogtreecommitdiff
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Help/textbrowser: Keep text at the top visible when resizing and zoomingEike Ziller2019-09-242-38/+73
* Help: Fix handling of ampersands in open pages paneEike Ziller2019-08-092-6/+5
* CMake build: Fix compilation of QtWebEngine help backendEike Ziller2019-07-291-0/+1
* More Utils::toSet/toListhjk2019-07-043-7/+9
* 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
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+2
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-272-2/+0
* | CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-241-3/+1
* | CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-12/+17
* | Qt Creator CMake portCristian Adam2019-05-171-0/+45
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-12/+0
|\ \ | |/
| * Remove the zombie code regarding CreationDate checkJarek Kobus2019-04-181-12/+0
* | 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
* | Remove dependency on Qt Mac ExtrasTor Arne Vestbø2019-03-122-2/+0
* | Replace static_casts by QOverload where possiblehjk2019-02-262-2/+2
* | Help viewer: Add option for scroll wheel zoomingEike Ziller2019-02-2112-11/+90
|/
* Help: Lookup in index if ID is not foundEike Ziller2019-02-113-5/+17
* Help: Move finding the best documentation link to HelpItemEike Ziller2019-02-071-27/+1
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-041-1/+2
|\
| * Help: Disable middle-mouse click outside of help modeEike Ziller2019-02-011-1/+2
* | 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-313-25/+2
* | Help: Fix url handlerNikolai Kosjar2019-01-301-1/+1
* | Help: Do not actually try to lookup empty identifiers or keywordsEike Ziller2019-01-291-0/+4
* | Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-291-7/+8
* | Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-252-2/+2
* | Help: Remove unused method and related codeEike Ziller2019-01-253-24/+3
* | Help: Unify showing a specific help urlEike Ziller2019-01-251-34/+28
* | Help: Simplify and unify codeEike Ziller2019-01-243-19/+11
* | use initializer listsTim Jenssen2019-01-212-6/+3
* | Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-1/+0
* | Add macOS touch bar supportEike Ziller2019-01-154-0/+6
* | help plugin: specify bgcolor for htmlDaniel Wingerd2018-12-141-4/+4
* | help plugin: strip html from a translatable stringDaniel Wingerd2018-12-141-4/+6
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-0/+4
|\ \ | |/
| * Help: fix calling QDesktopServices::openUrl when opening about:blankDavid Schulz2018-11-161-0/+4
* | HelpPlugin: ModernizeAlessandro Portale2018-11-1216-98/+81
|/
* Help: Add ellipsis to a menu item label that leads to a web siteLeena Miettinen2018-10-191-1/+1
* Reuse linksForKeyword() from QHelpEngineCoreJarek Kobus2018-10-011-55/+13
* Help: Fix 'Get Started Now' buttonChristian Stenger2018-10-011-1/+1
* Help: Remove usage of deprecated APIEike Ziller2018-09-231-40/+2
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-09-211-1/+1
|\
| * Move documentationPath() from Core::ICore to Core::HelpManagerEike Ziller2018-09-201-1/+1
* | Remove qDebug()Jarek Kobus2018-09-191-1/+0
|/
* Make Core independent from QtHelpEike Ziller2018-09-0410-30/+650