summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-142-0/+41
* Add qtdbusglobal.h and qtdbusglobal_p.hLars Knoll2016-07-1438-35/+102
* Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-146-53/+44
* Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-5/+2
* Add missing logical bitwise operators to the little-endian storage classesSimon Hausmann2016-07-131-0/+16
* Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-131-1/+3
* 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
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+3
* Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-124-13/+6
* Improve performance of Qt::mightBeRichText by using QStringRefRobin Burchell2016-07-111-3/+3
* 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-092-18/+147
* 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-082-2/+2
* Remove qt_mac_execute_apple_scriptGabriel de Dietrich2016-07-072-64/+0
* QStringRef: add chop()Anton Kudryavtsev2016-07-072-1/+19
* 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-067-28/+24
* UIKit: Handle UIPress eventsMike Krus2016-07-061-0/+53
* Added bsdmouse and bsdkeyboard input plugins for FreeBSDOleksandr Tymoshenko2016-07-0512-0/+1555
* Remove the -target command line optionLars Knoll2016-07-051-2/+0
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-0322-11/+82
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-03107-21/+243
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-03285-99/+408
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-028-9/+13
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-0215-37/+46
* ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-024-64/+42
* moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-0115-22/+67
|\
| * xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-302-0/+10
| * 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-298-9/+44
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-298-9/+44
| | |\
| | | * Avoid artifacts when hiding or closing a QOpenGLWidget or QQuickWidget childLaszlo Agocs2016-06-283-2/+18
| | | * NetBSD: use paccept() where accept4() is usedRalf Nolden2016-06-281-0/+4
| | | * Libpng config.tests: use pkg-config when availableRalf Nolden2016-06-271-2/+10
| | | * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
| | | * Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
| * | | QAbstractItemView: use erase and std::remove_if with QListAnton Kudryavtsev2016-06-291-6/+5
| |/ /
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-243-6/+6
* | | Removed needless null check.Fredrik de Vibe2016-06-301-1/+1