summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix crash when qtvkb tries to load a pluginLorn Potter2020-02-161-1/+1
* Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
* QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
* QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
* Doc: Fix documentation for QSortFilterProxyModel::filterAcceptsColumnPaul Wicking2020-02-121-6/+2
* QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
* Doc: QPersistentModelIndex cannot be stored in a QStandardItemVolker Hilsheimer2020-02-061-0/+3
* Coding style: put case bodies on separate lines from the case labelEdward Welbourne2020-02-051-12/+25
* Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-054-4/+24
* qfloat16: include the tables in AVX2 binaries regardlessThiago Macieira2020-02-031-1/+1
* Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-033-15/+41
* Fall back to "+" if MS returns empty string for positive signEdward Welbourne2020-02-031-1/+11
* qlocale_win.cpp: distinguish empty QString from null QVariantEdward Welbourne2020-02-031-26/+29
* Win: work around (estimated) 32k char limit for OutputDebugStringOliver Wolff2020-02-021-5/+25
* Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
* Check for (__ARM_FP & 2) to verify 16-bit FP supportAllan Sandfeld Jensen2020-02-011-1/+1
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-314-9/+9
* 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