summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moc: Do not fail to compile meta-methods containing non-const ref typesv6.4.06.4.0Fabian Kosmale2022-09-223-1/+29
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-213-17/+34
* Examples doc: Tags fix for QtQuick examplesBartlomiej Moskal2022-09-211-1/+20
* CMake: Fix return value of applicationName() on macOSAlexandru Croitor2022-09-191-9/+22
* Do not make extra copy of public headers for external headers modulev6.4.0-rc1Michal Klocek2022-09-121-5/+8
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-123-4/+55
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-123-71/+227
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-103-7/+21
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* JUnit: Don't turn seconds into kilo-secondsMårten Nordheim2022-09-091-1/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-081-0/+1
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-082-1/+34
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-072-1/+2
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-071-0/+1
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-072-1/+56
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-071-1/+1
* Fix crash when setting override cursor on multiple clientsEskil Abrahamsen Blomfeldt2022-09-062-5/+5
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-051-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-051-6/+6
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-051-2/+4
* Fix warning from testing assignmentVolker Hilsheimer2022-09-041-1/+1
* Update zconf.h prefixes to match zlib v1.2.12 updateChristian Heimlich2022-09-032-2/+15
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0311-93/+511
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Doc: 3rd party: Fix reference to FreeType LICENSE.txtTopi Reinio2022-09-021-1/+1
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* CMake: Add reference documentation for QT_IOS_LAUNCH_SCREENAlexandru Croitor2022-09-023-5/+46
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-022-5/+15
* Add CBOR documentationØystein Heskestad2022-09-0216-10/+236
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-015-6/+31
* xcb: fix D&D in same xembed clientLiang Qi2022-09-011-9/+24
* xcb: use global coordinates for position of D&D for xembed clientLiang Qi2022-09-011-1/+1
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-09-012-5/+16
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-011-11/+13
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* Fix two trivial defects in testlib docsEdward Welbourne2022-09-011-2/+2
* Provide CMake guidance for skipping whole testsEdward Welbourne2022-09-011-5/+14
* macdeployqt: Fix deploying libraries with `reexport`Jonas Kvinge2022-09-011-1/+1
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-014-29/+29
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-015-7/+7
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-09-011-1/+1
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-09-011-0/+1
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-09-018-0/+40
* Doc: fix example repo URLMitch Curtis2022-09-011-1/+1
* wasm: add Emscripten version check for appsLorn Potter2022-09-012-0/+27
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-315-625/+631