summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace mentions of deprecated macrosTopi Reinio2023-05-091-2/+2
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-04-283-11/+2
* Fix QAxScriptManager::callVolker Hilsheimer2023-03-222-30/+32
* Fix handling of out-parameters that are of VARIANT-typeVolker Hilsheimer2023-03-222-2/+2
* idc: Sync usage info with actual parameter parsingOliver Wolff2023-03-011-2/+4
* Doc: Define WINAPI for documentation builds on non-Windows platformsTopi Reinio2023-02-201-0/+4
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-152-0/+8
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-133-8/+3
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-098-50/+5
* Fix compilation of code within macro QT_CHECK_STATEFriedemann Kleint2023-02-091-2/+4
* Fix invalid QApplication constructionFredrik Orderud2023-01-232-6/+3
* Port from <cctype> toupper() to QtMiscUtils::toAsciiUpper()Marc Mutz2022-12-232-4/+6
* Extend TestCon with AppContainer sandboxingFredrik Orderud2022-12-152-1/+6
* Disable the headersclean check for the ActiveQt module explicitlyAlexey Edelev2022-11-021-10/+6
* CMake: Fix "no rc file" case when running idcAlexandru Croitor2022-10-281-2/+2
* CMake: Fix idc in-tree example build when using CMake 3.24Alexandru Croitor2022-10-281-6/+29
* CMake: Use new _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-10/+18
* AxServer: Accept unconventional IDispatch calls from pythonVolker Hilsheimer2022-10-211-4/+13
* Fix returning QAxServer objects from methodsVolker Hilsheimer2022-10-211-2/+1
* AxServer: Fix retrieving IID_IAxServerBase from IUnknownFriedemann Kleint2022-10-191-11/+25
* Add all header files that belongs to the repository to ActiveQt moduleAlexey Edelev2022-10-131-1/+18
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-063-6/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2310-10/+10
* Disable headersclean check for the ActiveQt moduleAlexey Edelev2022-08-111-0/+11
* Use QObject::metaObject instead of QAxBase::axBaseMetaObject in qaxbase.cppOliver Wolff2022-07-141-17/+17
* Add license headers to cmake filesLucie Gérard2022-07-0710-0/+30
* dumpcpp: Completely specify enums from referenced typelibsFriedemann Kleint2022-06-211-29/+72
* Fix QStatusBar with widgets disappearing from QMainWindowFriedemann Kleint2022-06-141-2/+21
* Use SPDX license identifiersLucie Gérard2022-06-1055-2513/+112
* Doc: Fix link to cmake documentationKai Köhne2022-03-311-1/+1
* Doc: Revise Active Qt module landing pageAndreas Eliasson2022-03-282-68/+101
* Port from container.count()/int to container.size()/qsizetypeMarc Mutz2022-03-1610-64/+64
* Port some sized loops to ranged onesMarc Mutz2022-03-161-9/+6
* Replace container.count() with !isEmpty()Marc Mutz2022-03-163-7/+7
* Fix use of uninitialized variableKai Köhne2022-01-131-1/+1
* Add -controlname option to dumpcppJonas Kvinge2021-10-121-0/+3
* Fix warning generated by current versions of GCCAndré de la Rocha2021-10-062-156/+150
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-051-0/+1
* Doc: Remove wrong information about building modules from sourcesKai Köhne2021-09-281-11/+0
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-062-8/+8
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-09-012-8/+8
* Fix type library UUID regexAlexey Edelev2021-07-281-3/+9
* Rename SKIP_AX_SERVER_REGISTRATION and QT_SKIP_AX_SERVER_REGISTRATIONAlexey Edelev2021-07-151-14/+14
* Add missing version less variant of qt6_target_typelibsAlexey Edelev2021-07-021-0/+6
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-2/+2
* Fix compile error due to redefinition of NOMINMAX (MinGW)Friedemann Kleint2021-05-212-2/+6
* Use genex to detect .rc filesAlexey Edelev2021-05-171-38/+12
* Add support of the type library UUIDAlexey Edelev2021-05-101-9/+25
* Use qt_internal_wrap_tool_command to safely pass environment for idcAlexey Edelev2021-05-041-7/+12