summaryrefslogtreecommitdiff
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Help: And fix build for non-Windows againEike Ziller2019-09-231-3/+2
* Help: Fix compile on WinChristian Stenger2019-09-231-0/+3
* Help: Fix compile with older XcodeChristian Stenger2019-09-232-1/+1
* Help/litehtml: Keep top element visible when resizingEike Ziller2019-09-201-0/+32
* Help/litehtml: Fix litehtml build on Windows and with GCC 5.3Eike Ziller2019-09-203-8/+18
* Help: Fix buildOrgad Shaneh2019-09-201-0/+4
* Help: Add litehtml as submodule and optionally use thatEike Ziller2019-09-205-8/+62
* Help/litehtml: Support global mouse selection on LinuxEike Ziller2019-09-181-0/+4
* Help/litehtml: Support scalingEike Ziller2019-09-174-24/+93
* Help/litehtml: Implement text searchEike Ziller2019-09-175-6/+213
* Help: Fix build with Qt < 5.13Eike Ziller2019-09-171-0/+4
* Help/QtWebEngine: Prevent remote contentEike Ziller2019-09-163-3/+67
* Help/litehtml: Fix resolution of font nameEike Ziller2019-09-131-4/+18
* Help: Fix compilation with < Qt 5.12Eike Ziller2019-09-131-27/+0
* Help: Fix font point sizes with litehtmlEike Ziller2019-09-133-1/+11
* Help: Add option for help viewer backendEike Ziller2019-09-126-29/+150
* Help: Remove hack for litehtml issue with inline tablesEike Ziller2019-09-111-7/+1
* Help: Remove useless "Reload" context menu itemEike Ziller2019-09-112-3/+0
* Help: Remove indirection when synchronizing current pageEike Ziller2019-09-118-58/+47
* Help: Move viewer backend management from plugin to local help managerEike Ziller2019-09-113-52/+70
* Help: Add context menu to litehtml backendEike Ziller2019-09-106-35/+61
* Help/litehtml: Support under-/overline and strikethroughEike Ziller2019-09-101-2/+6
* Help: De-duplicate management of help viewer pagesEike Ziller2019-09-0910-263/+175
* Help: Remove some unused API from OpenPagesManagerEike Ziller2019-09-062-12/+0
* Help: Do not use specific model where abstract model is enoughEike Ziller2019-09-064-11/+9
* CMake build: Add some more feature infoEike Ziller2019-09-031-8/+12
* Help: Fix rendering images with litehtmlEike Ziller2019-09-023-8/+5
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-021-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-023-8/+8
* Help: Add litehtml based viewer backendEike Ziller2019-08-2812-2/+2455
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-122-6/+5
|\
| * Help: Fix handling of ampersands in open pages paneEike Ziller2019-08-092-6/+5
* | Merge "Merge remote-tracking branch 'origin/4.10'"The Qt Project2019-07-311-0/+1
|\ \
| * \ Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-311-0/+1
| |\ \ | | |/
| | * CMake build: Fix compilation of QtWebEngine help backendEike Ziller2019-07-291-0/+1
* | | Utils: Add an "online" iconAlessandro Portale2019-07-311-1/+1
|/ /
* | Add open online documentation button to help viewerTasuku Suzuki2019-07-296-12/+50
|/
* 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