summaryrefslogtreecommitdiff
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Fix lupdate issuesEike Ziller2020-03-181-63/+72
* litehtml: Fix selection artifacts with scaled viewEike Ziller2020-03-133-14/+7
* Help: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* Help: Drop use of nullptr for default QFlaghjk2020-02-251-1/+1
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Add final specifies to classesIgor Sidorov2020-02-052-2/+2
* Several SettingsPages: Code cosmeticshjk2020-01-302-4/+4
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Use even less nullptr for default flagshjk2020-01-201-1/+1
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Help: Register "Extending Qt Creator" documentation as wellEike Ziller2020-01-151-0/+1
* create an online URL in a more general wayTim Jenssen2020-01-131-3/+3
* Help: Remove some unneeded indirection in DocSettingsPageWidgethjk2020-01-081-24/+22
* Help: Use IOptionsPage convenience for DocSettingsPagehjk2020-01-082-62/+49
* litehtml: Fix qbs build on WindowsChristian Kandeler2020-01-081-1/+1
* CMake: Do not install litehtml's include and static libraryCristian Adam2020-01-071-1/+1
* Help: QLiteHtml: Ensure C++14 is usedChristian Stenger2020-01-061-0/+1
* qbs build: Add litehtml supportChristian Kandeler2019-12-192-62/+287
* Move "Web Search" locator filter from Help to CoreEike Ziller2019-12-187-498/+1
* Help: Add option to only register highest versioned Qt documentationEike Ziller2019-12-161-0/+2
* Help: Add tool button to change target for context helpEike Ziller2019-11-253-1/+111
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-1/+1
|\
| * CMake: Build fix for qlitehtml when submodule was usedCristian Adam2019-11-211-1/+1
* | Help: Remove hack for fixed Qt issueEike Ziller2019-11-152-30/+0
* | Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-122-0/+12
|/
* Help/litehtml: Correcly escape search expressionEike Ziller2019-11-111-1/+1
* Update litehtmlEike Ziller2019-11-042-62/+66
* Help: Fix a readability-simplify-boolean-exprNikolai Kosjar2019-11-011-6/+3
* Help: Unregister documentation when unregistering Qt versionsEike Ziller2019-10-182-2/+15
* Help: Remove functionality of unregistering namespace from public APIEike Ziller2019-10-163-5/+5
* Help/litehtml: fix cmake build on windowsDavid Schulz2019-10-081-2/+5
* Help/litehtml: Guard against out-of-bounds scroll valuesEike Ziller2019-10-011-7/+7
* Help/litehtml: Fix that invisible text was found via text searchEike Ziller2019-10-011-1/+12
* Help: Replace annoying URL syncing by explicit Open in Edit ModeEike Ziller2019-09-304-43/+33
* Help: Fix missing page switching keyboard shortcuts for external windowEike Ziller2019-09-303-27/+31
* Help: Make note about changing viewer backend more visibleEike Ziller2019-09-302-3/+11
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-09-262-46/+49
|\
| * Help: Support multiple pages in external windowEike Ziller2019-09-262-46/+49
* | Help/litehtml: Fix selection drawing for CMake documentationEike Ziller2019-09-263-9/+10
* | Help/litehtml: Fix submodule build on Windows with CMakeEike Ziller2019-09-261-7/+5
|/
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-252-38/+73
|\
| * Help/textbrowser: Keep text at the top visible when resizing and zoomingEike Ziller2019-09-242-38/+73
* | Help/litehtml: Don't call cmake from qmake buildEike Ziller2019-09-241-42/+139
* | Help/litehtml: Fix text search in presence of multi-byte charactersEike Ziller2019-09-241-2/+3
* | Help: Get rid of special CentralWidget class for help mode viewerEike Ziller2019-09-2416-156/+74
* | Help: Remove OpenPagesManager::instance()Eike Ziller2019-09-245-26/+22
* | Help/litehtml: Use antialiasing and higher-quality image resizingEike Ziller2019-09-241-0/+2
* | Help/litehtml: Keep top position also when zoomingEike Ziller2019-09-242-12/+20