aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help
Commit message (Expand)AuthorAgeFilesLines
* Help: Some Qt 6hjk2020-10-081-3/+3
* Help: Sprinkle some QLatin1Stringhjk2020-10-081-11/+9
* Help: Fix compilation on Linuxhjk2020-10-021-0/+1
* QLitehtml: Make container_qpainter usable without litehtml internalsEike Ziller2020-10-027-333/+434
* Help: Prefer litehtml viewer backend over QTextbrowserEike Ziller2020-10-011-4/+10
* Help: Fix linking on WindowsChristian Stenger2020-09-232-1/+8
* Make qlitehtml a dynamic libraryEike Ziller2020-09-233-9/+49
* Help: Fix compilation with Qt6Eike Ziller2020-09-081-7/+12
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-0/+2
|\
| * Help/Android: Compile with namespaced Qthjk2020-08-281-0/+2
* | Help: Replace Qt::MidButton by Qt::MiddleButtonhjk2020-08-282-2/+2
* | Use Qt::SkipEmptyParts unconditionallyhjk2020-08-141-6/+1
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+1
|\|
| * Help: Fix warningChristian Stenger2020-07-201-1/+1
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-062-4/+3
* | More Qt6 portinghjk2020-07-221-0/+2
* | Some Qt6 portinghjk2020-07-222-1/+2
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-213-4/+4
* | Help: Use QMultiHash in docsettingspagehjk2020-07-161-4/+4
* | Help:iOS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-4/+4
* | 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