summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QUdpSocket: remove Bearer portions of the testThiago Macieira2017-12-051-122/+0
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-12-0528-103/+143
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-0528-103/+143
| |\
| | * 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
* | | QFileSystemEngine: Work around Android bug in rejecting hardlinksThiago Macieira2017-12-051-1/+16
|/ /
* | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-043-22/+37
* | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | QSettings/QConfFile: Fix reading on NTFS symbolic linksFriedemann Kleint2017-12-021-1/+1
* | Cocoa: Ensure menus for a dialog's menubar are validated correctlyAndy Shaw2017-12-013-0/+18
* | qwindowsmime.cpp: Fix clazy -Wclazy-container-anti-patternFriedemann Kleint2017-12-011-25/+21
* | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-012-5/+4
* | Fix -Wclazy-connect-not-normalized in Windows codeFriedemann Kleint2017-11-302-3/+3
* | PrintSupport: modernize connection signal/slotLaurent Montel2017-11-304-15/+15
* | Printsupport: not necessary to check pointer before to delete itLaurent Montel2017-11-301-2/+1
* | PrintSupport: convert 0 with nullptr (c++11)Laurent Montel2017-11-3019-34/+34
* | Doc: Complete Simple Anchor Layout ExampleNico Vertriest2017-11-302-0/+46
* | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-303-13/+37
* | Doc: modify connect statement to new syntaxNico Vertriest2017-11-291-24/+24
* | Doc: Minor corrections custom sort filter exampleNico Vertriest2017-11-292-3/+3
* | Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
* | iOS: Don't set background color when debugging window managementTor Arne Vestbø2017-11-291-1/+0
* | iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-284-21/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-2816-180/+420
|\|
| * 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