summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
* | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-9/+9
* | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
* | | Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
* | | Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
* | | Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
* | | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
* | | Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-242-2/+38
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-224-9/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-204-9/+30
| |\|
| | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| | * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-203-44/+179
* | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-208-37/+180
* | | QJsonObject: minor refactoringMat Sutcliffe2019-07-202-16/+26
* | | Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-202-6/+14
* | | QFile: hold engine by unique_ptrMarc Mutz2019-07-195-53/+42
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-193-23/+15
|\| |
| * | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
| |\|
| | * QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
| | * Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
| * | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
* | | QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+11
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-173-7/+48
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-173-7/+48
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-18/+65
| | |\|
| | | * Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
| | | * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
| | | * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-122-4/+4
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-4/+4
| | | |\|
| | | | * QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
| | | | * QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
| | * | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
| | |/ /
* | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-163-18/+36
* | | | Remove useless null pointer checksThiago Macieira2019-07-161-7/+4
* | | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-165-15/+52
|/ / /
* | | Fix more implicit QAtomic<T> <-> T conversionsMarc Mutz2019-07-161-4/+4
* | | QAbstractItemModel: don't inherit QHash just to add elementsMarc Mutz2019-07-161-14/+9
* | | QProcessEnvironment: simplify lockingMarc Mutz2019-07-163-37/+22
* | | Optimize QInotifyFileSystemWatcherEngine::getPathFromID()Marc Mutz2019-07-151-8/+19
* | | Fix qdoublescanprint_p.h path in corelibTasuku Suzuki2019-07-151-1/+1
* | | QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-1/+3
* | | QAbstractMetaCallEvent: fix compilation with out feature.thread on ClangMarc Mutz2019-07-141-2/+7
* | | QFilesystemEngine: fix unused variable warning-turned-error on WASMMarc Mutz2019-07-131-0/+4
* | | Centralize the MSVC work-around for std::is_permutationMarc Mutz2019-07-122-15/+24
* | | QHash: optimize equality operatorMarc Mutz2019-07-121-10/+12