summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-241-3/+7
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-232-22/+36
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-231-3/+5
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-231-1/+1
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-192-2/+3
* [Android]: Fix exception when using Qt to create a service on AndroidLars Schmertmann2021-02-191-0/+13
* QMdiSubWindow: Set correct ControlLabel sizeMorten Johan Sørvig2021-02-191-2/+2
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Android: replace stacktrace with debug message in search for setServiceLars Schmertmann2021-02-181-2/+6
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Remove redundant code in androiddeployqt/main.cppEdward Welbourne2021-02-181-11/+4
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-161-1/+0
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-162-1/+2
* QRectF/Documentation: Fix malformed tableFriedemann Kleint2021-02-161-1/+1
* Mark QPropertyAlias as internalFabian Kosmale2021-02-161-0/+2
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-3/+19
* MinGW: fix warning in QMatrix4x4::map functionsMårten Nordheim2021-02-151-5/+5
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Add build.gradle to easily modifying Java project with Android StudioAssam Boudjelthia2021-02-124-1/+61
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-111-0/+3
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-111-1/+4
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-111-5/+2
* Avoid overflow in text layoutEirik Aavitsland2021-02-111-0/+4
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-101-0/+11
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1
* 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
* QPlainTextEdit: adjust scroll bars when showing upWang Chuan2021-02-091-0/+1
* Android: Fix the input type for date/timeChristian Strømme2021-02-081-1/+1
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Fix compiler warnings for QFontMetrics useAssam Boudjelthia2021-02-081-1/+1
* 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
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-051-0/+2
* 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
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-2/+11
* Android: Replace magic number for TYPE_NUMBER_VARIATION_PASSWORDChristian Strømme2021-02-031-1/+1
* testlib: Only consider major version for macOS 11 and later in blacklistsLiang Qi2021-02-031-0/+4
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-02-031-2/+2
* Update public suffix list to today's latestEdward Welbourne2021-02-032-14313/+14346
* Android: Fix input method hints for ImhHiddenTextChristian Strømme2021-02-021-15/+9
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-021-7/+13