summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-153-8/+21
|\|
| * tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
| * Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
| * Cocoa: Make High DPI drag cursor workMorten Johan Sørvig2017-11-091-0/+1
* | test: blacklist tst_QNetworkAccessManager_And_QProgressDialog::downloadCheck(...Liang Qi2017-11-151-0/+2
* | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
* | qmake: properly filter simulator devices by minimum deployment targetJake Petroules2017-11-154-23/+51
* | QSemaphoreReleaser: Move private members to the usual positionThiago Macieira2017-11-141-2/+4
* | Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-142-0/+35
* | test: blacklist tst_QWidget::multipleToplevelFocusCheck()Liang Qi2017-11-141-4/+1
* | 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-12129-896/+1196
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-09129-896/+1196
| |\|
| | * Fix tst_QFile::openDirectory for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | * Fix tst_QFile::handle for systems using builtin test dataOliver Wolff2017-11-091-2/+3
| | * Fix tst_QFile::useQFileInAFileHandler for systems using resources for test dataOliver Wolff2017-11-091-1/+12
| | * qfile tests: Make sure files are writable before deleting themOliver Wolff2017-11-091-0/+2
| | * Set correct datatype for column 'more_data' in PostgreSQLRobert Szefner2017-11-081-0/+2
| | * 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
| | * tst_QNetworkReply::getFromUnreachableIp - fix a failing testTimur Pocheptsov2017-11-081-0/+42
| | * Extend blacklisting in qnetworkreplyFriedemann Kleint2017-11-071-1/+3
| | * 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
| | * Disable Xcode main thread checker by defaultTor Arne Vestbø2017-11-071-0/+1
| | * 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
| | * Remove BSD-OLD, FDL-OLD license headersKai Koehne2017-11-072-67/+0
| | * Revamp QtConcurrent examples to C++11Michael Winkelmann2017-11-075-48/+57
| | * qudpsocket.pro - fix dependenciesTimur Pocheptsov2017-11-071-2/+1
| | * Update bundled libpng to version 1.6.34Eirik Aavitsland2017-11-0715-153/+161
| | * tst_qxmlsimplereader::inputFromSocket - fix race condition(s)Timur Pocheptsov2017-11-061-8/+24
| | * QHeaderView: Skip hidden sections on cascading resizeChristian Ehrlicher2017-11-061-0/+6
| | * QHeaderView: Honor maximumSectionSize property during resizeSections()Christian Ehrlicher2017-11-062-1/+5
| | * Run oraArrayBind() test only for Oracle DBMSRobert Szefner2017-11-061-1/+1
| | * tst_QWidget::multipleToplevelFocusCheck(): Avoid overlappingFriedemann Kleint2017-11-061-2/+5
| | * 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
| | * tst_QNetworkReply: Blacklist ioHttpRedirectPolicy for LinuxFriedemann Kleint2017-11-061-1/+1
| | * Extend blacklisting in qnetworkreplyTony Sarajärvi2017-11-051-0/+2
| | * 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-056-4/+33
| | * 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