summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-3/+2
* Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
* Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
* QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-1/+1
* QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-3/+7
* QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
* QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-085-28/+14
|\
| * 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: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-073-26/+103
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-065-45/+64
|\|
| * 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
* | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-031-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-031-20/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-20/+13
| |\|
| | * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-038-12/+12
* | | No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
|/ /
* | Purge a stray space from calendar locale dataEdward Welbourne2020-04-023-1779/+1779
* | Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-433/+433
* | Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-146/+143
* | Take number system into account in currency format look-upEdward Welbourne2020-04-021-18/+18
* | Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-022-3/+5
* | Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-021-2/+2
* | Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-022-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-313-21/+48
|\|
| * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-273-21/+48
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-272-46/+67
|\|
| * 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
* | Doc: Document new property change notifiers for QSortFilterProxyModelTopi Reinio2020-03-261-3/+45
* | Doc: QItemSelectionModel: Note when function default arguments were addedTopi Reinio2020-03-261-0/+12
* | Doc: Mark QTextStream manipulators as deprecatedTopi Reinio2020-03-261-0/+24
* | Doc: Expand reasoning for QHash deprecationsTopi Reinio2020-03-261-2/+16
* | Doc: Expand reasoning for QMap deprecationsTopi Reinio2020-03-261-6/+5
* | Doc: Fix \fn command for qScopeGuard(F &&f)Topi Reinio2020-03-262-1/+2
* | Doc: Fix documentation for deprecated QSet functionsTopi Reinio2020-03-261-6/+80
* | Doc: Mark deprecated QMutableSetIterator functions as \obsoleteTopi Reinio2020-03-261-4/+50
* | QProcess/Linux: use the FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-3/+10
* | CMake: Warn about using internal macros and functionsKai Koehne2020-03-251-13/+27
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-03-243-58/+101
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-243-58/+101
| |\|