summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-021-0/+14
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-1/+14
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+4
* 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
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+2
* 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
* 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-011-8/+43
* 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-302-8/+34
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-4/+80
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Use config-specific suffix of android deployment settings for multi-config onlyAlexey Edelev2021-11-301-1/+10
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-304-7/+15
* Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-11-304-95/+113
* QVarLengthArray: simplify copy ctor implementationMarc Mutz2021-11-301-2/+2
* QList::count(T): remove the &* hack on iteratorsThiago Macieira2021-11-301-1/+1
* Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE texturesTor Arne Vestbø2021-11-302-16/+110
* wasm: add Blob and File typeLorn Potter2021-11-302-0/+12
* QRegularExpression: don't detach() a pattern QStringLiteralMarc Mutz2021-11-301-1/+1
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-303-0/+19
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-4/+7
* Fix gaps between lines of selectionEskil Abrahamsen Blomfeldt2021-11-291-0/+2
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-291-0/+10
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* gui: add QInputDevice::seatNames()Liang Qi2021-11-282-0/+20
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-274-7/+39
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-271-1/+5