summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)v6.1.0-alpha1Giuseppe D'Angelo2021-02-122-6/+9
* Refactor duplicate code for clearing JNI exceptions before returningAssam Boudjelthia2021-02-111-80/+43
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-112-4/+5
* QMatrix4x4: deprecate operator*(QMatrix4x4, QVector3D/QPoint(F))Giuseppe D'Angelo2021-02-112-3/+37
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-114-3/+83
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* configure: Don't guess the compiler if the user already chose oneJoerg Bornemann2021-02-111-4/+41
* CMake: setup windows tools path only when building on WindowsSamuli Piippo2021-02-111-1/+1
* CMake: add Qt::Gui dependency by default for Android testsAssam Boudjelthia2021-02-111-1/+5
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-111-1/+5
* Fix FindWrapOpenSSL.cmake if OpenSSL::Crypto is UNKNOWN_LIBRARYJoerg Bornemann2021-02-111-1/+1
* Fix recently added auto test of text layout overflowEirik Aavitsland2021-02-101-1/+2
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Fix completely wrong init_class and jar_bundle_native valuesAlex Blasche2021-02-101-2/+2
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-102-8/+67
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-101-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-101-0/+11
* Update name of c++2a to c++20Kai Köhne2021-02-109-41/+57
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-095-264/+362
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-092-0/+33
* QTextureFileData: support key value metadataJonas Karlsson2021-02-098-3/+75
* Doc: Online CSS: Fix image captions overlapping images used in tablesTopi Reinio2021-02-091-0/+3
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-091-0/+15
* Android: Fix the input type for date/timeChristian Strømme2021-02-081-1/+1
* configure: Fix handling of -translationdir argumentJoerg Bornemann2021-02-081-1/+2
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-082-19/+50
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-081-1/+1
* CMake/QtAutoDetect: fix failure with multiline toolchain filePeter Seiderer2021-02-081-1/+1
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-0727-192/+2890
* tst_qtexttable: fix fail on QEMU ARMv7Samuli Piippo2021-02-051-1/+1
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-054-3/+9
* QNetworkInformation backend for AndroidMårten Nordheim2021-02-056-0/+520
* Switch QNetworkInformation manual test back to using qDebugMårten Nordheim2021-02-051-17/+8
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-057-519/+23
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-054-1/+160
* NetworkManager based backend for QNetworkInformationMårten Nordheim2021-02-055-0/+435
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-044-48/+61
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-043-2/+27
* testlib: Only consider major version for macOS 11 and later in blacklistsLiang Qi2021-02-031-0/+4
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-035-50/+50
* Fix inefficient use of qToBigEndianAllan Sandfeld Jensen2021-02-021-4/+1