summaryrefslogtreecommitdiff
path: root/src/assistant/help
Commit message (Expand)AuthorAgeFilesLines
* Assistant: Fix warnings about constructing/concatenating QString from char *.Friedemann Kleint2016-03-223-8/+8
* Make more ctors explicitMarc Mutz2016-03-061-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-065-6/+5
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+3
* Fix WEC7 buildv5.6.0-rc1Andreas Holzammer2016-02-041-0/+10
* Bump copyright yearKai Koehne2016-01-271-1/+1
* QHelpContentModel: Simplify content updateEike Ziller2015-10-301-19/+3
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* Don't pass int by-ref in foreachSergio Martins2015-07-091-2/+2
* Add missing private headers warningSamuel Gaist2015-06-081-0/+11
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-1/+1
|\
| * Doc: linking issues qttoolsNico Vertriest2015-01-191-1/+1
* | Change creation date to a fixed dateSune Vuorela2015-02-181-3/+1
* | Update copyright headersAntti Kokko2015-02-1447-321/+321
* | Replace Q_STATIC_GLOBAL_OPERATOR with staticThiago Macieira2015-01-081-3/+1
* | Add missing includes.Friedemann Kleint2015-01-072-0/+2
* | Remove qBinaryFind usage from Qt Assistant.Alexander Volkov2015-01-061-6/+3
|/
* QHelpContentModel: Fix that the model sometimes ended up emptyEike Ziller2014-11-071-0/+5
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-144-17/+34
|\
| * Make sure the content widget never replaces valid data with empty data.5.3Christian Kandeler2014-10-061-9/+18
| * Fix crash when accessing the content model.Christian Kandeler2014-09-194-8/+16
* | Update license headers and add new license filesAntti Kokko2014-09-2541-779/+451
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-091-1/+0
|/
* CMake: Add an IMPORTED target for qcollectiongenerator.Stephen Kelly2014-04-161-0/+15
* Remove exclamation marks from messagesLuigi Toscano2014-04-095-29/+29
* Assistant: Fixed build for QT_NO_CURSOROliver Wolff2014-02-281-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-5/+3
|\
| * Fix crashes in QtHelp when too many connections are madeKai Koehne2014-01-281-5/+3
* | Simplify logic for C++ exception supportKai Koehne2014-01-311-12/+1
* | whitespace fixesOswald Buddenhagen2014-01-207-10/+10
* | Assistant: Introduce a 'compact' display for the simple searchkh12014-01-092-0/+41
|/
* Remove unused variable.Frederik Gladhorn2013-12-091-1/+0
* Improve error messages when qhp files are messed upFrederik Gladhorn2013-12-091-5/+7
* Doc: Fix issues in Qt Help documentationTopi Reinio2013-12-033-3/+3
* Fix Assistant crash with operational words.kh12013-11-271-20/+18
* Make sure .qch file is opened read-onlyKai Koehne2013-11-141-0/+1
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Doc: Remove incorrect dependenciesTopi Reinio2013-11-011-1/+1
* Remove QtAlgorithms usage from Qt Assistant.Friedemann Kleint2013-09-252-4/+8
* Doc: Set the \module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* Doc: Setting navigation variables for tools and tool manuals.Jerome Pasion2013-06-261-0/+3
* Changed contact detailsTeemu Kaukoranta2013-05-302-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-16/+18
|\
| * Doc: Edited Qt Help page and clarified .qhp file location.Jerome Pasion2013-02-131-10/+12
| * fix doc page urlsOswald Buddenhagen2013-02-061-1/+1
| * substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-061-5/+5
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * doc: Fix namespace version to 5.0.1 for qhp documentationSergio Ahumada2013-01-121-1/+1
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2811-44/+0
|/ /
* | Compare only clean path. Fixes compares with /./ in path.kh12013-01-151-11/+9