summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add configure test for INTEGRITY EGLFS openWFD integration pluginKimmo Ollila2017-12-012-2/+18
* macOS: Blacklist: tst_QPropertyAnimation::startWithoutStartValue()Friedemann Kleint2017-12-011-0/+2
* macOS: Blacklist tst_QPauseAnimation::noTimerUpdates()Friedemann Kleint2017-12-011-0/+2
* tests/auto/auto.pro: Use correct null device for DBUS checkFriedemann Kleint2017-12-011-1/+1
* Blacklist tst_QSplitter::replaceWidget(visible, not collapsed) for LinuxFriedemann Kleint2017-12-011-0/+2
* macOS/iOS: Fix garbled text under some conditionsEskil Abrahamsen Blomfeldt2017-12-012-9/+19
* configure: reset *_LIBS when *_LIBS_{DEBUG|RELEASE} are specifiedOswald Buddenhagen2017-11-301-6/+9
* configure: make *_LIBS_{DEBUG|RELEASE} always workOswald Buddenhagen2017-11-302-12/+8
* configure: fix over-quoting in library exportingOswald Buddenhagen2017-11-301-3/+4
* configure: fix processing of *_LIBS_{DEBUG|RELEASE}= argsOswald Buddenhagen2017-11-301-2/+2
* configure: mention quoting requirements in the help textOswald Buddenhagen2017-11-301-0/+6
* work around flex bugOswald Buddenhagen2017-11-301-0/+3
* Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* iOS: Compute screen available geometry based on safe area insetsTor Arne Vestbø2017-11-303-5/+41
* Android: Fix note for host architecture mismatchEskil Abrahamsen Blomfeldt2017-11-301-1/+1
* qprintengine_win.cpp: Fix -Wclazy-range-loopFriedemann Kleint2017-11-301-1/+1
* Build integrityhid support only if it is availableTimo Aarnipuro2017-11-301-4/+9
* tst_QFileSystemModel: Stabilize readOnly(), sortPersistentIndex()Friedemann Kleint2017-11-301-2/+10
* ANGLE: D3D11: Fix shared handle support detection for WARP when MinGW is usedOliver Wolff2017-11-302-10/+1
* xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-292-0/+15
* iOS: Improve logging during application startupTor Arne Vestbø2017-11-291-5/+7
* unify windows mkspecs: update descriptionAlexander Shevchenko2017-11-294-10/+15
* QPSQL: Remove semicolon after Q_DECLARE_SQLDRIVER_PRIVATERobert Szefner2017-11-291-1/+1
* Correct the vertex used to calculate v1/v2FracJames McDonnell2017-11-291-2/+2
* tst_QNetworkReply: Blacklist putToFtpWithInvalidCredentials for WindowsFriedemann Kleint2017-11-291-0/+2
* [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-292-16/+28
* iOS: Don't treat AppleTV as an iDevice when resolving physical DPITor Arne Vestbø2017-11-291-2/+2
* iOS: Update screen metrics (physical DPI) for the latest set of devicesTor Arne Vestbø2017-11-291-13/+19
* QMenu: Corner case size fix (high DPI + multi screen)Thorbjørn Lund Martsum2017-11-291-2/+1
* QSqlQuery: Remove temporary variable in navigation functionsRobert Szefner2017-11-291-12/+5
* Fix DB2 plugin building on Linux 64bitJoni Poikelin2017-11-292-14/+16
* Fix unix QPrintDialog initially selected printerJoni Poikelin2017-11-291-1/+3
* gui/configure.json: Make -{system,qt}-xcb force enabling xcbGabriel de Dietrich2017-11-281-0/+1
* Android: fix scrolling using a touch keyboard on BlackberryJ-P Nurmi2017-11-282-4/+4
* Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-282-2/+11
* iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-284-9/+10
* Stop depending on test.macieira.orgThiago Macieira2017-11-272-3/+3
* QUdpSocket: Work around WSARecvMsg quirk relating to no control blockThiago Macieira2017-11-251-4/+2
* Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-254-10/+21
* Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-254-151/+365
|\
| * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-234-151/+365
| |\
| | * No debugging and extra env & params processing on sealed packagesv5.9.3BogDan Vatra2017-11-161-148/+153
| | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-142-3/+68
| | * Add changes file for Qt 5.9.3Jani Heikkinen2017-11-131-0/+144
* | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-242-1/+13
* | | Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
* | | tst_QTcpSocket: fix disconnectWhileLookingUpMårten Nordheim2017-11-242-3/+8
|/ /
* | Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
* | iOS: Take UIWindow bounds into account when making window fullscreenTor Arne Vestbø2017-11-221-5/+18
* | QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-222-24/+59