summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QCocoaMenuLoader: Remove NIB fileGabriel de Dietrich2016-07-217-173/+104
* QCocoaWindow: Fix usage on deprecated APIGabriel de Dietrich2016-07-201-3/+1
* Add QStyleHints::useHoverEffectsJ-P Nurmi2016-07-209-3/+49
* Improve precision of reported file times on Unix-style platformsSimon Hausmann2016-07-202-9/+31
* make QFontDatabase().writingSystemSample for Arabic usefulFahad Al-Saidi2016-07-201-2/+10
* Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-205-0/+85
* moc: get the system #defines from the compiler itselfThiago Macieira2016-07-207-30/+156
* Extend PLATFORM_SDK_EQUAL_OR_ABOVE and DEPLOYMENT_TARGET_BELOW macrosJake Petroules2016-07-191-17/+39
* Fix compilation on qt css lexer generatorSimon Hausmann2016-07-191-0/+1
* QThread: make it fatal to destroy a running QThreadGiuseppe D'Angelo2016-07-191-2/+2
* 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
* HTTP2 protocol handlerTimur Pocheptsov2016-07-0821-12/+2688
* QNativeSocketEngine/Win: fetch connection parameters only onceAlex Trotsenko2016-07-081-40/+44
* rectify opengl configuration under windowsOswald Buddenhagen2016-07-083-37/+18
* Fix log messageLars Knoll2016-07-081-1/+1
* fix command line option for avx512Oswald Buddenhagen2016-07-081-1/+1
* Fix compile-examples command line optionLars Knoll2016-07-081-1/+1
* Remove qt_mac_execute_apple_scriptGabriel de Dietrich2016-07-072-64/+0
* QStringRef: add chop()Anton Kudryavtsev2016-07-073-1/+62