summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QAxConnection: Add missing error checkFriedemann Kleint2019-04-301-0/+2
* Fix QAxBase::dynamicCallHelper check of VT_BYREFNazar Babik2019-04-301-1/+5
* Doc: Get rid of QT_INSTALL_HEADERS in documentation configTopi Reinio2018-11-072-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta4v5.12.0-beta3v5.12.0-beta2v5.12.0-beta1Qt Forward Merge Bot2018-09-221-1/+4
|\
| * Fix crash when querying propertiesFriedemann Kleint2018-09-201-1/+4
* | Doc: Remove compiler naming convention dependent file namesv5.12.0-alpha1Paul Wicking2018-09-121-1/+1
* | Fix remaining Clang warningsFriedemann Kleint2018-08-279-80/+60
* | Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-08-2715-102/+114
* | Remove compatibility with older qtbaseKai Koehne2018-08-251-6/+5
* | Adapt to QMetaObjectPrivate changes in qtbaseKai Koehne2018-08-141-5/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-141-2/+2
|\|
| * Replace CoInitialize calls with CoInitializeExFredrik Orderud2018-08-131-2/+2
* | Migrate QAxServerBase to QRegularExpressionSamuel Gaist2018-07-031-5/+7
* | Migrate QAxWidget to QRegularExpresssionSamuel Gaist2018-07-021-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-1/+3
|\|
| * Fix memory leak in QAxBase::internalInvoke()Friedemann Kleint2018-06-061-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-041-0/+1
|\|
| * Disable -Woverloaded-virtual also for clang-clDaniel Teske2018-05-311-0/+1
* | Fix Qt include statementsFriedemann Kleint2018-05-227-22/+22
|/
* Doc: Fix formatting of BSD license textKai Koehne2018-04-301-2/+2
* Update the doc about the license to reflect that it is dual licensedv5.11.0-beta4Andy Shaw2018-04-093-80/+37
* Doc: Resolve documentation warningsTopi Reinio2018-04-056-24/+88
* Fix typosJarek Kobus2018-02-131-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+6
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-181-3/+6
| |\
| | * Fix compilation with newer gccKai Koehne2018-01-111-3/+6
* | | Port away from QRegion::rects()Marc Mutz2017-12-041-7/+1
* | | Add ActiveQt Media Player exampleAndre de la Rocha2017-11-232-0/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2043-50/+503
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-3042-50/+502
| |\|
| | * 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-2942-42/+462
| | * Set embedded native parent handle on an already created widget windowAndy Shaw2017-09-011-1/+7
| | * QRegExp include cleanupSamuel Gaist2017-08-192-1/+1
| * | Set proper descriptions for toolsv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1Kai Koehne2017-09-211-0/+1
| |/
* | Remove deprecated Web Browser example from ActiveQtAndre de la Rocha2017-11-032-3/+0
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2910-36/+36
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-227-39/+39
|/
* Fallback to [Un]RegisterTypeLibForUser if the admin access failsAndy Shaw2017-07-141-7/+23
* Add Q_FALLTHROUGH to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-202-2/+2
* Fix infinite loop in MIME classinfo parser in ActiveQtAndy Shaw2017-06-201-1/+1
* Unset widget window's parent when WM_DESTROY is sent to prevent a crashAndy Shaw2017-05-151-1/+6
* Fix previous optimization to prevent a crashAndy Shaw2017-04-271-2/+2
* idc: Suppress error dialogs should LoadLibrary[Ex]() failv5.9.0-beta3v5.9.0-beta2Friedemann Kleint2017-04-041-0/+2
* QClassFactory::CreateInstanceHelper(): make variable argc staticFriedemann Kleint2017-02-211-1/+1
* Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-248-180/+332
|\
| * Enable failure recovery from crashing out-of-process controlFredrik Orderud2017-01-091-2/+14
| * Rewrite qaxserver_main.cpp to use CommandLineToArgvW()Friedemann Kleint2016-12-192-27/+60
| * Use an uint for scode as opposed to unsigned short to avoid truncationAndy Shaw2016-12-091-1/+1