summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0220-86/+446
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0113-68/+179
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-308-64/+168
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-308-64/+168
| | | |\
| | | | * QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
| | | | * Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
| | | | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-264-51/+88
| | | | * QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
| | | | * Doc: Q_FLAG should be applied to the enum, not the QFlagsThiago Macieira2019-09-241-1/+1
| | | | * Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
| | * | | Featurize support for signaling NaNEdward Welbourne2019-09-304-3/+10
| | |/ /
| | * | Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-281-1/+1
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-285-18/+113
| |\| |
| | * | Fix documentation of qfloat16Edward Welbourne2019-09-271-3/+44
| | * | Fix doc of QDateTime::YearRange; include its \since 5.14Edward Welbourne2019-09-271-0/+1
| | * | Fix QCalendar::isValid(): make it constEdward Welbourne2019-09-262-2/+11
| | * | Windows: QSysInfo::prettyProductName(): Improve version formattingFriedemann Kleint2019-09-251-13/+57
| * | | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-272-0/+154
* | | | Use same condition for QT_USE_MMAP as in qresource.cppTobias Hunger2019-10-012-6/+6
* | | | Simplify code guarded by QT_USE_MMAPTobias Hunger2019-10-011-8/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-246-22/+57
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-246-22/+57
| |\| |
| | * | doc: add a note to QFileSystemWatcher about files saved by re-creationShawn Rutledge2019-09-231-0/+6
| | * | Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-231-3/+4
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-8/+4
| | |\|
| | | * Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
| | * | Android: Fix loading of pluginsBogDan Vatra2019-09-224-11/+43
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-223-30/+23
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-193-30/+23
| |\| |
| | * | Revert "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition...Jani Heikkinen2019-09-192-29/+22
| | * | Enable debug plugin check for MinGW / Unix in debug_and_release modeCristian Adam2019-09-171-1/+1
* | | | Add note about reading/writing external storage on AndroidNicolas Fella2019-09-181-0/+2
* | | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-1817-143/+21
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-04115-3542/+10447
| |\ \ \ \
| * | | | | QObject: remove the undocumented userData() featureMarc Mutz2019-08-123-83/+0
| * | | | | Get rid of the deprecated QSet::to/fromList methodsLars Knoll2019-08-121-30/+0
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-06146-1036/+1296
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0865-277/+631
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-26170-1324/+5357
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-1129-52/+71
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-06113-5573/+7076
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove deprecated QEasingCurve::cubicBezierSpline() functionShawn Rutledge2019-03-132-12/+0
| * | | | | | | | | | Bump version to Qt 6Lars Knoll2019-05-1410-17/+20
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-09-1729-488/+707
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-177-277/+283
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-161-4/+4
| | * | | | | | | | | Reflow documentation after indentation changeEdward Welbourne2019-09-164-111/+117
| | * | | | | | | | | Standardize indentation of calendar code's documentationEdward Welbourne2019-09-164-263/+263
| | * | | | | | | | | doc: Remove ifndef Q_QDOCMartin Smith2019-09-161-4/+0
| | * | | | | | | | | Revert "Revert "Deprecate QAtomic::load() / store()""Giuseppe D'Angelo2019-09-161-4/+8