summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPointerUniqueId::numeric() is constShawn Rutledge2016-07-072-2/+2
* winrt: Fix launch as background taskMaurice Kalinowski2016-07-061-27/+86
* Windows/QProcess::startDetached(): Don't always create consoleKevin Funk2016-07-061-1/+3
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-0617-40/+36
* UIKit: Handle UIPress eventsMike Krus2016-07-061-0/+53
* Added bsdmouse and bsdkeyboard input plugins for FreeBSDOleksandr Tymoshenko2016-07-0512-0/+1555
* Remove unused command line optionsLars Knoll2016-07-051-18/+0
* Remove the -target command line optionLars Knoll2016-07-057-45/+2
* Get rid of the qt_no_framework setting in the CONFIG variableLars Knoll2016-07-052-3/+2
* Make more configure tests work on WindowsLars Knoll2016-07-051-12/+18
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-0323-11/+85
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-03107-21/+243
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-03285-99/+408
* tst_QDBusConnection: add a test for a regular signal connectionThiago Macieira2016-07-022-16/+61
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-0212-10/+14
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-0215-37/+46
* ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-024-64/+42
* Handle the -[no]make command line arguments in qmakeLars Knoll2016-07-023-55/+30
* Determine the set of modules to skip in qmakeLars Knoll2016-07-023-15/+27
* Fix handling of -v/-verbose command line flags to configureLars Knoll2016-07-023-19/+7
* Call arch test through the new qmake based configure systemLars Knoll2016-07-025-196/+120
* moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* Allow passing configure opts with two dashes againFrederik Gladhorn2016-07-011-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-0132-51/+126
|\
| * xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-303-0/+29
| * QAbstractItemView: avoid search through QIndexEditorHashAnton Kudryavtsev2016-06-301-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-06-2915-19/+72
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2915-19/+72
| | |\
| | | * Improve SQLite3 configuration testJames McDonnell2016-06-281-0/+1
| | | * Avoid artifacts when hiding or closing a QOpenGLWidget or QQuickWidget childLaszlo Agocs2016-06-283-2/+18
| | | * NetBSD: enable detection of posix_fallocate()Ralf Nolden2016-06-281-0/+4
| | | * NetBSD: use paccept() where accept4() is usedRalf Nolden2016-06-282-0/+8
| | | * Libpng config.tests: use pkg-config when availableRalf Nolden2016-06-272-3/+16
| | | * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
| | | * mainwindow example: fix creating custom QDockWidgetOlivier Goffart2016-06-241-1/+1