summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-8/+8
|\
| * Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2562-487/+1002
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-233-6/+28
| |\
| | * QSortFilterProxyModel: Add change signals for propertiesKai Uwe Broulik2019-11-222-6/+22
| | * QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-2016-20/+35
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-192-61/+9
| |\|
| | * Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-181-59/+7
| | * Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
| * | RDRAND test: also disable if RDRAND produced only three samplesThiago Macieira2019-11-181-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-153-2/+7
| |\|
| | * Allow longer time-zone components on AndroidEdward Welbourne2019-11-141-0/+6
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-1/+1
| | |\
| | | * Fix typo in QLoggingCategory documentationMitch Curtis2019-11-061-1/+1
| | * | Do not load plugin from the $PWDOlivier Goffart2019-11-111-1/+0
| * | | wasm: add platform qsettingsLorn Potter2019-11-145-31/+276
| * | | Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-134-16/+32
| * | | Make sure the metatypes are installed in prefix buildsUlf Hermann2019-11-131-1/+2
| * | | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-1312-113/+152
| * | | QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
| * | | QBasicTimer: release timer id on exitAlex Trotsenko2019-11-131-6/+4
| * | | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-093-3/+33
| * | | QWaitCondition: fix dummy QWaitCondition implementationChristian Ehrlicher2019-11-081-7/+14
| * | | Avoid erroneous creation of QScopedValueRollback objectsSimon Hausmann2019-11-081-1/+5
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-083-157/+65
| |\| |
| | * | Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
| | * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-061-1/+1
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+1
| | | |\|
| | | | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-301-1/+1
| | | | |\
| | | | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-113-2/+9
| | | | | |\
| | | | | * | Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
| | | | * | | Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-241-1/+3
| | * | | | | Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
| | |/ / / /
| * | | | | QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-076-24/+42
| * | | | | Add support for a signaling NaN in qfloat16Edward Welbourne2019-11-061-1/+9
| * | | | | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-062-0/+11
| * | | | | Deprecate reverse iteration on QHashLars Knoll2019-11-052-18/+251
| * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-052-3/+10
| |\| | | |
| | * | | | QProcess: explicitly mark QProcess::error() as deprecatedChristian Ehrlicher2019-11-041-1/+2
| | * | | | QFile::decodeName(const char *): don't construct QByteArray but use the argum...Adam Sowa2019-11-011-2/+8
* | | | | | Add functions for facilitating adding UTF-8 and US-ASCII stringsThiago Macieira2019-11-192-3/+13
* | | | | | Remove redundant overloads in QStringFrederik Gladhorn2019-11-133-62/+9
* | | | | | Fix build without features.shortcutTasuku Suzuki2019-11-121-3/+0
* | | | | | Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-063-83/+13
* | | | | | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-056-44/+93
* | | | | | Fix converting a null QStringRef to QStringSona Kurazyan2019-11-041-1/+1
* | | | | | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-044-54/+5
* | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-022-3/+1
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-012-3/+1
| |\| | | |