summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-121-1/+1
* QRegularExpression: minor doc fixesGiuseppe D'Angelo2020-01-121-2/+2
* QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-18/+26
* QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+1
* Eliminate QLocale's default_number_options global staticEdward Welbourne2020-01-091-8/+5
* Improve QLocale method documentationEdward Welbourne2020-01-091-5/+25
* Add advance warning of change of return types coming in Qt6Edward Welbourne2020-01-092-4/+32
* Change getMacLocaleName() to return a QStringEdward Welbourne2020-01-091-7/+7
* QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-092-46/+46
* Resolve a build error for ICC 19Inho Lee2020-01-091-2/+2
* ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-091-4/+4
* GCC: revoke constexpr before 5.0Giuseppe D'Angelo2020-01-091-2/+5
* Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
* QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-6/+5
* Fix some qdoc warningsFriedemann Kleint2020-01-024-14/+6
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-302-12/+36
* QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
* QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
* Unbreak developer build with clang-clFriedemann Kleint2019-12-201-6/+7
* Don't have a "see also qrand" from qrandAlbert Astals Cid2019-12-191-1/+1
* Doc: Add since versionPaul Wicking2019-12-191-0/+2
* Doc: Add since Qt 5.8 info for QResource::lastModified()Leena Miettinen2019-12-181-0/+2
* 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