summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix error on MSVC when QList with disabled rvalues is instantiatedLars Knoll2020-11-161-6/+32
* Optimize qRoundAllan Sandfeld Jensen2020-11-161-0/+24
* Doc: fix QStringView::compare since sectionAnton Kudryavtsev2020-11-161-1/+1
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-373/+0
* don't ever force fork() instead of forkfd()Oswald Buddenhagen2020-11-161-10/+0
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-153-7/+73
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-154-8/+70
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* QItemSelection: Use public constructor from baseclassVolker Hilsheimer2020-11-131-1/+1
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-122-7/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-38/+23
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-121-20/+48
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-123-106/+19
* QStringBuilder: change int to qsizetypeAndrei Golubev2020-11-121-11/+11
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-122-20/+0
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-124-13/+16
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-124-11/+9
* QStringTokenizer: fix a misuse of std::moveGiuseppe D'Angelo2020-11-121-2/+2
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-121-1/+1
* Reject `const T*`-convertible types in QCommonArrayOps::copyAppend<It>Andrei Golubev2020-11-112-2/+5
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-112-0/+2
* CMake: Potentially use INSTALL_LIBDIR in qt6_extract_metatypesAlexandru Croitor2020-11-111-2/+7
* QXmlStreamReader: don't store pointersMårten Nordheim2020-11-113-15/+28
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-113-27/+26
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-112-0/+22
* cmake: Fix genex syntax error for iOS entrypointTor Arne Vestbø2020-11-101-1/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-106-24/+26
* Simplify Q*ArrayOps emplace() signatureAndrei Golubev2020-11-101-19/+18
* MinGW: Fix compile error in qlocale_win.cppFriedemann Kleint2020-11-101-3/+3
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-106-178/+34
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-8/+8
* Move iOS entrypoint logic to entrypoint libraryTor Arne Vestbø2020-11-101-2/+1
* CMake: Fix qtbase cmake tests to pass when configured in-treeAlexandru Croitor2020-11-101-1/+4
* CMake: Fix missing resources in Windows debug DLLs/EXEsJoerg Bornemann2020-11-101-6/+8
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-7/+100
* Avoid calling memmove() if it's a noopLars Knoll2020-11-091-20/+25
* Move existing items in generic erase instead of copying themAndrei Golubev2020-11-091-2/+2
* Move existing items when inserting instead of copying themLars Knoll2020-11-091-33/+28
* Do not shrink on remove()Lars Knoll2020-11-093-35/+13
* Implement fast paths for removeFirst() and removeLast()Lars Knoll2020-11-092-2/+64
* Avoid crashes when calling squeeze()Lars Knoll2020-11-091-1/+1
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+19
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-093-6/+6
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-092-0/+40
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-092-7/+7