summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-05-111-7/+9
* eglfs: Fix DRM+KMS backendsLaszlo Agocs2016-05-1010-14/+17
* Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
* QEglFSKmsIntegration: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-5/+5
* QImageWriter: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-3/+3
* QFactoryLoader: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-27/+11
* QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-104-2/+135
* Prospective MSVC 2013 build fixSimon Hausmann2016-05-101-2/+4
* Fix build on WinRTMaurice Kalinowski2016-05-101-1/+2
* QUrl: enable (N)RVO for gccAnton Kudryavtsev2016-05-091-37/+37
* QDateTimeParser: proper construction of QStringAnton Kudryavtsev2016-05-091-1/+1
* QWidgetTextControl: ensure we listen for changes to cursorFlashTimeChangedRichard Moe Gustavsen2016-05-092-15/+3
* Fix ANGLE glGetUniform*v functions to work properly with arraysMiikka Heikkinen2016-05-092-1/+32
* Be more specific what is in Core and what is notJędrzej Nowacki2016-05-091-2/+5
* QJsonValue: don't create a temporary QString on every toString() invocationMarc Mutz2016-05-092-1/+18
* Add a QMutex::isRecursive() const noexceptThiago Macieira2016-05-092-9/+15
* Work around ICC's bug in making std::atomic a literal typeThiago Macieira2016-05-081-2/+8
* Mark QThread::currentThreadId() as a pure functionThiago Macieira2016-05-081-1/+1
* Implement QLibrary::PreventUnloadHint for WindowsThiago Macieira2016-05-082-2/+10
* Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-082-2/+0
* Mark QTimeZone constructor nothrow.Thiago Macieira2016-05-082-2/+2
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0641-190/+296
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0641-190/+296
| |\
| | * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
| | * Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
| | * QSplitter: Add note about ownership transfer to addWidget() and insertWidget()Stephan Binner2016-05-041-1/+5
| | * Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
| | * Fix FPE under EGLFS_KMS if mesa-10.2.7Elena Zaretskaya2016-05-041-2/+7
| | * doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
| | * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-0418-83/+21
| | * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21
| | * Cocoa: Enable skipping Ctrl+LMB to RMB overrideGabriel de Dietrich2016-05-031-1/+5
| | * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-0318-21/+83
| | * QLinuxFbScreen: fix uninitialized member warningsEdward Welbourne2016-05-031-17/+13
| | * Added a missing comma to the comment.Jesus Fernandez2016-05-031-1/+1
| | * Fix grammar in QSKIP documentationMitch Curtis2016-05-031-1/+1
| | * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-032-7/+7
| | * QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
| | * Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
| | * remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-021-2/+0
| | * QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
| | * iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-022-7/+22
| | * Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
| | * QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
| | * xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
| | * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-3010-73/+77
| | * Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
| | * Remove the use of QMutexPool from QtDBus loading of libdbus-1Thiago Macieira2016-04-301-2/+3