summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-1216-22/+24
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-1216-129/+143
* Separate streaming dumper and converter in the convert exampleEdward Welbourne2023-09-127-102/+124
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-1220-118/+75
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-129-107/+121
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-09-121-1/+8
* qobjectdefs.h - fix comment typoAxel Spoerl2023-09-121-1/+1
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-09-122-1/+61
* tst_QSplitter: fix compiler warningAxel Spoerl2023-09-121-1/+1
* Doc fix: Use correct initials for Porter and DuffPaul Olav Tvete2023-09-121-1/+1
* Doc: Mention reset methods for QCalendarWidget::maximumDate, minimumDateKai Köhne2023-09-121-4/+6
* tst_qstatictext: Fix CMake conditionAxel Spoerl2023-09-121-1/+1
* QDialogButtonBox: Manage hide and show of standard buttonsAxel Spoerl2023-09-123-15/+44
* wasm: send key release for touchscreen inputLorn Potter2023-09-122-5/+8
* Always run screen change side effectsMorten Sørvig2023-09-122-11/+13
* tst_QString: assign(it,it) add test-cases for empty rangeDennis Oberst2023-09-121-0/+20
* CMake: Fix build with CMake 3.28 on macOSJoerg Bornemann2023-09-121-2/+6
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-09-125-12/+77
* Doc: All overviews list categorizationJaishree Vyas2023-09-129-10/+9
* QAccessibleWidget: Remove pointless ZWSP in warning messageFabian Kosmale2023-09-121-1/+1
* Fix backing store compositor transform with VulkanLaszlo Agocs2023-09-121-3/+4
* Require the C++17 standard for configure-time syncqtAlexey Edelev2023-09-121-1/+1
* Rework QIcon theme documentationTor Arne Vestbø2023-09-121-55/+82
* QWindow: avoid extra window resize on changing min/max sizesVladimir Belyavsky2023-09-121-1/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid2023-09-124-7/+7
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid2023-09-121-2/+4
* Revamp Mandelbrot example: Fix too long linesRym Bouabid2023-09-121-2/+4
* Update documentation for QPalette::accent APISanthosh Kumar2023-09-121-0/+8
* QProcess: zero-fill a struct sigactionGiuseppe D'Angelo2023-09-121-0/+1
* QtDoc Global: Add macros for Qt Design Studio in qtdocPranta Dastider2023-09-121-0/+10
* QProcess: remove a XFAIL for QNXGiuseppe D'Angelo2023-09-121-4/+2
* [windeployqt] Copy v8 context snapshotAnu Aliyas2023-09-121-5/+7
* cmake: Don't pass -undefined,error to Apple linkerTor Arne Vestbø2023-09-121-0/+5
* xcb: Implement native window helper for embeddedwindows/foreign window testTor Arne Vestbø2023-09-125-4/+91
* Add QSqlField::swap() documentationIvan Solovev2023-09-121-0/+8
* QPolygon(F): streamline the QDebug streaming operatorGiuseppe D'Angelo2023-09-121-12/+2
* Doc: Add missing since to enum valuePaul Wicking2023-09-121-1/+1
* wasm: don't crash if app is deleteLater()edMorten Sørvig2023-09-111-0/+5
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-09-118-38/+72
* QCborValue: add benchmark for operator[]Ivan Solovev2023-09-114-0/+87
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-09-102-6/+13
* Doc: Add documentation for added QNativeIpcKey overloadKai Köhne2023-09-101-0/+6
* Doc: Mark QEvent::DevicePixelRatioChange as new in 6.6Kai Köhne2023-09-101-1/+2
* Doc: Remove see also self-reference in QFileInfoKai Köhne2023-09-101-1/+2
* QDataStream: clarify QDataStream::operator>>(char *&s) API docsAhmad Samir2023-09-101-3/+4
* QElapsedTimer: document Duration and TimePoint typedefsAhmad Samir2023-09-101-0/+10
* QLogging: attempt to free memory in qt_message() before abort()Thiago Macieira2023-09-101-4/+8
* QLogging: deduplicate calling of isFatal()/qt_message_fatal()Thiago Macieira2023-09-101-62/+28
* Add feature to disable building testsHeikki Halmet2023-09-092-6/+16
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-091-4/+2