summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14 into 5.14.2Kari Oikarinen2020-03-109-87/+116
|\
| * QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
| * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
| * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
| * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
| * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
* | QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
|/
* QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+4
* Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
* Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
* QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
* wasm: add platform qsettingsLorn Potter2020-02-185-31/+276
* 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
| |/ |/|