summaryrefslogtreecommitdiffstats
path: root/src/assistant
Commit message (Expand)AuthorAgeFilesLines
* QHelpEngineCore: Reinitialize on changing the read only modeJarek Kobus10 days1-0/+4
* Correct license for module and plugin filesLucie Gérard11 days4-4/+4
* QHelpEngineCore: Remove the old hack for dynamic readonly propertyJarek Kobus2024-04-181-3/+1
* Assistant: Update qlitehtml submoduleEike Ziller2024-04-101-0/+0
* Change license for tools filesLucie Gérard2024-04-098-8/+8
* Correct license for documentation filesLucie Gérard2024-04-042-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* Correct tools licenseLucie Gérard2024-03-154-4/+4
* qhelpgenerator: Fix evaluation of timestampsMarcus Tillmanns2024-03-072-4/+5
* Assistant: Update qlitehtml submoduleEike Ziller2024-03-061-0/+0
* Update qlitehtml submoduleJarek Kobus2024-02-261-0/+0
* 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
* Don't use removed ThemeIcon enum valueVolker Hilsheimer2024-02-201-2/+1
* QtHelp: Reuse QHelpSearchEngineCore inside QHelpSearchEngineJarek Kobus2024-02-201-138/+22
* QtHelp: Introduce QHelpSearchEngineCoreJarek Kobus2024-02-203-7/+316
* Assistant: More _L1Jarek Kobus2024-02-1925-244/+267
* Assistant: Avoid using QMap::keys/values()Jarek Kobus2024-02-191-8/+5
* 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
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-1/+1
* Tools: Use theme icons in UIFriedemann Kleint2024-02-142-11/+21
* 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-1327-450/+249
* 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
* Update qlitehtml submoduleKai Köhne2024-02-121-0/+0
* QtHelp: Simplify string list creationsJarek Kobus2024-02-101-93/+97
* QtHelp: Dismantle qhelpengine_p.hJarek Kobus2024-02-093-129/+58
* QtHelp: Dismantle qhelpenginecore_p.hJarek Kobus2024-02-093-62/+24
* QtHelp: Separate QHelpEnginePrivate from QHelpEngineCorePrivateJarek Kobus2024-02-096-45/+41
* QtHelp: Move QHelpContentItem into a separate fileJarek Kobus2024-02-085-152/+159