summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-264-12/+187
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-264-6/+10
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-253-10/+22
* qdbuscpp2xml: add support for custom types with a new -t optionDavid Faure2021-08-253-8/+85
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-252-4/+6
* tst_qurlinternal: Remove testcases that use U+04CFIevgenii Meshcheriakov2021-08-251-6/+0
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-253-329/+2
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-254-83/+245
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-2412-56/+88
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Fuzzing: Remove .pro-files of libfuzzer testsRobert Löhning2021-08-2413-127/+0
* CMake: Fix indentation in _qt_internal_test_expect_passAlexandru Croitor2021-08-241-11/+11
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* Add missing PRIVATE_MODULE_INTERFACEs to INTERNAL_MODULEsAlexey Edelev2021-08-242-0/+10
* Fix inserting node entry in QNetworkAccessCache::linkEntryJonas Kvinge2021-08-241-0/+1
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-2413-138/+92
* qdbusxml2cpp: generate "using" rather than "typedef"David Faure2021-08-241-2/+2
* CMake: Fix excessive size of precompiled header filesJoerg Bornemann2021-08-241-3/+3
* macOS: Correctly compute marked and selected text range, and use for insertionTor Arne Vestbø2021-08-241-17/+111
* Fix warning about loop variable creating a copyTor Arne Vestbø2021-08-241-1/+1
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-242-0/+59
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-242-15/+128
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-242-3/+6
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-244-24/+39
* QDBus: fix ExportScriptableInvokables to allow calling scriptable invokablesDavid Faure2021-08-231-6/+11
* qdbusxml2cpp: don't generate an include for all of QtDBus+QtCoreDavid Faure2021-08-231-2/+12
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-232-1/+21
* macOS: Highlight selected part of preedit using platform theme paletteTor Arne Vestbø2021-08-231-5/+17
* macOS: Add debug keyboard layout for manual testingTor Arne Vestbø2021-08-232-0/+1446
* Fix default line thickness for fontsEskil Abrahamsen Blomfeldt2021-08-231-1/+1
* Fix access to content: URLs with transient read/write permissionsVolker Krause2021-08-231-17/+21
* Use constexpr for constants and ranged-based for loopsEdward Welbourne2021-08-231-99/+89
* Android: guard getStateCount() with correct VERSION.SDK_INTAssam Boudjelthia2021-08-231-1/+7
* Fix the (currently unbuilt) qdir/tree/ benchmarkEdward Welbourne2021-08-231-20/+19
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-234-12/+57
* QMetaEnum: write "proper code"Marc Mutz2021-08-231-27/+31
* Doc: Add global \versionlessCMakeCommandsNote qdoc macroJoerg Bornemann2021-08-234-60/+36
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* Modify the internal rectangle drawing of CE_RubberBandTang Haixiang2021-08-231-4/+7
* Update Harfbuzz to version 2.9.0Eskil Abrahamsen Blomfeldt2021-08-23144-2295/+7313
* QLibrary: use QStringTokenizer in isLibrary()Marc Mutz2021-08-211-15/+25
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-211-5/+33
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-211-2/+5
* macOS: Handle more NSUnderlineStyles during text compositionTor Arne Vestbø2021-08-211-2/+22
* macOS: Respect default marked text attributesTor Arne Vestbø2021-08-211-31/+37
* macOS: Clean up code style in [QNSView setMarkedText:]Tor Arne Vestbø2021-08-211-23/+23
* macOS: Ensure we provide a preedit format for non-attributed stringsTor Arne Vestbø2021-08-211-3/+1
* macOS: Simplify validAttributesForMarkedTextTor Arne Vestbø2021-08-211-10/+1