summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Help: Remove duplicate resultsMarcus Tillmanns2022-11-021-6/+21
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Help: Adapt to Qt >= 6.2hjk2022-07-151-4/+0
* Help: Convert to Tr::trEike Ziller2022-07-131-1/+3
* Help: Remove code paths supporting old filter engine < Qt 5.15Eike Ziller2022-07-121-100/+0
* Help: Unregister URL handler for qthelp before deleting itEike Ziller2022-05-161-0/+3
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+1
* Help: Use settings->setValueWithDefaultEike Ziller2020-12-151-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Remove unneeded includesJarek Kobus2020-11-121-1/+0
* Fix missing documentation when built with Qt 6Jarek Kobus2020-11-031-0/+6
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-2/+2
* Integrate new filter engineJarek Kobus2020-04-021-2/+34
* Help: Add option to only register highest versioned Qt documentationEike Ziller2019-12-161-0/+2
* Help: Unregister documentation when unregistering Qt versionsEike Ziller2019-10-181-2/+14
* Help: Remove functionality of unregistering namespace from public APIEike Ziller2019-10-161-2/+2
* More Utils::toSet/toListhjk2019-07-041-5/+5
* Remove the zombie code regarding CreationDate checkJarek Kobus2019-04-181-12/+0
* Help: Do not actually try to lookup empty identifiers or keywordsEike Ziller2019-01-291-0/+4
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-1/+0
* Reuse linksForKeyword() from QHelpEngineCoreJarek Kobus2018-10-011-55/+13
* Make Core independent from QtHelpEike Ziller2018-09-041-0/+497
* Fix ambiguity with help manager by renaming the file to match class.kh12010-11-161-111/+0
* Move help manager into core.kh12010-06-111-113/+27
* Fix handleHelpRequest.kh12010-04-281-1/+1
* Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.kh12010-04-121-6/+6
* Remove some superfluous includes.kh12010-03-301-2/+0
* Rewrite of the whole help modul initialization.kh12010-03-231-0/+9
* Add some more convinient functionality the help manager.kh12010-03-231-15/+115
* Lazy instantiate the right side pane and reuse core engine.kh12010-03-161-0/+3
* Add some statics to retrieve a core help engine and the collection path.kh12010-03-161-2/+34
* Compile fixRobert Loehning2010-03-101-1/+1
* Fix broken behavior for welcome page links if no docs are installed.kh12010-03-101-6/+1
* Long live the king!hjk2010-03-051-1/+1
* Move HelpManager it's own source files.kh12010-02-021-0/+60