summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-037-33/+33
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0335-125/+112
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-7/+0
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-033-4/+4
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-032-99/+125
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-036-100/+103
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-021-2/+2
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Android: unify deployment-settings.json path to unix formatAssam Boudjelthia2020-10-021-8/+8
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-012-32/+7
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-017-796/+0
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-013-9/+26
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Add a QVariant::compare() methodLars Knoll2020-10-012-0/+29
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-303-0/+130
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-302-9/+1
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-302-33/+30
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-302-23/+29
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-1/+3
* QList: Remove CapacityReserved on squeezeMårten Nordheim2020-09-301-0/+3
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-302-9/+18
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Remove workaround for MSVC 2008Allan Sandfeld Jensen2020-09-302-82/+8
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+1
* Fix qdoc warning from documentation of internal APIVolker Hilsheimer2020-09-301-7/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-302-1/+7
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-2/+81
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Improve docs for QFuture::{result*, takeResult*}Sona Kurazyan2020-09-291-4/+10
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* Disable moving of QPropertyLars Knoll2020-09-294-52/+21
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-292-1/+5
* CMake: fix sdkBuildToolsRevision not being set for user appsAssam Boudjelthia2020-09-291-1/+22
* doc: Make QtCore depend on all modulesMartin Smith2020-09-291-1/+3
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-293-96/+96
* Switch QCache costs to qsizetypeAllan Sandfeld Jensen2020-09-292-24/+24