summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-4/+4
* Build fix for GHS Compiler 2020.1.4Kimmo Ollila2021-02-161-1/+1
* Mark QPropertyAlias as internalFabian Kosmale2021-02-151-0/+2
* QPropertyBindingPrivate: Support QQmlProperyBindingFabian Kosmale2021-02-153-2/+10
* QPropertyBindingPrivate: Add further support code for QMLFabian Kosmale2021-02-151-2/+15
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-151-1/+0
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-152-78/+42
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-27/+8
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-1/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-152-13/+28
* Simplify test-snippets in configure.cmakeEdward Welbourne2021-02-152-92/+46
* Update two .prev_configure.cmake files that seem to be out of dateEdward Welbourne2021-02-151-1/+1
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-152-2/+2
* Implement futexes for WindowsThiago Macieira2021-02-135-207/+162
* Update QDateTime::timeZoneAbbreviation docsEdward Welbourne2021-02-121-14/+14