summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix conversions of QVariantList of stringsFriedemann Kleint2024-04-111-26/+31
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-144-0/+4
* CMake: Add tool wrapper to the dumpcpp call in qt6_target_typelibsJoerg Bornemann2024-01-171-1/+4
* Add the missing syncqt dependency between AxContainer and AxServerAlexey Edelev2023-11-131-0/+2
* Describe how to deal with COM reentrancy problems in ActiveQtJøger Hansegård2023-09-261-0/+11
* Block signals while the meta object gets createdVolker Hilsheimer2023-09-221-0/+1
* Doc: Mark QAxSelect::SandboxingAppContainer enum as new in Qt 6.5Kai Köhne2023-08-281-1/+2
* Fix issues that caused ActiveQt qutlook sample to crashJøger Hansegård2023-08-152-8/+30
* doc: Document that unloading in-process Active Qt may cause crashJøger Hansegård2023-06-281-0/+7
* Doc: remove ActiveQt Dot Net exampleJøger Hansegård2023-06-283-312/+0
* Doc: remove links to removed examplesVolker Hilsheimer2023-06-272-12/+6
* Doc: Add group page for ActiveQt examples and tutorialsAndreas Eliasson2023-06-202-0/+10
* QAxScriptManager: move private members into the private classVolker Hilsheimer2023-06-152-34/+17
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-062-8/+0
* 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