summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: add methods to get the FileDescriptor for a UriAssam Boudjelthia2021-12-031-0/+32
* Android: simplifications to exception messages for content file handlingAssam Boudjelthia2021-12-031-76/+63
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-037-10/+46
* Repair parameter typeChunLin Wang2021-12-035-5/+5
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-032-9/+0
* Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-023-1/+139
* android:qmake: Fix static libraries to include the QT_ARCH suffixAlexandru Croitor2021-12-021-3/+5
* OpenSSL: handle renegotiate errors by comparing certsMårten Nordheim2021-12-022-2/+52
* Exclude INTEGRITY artifacts from Archivation step on CITatiana Borisova2021-12-021-0/+5
* Use Android's View.generateViewId() for generating ids for views/surfacesMichał Cieślak2021-12-021-3/+7
* Close leak of QOCIDateTime objectEdward Welbourne2021-12-021-0/+1
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* Restrict clang warning disabler to affected versionsEdward Welbourne2021-12-021-0/+2
* qnx: Fix typos in source code commentsJonas Kvinge2021-12-023-3/+3
* android: Fix typo in source code commentJonas Kvinge2021-12-021-1/+1
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-025-4/+41
* Support to get timing from pagefilpElvis Lee2021-12-033-3/+14
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-0215-37/+447
* Replace BUILD_OPTIONS_LIST variable by the getter functionAlexey Edelev2021-12-021-54/+70
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-022-1/+57
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-022-1/+61
* Update latest qt license agreementJani Heikkinen2021-12-021-852/+836
* Fix size_t / int conversion warnings in qmakeKai Köhne2021-12-021-2/+2
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-022-18/+57
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-023-35/+87
* Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-021-1/+2
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0213-0/+281
* Add example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0224-0/+1492
* Install MSVC debug information for resource object librariesJoerg Bornemann2021-12-022-1/+32
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-022-1/+33
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-022-0/+61
* QVarLengthArray: make static if's constexprMarc Mutz2021-12-021-5/+5
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* Turn on autotest build for INTEGRITY on CITatiana Borisova2021-12-014-5/+5
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-012-0/+30
* QVarLengthArray: More Self-Encapsulate FieldMarc Mutz2021-12-011-3/+5
* QTabBar: clamp maxScrollOffset before using it in qBoundGiuseppe D'Angelo2021-12-011-3/+3
* Don't overwrite flipped textureTransform with unflipped on next blitTor Arne Vestbø2021-12-011-4/+5
* Use config from the main ABI when building ABI-specific external projectAlexey Edelev2021-12-011-0/+9
* Re-enable tst_qopenglwindow on LinuxAlexandru Croitor2021-12-011-6/+1
* wasm: Fix assert/crash when tooltip window is closed and mouse movedLorn Potter2021-12-011-3/+3
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-013-8/+114
* QVarLengthArray: simplify default ctorMarc Mutz2021-12-011-1/+4
* Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
* Fix the path to the build dir when creating an androiddeployqt depfileAlexey Edelev2021-11-301-1/+14
* Add _make_aab targetAlexey Edelev2021-11-303-9/+35
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-302-4/+109
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Conan: Do not write qt.conf to build artifactsIikka Eklund2021-11-301-3/+0