summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
* Add information for macOS to qsystemdetection.hLars Schmertmann2020-04-141-0/+2
* Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
* Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
* Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
* QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
* Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
* Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
* QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
* QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
* Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-273-21/+48
* QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
* QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-252-13/+30
* QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
* qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-202-57/+100
* Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-8/+6
|\
| * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-109-87/+116
| |\
| * | QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* | | Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
* | | Fix QVarLengthArray documentationGiuseppe D'Angelo2020-03-121-5/+5
| |/ |/|
* | 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
|/
* 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