summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* qhelpgenerator: Fix evaluation of timestampsMarcus Tillmanns2024-03-071-3/+3
* QtHelp: More _L1Jarek Kobus2024-02-221-16/+10
* QtHelp: Remove unused methods from QHelpCollectionHandlerJarek Kobus2024-02-191-34/+0
* QtHelp: More _L1Jarek Kobus2024-02-141-470/+445
* QtHelp: Use more std::unique_ptrJarek Kobus2024-02-141-56/+46
* QtHelp: Avoid using contains()Jarek Kobus2024-02-141-2/+1
* QtHelp: Bit more cleanup in cpp filesJarek Kobus2024-02-131-113/+65
* QtHelp: Simplify string list creationsJarek Kobus2024-02-101-93/+97
* QtHelp: Port includes to standard conventionJarek Kobus2024-02-071-11/+10
* QtHelp: Cleanup includesJarek Kobus2024-02-071-5/+3
* qhelpgenerator: read file modification time in UTCJames Addison2024-01-091-4/+2
* qhelpgenerator: localize SOURCE_DATE_EPOCH to UTCJames Addison2024-01-011-1/+3
* Fix some clazy/Axivion warnings about Rule Of Three/FiveFriedemann Kleint2023-05-241-0/+2
* QHelpCollectionHandler: Fix static analysis warning about const-signalsFriedemann Kleint2023-05-031-2/+3
* Assistant: Deduplicate helper buildQUrl()Friedemann Kleint2023-01-131-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-061-12/+12
* Use SPDX license identifiersLucie GĂ©rard2022-05-191-38/+2
* tools: do not rely on transitive includesFabian Kosmale2022-03-181-0/+1
* Clamp registered collection time-stamp to SOURCE_DATE_EPOCH if setKai Pastor2020-12-011-1/+9
* QtHelp: Fix documentsFor() when not using filter engineJarek Kobus2020-09-111-28/+64
* Assistant: Fix compilation issues with QMultiMapKai Koehne2020-08-131-22/+22
* Assistant: Use QList instead of QVectorJarek Kobus2020-06-091-4/+4
* Plug memory leak when tables can't be createdVolker Hilsheimer2020-05-011-0/+1
* Adapt the QtHelp API according to recent QMap changesJarek Kobus2020-03-191-8/+35
* Assistant: Fix deprecation warningsJarek Kobus2020-01-231-2/+4
* QtHelp: add new useful methodsJarek Kobus2019-12-101-3/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-4/+16
|\
| * Close the last SELECT query with pending resultsJarek Kobus2019-05-291-4/+16
* | Use QVersionNumber for version instead of QStringJarek Kobus2019-03-011-9/+15
* | Fix filtering in case when using empty optionJarek Kobus2019-03-011-2/+4
* | Create default version filterJarek Kobus2019-03-011-2/+20
* | Enhance filtering by documentation version numberJarek Kobus2019-03-011-4/+94
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-181-0/+8
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-181-0/+8
| |\
| | * Assistant: Mark the readonly collection filesJarek Kobus2019-01-081-0/+8
| * | Fix fileExists() queryJarek Kobus2019-01-171-2/+2
| |/
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-2/+6
|\|
| * assistant: Set error string when failing to openCollectionFile()Kai Koehne2018-12-061-2/+6
* | Add new filter API, enclosed in QHelpFilterEngineJarek Kobus2018-11-121-2/+2
* | Create new filter tables inside qch filesJarek Kobus2018-10-171-20/+569
|/
* Order contents items alphabetically by titleJarek Kobus2018-07-091-7/+45
* Don't substitute table names in queriesJarek Kobus2018-06-191-3/+10
* Detect doc version number and fix jumping to the proper docJarek Kobus2018-06-051-9/+72
* Assistant: Fix clang warningsJarek Kobus2018-05-141-2/+2
* Don't fail when we can't register new tablesJarek Kobus2018-05-021-1/+3
* Store the copy of the index inside the help collection fileJarek Kobus2018-04-231-57/+1087
* Create QHelpCollectionHandler's query dynamicallyJarek Kobus2018-04-051-178/+201
* Assistant: Don't query the database for unneeded dataUlf Hermann2018-03-221-3/+12
* Fix stringsJarek Kobus2018-03-061-6/+6