summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-232-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-231-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-231-19/+23
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-223-11/+15
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-221-4/+3
* wasm: do not allow blocked windows to be resizedLorn Potter2022-06-221-5/+10
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-223-10/+14
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-221-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* QThread:idealThreadCount: fix build with FreeBSD 13.1Thiago Macieira2022-06-221-1/+1
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-223-1/+8
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-222-17/+24
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-1/+1
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-221-0/+1
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-224-7/+26
* Fix concurrent access to files by androiddeployqt in multi-abi buildsAlexey Edelev2022-06-211-1/+29
* Doc: Revise Qt Test tutorialAndreas Eliasson2022-06-214-34/+177
* xcb: Port XSync call in QXcbWindow::create to xcbIlya Fedin2022-06-211-3/+1
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-212-1/+23
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-211-0/+6
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* 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
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-204-4/+5
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-207-190/+142
* Fix tst_AndroidAssets, broken by recent changes on assets load speedLouis du Verdier2022-06-201-4/+5
* Make the new setCurrentId the writer for the respective propertyVolker Hilsheimer2022-06-201-1/+1
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* Document QJniObject::constructVolker Hilsheimer2022-06-201-0/+15
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-202-9/+288
* Windows QPA: Fix indentionYuhang Zhao2022-06-201-42/+42
* Network: make Public Suffix List constexprYuhang Zhao2022-06-203-6/+48
* QOperatingSystemVersion: Add new Windows versionYuhang Zhao2022-06-202-9/+31
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-203-6/+6
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* qmetatype.h: remove #undef for something that was never #define'dThiago Macieira2022-06-181-1/+0
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* wasm: Fix up namespacing in wasm platform pluginLorn Potter2022-06-1813-7/+40
* wasm: fix unicode inputLorn Potter2022-06-173-9/+9
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-176-0/+21