summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdbusxml2cpp: Modify return valuesMate Barany2022-09-241-3/+3
* Fix build without opengl featureAlexey Edelev2022-09-244-9/+19
* iOS: send control keys to Qt, even if IM is enabledRichard Moe Gustavsen2022-09-241-22/+31
* qdbusxml2cpp: Drop extra QString()Mate Barany2022-09-241-1/+1
* Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-242-3/+22
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-246-20/+107
* qdbusxml2cpp: Remove unnecessary linesMate Barany2022-09-241-2/+2
* Rename QHoverEvent ctor pos argument to scenePosShawn Rutledge2022-09-232-5/+5
* qUn/Compress: reject negative lengthsMarc Mutz2022-09-231-0/+12
* qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-09-231-23/+49
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-233-12/+1
* iOS, input panel: be more careful before enabling QIOSKeyboardListenerRichard Moe Gustavsen2022-09-231-2/+2
* 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-233-15/+16
* 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-221-10/+31
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-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-221-1/+6
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-09-221-1/+3
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-223-6/+22
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward 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
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-211-1/+8
* 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