summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-0522-93/+118
|\
| * 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
| * 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
| * [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-281-2/+3
| * iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-284-9/+10
* | 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
* | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-303-13/+37
* | 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-288-168/+172
|\|
| * 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-253-4/+3
| * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-252-151/+158
| |\
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-232-151/+158
| | |\
| | | * 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-141-3/+5
| * | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
| * | | Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
| |/ /
* | | [android] Fix compile with -warnings-are-errorsBogDan Vatra2017-11-241-1/+0
* | | improve QLocale::formattedDataSize docs slightlyShawn Rutledge2017-11-241-11/+12
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-2320-69/+130
|\| |
| * | 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-221-24/+10
| * | QTreeView/Fusion style : Draw child indicator correct in RTL-modeChristian Ehrlicher2017-11-221-2/+4
| * | Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
| * | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-222-2/+10
| * | Start from the first visible item when doing a searchAndy Shaw2017-11-221-5/+13