summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| | | | |/ | | | |/|
| | | * | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| | | * | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| | | * | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
| | | * | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
| | | * | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
| | | * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
| | | |/
| | * | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-152-0/+12
| | * | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
| | * | QDateTimeParser: use QStringRef moreAnton Kudryavtsev2016-05-131-9/+8
| | * | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-125-24/+20
| | * | QMutex: make FUTEX_PRIVATE_FLAG a mandatory featureThiago Macieira2016-05-111-35/+6
| | * | QtCore/QtDBus/QtSql: port the last remaining Q_FOREACH loop and add QT_NO_FOR...Marc Mutz2016-05-112-2/+6
| | * | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | | | Deprecate QLibraryInfo::licensee()/licensedProducts()Lars Knoll2016-05-232-12/+14
|/ / /
* | | winrt: Remove explicit exit callMaurice Kalinowski2016-05-191-13/+0
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-1910-602/+423
* | | Add support for Apple tvOSMike Krus2016-05-1717-31/+46
* | | Remove qt_cancelIo helper functionJoerg Bornemann2016-05-172-20/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1278-368/+732
|\| |
| * | QDateTimeParser: adapt unquote() to make good use of QStringRef.Anton Kudryavtsev2016-05-111-6/+4
| * | QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-05-111-7/+9
| * | Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
| * | QFactoryLoader: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-27/+11
| * | QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-104-2/+135
| * | 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
| * | 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-081-1/+0
| * | Mark QTimeZone constructor nothrow.Thiago Macieira2016-05-082-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0615-88/+108
| |\|
| | * QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
| | * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-032-7/+7
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
| | * QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
| | * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
| | * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-303-22/+18
| * | QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
| * | QScoped(Array)Pointer: canonicalize swappingMarc Mutz2016-05-041-11/+9
| * | Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
| * | Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0210-18/+48
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2910-18/+48
| | |\|