summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-231-1/+2
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-5/+0
* QProcess/Win: move pipe draining into QWindowsPipeReaderAlex Trotsenko2021-01-224-32/+89
* QTestlib: Speed up comparison of qsizetypeFriedemann Kleint2021-01-224-0/+36
* Update TinyCBORThiago Macieira2021-01-2211-48/+114
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-2213-54/+574
* QSsl: add a new private APITimur Pocheptsov2021-01-229-320/+767
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-218-7/+516
* Add face support to texture fileJonas Karlsson2021-01-215-39/+85
* Fix separately building SQL plugins with CMake 3.16Joerg Bornemann2021-01-211-1/+3
* SQLite: Update to 3.34.0Andy Shaw2021-01-213-730/+2030
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-212-0/+19
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* QPushButton: fix drawing pushbutton with a menuChristian Ehrlicher2021-01-201-8/+9
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* Long live QNetworkInformationMårten Nordheim2021-01-204-1/+759
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Generate Qt6EntryPointAdditionalTargetInfo independent of platformAlexey Edelev2021-01-201-7/+10
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-2019-48/+274
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* QLocale: add a Q_CHECK_PTRGiuseppe D'Angelo2021-01-201-0/+1
* QVLA: add a Q_ASSERTGiuseppe D'Angelo2021-01-201-0/+1
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-202-3/+0
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-01-201-2/+2
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-191-5/+9
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-191-9/+2
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-192-2/+5
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-192-1/+5
* Build fixes for GCC 11Ville Voutilainen2021-01-194-4/+4
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-191-0/+11
* Update QOperatingSystemVersion version names for AndroidAssam Boudjelthia2021-01-192-0/+40
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-195-9/+19
* Adjust sql drivers documentation to cmakeAlexey Edelev2021-01-192-163/+195
* Windows QPA: Fix blurry title icons with fractional scale factorFriedemann Kleint2021-01-191-1/+2
* Fix qt_add_big_resources with namespace buildsAlexey Edelev2021-01-191-0/+1
* vkmemalloc: Silence clang warning about unused member varLaszlo Agocs2021-01-192-3/+43
* Update QVulkan(Device)Functions to Vulkan 1.2Laszlo Agocs2021-01-197-1903/+11933
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-182-4/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-181-1/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-182-15/+24
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-182-3/+52
* QVectorND: make some constructors explicitGiuseppe D'Angelo2021-01-181-3/+3
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-182-2/+49
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-181-0/+5
* QUntypedBindable: Add documentationFabian Kosmale2021-01-181-0/+113