aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-113-3/+3
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-7/+9
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-012-2/+2
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-292-34/+171
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-183-6/+0
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+1
* QQmlBind: Move delayedName into place rather than taking it by const refUlf Hermann2023-09-091-5/+5
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-221-25/+76
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-3/+3
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-091-3/+4
* Binding: Reevaluate when before the target changesFabian Kosmale2023-04-191-2/+19
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-8/+7
* Remove superfluous QT_VERSION_CHECK testsFabian Kosmale2023-02-031-2/+0
* Binding: Accept local signal handlers againUlf Hermann2023-01-251-1/+2
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-281-8/+6
* ConstructionState: Make completePending private, tooFabian Kosmale2022-11-101-1/+1
* ConstructionState: Add helper function to take errors from creatorFabian Kosmale2022-11-101-1/+1
* QmlComponent::ConstructionState: encapsulate creatorFabian Kosmale2022-11-101-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-072-8/+8
* Doc: Connections: Mention old syntax and its problemsUlf Hermann2022-08-291-0/+6
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-301-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-116-228/+12
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-112-9/+19
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-212-242/+0
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-1/+1
* Fix life cycle methods of various types related to QQmlBindUlf Hermann2021-11-121-5/+3
* Allow Generalized group properties in BindingUlf Hermann2021-11-092-87/+637
* Doc: Replace non-existent \qmlproperty any typeIvan Tkachenko2021-10-261-1/+1
* Update documentation for QQmlBind::restoreModeUlf Hermann2021-10-221-6/+2
* Make QQmlBind::value a QVariant againUlf Hermann2021-10-222-7/+12
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-222-2/+2
* Fix life cycle methods for some QML-exposed typesUlf Hermann2021-07-144-10/+0
* Re-order some includesUlf Hermann2021-07-131-1/+1
* Privately export all QML-exposed typesUlf Hermann2021-07-132-2/+3
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-0/+1
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+1
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-2/+2
* Correctly specify extension type for model index value typesFabian Kosmale2021-03-161-0/+3
* Port QQmlBindPrivate to QQmlAnyBindingFabian Kosmale2021-03-041-31/+9
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-1/+1
* QmlBind: support bindable propertiesFabian Kosmale2021-02-031-9/+40
* Remove the qmake project filesFabian Kosmale2021-01-151-22/+0
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* Don't return reference to temporary QModelIndexVolker Hilsheimer2020-12-031-1/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-4/+4
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-2/+7
|\