summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-2/+2
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-062-26/+0
* Fix workaround in pthread destructorMike Achtelik2020-07-041-19/+6
* Doc: Fix connect syntax in snippetPaul Wicking2020-07-041-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Remove deprecated empty macroLars Schmertmann2020-07-021-3/+0
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-022-12/+43
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-022-144/+0
* Add a note to qurlidna.cpp about IDNA's Unicode version being frozenEdward Welbourne2020-07-021-0/+9
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-024-24/+4
* Remove method declaration that's not used or implementedLars Knoll2020-07-021-2/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-024-8/+12
* Small cleanupLars Knoll2020-07-021-9/+2
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-022-7/+26
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Documentation fixes for QStringTokenizerKai Koehne2020-07-011-9/+9
* CMake: Hard-code QT_CONFIGURE_CROSSBUILD to 0Joerg Bornemann2020-07-011-0/+1
* QLoggingRegistry: remove an always true testGiuseppe D'Angelo2020-06-301-2/+1
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2915-864/+348
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-292-5/+7
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2955-388/+334
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-292-52/+0
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21
* CMake: Make the path variables in Qt6CoreConfigExtras.cmake relativeJoerg Bornemann2020-06-281-13/+13
* QList: use =default for its default constructorGiuseppe D'Angelo2020-06-261-1/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-262-4/+28
* Unexport QModelIndexGiuseppe D'Angelo2020-06-261-1/+1
* QThread: Fix unnecessary stricter accesses to QThreadData::threadThiago Macieira2020-06-251-6/+6
* Use QList instead of QVector in corelibJarek Kobus2020-06-2549-198/+166
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-3/+3
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-255-59/+104
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-255-30/+88
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* cmake: Apply symbol visibility settings to Objective-C/C++ sourcesTor Arne Vestbø2020-06-251-0/+2
* Improve castingAllan Sandfeld Jensen2020-06-255-9/+9
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-253-247/+0
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+43
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3