summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2