summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+2
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* Android: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-041-51/+17
* Add "we mean it" warning to private headerVolker Hilsheimer2021-02-031-0/+11
* testlib: Only consider major version for macOS 11 and later in blacklistsLiang Qi2021-02-031-0/+4
* Optimize RGBA64PM->RGBA64 for SSE4Allan Sandfeld Jensen2021-02-033-56/+102
* De-const the members of QHypotHelper to enable assignment operatorsEdward Welbourne2021-02-031-1/+1
* Use the double-conversion sources without rearrangementEdward Welbourne2021-02-0323-378/+55
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-02-031-1/+4
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-034-48/+61
* Improve and expand QShortcutMap debug outputMitch Curtis2021-02-031-4/+8
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-2/+11
* Add method to conditionally remove binding to QObjectCompatPropertyAndreas Buhr2021-02-031-0/+10
* Fix static build with testsJoerg Bornemann2021-02-031-2/+3
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-034-50/+45
* Fix inefficient use of qToBigEndianAllan Sandfeld Jensen2021-02-021-4/+1
* qtlskey_schannel_p.cpp: fix a compilation errorLi Xinwei2021-02-021-0/+1
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-022-75/+37
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20
* macOS: Use single variable to track file dialog in QCocoaFileDialogHelperTor Arne Vestbø2021-02-021-64/+74
* NetworkListManager based backend for QNetworkInformationMårten Nordheim2021-02-027-9/+393
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-022-11/+10
* Android: Replace magic number for TYPE_NUMBER_VARIATION_PASSWORDChristian Strømme2021-02-021-1/+1
* Android: Fix input method hints for ImhHiddenTextChristian Strømme2021-02-021-15/+9
* Fix QJniObject::registerNativeMethods use of global referenceAssam Boudjelthia2021-02-021-4/+3
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-022-5/+5
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-013-25/+22
* Windows: Fix frame margins calculationMorten Johan Sørvig2021-02-011-3/+2
* Fix duplicate symbols warnings in bundled freetypeJoerg Bornemann2021-02-011-11/+0
* Windows: Fix flicker when resizing translucent windows with QSizeGripFriedemann Kleint2021-02-011-3/+15
* Support cubemap ktx filesJonas Karlsson2021-02-011-16/+36
* Schannel - fix a compilation errorTimur Pocheptsov2021-02-011-0/+1
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-013-4/+85
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* Do delete on QMetaType::destroy() even without dtorUlf Hermann2021-02-011-2/+3
* Ensure Core target has INTERFACE_QT_COORD_TYPE property definedCraig Scott2021-02-022-5/+3
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* Fix compilation with 32-bit clangRobert Loehning2021-02-011-2/+5
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-0121-16/+2475
* Remove the 'corewlan' featureAlexey Edelev2021-02-013-33/+433
* Move static PCRE2 defines to non-system PCRE2 sectionAlexey Edelev2021-02-011-4/+8
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* Update double-conversion library to current masterEdward Welbourne2021-02-0124-1676/+2284