summaryrefslogtreecommitdiffstats
path: root/src/assistant/help
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix links in QHelpEngineCore class descriptionKai Köhne2025-06-021-1/+1
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio2025-05-271-0/+3
* Help: qthelpheadless feature for QHelpEnginePluginSami Shalayel2025-01-243-36/+56
* CMake: Use qt_add_ui for Qt AssistantJoerg Bornemann2024-08-261-4/+8
* Docs: Organize topics in the qttools repoAlexei Cazacov2024-08-083-2/+29
* QtHelp API review: Make QHelpContentItem finalJarek Kobus2024-08-051-1/+1
* QtHelp: Fix potential threading issuesJarek Kobus2024-08-051-2/+3
* QtHelp API review: Remove arg from searchingFinished()Jarek Kobus2024-07-225-7/+6
* QtHelp API review: Make QHelpContentItem non copyable / movableJarek Kobus2024-07-051-0/+1
* QtHelp API review: Derive QHelpSearchEngineCore from QObjectPrivateJarek Kobus2024-07-033-17/+26
* QtHelp API review: Add slots section to QHelpSearchEngineCoreJarek Kobus2024-07-031-0/+1
* QtHelp API review: Mark d'tor with overrideJarek Kobus2024-07-031-1/+1
* QtHelp: Rename provideXxx() into requestXxx() for async tasksJarek Kobus2024-06-184-15/+15
* QtHelp: Address API review 6.7 vs 6.8Jarek Kobus2024-06-172-2/+1
* Short-live help engine pluginSemih Yavuz2024-05-221-0/+1
* QHelpEngineCore: Reinitialize on changing the read only modeJarek Kobus2024-04-261-0/+4
* Correct license for module and plugin filesLucie Gérard2024-04-254-4/+4
* QHelpEngineCore: Remove the old hack for dynamic readonly propertyJarek Kobus2024-04-181-3/+1
* Correct license for documentation filesLucie Gérard2024-04-041-1/+1
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* qhelpgenerator: Fix evaluation of timestampsMarcus Tillmanns2024-03-072-4/+5
* Doc: QtHelp: Fix documentation warningsTopi Reinio2024-02-244-6/+8
* QtHelp: More _L1Jarek Kobus2024-02-2224-296/+289
* QtHelp: Fix Unity buildFriedemann Kleint2024-02-212-28/+28
* QtHelp: Reuse QHelpSearchEngineCore inside QHelpSearchEngineJarek Kobus2024-02-201-138/+22
* QtHelp: Introduce QHelpSearchEngineCoreJarek Kobus2024-02-203-7/+316
* QtHelp: Remove the dependency on Qt::CorePrivateJarek Kobus2024-02-191-4/+0
* QtHelp: Remove unused methods from QHelpCollectionHandlerJarek Kobus2024-02-192-51/+0
* QtHelp: Get rid of legacyCurrentFilterName()Jarek Kobus2024-02-162-8/+0
* QtHelp: Get rid of QHelpIndexProviderJarek Kobus2024-02-162-98/+0
* QtHelp: Get rid of QHelpContentProviderJarek Kobus2024-02-163-198/+0
* QtHelp: Reuse QHelpEngineCore::provideIndex() in QHelpIndexModelJarek Kobus2024-02-151-40/+68
* QtHelp: Reuse QHelpEngineCore::provideContent() in QHelpContentModelJarek Kobus2024-02-152-52/+82
* QtHelp: Introduce QHelpEngineCore::provideIndex()Jarek Kobus2024-02-152-0/+42
* QtHelp: Introduce QHelpEngineCore::provideContent()Jarek Kobus2024-02-153-0/+138
* QtHelp: De-object-ify QHelpSearchResultWidgetPrivateJarek Kobus2024-02-151-70/+42
* QtHelp: Simplify QHelpSearchResultWidget internalsJarek Kobus2024-02-151-23/+8
* QtHelp: Don't pass QThread pointer into uniquifyConnectionName()Jarek Kobus2024-02-152-8/+10
* QtHelp: More _L1Jarek Kobus2024-02-141-470/+445
* QtHelp: Create QSqlDatabase on stackJarek Kobus2024-02-141-45/+33
* QtHelp: Use more std::unique_ptrJarek Kobus2024-02-146-102/+72
* QtHelp: Limit code repetition in QHelpIndexModel::filter()Jarek Kobus2024-02-141-32/+25
* QtHelp: Avoid using keys()Jarek Kobus2024-02-141-5/+6
* QtHelp: Avoid using contains()Jarek Kobus2024-02-143-21/+19
* QtHelp: Replace QMap with QHash in QOptionsWidgetJarek Kobus2024-02-142-5/+5
* QtHelp: Bit more cleanup in cpp filesJarek Kobus2024-02-1326-449/+248
* QtHelp: Deprecate protected c'tor of QHelpEngineCoreJarek Kobus2024-02-132-1/+4
* QtHelp: Deprecate QHelpSearchQueryJarek Kobus2024-02-133-0/+10
* QtHelp: Fix the content provider functionJarek Kobus2024-02-131-32/+36
* QtHelp: Simplify string list creationsJarek Kobus2024-02-101-93/+97