summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initialize m_exclusive in QGtk3MenuItem constructorElias Rudberg2022-06-011-0/+1
* Avoid menu separators disappearing under fractional dpr scalingEirik Aavitsland2022-05-311-2/+3
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-312-6/+5
* Support test-case selection based on global data tagEdward Welbourne2022-05-314-30/+84
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-05-313-20/+47
* Doc: Fix documentation for vulkan licensesKai Köhne2022-05-302-1/+65
* Core: make Unicode Database constexprYuhang Zhao2022-05-301-11/+11
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-292-37/+4
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-273-1/+9
* Core: make CLDR data constexprYuhang Zhao2022-05-272-30/+30
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-261-4/+18
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-05-262-9759/+9911
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-261-0/+11
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-261-2/+7
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-261-2/+12
* Unicode: Remove obsolete word break classesIevgenii Meshcheriakov2022-05-263-33/+25
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-261-23/+23
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-261-11/+11
* QUnicodeTools: Remove ZWJ data from the line break tableIevgenii Meshcheriakov2022-05-261-38/+37
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-261-3/+2
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-261-1/+1
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-262-1/+6
* q20functional.h: transitively include <functional>Marc Mutz2022-05-261-0/+2
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* Doc: Document qt_add_resources' OUTPUT_TARGETS argumentJoerg Bornemann2022-05-251-0/+6
* Update qt_attribution for harfbuzzEskil Abrahamsen Blomfeldt2022-05-241-1/+1
* QVector: make sure the forwarding headers for the Java iterators existThiago Macieira2022-05-241-0/+6
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-245-0/+10
* Update Harfbuzz to version 4.2.1Eskil Abrahamsen Blomfeldt2022-05-24188-6081/+13697
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-242-6/+30
* Fix QMenu size on first showThorbjørn Lund Martsum2022-05-241-0/+9
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-241-2/+10
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-242-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-243-22/+36
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-241-15/+1
* Network: update Public Suffix ListIvan Solovev2022-05-242-14309/+14336
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-244-41/+81
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-241-4/+1
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-242-5/+5
* qglobal: add a way to selectively export in Qt 6 XOR Qt 7Thiago Macieira2022-05-241-0/+18
* CMake: Ensure creation of a unique iOS bundle identifierAlexandru Croitor2022-05-231-0/+17
* CMake: Improve iOS bundle identifier handlingAlexandru Croitor2022-05-231-24/+66
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-05-231-0/+11
* CMake: Pick first non-free team id for iOS Xcode projectsAlexandru Croitor2022-05-231-20/+83
* CMake: Set iOS default code style signing to AutomaticAlexandru Croitor2022-05-231-0/+16
* CMake: Set default xcode device family to iPhone and iPadAlexandru Croitor2022-05-231-0/+16
* CMake: Split some iOS handling code into separate functionsAlexandru Croitor2022-05-231-1/+12
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-231-1/+1
* xcb: Delete touch points without target windowsTang Haixiang2022-05-232-2/+6