summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-243380-71349/+71349
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-06-285-10/+64
* Enabler for fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-06-282-2/+11
* CMake: Check that android qml import paths are not emptyAlexandru Croitor2022-06-271-1/+5
* Add QDom internalSubset implementationYe ShanShan2022-06-272-0/+34
* Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bitAllan Sandfeld Jensen2022-06-261-40/+16
* Fix typo in codeDuan Ting2022-06-231-1/+1
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-223-10/+14
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-211-0/+1
* Update commercial license headersTarja Sundqvist2022-06-213380-71349/+71349
* Fix font rendering when Qt is configured with -no-harfbuzzEskil Abrahamsen Blomfeldt2022-06-211-1/+5
* CoreText: Fix fonts with synthetic stretchEskil Abrahamsen Blomfeldt2022-06-211-2/+7
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-203-11/+15
* CMake: Warn when using qt6_add_big_resources on iOSAlexandru Croitor2022-06-202-0/+16
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-3/+8
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+4
* CMake: Fix Xcode common dependency issues for other_files IDE targetAlexandru Croitor2022-06-171-0/+13
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-171-1/+5
* macOS: set print dialog up with page attributes when no printer is installedVolker Hilsheimer2022-06-171-1/+7
* QBoxLayout: Pull out handling for negative insertion indicesMarcel Kummer2022-06-171-16/+14
* Don't exit(1) on unrecognised test function name, just report a failureEdward Welbourne2022-06-171-9/+24
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-162-14/+35
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-161-4/+3
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-06-165-11/+25
* CMake: Change QT_RESOURCE_TARGET_DEPENDENCY property to be internalAlexandru Croitor2022-06-151-1/+6
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-151-2/+2
* Android: Fix QSettings when using content URLSamuel Mira2022-06-151-3/+18
* Fusion style: Fix menu item text being elided when mnemonic and && appear in ...Friedemann Kleint2022-06-141-1/+2
* QByteArray: more GCC 12 -Werror=array-bound whack-a-moleMarc Mutz2022-06-141-4/+6
* androiddeployqt: use QFile::exists instead of QDir().existsAlexandru Croitor2022-06-131-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-131-1/+11
* macOS: Ignore update requests for offline displaysTor Arne Vestbø2022-06-131-0/+5
* macOS: Resolve screen name via NSScreen on macOS 10.15+Tor Arne Vestbø2022-06-131-1/+6
* QRegularExpression: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-06-132-17/+0
* QTest: Remove pre-Qt6 codeMårten Nordheim2022-06-101-10/+0
* CMake: Improve iOS bundle identifier handlingAlexandru Croitor2022-06-091-24/+66
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-06-091-0/+11
* CMake: Set iOS default code style signing to AutomaticAlexandru Croitor2022-06-091-0/+16
* CMake: Set default xcode device family to iPhone and iPadAlexandru Croitor2022-06-081-0/+16
* Change two types in qurlidnaDavid Skoland2022-06-071-2/+2
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-1/+1
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-06-041-4/+18
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-06-042-9379/+9544
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-06-041-2/+7