summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-092-17/+27
* 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
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-3/+11
* 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-061-23/+25
* 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
* 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-021-2/+10
* 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-011-3/+3
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-013-3/+6
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* Don't disable non-existent MSVC warning C4345Marcel Krems2020-09-301-1/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-29/+11
* 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
* 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
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* CMake: fix minor line indentationAssam Boudjelthia2020-09-251-2/+2
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* rcc: Make output deterministic for directoriesKai Koehne2020-09-251-16/+21
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-241-2/+2
* Doc: Make widgets snippets a subdirs/lib projectPaul Wicking2020-09-2410-40/+65
* Doc: Make network snippets a subdirs/lib projectPaul Wicking2020-09-242-8/+12
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-241-7/+7
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-241-4/+4
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-234-17/+26
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-221-2/+12
* dbus: Skip AUTOUIC on generated sourcesKevin Funk2020-09-221-2/+8