summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix event() chaining in QSocketNotifierAlex Trotsenko2020-12-111-11/+15
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-114-20/+242
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17