summaryrefslogtreecommitdiffstats
path: root/src/assistant
Commit message (Expand)AuthorAgeFilesLines
* Set the default QPA platform to minimal for the qcollectiongeneratorAndy Shaw2017-06-131-0/+1
* Fix unmarked case fallthrough detected by GCC 7Thiago Macieira2017-06-061-1/+2
* Fix enablement of search result widget arrowsJarek Kobus2017-06-011-76/+25
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-7/+19
|\
| * Move the linksForKeyword from QHelpModelIndex to QHelpEngineCoreJarek Kobus2017-05-093-7/+19
* | remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-291-2/+0
* | Fix the build with qtwebkitJarek Kobus2017-05-043-13/+13
|/
* disarm webkit use in assistantOswald Buddenhagen2017-05-041-1/+2
* Refactor help libJarek Kobus2017-05-0226-417/+304
* Refactor connect to use Qt5 styleJarek Kobus2017-05-0246-529/+592
* Refactor some APIJarek Kobus2017-05-0215-194/+255
* Fix setting a source model in BookmarkFilterModelJarek Kobus2017-05-021-18/+18
* Fix warning about using a non-literal in qWarningThiago Macieira2017-04-041-1/+1
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* Remove the note about the clucene licenseJarek Kobus2017-03-131-4/+0
* Fix build with QWebView as parent class for the help viewerSimon Hausmann2017-03-111-5/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-104-38/+36
|\
| * Drop some unused includesUlf Hermann2017-03-062-2/+0
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-35/+35
| |\
| | * Doc: Edit the Qt Help System overviewv5.8.0-rc1Leena Miettinen2016-12-141-35/+35
| * | Fix whitespace and indentation of the tools' .plist filesFriedemann Kleint2017-01-251-1/+1
* | | Remove clucene sourcesJarek Kobus2017-03-09278-59612/+3
* | | Implement snippet functionality for search resultsJarek Kobus2017-03-0910-178/+155
* | | Use sqlite's FTS5 for searchJarek Kobus2017-03-0825-3018/+634
* | | Cleanup QRegExp includesSamuel Gaist2017-03-071-0/+1
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-45/+30
|\| |
| * | Update the tools' .plist filesFriedemann Kleint2017-01-251-4/+4
| * | Improve error message in QHelpProjectDataPrivate::readKeywords()Friedemann Kleint2017-01-241-8/+19
| * | Windows: Fix copyright and product version of Assistant/Designer/LinguistFriedemann Kleint2017-01-232-33/+7
* | | Refactor for loopsJarek Kobus2017-01-1018-79/+76
* | | Refactor QLatin1Strings / QLatin1CharsJarek Kobus2017-01-1018-59/+47
* | | Refactor Assistant's iteratorsJarek Kobus2017-01-1034-384/+320
* | | Assistant: Add missing override and remove redundant virtualAlexander Volkov2016-12-1439-113/+113
|/ /
* / QCLuceneDocument: use the right delete operatorGiuseppe D'Angelo2016-12-121-1/+1
|/
* Doc: Improve CLucene documentationKai Koehne2016-10-044-30/+736
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-093-12/+6
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-093-12/+6
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-021-1/+5
| | |\
| | | * Fix build of Android on API level >=21André Klitzing2016-07-201-1/+5
| | * | Fix gcc6 warning about unused functionsNikita Baryshnikov2016-07-111-10/+0
| | * | Update the detection of MSVC to use "msvc"Thiago Macieira2016-07-051-1/+1
* | | | assistant: Rename fulltextsearch::std namespaceKai Koehne2016-08-095-5/+5
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-30190-2885/+3592
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-299-302/+367
| |\|
| | * Ensure FileFilterTable is filled ordered so we get the same qch file each timeSune Vuorela2016-06-221-2/+4
| | * OpenBSD: Compile fix for <sys/timeb.h> includeRalf Nolden2016-06-091-2/+4
| | * Doc: Assistant: Update internal .qch help fileTopi Reinio2016-05-256-296/+358
| | * Assistant: Use QDesktopServices::openUrl() for all external URLsTopi Reinio2016-05-201-3/+2
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
| * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-16185-2582/+3224
| |\ \