summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
* | | Fix two examples in QUrl::toLocalFile() documentationAndreas Hartmetz2019-08-071-2/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-4/+19
|\|
| * macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
|\|
| * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
|\|
| * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
|\|
| * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-204-9/+30
|\|
| * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
|\|
| * QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
| * Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
* | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-18/+65
|\|
| * Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
| * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
| * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-122-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-4/+4
| |\|
| | * QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
| | * QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
* | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
|/ /
* | doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
* | Fix MinGW cross-build with precompiled headers on LinuxJoerg Bornemann2019-07-101-0/+4
* | [Doc] Fix minor typosSze Howe Koh2019-07-106-10/+10
* | doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
* | doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-034-10/+22
|\|
| * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
| * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
| * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
* | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2
* | Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-283-0/+53
* | Work around Apple Clang's -Wshadow warningThiago Macieira2019-06-281-2/+2
* | QTransposeProxyModel: include the moc in the .cppThiago Macieira2019-06-281-0/+2
* | Fix Clang warning about applying operator|| to non-booleanThiago Macieira2019-06-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+4
|\|
| * Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-254-11/+16
|\|
| * move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
| * QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
| * Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-1/+1
| * Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3