summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-012-0/+5
| | | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-0/+3
| | | * QDataWidgetMapper: Fix UB (member call)Marc Mutz2016-08-012-16/+3
| | | * QColor: remove 158 avoidable relocationsMarc Mutz2016-08-011-1/+1
| | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-2/+4
| | | * REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
| | | * Android: Fix CJK text with Android 7.0Eskil Abrahamsen Blomfeldt2016-08-011-1/+2
| | | * QTreeWidget: Fix UB (member call)Marc Mutz2016-07-311-0/+1
| | | * QColor: Fix UB (left shift of negative number)Marc Mutz2016-07-311-14/+20
| | | * QAbstractItemView: Fix UB (invalid downcast)Marc Mutz2016-07-311-1/+1
| | | * QRasterizer: fix UBs involving << with a negative LHSMarc Mutz2016-07-301-3/+3
| | | * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
| | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-2/+1
| | | * qgrayraster: fix UBs involving << with a negative LHSMarc Mutz2016-07-291-2/+2
| * | | qdbusxml2cpp: Ported to QCommandLineParserAndreas Wilhelm2016-08-051-129/+74
| * | | 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
| | |\|