summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* | Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
* | Silence intel compiler warning about float comparisonOlivier Goffart2019-11-283-0/+3
* | Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+11
* | Fix mis-guided init() in default QAndroidTimeZonePrivate constructorEdward Welbourne2019-11-271-8/+8
* | Sanitize QAndroidTimeZonePrivate::init()Edward Welbourne2019-11-271-17/+19
* | Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
* | Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-272-6/+14
* | Qt5CoreMacros: properly check the CMake versionBen Boeckel2019-11-261-1/+1
* | Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
* | QGb18030Codec: fix out-of-bounds access when decoding surrogate pairsThiago Macieira2019-11-261-1/+0
* | QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-74/+83
* | Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-5/+5
* | 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
* 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
* 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
* | 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
|/ / / /
* | | | 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
* | | | Doc: Remove empty section title from QMilankovicCalendarTopi Reinio2019-10-311-2/+0
* | | | Doc: Clarify the ownership of a state for addState()Kavindra Palaraja2019-10-301-1/+1
* | | | CMake: Fix androiddeployqt support when using add_library MODULEAlexandru Croitor2019-10-291-0/+6
* | | | no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt2019-10-281-0/+10
* | | | Update public suffix list to latest versionEdward Welbourne2019-10-252-13712/+13877
* | | | Android: Add multi-abi support for CMakeCristian Adam2019-10-254-1/+207
* | | | Disable Clang warning for 'using namespace' in qtextstream.hJüri Valdmann2019-10-251-0/+3
* | | | Update CLDR to v36Edward Welbourne2019-10-258-6052/+6190
* | | | 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