summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QBasicMutex default constructor not constexprThiago Macieira2017-11-141-0/+6
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-1249-399/+654
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0949-399/+654
| |\
| | * Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
| | * Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
| | * Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
| | * QCocoaMenuItem: Don't clear NSMenuItem.action when setting submenuGabriel de Dietrich2017-11-071-4/+0
| | * QMainWindow: Clear menubar parent when new one is setGabriel de Dietrich2017-11-071-0/+1
| | * QMenuBar: Update title on changeGabriel de Dietrich2017-11-072-24/+34
| | * QMenuPrivate: Use in-class initializers where possibleGabriel de Dietrich2017-11-071-56/+31
| | * QMenuPrivate: Rearrange member variablesGabriel de Dietrich2017-11-071-53/+76
| | * QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
| | * Enable glyph cache workaround for GC2000 as wellLaszlo Agocs2017-11-071-0/+1
| | * Update bundled libpng to version 1.6.34Eirik Aavitsland2017-11-0715-153/+161
| | * QHeaderView: Skip hidden sections on cascading resizeChristian Ehrlicher2017-11-061-0/+6
| | * 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
* | 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