summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-5/+35
|\
| * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
| * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
* | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
* | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-126-76/+150
* | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-112-19/+21
* | Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
* | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-1026-87/+84
* | Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
* | Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
* | Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-4/+6
* | Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-1/+6
* | QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
* | Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-062-11/+23
* | QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-2/+1
* | Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* | QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
* | Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
* | 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