summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extend androidtestrunner default timeout to 8 minutesAndreas Buhr2022-04-051-1/+1
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-053-4/+32
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-10/+13
* Android: hide() in the QAndroidPlatformMessageDialogHelper destructorAssam Boudjelthia2022-04-052-0/+7
* Android: Fix deadlock caused by a race between permissions query and IMJarkko Koivikko2022-04-056-55/+22
* [doc] Fix typo in QBuffer::setBuffer() descriptionMarc Mutz2022-04-051-1/+1
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-3/+85
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-042-5/+29
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-04-041-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-04-044-27/+35
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-6/+8
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-021-5/+5
* Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQueryHu Jialun2022-04-011-0/+5
* macOS: Don't scroll individual rects of a region when inline scrollingTor Arne Vestbø2022-04-011-8/+10
* Enable QIcuTimeZonePrivate's support for transitionsEdward Welbourne2022-04-011-15/+10
* Windows QPA: Avoid slowdown with UI Automation name change notificationAndré de la Rocha2022-04-011-6/+10
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-04-013-12/+29
* Windows QPA: Avoid sending accessibility notifications before activationAndré de la Rocha2022-04-012-0/+9
* QFontDatabase: Remove unused createDatabase() functionTor Arne Vestbø2022-03-312-4/+0
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* Update bundled zlib to version 1.2.12André Klitzing2022-03-3121-1091/+10919
* Doc: QThread: clarify that start() always creates the event dispatcherThiago Macieira2022-03-311-2/+5
* Fix QIcuTimeZonePrivate::data() before the first transitionEdward Welbourne2022-03-301-6/+8
* Fix QIcuTimeZonePrivate::hasDaylightTime() to catch historical DSTEdward Welbourne2022-03-301-2/+11
* Fix ICU's handling of last representable transitionEdward Welbourne2022-03-301-1/+9
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-301-5/+9
* Fix up some QMatrix4x4 docsLaszlo Agocs2022-03-292-6/+10
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2022-03-291-20/+20
* Android: fix fullscreen handlingIvan Solovev2022-03-291-5/+20
* Introduce QTestPrivate::androidCompatibleShow() helper functionIvan Solovev2022-03-291-0/+13
* Windows: Fix potential crash when retrieving default printerFriedemann Kleint2022-03-291-1/+1
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-292-3/+27
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* iOS A11Y: Do not add children of invisible parentMike Achtelik2022-03-281-1/+1
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-281-0/+2
* TLS backend (OpenSSL): add warning messageTimur Pocheptsov2022-03-281-2/+3
* Android A11Y: Add supported role infos to A11yNodeInfoMike Achtelik2022-03-281-1/+9
* QDom: preserve empty CDATA sectionsMarc Mutz2022-03-261-1/+1
* QDom: remove uneeded toString()Marc Mutz2022-03-261-1/+1
* Android: Keep the ParcelFileDescriptor open for content urisJarkko Koivikko2022-03-262-5/+26
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-262-2/+16
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-255-0/+35
* CMake: Enable verbose autogen for cmake auto tests and EP examplesAlexandru Croitor2022-03-251-0/+1
* CMake: Enable debug verbosity for cmake auto tests and EP examplesAlexandru Croitor2022-03-251-0/+2
* iOS A11Y: Set more accessibilityTraitsMike Achtelik2022-03-251-0/+11
* cmake: skip unity build inclusion of generated resourcesTim Blechmann2022-03-251-2/+5
* Use the CMake path format when passing the CMAKE_PREFIX_PATH to ctestAlexey Edelev2022-03-251-10/+25
* QAbstractItemModelTester: use the right types for some rolesGiuseppe D'Angelo2022-03-241-2/+3
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-9/+22
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-235-9/+61