summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-246-0/+42
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-243-34/+75
* QStateMachine: Don't scream at the userRobert Loehning2019-10-241-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-244-61/+54
|\
| * QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
| * Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-23/+28
| * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-31/+20
* | QSortFilterProxyModel: Add a cheaper way to find source_sort_columnUlf Hermann2019-10-181-10/+30
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-146-74/+253
* | Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
* | Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
* | Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+4
|\|
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
* | QTextCodec: try to work around an ICC 19 bugMarc Mutz2019-10-071-1/+4
* | QSysInfo::prettyProductName(): Fix up dc042c6deea7e90b4a9dfcffdc33cbe61df421bdFriedemann Kleint2019-10-041-6/+5
* | Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-042-16/+67
* | Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
* | Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-042-0/+7
* | macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
* | Fix unused function warning for prefixFromQtCoreLibraryHelperTor Arne Vestbø2019-10-041-0/+3
* | CMake: generate moc files for headers using Q_NAMESPACE_EXPORT tooDavid Faure2019-10-041-0/+2
* | docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-042-0/+2
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-042-2/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-042-2/+6
| |\|
| | * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
| | * QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* | | Correct handling of -qfloat16(0)Edward Welbourne2019-10-032-3/+3
|/ /
* | Export lcEventDispatcher in private namespaceTor Arne Vestbø2019-10-032-5/+12
* | Android: Fix plugins namingBogDan Vatra2019-10-012-2/+2
* | 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
* | 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
* | 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