summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add option to use different ANDROID_EMULATORHeikki Halmet2021-06-021-2/+6
* Increase the timeout for test targetsAssam Boudjelthia2021-06-021-1/+1
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-023-5/+23
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-022-3/+7
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-024-10/+51
* Remove unnecessary = signs from build.gradleAssam Boudjelthia2021-06-021-2/+2
* Silence misleading exception print in setQtContextDelegateAssam Boudjelthia2021-06-021-3/+1
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* Android: make the help print a bit easier to read and navigateAssam Boudjelthia2021-06-022-7/+35
* CMake: Fix generated prl and pri files for MSVCLi Xinwei2021-06-025-5/+33
* wasm: map named key attribute “Meta” to Qt::Key_MetaMorten Sørvig2021-06-021-0/+1
* Regular Expression example: Brush up and add a way to preview replacementsFriedemann Kleint2021-06-013-27/+99
* Fix QSettings documentationFriedemann Kleint2021-06-011-4/+6
* Fix EXTRA_CMAKE_FILES behavior of qt_internal_add_toolJoerg Bornemann2021-06-011-9/+24
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* Pass OpenGL_GL_PREFERENCE variable to other Qt reposJoerg Bornemann2021-06-011-0/+8
* Do not get LINK_LIBRARY of the interface librariesAlexey Edelev2021-06-011-1/+7
* SQLite plugin: use QString::unicode(), not utf16()Giuseppe D'Angelo2021-06-011-1/+1
* CMake: Create global imported versionless tool targetsAlexandru Croitor2021-06-011-1/+1
* Simplify storing of notification objectsLars Knoll2021-06-014-7/+191
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-015-63/+193
* Move QIdentityProxyModelPrivate out into its own headerMitch Curtis2021-06-013-37/+88
* Update the COIN build instructions to also build creator help fileNicholas Bennett2021-06-011-1/+1
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-017-35/+15
* Support hardware composition for webOSElvis Lee2021-06-012-0/+17
* qpixellayout.cpp: mark some specializations of fetchPixel as unusedAndrei Golubev2021-06-011-0/+3
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-012-9/+33
* Add fingerCount to qDebug output for QNativeGestureEventShawn Rutledge2021-06-011-1/+1
* CMake: Allow printing config summary even if module is not builtAlexandru Croitor2021-06-012-1/+23
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-05-311-1/+1
* Add the 'Private' suffix to the internal module name by defaultAlexey Edelev2021-05-311-0/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-319-66/+66
* Move the framework related information to the common functionAlexey Edelev2021-05-314-26/+62
* Rework resource finalizer approachAlexey Edelev2021-05-312-20/+49
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-314-15/+16
* Consolidate debug string generationAlex Trotsenko2021-05-318-257/+83
* QNetworkInformation: Captive portal support for AndroidMårten Nordheim2021-05-314-5/+30
* QNetworkInformation: Behind captive portalMårten Nordheim2021-05-315-2/+103
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-3111-43/+80
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-3127-205/+1056
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-312-25/+4
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-3110-75/+14
* rhi: manual tests: Switch to VK_LAYER_KHRONOS_validationLaszlo Agocs2021-05-315-60/+5
* Fuzzing: Discard logging output from QSslCertificateRobert Löhning2021-05-311-0/+4
* Fuzzing: Discard logging output from QTextDocumentRobert Löhning2021-05-312-2/+12
* Q_DECLARE_METATYPE: Do not re-register typesFabian Kosmale2021-05-311-7/+20
* QChar: mark as PRIMITIVE typeGiuseppe D'Angelo2021-05-311-1/+1