summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-032-0/+81
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-1/+5
* | | Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-434/+190
* | | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-033-2/+27
* | | QOffsetStringArray: fix compilation error with clang-802.0.42Mikhail Svetkin2018-10-011-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0118-80/+62
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-3017-74/+46
| |\|
| | * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
| | * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
| | * Android: fix log output patternLuka Modric2018-09-271-3/+1
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-2714-62/+32
| * | Windows: Fix QDir::drives() to no longer list ejected mediaFriedemann Kleint2018-09-291-6/+16
* | | Fix namespaced buildJędrzej Nowacki2018-10-011-2/+2
* | | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-012-0/+13
* | | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-292-26/+18
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2925-111/+159
|\| |
| * | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-2713-72/+78
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-2713-72/+78
| | |\|
| | | * Modernize the "datestring" featureLiang Qi2018-09-2410-49/+52
| | | * Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
| | | * Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
| | | * Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5