summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTextureFileData: support key value metadataJonas Karlsson2021-02-098-3/+75
* Windows: Change default to ProcessPerMonitorV2DpiAwareMorten Johan Sørvig2021-02-091-4/+5
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-099-20/+24
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-092-0/+33
* Doc: Online CSS: Fix image captions overlapping images used in tablesTopi Reinio2021-02-091-0/+3
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-095-264/+362
* Make it possible to disable the PrintSupport moduleJoerg Bornemann2021-02-094-1/+14
* Canonical pointer usageHou Lei2021-02-096-47/+47
* CMake: Rename QML2 imports to QML importsUlf Hermann2021-02-081-1/+1
* Android: Fix the input type for date/timeChristian Strømme2021-02-081-1/+1
* Schannel: fix suspicious sizeof marked by clangMårten Nordheim2021-02-081-1/+1
* Long live VK_KHR_display platform plugin!Laszlo Agocs2021-02-0817-188/+549
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-081-0/+15
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* QNetworkInformation backend for AndroidMårten Nordheim2021-02-086-0/+520
* qmake: Introduce compile_included_sources CONFIG optionJoerg Bornemann2021-02-083-4/+13
* configure: Fix handling of -translationdir argumentJoerg Bornemann2021-02-081-1/+2
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-02-081-0/+3
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-082-19/+50
* QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPathUlf Hermann2021-02-083-3/+4
* CMake/QtAutoDetect: fix failure with multiline toolchain filePeter Seiderer2021-02-081-1/+1
* Windows: Add support for PerMonitorV2 DPI awarenessMorten Johan Sørvig2021-02-084-6/+50
* Revert "Fix static build with tests"Joerg Bornemann2021-02-071-3/+2
* Switch QNetworkInformation manual test back to using qDebugMårten Nordheim2021-02-071-17/+8
* Avoid C-style casts when possibleHou Lei2021-02-071-16/+16
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-067-519/+23
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-064-1/+160
* tst_qtexttable: fix fail on QEMU ARMv7Samuli Piippo2021-02-051-1/+1
* Allow benchmarks with --force-debug-infoAllan Sandfeld Jensen2021-02-051-1/+1
* Add framework paths when generating moc manuallyAlexey Edelev2021-02-051-0/+20
* NetworkManager based backend for QNetworkInformationMårten Nordheim2021-02-055-0/+435
* Clean up documentation in QVector[234]DEdward Welbourne2021-02-051-30/+50
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-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
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* QMetaType: avoid id() calls in compareFabian Kosmale2021-02-052-41/+51
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Fix flakiness in tst_QGlyphRun::drawRightToLeftEskil Abrahamsen Blomfeldt2021-02-042-6/+0
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-0412-143/+224
* Rationalize QVector[234]D's length-handlingEdward Welbourne2021-02-041-87/+28
* Rationalize QQuaternion's length-scaling codeEdward Welbourne2021-02-041-56/+40
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-041-1/+1
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-041-1/+5
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-044-3/+9
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8