summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Re-add the space character as a document terminatorAndy Shaw2016-08-051-4/+5
| |/ /
| * | Windows QPA: Add missing parameter to qWarning()Friedemann Kleint2016-08-031-1/+1
| * | Fix registered style name of sub-familiesAllan Sandfeld Jensen2016-08-031-1/+0
| * | Register sub-families as separate fontsAllan Sandfeld Jensen2016-08-021-3/+30
* | | QNetworkManagerEngine: port away from Java-style iteratorsMarc Mutz2016-08-091-24/+12
* | | QNetworkManagerEngine: add override keywordsMarc Mutz2016-08-091-11/+11
* | | QNetworkManagerEngine: fix const-correctnessMarc Mutz2016-08-092-8/+8
* | | QColor: mark as movable (except for QList)Marc Mutz2016-08-091-0/+1
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-092-10/+7
* | | Fix build with clang-cl and the Intel compiler on WindowsThiago Macieira2016-08-091-3/+8
* | | Fix QGtk3Menu::removeMenuItem()J-P Nurmi2016-08-081-1/+1
* | | Remove unused legal.qdoc fileKai Koehne2016-08-081-35/+0
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-1/+1
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-1/+2
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-0511-188/+347
* | | QString: de-duplicate code of variants of lastIndexOf()Anton Kudryavtsev2016-08-041-69/+4
* | | Add XDG file icon support for UNIX themesFriedemann Kleint2016-08-042-0/+42
* | | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-043-9/+36
* | | QPolygon: prepare boundingRect() to be extracted as an algorithmMarc Mutz2016-08-041-7/+8
* | | Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-048-149/+28
* | | Optimize QString::compare_helper(QChar*, int, char*, int, cs)Marc Mutz2016-08-041-3/+9
* | | Add missing include in qeventloop_p.hJędrzej Nowacki2016-08-041-0/+1
* | | Cleanup QDBusVirtualObjectPrivateJędrzej Nowacki2016-08-041-2/+0
* | | Fix grayscale painting regression in 64-bit raster engineAllan Sandfeld Jensen2016-08-031-2/+6
* | | Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-038-28/+149
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-032-1/+6
* | | Add QtAndroidPrivate::context()Alex Blasche2016-08-032-0/+11
* | | Save QFont's style name if presentKonstantin Shegunov2016-08-031-2/+11
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-033-5/+10
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-022-0/+59
* | | Cleanup canonical font name lookupAllan Sandfeld Jensen2016-08-021-77/+136
* | | Fix grammar issues in SCTP documentationAlex Trotsenko2016-08-024-15/+15
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-0261-424/+651
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0161-424/+651
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0122-152/+240
| | |\|
| | | * Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1
| | | * Fix gcc -Wsuggest-override warning on Q_OBJECTDavid Faure2016-07-281-0/+2
| | | * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-284-78/+58
| | | * xcb: Don't activate bypassed windows on mouse pressBłażej Szczygieł2016-07-281-1/+4
| | | * QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
| | | * Handle device pixel ratio in QTreeWidget animationsDavid Edmundson2016-07-281-1/+2
| | | * Windows QPA: Pass ExcludeUserInputEvents to QWSI::flushWindowSystemEvents()Friedemann Kleint2016-07-271-5/+5
| | | * Windows style: Scale native metrics per monitorFriedemann Kleint2016-07-274-19/+67
| | | * QAbstractItemViewPrivate: de-inline hasEditor()Marc Mutz2016-07-272-3/+6
| | | * Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-22/+20
| | | * Fontengine: Avoid invalid alpha maps when antialiasing is offEirik Aavitsland2016-07-271-1/+4
| | | * HighDPI: Disable scrolling for non-integer deltasMorten Johan Sørvig2016-07-271-5/+10
| | | * embedded: Make signal handlers optionalLaszlo Agocs2016-07-271-8/+10
| | | * QOpenGLDebugLogger: strengthen the code path in case of GL context destructionGiuseppe D'Angelo2016-07-271-0/+34
| | | * Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2