summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-25144-14629/+16114
|\
| * qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
| * qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
| * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-203-40/+21
| |\
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-213-40/+21
| | |\
| | | * QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
| | | * Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
| | | * Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-122-43/+9
| * | | qfilesystemengine: add missed Q_CHECK_PTRIvan Komissarov2018-10-201-0/+3
| |/ /
| * | Fix re-running of cmake when a qrc file changesSimon Hausmann2018-10-191-1/+1
| * | Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
| * | qreadwritelock: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-2/+2
| * | QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-2/+6
| * | Create empty list only if it's needed in QMetaMethod::parameterNamesAnton Kudryavtsev2018-10-171-2/+1
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1766-13535/+13800
| |\|
| | * Modernize the "mimetype" featureLiang Qi2018-10-1216-45/+9
| | * Modernize the "codecs" featureLiang Qi2018-10-128-24/+19
| | * Modernize the "big_codecs" featureLiang Qi2018-10-1216-68/+35
| | * Modernize the "animation" featureLiang Qi2018-10-1227-110/+45
| | * Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-091-13288/+13692
| * | Clarify behavior of QAbstractEventDispatcher::processEventsTor Arne Vestbø2018-10-161-0/+9
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1570-1043/+2255
| * | Fix docs for QStandardPaths::DesktopLocationAndre Hartmann2018-10-151-1/+2
| * | glib dispatcher: rework userEventSourcePrepare() event sourceGatis Paeglis2018-10-142-2/+3
* | | doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* | | Use std::unique_ptr for memory management in QMimeDataBasePrivateIvan Komissarov2018-10-222-15/+16
* | | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-223-16/+44
* | | qdbuserror: Use qOffsetStringArray instead of script generated codeMikhail Svetkin2018-10-161-0/+3
* | | doc: Revert to documenting the actual functionsMartin Smith2018-10-162-18/+42
* | | Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* | | Bump versionOswald Buddenhagen2018-10-112-2/+4
* | | Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* | | Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0910-23/+86
|\| |
| * | Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * | Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
| * | Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
| * | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-082-5/+26
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
| | |\|
| | | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* | | | QString: documentation fixesSamuel Gaist2018-10-081-15/+15
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-086-5/+47
|\| | |
| * | | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-083-2/+40
| |/ /
| * | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
| * | QSFPM: setFilterRegExp and setFilterRegularExpression overloads to slotsSamuel Gaist2018-10-021-2/+2
| * | Doc: fix QRegularExpression::wildcardToRegularExpression snippetSamuel Gaist2018-10-021-1/+4
* | | qdoc: Add default include dirs to qdoc command lineMartin Smith2018-10-051-1/+1
* | | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-033-14/+21
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-036-1/+79