summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* FileChooser portal: skip empty filters to avoid rejection from portalsJan Grulich2020-10-121-0/+5
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Add toInt() and friends to QStringViewLars Knoll2020-10-123-0/+280
* Loosen the API contract for QStringView::left() and friendsLars Knoll2020-10-122-9/+22
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-093-29/+60
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-092-11/+14
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Blacklist tst_QUdpSocket::writeDatagramToNonExistingPeerHeikki Halmet2020-10-081-4/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-082-3/+26
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-081-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-081-52/+60
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Doc: Fix typo in snippetPaul Wicking2020-10-071-1/+1
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-062-23/+49
* macOS: Update slider metrics by explicitly asking it to layoutTor Arne Vestbø2020-10-061-33/+4
* Do not generate CMake files for bootstrap libKai Koehne2020-10-061-0/+2
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* xdgdesktopportal: properly fix a dangling pointerGiuseppe D'Angelo2020-10-061-6/+5
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* Android: use shell path format when running qmake install stepAssam Boudjelthia2020-10-061-1/+1
* Close popups on windowWillMiniaturize notificationTimur Pocheptsov2020-10-054-10/+23
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-10-051-0/+1
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-031-2/+2
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-022-2/+161
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-021-1/+1
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-022-17/+35
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-021-0/+2
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-012-3/+29
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-10-011-1/+0
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-015-5/+8
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-301-1/+2
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* Remove license header templates from qtbaseJani Heikkinen2020-09-3011-344/+0
* Don't disable non-existent MSVC warning C4345Marcel Krems2020-09-301-1/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-302-37/+54
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* Bump versionJani Heikkinen2020-09-281-1/+1
* qlist: Replace QT_DEPRECATED_X with proper QT_DEPRECATED_VERSION_X_Albert Astals Cid2020-09-271-5/+5
* Android: allow Android app building to use java 8 featuresAssam Boudjelthia2020-09-261-0/+5
* Don't error out when configuring Qt on a headless systemVolker Hilsheimer2020-09-261-4/+5
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3