summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-061-1/+1
| | | * Cocoa: optimize backingstore flush on 10-bit displaysMorten Johan Sørvig2017-11-061-0/+15
| | | * Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-063-12/+23
| | | * Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
| | | * Fix indentationJesus Fernandez2017-11-051-1/+1
| | | * QCocoaMenu: Attach menu items when updating the menubarGabriel de Dietrich2017-11-054-4/+27
| | | * QPSQL: Fix check for minimum supported PostgreSQL versionRobert Szefner2017-11-041-1/+1
| | | * QPSQL: Fix handling binary data for PostgreSQL 9.x and laterRobert Szefner2017-11-041-8/+17
| | | * QPSQL: Fix detection of PostreSQL version 9.x and laterRobert Szefner2017-11-042-98/+108
| | | * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-1/+114
| | | * QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-041-9/+11
| | | * qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
| | | * Windows: Use SM_CXSMICON instead of SM_CXICON for the tray icon sizeFriedemann Kleint2017-11-041-3/+2
| | | * Windows QPA: Pass on Url of non-filesystem directory itemsFriedemann Kleint2017-11-041-1/+1
| | | * Windows QPA: Restrict file dialog to file system items in Directory modeFriedemann Kleint2017-11-041-1/+5
| | | * QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
| | | * QListView: make sure to respect grid size during dataChanged() handlingChristian Ehrlicher2017-11-041-3/+12
| | | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+1
| | | * QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
| | | * Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
| * | | QRandomGenerator: optimize the global() and system() storageThiago Macieira2017-11-112-62/+144
| * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-112-13/+101
| * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-112-9/+58
| * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-113-303/+581
| * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-112-65/+8
| |/ /
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-087-17/+15
| * | macOS: Fall back to QWindow::icon for application icon if not setTor Arne Vestbø2017-11-072-1/+37
* | | Adjust screen scale factor for certain screen configurationsVictor-Andrei Variu2017-11-171-2/+16
* | | macOS: Fix OpenGL context sharingMorten Johan Sørvig2017-11-161-1/+24
* | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
* | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-1/+6
* | | Fix BC breakage by adding an overload for the QSqlField constructorAndy Shaw2017-11-132-2/+16
* | | Fix shader graph metatypes for static buildsLaszlo Agocs2017-11-112-8/+9
* | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-114-2/+22
|/ /
* | QWinEventNotifier: Fix exit crashFriedemann Kleint2017-11-071-1/+4
* | Testlib: Fix developer-build with clang 4v5.10.0-beta4Robert Loehning2017-11-061-7/+7
* | macOS: Add logging of screen add/remove/changesTor Arne Vestbø2017-11-043-0/+27
* | Replace <QtCore/QtConfig> includes with qglobal.hAlexandru Croitor2017-11-035-6/+5
* | Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-031-1/+1
* | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
* | Drop qvulkan headers from QtGui master headerLaszlo Agocs2017-11-032-0/+8
* | Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-032-28/+28
* | Fix unused variable warning when compiling in release mode with GCC 7Thiago Macieira2017-11-031-0/+2
* | QDateTimeParser: Remove unused variableRobert Loehning2017-11-021-1/+0
* | macOS: Add categorized logging of event and notification forwardingTor Arne Vestbø2017-11-022-1/+36
* | macOS: Retain NSWindow during event deliveryTor Arne Vestbø2017-11-021-0/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3028-112/+812
|\|
| * Windows QPA: Restrict warning about geometry failureFriedemann Kleint2017-10-271-1/+2
| * QSslSocket::waitForDisconnected(): flush write buffer before waitingAlex Trotsenko2017-10-271-1/+13
| * Fix private includes in qhttp2protocolhandler_p.hJoerg Bornemann2017-10-271-5/+5