summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-024-341/+570
* Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* Canonical type conversionHou Lei2021-03-021-1/+1
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4
* Merge "Brush up the imageviewer example"Friedemann Kleint2021-03-011-6/+0
|\
| * Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-011-2/+0
| * Remove unused definitionsAlexey Edelev2021-03-011-4/+0
* | Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* | Try again if mktime() fails when we thought we knew DST-nessEdward Welbourne2021-03-011-0/+6
* | QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* | Only store offsetFromUtc when sane (and assert sanity)Edward Welbourne2021-03-011-4/+8
* | Rework an assertion to eliminate a common sub-expression using a lambdaEdward Welbourne2021-03-011-8/+9
* | Use qint64 as base-type for an enum mostly cast to that typeEdward Welbourne2021-03-011-45/+47
|/
* Kill qHash(QPointF)Giuseppe D'Angelo2021-02-281-0/+2
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-262-0/+4
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-252-6/+38
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-252-30/+9
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-251-0/+44
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-2516-330/+95
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-252-0/+21
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3
* QSystemSemaphore: Fix broken translated messagesFriedemann Kleint2021-02-245-28/+15
* QStandardPaths: Add translation comment for macOS-specific itemFriedemann Kleint2021-02-241-1/+3
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* Assert that either both or neither pointer are nullptrVolker Hilsheimer2021-02-241-0/+10
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-242-8/+53
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+1
* Re-order includes in qjniobject.cppAssam Boudjelthia2021-02-221-1/+2
* QProcess/Unix: remove outdated notices about use of posix_spawn() on QNXThiago Macieira2021-02-211-4/+0
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-211-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-211-21/+26
* QProcess::startDetached/Unix: remove unnecessary ignoring of SIGPIPEThiago Macieira2021-02-211-10/+0
* QProcess::startDetached/Unix: fix the resetting of SIGPIPEThiago Macieira2021-02-221-5/+1
* QProcess::startDetached: set the error condition on failure to startThiago Macieira2021-02-213-14/+31
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-206-28/+166
* QProcess::startDetached/Unix: move up the chdir() and remove qWarningThiago Macieira2021-02-181-6/+6
* QProcess/Unix: remove unnecessary chdir("/") before _exit()Thiago Macieira2021-02-181-2/+0
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-02-181-1/+1
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* Mark QSocketNotifier::activated(int) QT_MOC_COMPATMÃ¥rten Nordheim2021-02-181-1/+1
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Provide calendar backends with a unique IDEdward Welbourne2021-02-1813-138/+292
* Fix a typo, simplify an increment, add an assertionEdward Welbourne2021-02-181-3/+5
* Drop some over-rides that duplicated the base-class's implementationEdward Welbourne2021-02-182-23/+2
* Fix some qdoc-warnings for 6.1Friedemann Kleint2021-02-182-1/+7
* QMetaType::id: add fastpathFabian Kosmale2021-02-182-13/+22
* Bump the version of QDataStreamFriedemann Kleint2021-02-182-2/+4