summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * winrt: fix conditionalMaurice Kalinowski2016-06-301-1/+1
| | | * QSslSocket::transmit (macOS/iOS) - do not use invalid contextTimur Pocheptsov2016-06-301-3/+6
| | | * Fix QDockWidget losing decoration on undocking when GroupedDragging is enabledOlivier Goffart2016-06-301-1/+2
| | | * Fix shortcut handling for level three and above shortcutsBernhard Scheirle2016-06-301-2/+13
| | | * Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
| | | * Fix URL to ANGLEFriedemann Kleint2016-06-304-4/+4
| | | * Windows QPA: Improve warning about SetProcessDpiAwareness() failureFriedemann Kleint2016-06-301-1/+6
| | | * Doc: fix app type notes for QDirModel and QFileSystemModelJ-P Nurmi2016-06-302-2/+2
| * | | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-0510-59/+59
| * | | QDateTimeEdit: remove homebrew 'reverse' algorithmAnton Kudryavtsev2016-07-051-10/+4
| * | | Tools: replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-052-6/+3
| * | | QXml: reduce allocations in extractEncodingDeclAnton Kudryavtsev2016-07-051-1/+2
| * | | Testlib: Format QRegion in QCOMPAREFriedemann Kleint2016-07-057-114/+243
| * | | Revert "CMake: Add imported target for qdoc."Kevin Funk2016-07-051-15/+0
| |/ /
| * | QDateTime: use the more efficient currentMSecsSinceEpoch()Thiago Macieira2016-07-023-3/+3
| * | QFormLayout: Remove internal, unused functionsThiago Macieira2016-07-021-28/+0
| * | QDataStream: unify deserialization of containersAlex Trotsenko2016-07-012-23/+102
| * | Diaglib: Build DebugProxyStyle only when QtWidgets are usedFriedemann Kleint2016-07-011-4/+6
* | | Reimplement compiler default detectionLars Knoll2016-07-153-0/+57
* | | Don't mention private classes in our docs.Lars Knoll2016-07-151-1/+1
* | | Do not spin cpu unnecessarily in qhttpnetworkconnection testJędrzej Nowacki2016-07-151-156/+26
* | | Fix the linkerSupportsFlag configure test typeLars Knoll2016-07-151-1/+1
* | | Remove unused NativeImageAllan Sandfeld Jensen2016-07-146-164/+14
* | | Added QInputDeviceManager device tracking for bsdkeyboard and bsdmouseOleksandr Tymoshenko2016-07-142-0/+8
* | | Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-1426-11/+83
* | | Add qtwidgetsglobal.h and qtwidgetsglobal_p.hLars Knoll2016-07-14258-24/+383
* | | Clean up qwindowdefs_win.hLars Knoll2016-07-145-15/+14
* | | Remove dead codeLars Knoll2016-07-141-16/+0
* | | qdoc: Documentation for qFuzzyIsNull() is addedMartin Smith2016-07-142-6/+18
* | | HTTP2 - autotestTimur Pocheptsov2016-07-147-1/+1332
* | | Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-143-0/+105
* | | Remove the -version-override command line arguments in configure.exeLars Knoll2016-07-141-15/+0
* | | Add qtdbusglobal.h and qtdbusglobal_p.hLars Knoll2016-07-1439-35/+105
* | | Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-146-53/+44
* | | Replace EXTRA_LIBS with EXTRA_LIBDIR and EXTRA_FRAMEWORKPATHLars Knoll2016-07-134-15/+17
* | | Remove -fw and -l command line argumentsLars Knoll2016-07-134-14/+1
* | | Set QMAKE_DEFAULT_INC/LIBDIRS on MSVCLars Knoll2016-07-131-0/+5
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-132-5/+8
* | | Add missing logical bitwise operators to the little-endian storage classesSimon Hausmann2016-07-131-0/+16
* | | Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-132-1/+43
* | | Add "We mean it." warning to HTTP2 protocol handler headersFriedemann Kleint2016-07-134-0/+44
* | | QtSql: Fix qmake warning about missing qsql.hFriedemann Kleint2016-07-131-1/+0
* | | Avoid busy wait in qnetworkreply testJędrzej Nowacki2016-07-131-11/+1
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-122-4/+24
* | | Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-124-13/+6
* | | Improve performance of Qt::mightBeRichText by using QStringRefRobin Burchell2016-07-114-4/+83
* | | QCoreWlanEngine: Remove calls to deprecated API in macOSGabriel de Dietrich2016-07-111-10/+10
* | | QWidgetBackingStore: Fix build with QT_NO_OPENGLAndy Nichols2016-07-111-0/+2
* | | Make QDateTime's default constructor not allocate memory on 32-bitThiago Macieira2016-07-092-27/+46
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-093-18/+245