summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-061-52/+66
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-063-11/+34
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* Suppress test set-up and tear-down in callgrind parent processEdward Welbourne2021-12-061-4/+18
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-064-16/+19
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-062-2/+9
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-91/+0
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+21
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-045-5/+26
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-042-1/+49
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0415-22/+64
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* 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-036-10/+10
* Repair parameter typeChunLin Wang2021-12-033-3/+3
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-031-8/+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-022-1/+45
* OpenSSL: handle renegotiate errors by comparing certsMårten Nordheim2021-12-022-2/+52
* 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-024-4/+25
* Support to get timing from pagefilpElvis Lee2021-12-033-3/+14
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-022-37/+57
* Replace BUILD_OPTIONS_LIST variable by the getter functionAlexey Edelev2021-12-021-54/+70
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-1/+1
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-0/+1
* 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