summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-1/+4
* CMake: fix typo in qt_finalize_executable snippetAssam Boudjelthia2021-02-101-1/+1
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-096-17/+21
* Documentation improvements to JNI APIAssam Boudjelthia2021-02-095-264/+362
* Canonical pointer usageHou Lei2021-02-091-3/+3
* QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPathUlf Hermann2021-02-082-2/+3
* Revert "Fix static build with tests"Joerg Bornemann2021-02-071-3/+2
* Fix warning from syncqt.pl about header inclusion pathEdward Welbourne2021-02-051-1/+1
* QMetaType: avoid id() calls in compareFabian Kosmale2021-02-052-41/+51
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-0410-91/+113
* De-const the members of QHypotHelper to enable assignment operatorsEdward Welbourne2021-02-031-1/+1
* Use the double-conversion sources without rearrangementEdward Welbourne2021-02-032-17/+16
* Add method to conditionally remove binding to QObjectCompatPropertyAndreas Buhr2021-02-031-0/+10
* Fix static build with testsJoerg Bornemann2021-02-031-2/+3
* Fix QJniObject::registerNativeMethods use of global referenceAssam Boudjelthia2021-02-021-4/+3
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* Do delete on QMetaType::destroy() even without dtorUlf Hermann2021-02-011-2/+3
* Ensure Core target has INTERFACE_QT_COORD_TYPE property definedCraig Scott2021-02-022-5/+3
* Fix compilation with 32-bit clangRobert Loehning2021-02-011-2/+5
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* Update double-conversion library to current masterEdward Welbourne2021-02-011-10/+19
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-292-7/+1
* QEventDispatcherGlib: do not omit active notifiers on source dispatchingAlex Trotsenko2021-01-291-2/+8
* QProcess/Unix: remove dead functionAlex Trotsenko2021-01-293-10/+4
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-293-42/+17
* Specification of pointer usageHou Lei2021-01-291-7/+8
* QVariant: Use QMetaTypeInferface directlyFabian Kosmale2021-01-283-24/+63
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-3/+3
* Create bindable property overview documentationAndreas Buhr2021-01-282-54/+107
* Safer setting of interval in QTimerAndreas Buhr2021-01-281-2/+4
* Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS: Silence warnings properlyFabian Kosmale2021-01-271-5/+5
* QProcess/Unix: simplify notifiers deactivationAlex Trotsenko2021-01-272-18/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-2717-109/+2691
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-272-1/+42
* QBindable: add initial documentationFabian Kosmale2021-01-272-0/+84
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-01-271-7/+13
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-274-12/+183
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-01-271-221/+224
* Port QThreadPool to the new property systemSona Kurazyan2021-01-273-17/+42
* Q_GLOBAL_STATIC - deal with static code analysersTimur Pocheptsov2021-01-271-0/+4
* QVariant: Do not destroy trivial typesFabian Kosmale2021-01-272-3/+8
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* QTimer: port to new property systemIvan Solovev2021-01-262-8/+43
* Port QPauseAnimation to the new property systemSona Kurazyan2021-01-262-2/+13
* QRegularExpression: add move constructorIvan Solovev2021-01-262-6/+75
* Workaround MinGW not handling error suppression macro correctlyFabian Kosmale2021-01-261-0/+6
* QVariant: avoid superfluous QMetaType lookupFabian Kosmale2021-01-261-38/+38
* Partially revert 813a928c7c3cf98670b6043149880ed5c955efb9Ulf Hermann2021-01-261-0/+3