aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Help: Fix warningChristian Stenger2020-07-201-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-4/+3
* More QRegularExpression and include for Qt 6hjk2020-06-251-2/+2
* QLiteHtml: Remove accidentally introduced dependency on Utilshjk2020-06-171-3/+6
* All: Use Utils::SkipEmptyPartshjk2020-06-174-11/+19
* Various places: performance-for-range-copyAlessandro Portale2020-06-152-3/+3
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-1/+0
* CMake Build: Update CMake minimum Version to 3.10Cristian Adam2020-05-261-1/+1
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-5/+2
* Use new filter engine with Qt 5.15 also when building with CMakeEike Ziller2020-04-291-0/+5
* Fix some clang warnings about unused lambda capturesChristian Kandeler2020-04-241-1/+1
* Integrate new filter engineJarek Kobus2020-04-0213-22/+338
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-63/+72
|\
| * Fix lupdate issuesEike Ziller2020-03-181-63/+72
* | Add some additional shortcuts for actionsEike Ziller2020-03-171-0/+1
|/
* 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