summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Allow opting out of building examples as ExternalProjectsAlexandru Croitor2021-09-063-2/+16
* xcb: update connection time when possibleLiang Qi2021-09-062-3/+19
* QUrl: Remove explicit casts to {const,} void*Ievgenii Meshcheriakov2021-09-061-3/+2
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-066-131/+100
* qt_pixmap_thread_test(): Simplify logic, merge warningsSze Howe Koh2021-09-061-12/+6
* Fix segfault when closing widget and destroying window in QDialog::doneVolker Hilsheimer2021-09-061-3/+7
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-062-0/+3
* Remove redundant break;s following return;sEdward Welbourne2021-09-061-2/+0
* Fix cases of output variables not being passed back to calling scopeCraig Scott2021-09-061-2/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-064-60/+69
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-09-061-0/+5
* Partially modified to use C++11 standard nullptrchenbin2021-09-061-1/+1
* Add more QDialog unit test related to closing a dialogVolker Hilsheimer2021-09-051-0/+170
* Doc: fix qdoc warning, add \inmodule for qdrawutil headerVolker Hilsheimer2021-09-051-0/+1
* Doc: fix qdoc warning, function prototype missed return typeVolker Hilsheimer2021-09-051-4/+3
* Doc: fix qdoc warning from wrong see-alsoVolker Hilsheimer2021-09-051-1/+1
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-042-0/+24
* doc: Add the PixelScroll device capability (new in 6.2)Shawn Rutledge2021-09-041-0/+5
* QSslCertificate(OpenSSL plugin): fix memory leaks in extension 'parser'Timur Pocheptsov2021-09-043-12/+63
* QPixmap: Fix crash if created without gui app in secondary threadSze Howe Koh2021-09-041-1/+1
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-030-0/+0
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-032-3/+13
* Doc: fix qdoc warnings from wrong parameter typeVolker Hilsheimer2021-09-031-2/+2
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-034-12/+8
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-030-0/+0
* Doc: add note that hiding a window doesn't close a full screen spaceVolker Hilsheimer2021-09-031-0/+7
* Add Qt PrintSupport to the configure summaryJoerg Bornemann2021-09-031-0/+1
* Fix QMAKE_LIBS_OPENSSL/NOLINK entries in qt_lib_network_private.priJoerg Bornemann2021-09-031-1/+1
* CMake: Don't cache QT_SYNCQT across buildsJoerg Bornemann2021-09-032-10/+13
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-0311-0/+70
* Doc: Remove unsupported customFiltersKai Köhne2021-09-0310-38/+0
* rhi: Correct a doc noteLaszlo Agocs2021-09-031-2/+6
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-032-6/+13
* Add binary compatibility files for 6.1Milla Pohjanheimo2021-09-0311-0/+93568
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-033-5769/+5850
* unicode: Build IDNA map superstring greedilyIevgenii Meshcheriakov2021-09-031-7/+100
* unicode: Pack 2 QChar's into one entry for IDNA mappingIevgenii Meshcheriakov2021-09-031-13/+18
* unicode: More compact IDNA mapping tables implementationIevgenii Meshcheriakov2021-09-032-34/+111
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* QWindowsPipeWriter: suppress a warning on unexpected peer disconnectionAlex Trotsenko2021-09-031-2/+8
* xcb: add manual test for xrandr scaleLiang Qi2021-09-021-3/+70
* Test QWindow close() behaviorMorten Johan Sørvig2021-09-021-10/+77
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-025-1/+96
* SQL browser example: fix typoTalent Gc2021-09-021-1/+1
* QNetworkAccessCache: Style fixes and move assertsMårten Nordheim2021-09-021-6/+4
* QNetworkAccessCache: Port to QDeadlineTimerMårten Nordheim2021-09-021-13/+11
* QNetworkAccessCache: move debug logging to specific ifdefMårten Nordheim2021-09-021-1/+3