summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Fix typo in codeDuan Ting2022-06-231-1/+1
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* 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-222-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-19/+23
* Add QDom internalSubset implementationYe ShanShan2022-06-232-0/+34
* moc: Allow reading property values through bindablesUlf Hermann2022-06-223-1/+16
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* 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-213-10/+14
* wasm: improve the specialHtmlTargets testMorten Sørvig2022-06-221-4/+8
* QThread:idealThreadCount: fix build with FreeBSD 13.1Thiago Macieira2022-06-211-1/+1
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-211-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* Doc: Add qthelp dependency to gui and widgetsLuca Di Sera2022-06-222-2/+3
* 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
* Isolate http2protocol_p.h includeAlexey Edelev2022-06-221-1/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-2217-0/+69
* Move ssl header files to the general QtNetwork sourcesAlexey Edelev2022-06-221-5/+10
* Move threads header files out of the FEATURE_threadAlexey Edelev2022-06-221-9/+9
* QDom: Clean-up warnings about old-style cast usesSona Kurazyan2022-06-221-62/+66
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-224-7/+26
* Disable useless-cast warning for moc generated codeMate Barany2022-06-221-0/+1
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-221-0/+1
* 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
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-214-23/+60
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-201-0/+6
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-203-11/+15
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* CMake: Warn when using qt6_add_big_resources on iOSAlexandru Croitor2022-06-202-0/+16
* 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
* QXdgDesktopPortalFileDialog: fix C++20 buildGiuseppe D'Angelo2022-06-201-1/+1
* QWindow: fix C++20 buildGiuseppe D'Angelo2022-06-201-4/+4
* Fix tst_AndroidAssets, broken by recent changes on assets load speedLouis du Verdier2022-06-201-4/+5
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* Document QJniObject::constructVolker Hilsheimer2022-06-201-0/+15
* Make the new setCurrentId the writer for the respective propertyVolker Hilsheimer2022-06-201-1/+1
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23