summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* QLocale: Remove dead codeKai Köhne2021-01-062-12/+0
* Doc: Use correct include for QtFuture namespacePaul Wicking2021-01-061-0/+1
* android: Generate deployment settings file with correct qml-import-pathsCraig Scott2021-01-061-2/+7
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Remove superfluous call in QProcessPrivate::_q_startupNotificationAlex Trotsenko2021-01-051-2/+0
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-054-7050/+8878
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-052-11/+11
* qt_qFindChild(ren)_helper: remove pointless checksGiuseppe D'Angelo2021-01-041-6/+5
* XmlStringRef: remove operator<=>Giuseppe D'Angelo2021-01-041-6/+0
* CMake: Prefer canonical CMAKE_ANDROID_NDK var when writing deploy fileCraig Scott2021-01-041-1/+1
* QProcess/Win: do not duplicate handles for pipelined processesAlex Trotsenko2021-01-031-24/+8
* QProcess: allow pipelining for detached processesAlex Trotsenko2020-12-311-6/+12
* QProcess: allow merged channels forwarding for detached processesAlex Trotsenko2020-12-314-37/+32
* QProcess: consolidate channel managementAlex Trotsenko2020-12-314-57/+80
* QProcess/Win: do not needlessly duplicate std handles in startProcess()Alex Trotsenko2020-12-302-38/+35
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* Add version() to QOperatingSystemVersionLars Schmertmann2020-12-282-4/+19
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-282-0/+18
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+3
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2020-12-211-0/+2
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-213-1/+2
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-3/+3
* CMake: Don't rely on versionless commands or targets existingCraig Scott2020-12-211-3/+3
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-1/+1
* Add some comments to clarify meaning of observers in property systemAndreas Buhr2020-12-211-3/+3
* QProcess/Unix: speed up initialization of write notifierAlex Trotsenko2020-12-181-3/+2
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QProperty add markdirtyFabian Kosmale2020-12-184-0/+76
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-172-9/+8
* QProcess/Unix: do not create pipes for forwarded channelsAlex Trotsenko2020-12-171-13/+28
* Q_OBJECT_BINDABLE_PROPERTY: Silence warnings properlyFabian Kosmale2020-12-171-5/+4
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-171-2/+2
* Bindable property with initializationIvan Solovev2020-12-174-2/+87
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-172-0/+72
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-4/+5
* QProperty docs: update macro nameIvan Solovev2020-12-151-2/+3
* QString: update documentationIvan Solovev2020-12-152-120/+215
* Bump versionPaul Wicking2020-12-151-0/+1
* QProcess: remove unused memberAlex Trotsenko2020-12-152-2/+0
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-3/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-152-18/+71
* QUrl: improve parseIp6's use of QStringViewThiago Macieira2020-12-121-6/+4
* QUrl: update parseIp6 to use QStringView, as the comment requestedThiago Macieira2020-12-121-8/+6
* QStringView: add constBegin and constEndThiago Macieira2020-12-122-4/+23
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-112-17/+76
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4