summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-222-1/+21
* 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
* Doc: Fix online macros for commercial templateTopi Reinio2022-06-211-0/+3
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-221-0/+1
* Remove unused variable in tst_QTextEdit::setDocumentPreservesPalette()Shawn Rutledge2022-06-211-1/+0
* 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
* qmake/MinGW: Install separate debug info of DLLs next to the DLLJoerg Bornemann2022-06-211-1/+5
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-215-43/+124
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-201-0/+6
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-204-11/+37
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-201-5/+10
* 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-202-3/+56
* BLACKLIST tst_qfont for Ubuntu 22.04Heikki Halmet2022-06-201-0/+2
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-205-5/+42
* BLACKLIST: tst_QGlyphRun::mixedScripts for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* BLACKLIST tst_QApplication::sendEventsOnProcessEvents for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* BLACKLIST tst_QMenuBar::check_menuPosition for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* 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
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* QOperatingSystemVersion: Add new Windows versionYuhang Zhao2022-06-202-9/+31
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-193-6/+6
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Network: make Public Suffix List constexprYuhang Zhao2022-06-193-6/+48
* CMake: Mark chosen C++ standard as required for building QtYuhang Zhao2022-06-192-0/+9
* Windows QPA: Fix indentionYuhang Zhao2022-06-191-42/+42
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-195-11/+568
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1