summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: Disable flock() on QNXThiago Macieira2020-01-301-1/+2
* Fix flawed logic in QSystemLocalePrivate::getLocaleInfo()Edward Welbourne2020-01-301-3/+3
* Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-302-3/+3
* Simplify textdate/datestring #if-eryEdward Welbourne2020-01-301-20/+8
* Fix qt5_make_output_file macro for file base names with dotsJoerg Bornemann2020-01-301-1/+8
* Doc: Add since version to enum value documentationPaul Wicking2020-01-302-16/+17
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-10/+84
|\
| * Doc: QPluginLoader: remove the claim we search the current dirThiago Macieira2020-01-181-1/+1
| * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-181-1/+3
| * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-1520-123/+189
| |\
| * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-8/+80
* | | updateSystemPrivate(): fix handling of empty string as non-null QVariantEdward Welbourne2020-01-231-5/+5
* | | QXmlStreamReader: fix memory leakGiuseppe D'Angelo2020-01-232-4/+5
* | | QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-231-2/+5
* | | Fix QLocale::system() and uiLanguages() for the mobile platformsAndy Shaw2020-01-222-1/+3
* | | macOS: Work around CoreFoundation failing to resolve bundle resourcesTor Arne Vestbø2020-01-221-2/+19
* | | macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-1/+1
* | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-175-5/+4
* | | Fix MS-Win system locale code to return QString for numeric tokensEdward Welbourne2020-01-161-35/+62
* | | QRegularExpression: fixup docs of wildcardToRegularExpressionGiuseppe D'Angelo2020-01-151-2/+6
| |/ |/|
* | Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-145-6/+15
* | Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
* | Doc: Don't document QTextStreamManipulatorPaul Wicking2020-01-131-1/+1
* | ICC compile-fix for __builtin_add_overflow()'s parameter typeEdward Welbourne2020-01-131-1/+2
* | qglobal.h: remove non-ASCII quotes from commentThiago Macieira2020-01-131-1/+1
* | 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