summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-1/+24
* Bump versionPaul Wicking2021-01-111-2/+3
* Doc: Generalize timer docsKai Köhne2021-01-111-3/+3
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-114-1/+601
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+1
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Remove useless call in QProcessPrivate::waitForFinished() on WindowsAlex Trotsenko2021-01-091-3/+1
* QProcess/Unix: do not activate read notifiers until process has startedAlex Trotsenko2021-01-091-2/+6
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-094-40/+48
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-083-34/+30
* Assert that wchar_t's size matches one of the unicode character typesEdward Welbourne2021-01-081-0/+2
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-082-4/+4
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-084-6/+7
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-0723-1336/+0
* 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