summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-251-3/+3
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-243-8/+16
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-243-5/+123
* Network: Update expired certMårten Nordheim2022-06-242-30/+30
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* Doc: Skip 'qt5/' part in 3rd party documentationKai Köhne2022-06-231-0/+1
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-232-5/+13
* CMake: fix build with FreeBSD 13.1Thiago Macieira2022-06-231-0/+1
* moc: replace offsetof with sizeofThiago Macieira2022-06-231-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-232-39/+48
* Conan: Do not force 'qt_host_path' usage in cross-build contextIikka Eklund2022-06-221-9/+20
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-224-11/+37
* qmake/msbuild: Turn off "use full paths in diagnostics" by defaultJoerg Bornemann2022-06-221-1/+1
* qmake/msbuild: Support all /DEBUG:xxx linker optionsJoerg Bornemann2022-06-223-5/+20
* qmake/msbuild: Support all /LTCG:xxx optionsJoerg Bornemann2022-06-223-17/+24
* Move QFutureInterfaceBase::cleanContinuation() to removed_apiSona Kurazyan2022-06-223-12/+19
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-222-4/+37
* 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-224-12/+30
* qmake/MinGW: Install separate debug info of DLLs next to the DLLJoerg Bornemann2022-06-221-1/+5
* 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
* wasm: Optimize use of openglesLorn Potter2022-06-222-14/+2
* tst_tostring: add benchmarks for QCOMPARE vs. QCOMPARE_EQMarc Mutz2022-06-221-0/+55
* headerclean: remove dead codeMarc Mutz2022-06-221-4/+0
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-224-1/+22
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-222-17/+24
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-222-1/+21
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-06-221-0/+13
* 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
* Doc: Fix online macros for commercial templateTopi Reinio2022-06-221-0/+3
* Fix concurrent access to files by androiddeployqt in multi-abi buildsAlexey Edelev2022-06-211-1/+29
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-211-5/+10
* 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-214-15/+53
* 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-202-3/+56
* CMake: Find system harfbuzz even if pkg-config is disabledJoerg Bornemann2022-06-201-9/+26