summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-303-70/+166
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-08-2913-0/+111
|\| |
| * | JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-2713-0/+111
* | | corelib/tools: Fix auto detection of QOffsetStringArray::m_offset typeMikhail Svetkin2018-08-281-12/+9
* | | Add Since markers for QLocale enum members added in 5.1 and 5.2Edward Welbourne2018-08-271-123/+123
* | | Sort QLocale enum entries in documentationEdward Welbourne2018-08-271-249/+249
* | | Add some missing language codes to our locale dataEdward Welbourne2018-08-273-2/+42
* | | QSysInfo(linux): Use UTF-8 format read fileJiDe Zhang2018-08-271-2/+11
* | | corelib/tools: Add QOffsetStringArray APIMikhail Svetkin2018-08-272-0/+212
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-08-267-17/+55
|\| |
| * | Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-252-0/+4
| * | Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-253-12/+15
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+13
| |\|
| | * _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
| * | Disable warnings about deprecated QRegularExpression::PatternOptionsTor Arne Vestbø2018-08-241-0/+3
| * | macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-242-3/+19
| * | qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.hFriedemann Kleint2018-08-241-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-08-234-22/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-223-21/+5
| |\|
| | * Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
| | * Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
| | * QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-2/+2
| * | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-1/+2
* | | Implement QStringListModel::moveRowsLuca Beldi2018-08-232-0/+33
* | | Mark qBound/qMin/qMax as constexprMikhail Svetkin2018-08-221-3/+3
* | | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-211-1/+25
|/ /
* | Merge dev into 5.12Oswald Buddenhagen2018-08-2189-1594/+2118
|\ \
| * | Use std::partition_point for faster searches among transitionsEdward Welbourne2018-08-201-56/+55
| * | Scale a correction by a factor of a thousand that it was missingEdward Welbourne2018-08-201-1/+1
| * | Add some local const variables to save some repeated computationEdward Welbourne2018-08-201-8/+7
| * | QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchiesEike Ziller2018-08-201-2/+5
| * | QTimeZonePrivate::dataForLocalTime(): cope with negative DST offsetsEdward Welbourne2018-08-201-5/+7
| * | Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-192-19/+225
| * | Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-194-3/+25
| * | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-192-9/+17
| * | QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-24/+35
| * | macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-171-1/+2
| * | Add ++/--/min/max to QSpecialIntegerErik Verbruggen2018-08-172-0/+120
| * | Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
| * | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1715-32/+40
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1715-32/+40
| | |\|
| | | * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-162-7/+12
| | | * MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
| | | * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1612-22/+22
| * | | qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-175-6/+121
| * | | Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-172-0/+20
| |/ /
| * | Merge QThread class definitionsMorten Johan Sørvig2018-08-173-31/+70
| * | Modernize the "thread" featureUlf Hermann2018-08-1741-198/+135
| * | Add QThreadStorage stub implementationMorten Johan Sørvig2018-08-171-0/+75
| * | Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2