summaryrefslogtreecommitdiff
path: root/src/activeqt/control/qaxserverbase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-131-2/+1
* Fix invalid QApplication constructionFredrik Orderud2023-01-231-2/+1
* AxServer: Accept unconventional IDispatch calls from pythonVolker Hilsheimer2022-10-211-4/+13
* Fix returning QAxServer objects from methodsVolker Hilsheimer2022-10-211-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Fix QStatusBar with widgets disappearing from QMainWindowFriedemann Kleint2022-06-141-2/+21
* Use SPDX license identifiersLucie Gérard2022-06-101-49/+2
* Port from container.count()/int to container.size()/qsizetypeMarc Mutz2022-03-161-21/+21
* Port some sized loops to ranged onesMarc Mutz2022-03-161-9/+6
* Replace container.count() with !isEmpty()Marc Mutz2022-03-161-1/+1
* Fix warning generated by current versions of GCCAndré de la Rocha2021-10-061-98/+92
* Fix compile error due to redefinition of NOMINMAX (MinGW)Friedemann Kleint2021-05-211-1/+3
* Fix access to Q*ApplicationPrivate APIsOliver Wolff2021-02-191-3/+4
* Fix mingw warningsOliver Wolff2021-01-251-2/+1
* Fix warnings about deprecated QVariant::TypeFriedemann Kleint2020-10-301-5/+9
* Fix QMetaType/QVariant-related deprecationsFriedemann Kleint2020-09-071-15/+13
* Bump dependency version and fix compile errorsFriedemann Kleint2020-09-071-1/+1
* Bump dependency version and fix compile errorsFriedemann Kleint2020-08-191-4/+4
* Fix deprecation warnings about mouse event positionsFriedemann Kleint2020-07-021-6/+9
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-231-3/+3
* Qt6: Port QtActiveQt from QStringRef to QStringViewKarsten Heimrich2020-06-101-1/+1
* Adapt to QString::utf16() now returning char16_t *Edward Welbourne2020-05-201-2/+2
* Restructure the librariesFriedemann Kleint2020-05-061-2/+3
* Compile with QT_NO_CAST_TO_ASCIIFriedemann Kleint2020-05-051-3/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+1
|\
| * QAxServerBase: Initialize member "exception"Friedemann Kleint2020-01-141-1/+1
* | Fix clang warnings left over from last purgeFriedemann Kleint2019-11-151-4/+5
* | Reduce QList usageFriedemann Kleint2019-11-141-15/+11
|/
* Cleanup of Clang warnings (with exception of dumpcpp)Friedemann Kleint2019-06-071-7/+7
* Fix C-style castsFriedemann Kleint2019-06-061-2/+2
* Fix class structure and definitionsFriedemann Kleint2019-06-041-3/+3
* Fix some clang warnings about using typedefFriedemann Kleint2019-06-041-4/+2
* Introduce nullptrFriedemann Kleint2019-06-041-127/+127
* Introduce member initializationFriedemann Kleint2019-06-041-48/+23
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-071-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-041-0/+2
| |\
| | * QAxConnection: Add missing error checkFriedemann Kleint2019-04-301-0/+2
* | | Fix type of the out parameter "result" of the native event filtersFriedemann Kleint2019-03-251-0/+8
|/ /
* | ActiveQt: Make window parenting sandbox compatibleFredrik Orderud2018-10-191-0/+13
|/
* Fix remaining Clang warningsFriedemann Kleint2018-08-271-7/+6
* Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-08-271-16/+26
* Migrate QAxServerBase to QRegularExpressionSamuel Gaist2018-07-031-5/+7
* Doc: Resolve documentation warningsTopi Reinio2018-04-051-18/+18
* Fix typosJarek Kobus2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-8/+51
|\
| * Get the right interface type for m_spInPlaceSiteAndy Shaw2017-10-271-3/+16
| * AxServerBase::create(): Improve handling of window creation failuresFriedemann Kleint2017-10-191-3/+16
| * Fix outdated BSD license headerKai Koehne2017-09-291-1/+11
| * Set embedded native parent handle on an already created widget windowAndy Shaw2017-09-011-1/+7