summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-082-2/+2
* QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-062-0/+26
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-067-7/+22
|\
| * Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-067-7/+22
| |\
| | * Update various qt_attribution.json filesEdward Welbourne2018-11-022-0/+8
| | * QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-023-3/+4
| | * QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
| | * Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
* | | New proxy model: QTransposeProxyModelLuca Beldi2018-11-056-0/+620
* | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-1/+3
* | | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-4/+4
|/ /
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-059-13/+27
* | QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-022-1/+17
* | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-014-10/+462
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-016-17/+69
|\|
| * QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
| * QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
| * winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
| * Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
| * Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
| * qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
* | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-1/+10
* | doc: Add \since 6.0 to future functionsMartin Smith2018-10-303-2/+4
* | Clarify behavior of QCoreApplication::processEventsTor Arne Vestbø2018-10-301-4/+11
* | 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