summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* qdbusxml2cpp: Fix mismatches between strings and string literalsMate Barany2022-09-231-7/+6
* CMake: Add finalization to plugins created with qt_add_pluginJoerg Bornemann2022-09-233-0/+34
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-233-6/+6
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-235-23/+23
* Windows QPA: remove two unused forward declared structsYuhang Zhao2022-09-231-3/+0
* QWindowsKeyMapper: make one variable constYuhang Zhao2022-09-231-1/+1
* QFlags: Mark the operators declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+9
* QFlags: Mark the mixed enum operator declared in macro maybe_unusedMårten Nordheim2022-09-231-0/+1
* rhi: Optimize the default null QShaderLaszlo Agocs2022-09-221-33/+76
* QMetaType of non-const ref: play nice with template instantiationsFabian Kosmale2022-09-221-1/+6
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-222-11/+55
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* tst_QDom: replace a final u"..."_qs (deprecated) with u"..."_sEdward Welbourne2022-09-221-1/+1
* Add QTest::currentTestResolved() and use in testlibEdward Welbourne2022-09-223-6/+27
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-222-13/+57
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-09-221-1/+3
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-229-119/+39
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-223-5/+5
* Add test-case for TAP logging glitchEdward Welbourne2022-09-227-7/+11
* Fix signed/unsigned comparison warning in shader testEdward Welbourne2022-09-221-1/+1
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-225-15/+58
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-222-19/+19
* Move docs for Q_DECLARE_TYPEINFO to qtypeinfo.qdocSona Kurazyan2022-09-222-52/+55
* Move docs for helpers from QtForeach to qforeach.qdocSona Kurazyan2022-09-222-71/+76
* Move docs for deprecation macros to qtdeprecationmarkers.qdocSona Kurazyan2022-09-223-51/+69
* QSysInfo: remove unneeded assertSona Kurazyan2022-09-221-3/+1
* Move the implementation and docs of QSysInfo to qsysinfo.cppSona Kurazyan2022-09-223-1047/+1056
* Move QT_VERSION_STR docs to qlibraryinfo.cppSona Kurazyan2022-09-222-12/+12
* Move docs for Q_INT64_C()/Q_UINT64_C() macros to qtypes.cppSona Kurazyan2022-09-222-26/+26
* Mention in qRound*() docs about possibe UBSona Kurazyan2022-09-221-0/+12
* Extract overview page for QtTypes header from QtGlobal docsSona Kurazyan2022-09-221-0/+25
* DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-09-221-11/+23
* rhi: QShader: Only hash the first shaderLaszlo Agocs2022-09-221-3/+4
* QtGui: replace indexed for loop with range for loopMate Barany2022-09-211-3/+4
* Brush up the drop site exampleFriedemann Kleint2022-09-214-24/+33
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-212-3/+17
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-213-1/+29
* Avoid the 'file' command shadowingAlexey Edelev2022-09-211-11/+11
* Implement appearance detection generic unix themesAxel Spoerl2022-09-212-11/+135
* QtGui: Use static const QString array to initialize QStringListMate Barany2022-09-211-8/+8
* QtGui: Use isEmpty() to check for empty stringMate Barany2022-09-211-1/+1
* Improve docs for QtNumeric headerSona Kurazyan2022-09-212-134/+145
* Extract overview page for QtLogging header from QtGlobal docsSona Kurazyan2022-09-211-0/+30
* Move QFlags docs from qglobal.cpp to qflags.qdocSona Kurazyan2022-09-212-457/+459
* Propagate QT_HOST_PATH_CMAKE_DIR to multi-ABI external projectsAlexey Edelev2022-09-211-0/+4
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-216-30/+30
* Use PARSE_ARGV signature to process arguments instead of escapingAlexey Edelev2022-09-212-2/+4
* Add qt_configure_file_v2 functionAlexey Edelev2022-09-211-12/+31