summaryrefslogtreecommitdiffstats
path: root/src
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-203-0/+36
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-203-26/+50
* | | | Extend PLATFORM_SDK_EQUAL_OR_ABOVE and DEPLOYMENT_TARGET_BELOW macrosJake Petroules2016-07-191-17/+39
* | | | QThread: make it fatal to destroy a running QThreadGiuseppe D'Angelo2016-07-191-2/+2
|/ / /
* | | Don't mention private classes in our docs.Lars 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
* | | 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