summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* QtTest: de-pessimise TestMethods::MetaMethods handlingMarc Mutz2021-06-221-5/+6
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* wasm: enable MODULARIZE option and set EXPORT_NAMEMorten Sørvig2021-06-223-25/+52
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-222-22/+7
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* QWidgetAction: add test for defaultWidget() being deleted before actionMarc Mutz2021-06-221-0/+12
* QWindowsPipeReader::read(): do not switch the mutex twiceAlex Trotsenko2021-06-222-5/+10
* wasm: fix non-void function returnLorn Potter2021-06-211-2/+3
* wasm: fix build for emscripten 2.0.14Lorn Potter2021-06-211-1/+1
* QWindowsPipeReader::read(): remove redundant checksAlex Trotsenko2021-06-211-5/+1
* Cleanup temporary code related to internal modulesAlexey Edelev2021-06-211-9/+1
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Doc: Fix typosKai Köhne2021-06-211-1/+1
* Conan: simplify Conan recipeIikka Eklund2021-06-211-48/+25
* Conan: Read status flag from .cmake.confIikka Eklund2021-06-212-14/+12
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* CMake: Update section on required CMake versionsAlexandru Croitor2021-06-211-1/+9
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Add missing limits includeNicolas Fella2021-06-201-0/+1
* QTestCharBuffer: kill copies and movesGiuseppe D'Angelo2021-06-201-0/+2
* QProcess/Win: cleanup startProcess()Alex Trotsenko2021-06-191-17/+2
* Move dependency lookup functionality to the common macroAlexey Edelev2021-06-196-51/+35
* Disable finalizers by default for the non-ld linkersAlexey Edelev2021-06-192-3/+19
* Add basic benchmarks for QFutureSona Kurazyan2021-06-193-0/+332
* Fix the precompile_header configure testJoerg Bornemann2021-06-194-13/+94
* Fix the naming of the config header files for private modulesAlexey Edelev2021-06-181-4/+11
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* QLocalSocket/Win: simplify flush()Alex Trotsenko2021-06-193-51/+2
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-183-114/+154
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* QProcess/Win: avoid double buffering on writeAlex Trotsenko2021-06-186-61/+52
* CMake: output VCPKG_CHAINLOAD_TOOLCHAIN_FILE with cmake pathsMårten Nordheim2021-06-181-0/+1
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-191-3/+3
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Allow destruction of QWindowsPipeReader in its signalAlex Trotsenko2021-06-182-19/+18
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-182-5/+28
* Use target OUTPUT_NAME as a module identifier in .pri filesAlexey Edelev2021-06-181-3/+1
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-1816-10096/+0
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-182-1/+23
* codechecker: Add assert for implicit conditionEskil Abrahamsen Blomfeldt2021-06-181-0/+1
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-182-0/+21
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-06-181-0/+5
* CMake: Handle OPTIONAL_COMPONENTS in qt_find_packageAlexandru Croitor2021-06-175-3/+37
* QWinSettings: use QScopeGuard to RegCloseKey()Marc Mutz2021-06-171-7/+5
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-172-0/+42