| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | Doc: Clarify PropertyChanges::explicit documentation | Jerome Pasion | 2025-09-05 | 1 | -2/+3 |
| * | Port away from QPair | Zhao Yuhang | 2025-04-12 | 1 | -6/+6 |
| * | QtQml: Do not use ExecutableCompilationUnit in verifyBindings() | Ulf Hermann | 2024-12-04 | 1 | -3/+9 |
| * | Doc: Fix linking to Qt Qml module | Topi Reinio | 2023-12-01 | 1 | -1/+1 |
| * | Include what you need: <QPointer> | Marc Mutz | 2023-10-06 | 1 | -0/+1 |
| * | Replace signal name manipulations with QQmlSignalNames | Sami Shalayel | 2023-08-15 | 1 | -1/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -5/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Port QV4::CompiledData::Binding to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -13/+22 |
| * | QQuickPropertyChanges: Add notification signals to properties | Ulf Hermann | 2022-03-18 | 1 | -3/+12 |
| * | Use generalized grouped properties in QQuickPropertyChanges | Ulf Hermann | 2021-10-28 | 1 | -12/+23 |
| * | QQmlProperty: Add flexibility to initProperty() | Ulf Hermann | 2021-10-27 | 1 | -1/+2 |
| * | Doc: Replace \qmlproperty Object and list<> thereof with QtObject | Ivan Tkachenko | 2021-10-22 | 1 | -1/+1 |
| * | Use QQmlAnyBinding in QQuickState and related classes | Fabian Kosmale | 2021-03-04 | 1 | -40/+44 |
| * | Replace QQmlBoundSignalExpressionPointer with QQmlRefPointer | Ulf Hermann | 2020-06-24 | 1 | -8/+11 |
| * | Encapsulate QQmlContextData | Ulf Hermann | 2020-03-23 | 1 | -5/+4 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | Eradicate Java-style iterators and mark the module free of them | Marc Mutz | 2019-07-04 | 1 | -54/+26 |
| * | Move valueAsNumber into ExecutableCompilationUnit | Ulf Hermann | 2019-05-13 | 1 | -1/+1 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -8/+8 |
| * | QML: Special case null as binding type | Ulf Hermann | 2019-01-21 | 1 | -0/+3 |
| * | Encapsulate access to CompiledData::Object and CompiledData::Import | Simon Hausmann | 2018-07-31 | 1 | -5/+5 |
| * | Clean up compilation unit string resolution | Simon Hausmann | 2018-07-31 | 1 | -1/+1 |
| * | Clean up constant storage for CompiledData::Binding | Simon Hausmann | 2018-07-31 | 1 | -3/+3 |
| * | Encapsulate the unit data in CompilationUnit | Simon Hausmann | 2018-07-31 | 1 | -1/+1 |
| * | Clean up QQmlCustomParser API | Simon Hausmann | 2018-07-30 | 1 | -7/+7 |
| * | Internal naming cleanup | Simon Hausmann | 2018-06-29 | 1 | -3/+3 |
| * | Fix QQmlEngine::retranslate() with PropertyChanges | Simon Hausmann | 2018-02-26 | 1 | -8/+17 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging... | Shawn Rutledge | 2018-02-06 | 1 | -13/+20 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -13/+20 |
| | |\ |
|
| | | * | Speed up PropertyChange state application | Simon Hausmann | 2018-01-17 | 1 | -13/+20 |
| * | | | Remove double indirection between QJSEngine and QV4::ExecutionEngine | Ulf Hermann | 2018-02-02 | 1 | -1/+1 |
| |/ / |
|
| * / | Disambiguate QQuickStateActionEvent::override | Kevin Funk | 2017-09-25 | 1 | -1/+1 |
| |/ |
|
| * | Doc: Fix capitalization in section titles | Topi Reinio | 2017-08-29 | 1 | -2/+2 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Port existing qmlInfo callers to qmlWarning | Robin Burchell | 2017-01-11 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -6/+6 |
| |\ |
|
| | * | Get rid of FunctionObject::createQmlFunction | Lars Knoll | 2016-12-09 | 1 | -2/+2 |
| | * | Change signature of QQmlBinding::create to take a FunctionObject * | Lars Knoll | 2016-12-09 | 1 | -1/+1 |
| | * | Cleanup and reduce the number of overloads for QQmlBinding::create() | Lars Knoll | 2016-12-06 | 1 | -4/+4 |
| * | | Quick: add missing 'override' | Anton Kudryavtsev | 2016-10-07 | 1 | -10/+10 |
| |/ |
|
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -1/+1 |
| * | Quick: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-12 | 1 | -2/+2 |
| * | QML: Unify property reads/writes and use accessors | Erik Verbruggen | 2016-07-25 | 1 | -6/+6 |
| * | QML: Specialize bindings based on target property type. | Erik Verbruggen | 2016-06-27 | 1 | -7/+17 |
| * | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnit | Simon Hausmann | 2016-06-01 | 1 | -1/+0 |
| * | Removed the dependency to QQmlCompiledData from QQmlCustomParser | Simon Hausmann | 2016-05-30 | 1 | -6/+6 |