aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-084-123/+3
|\
| * qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
| * Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
| * Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-054-19/+86
* | QML: Convert the PropertyDependencyMap to a QVarLengthArray.Erik Verbruggen2016-04-052-5/+28
* | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-052-6/+6
* | QML: allow more methods to get inlined.Erik Verbruggen2016-04-057-49/+47
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-0510-69/+71
* | QML: add type info for the built-in qml context.Erik Verbruggen2016-04-052-2/+16
* | QML: do not re-use the resolver data for members.Erik Verbruggen2016-04-043-47/+71
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-316-33/+32
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-314-7/+5
* | V4: prevent re-adding currentStmt to the worklist in type inference.Erik Verbruggen2016-03-301-2/+10
* | V4: Fix debug output for the type inference pass.Erik Verbruggen2016-03-301-0/+11
* | Allow custom debug connectorsUlf Hermann2016-03-263-32/+36
* | QQmlImportDatabase: Introduce utility message function.Friedemann Kleint2016-03-251-5/+7
* | V4: Allow the compiler to inline more small methods.Erik Verbruggen2016-03-203-336/+325
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-111-1/+1
* | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-111-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-0815-56/+93
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0715-56/+93
| |\|
| | * QQmlListModelWorkerAgent: fix -Wmisleading-indentation warning (GCC 6, genuine)Marc Mutz2016-03-051-1/+2
| | * Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
| | * Make more ctors explicitMarc Mutz2016-03-032-2/+2
| | * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0311-52/+83
| | * Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
| | * V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* | | Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-081-0/+10
* | | V4: Move BitVector to the util header, so it can be re-used.v5.7.0-alpha1Erik Verbruggen2016-03-072-115/+117
|/ /
* | V4: tweak Phi node data destruction.Erik Verbruggen2016-03-062-15/+22
* | V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-065-47/+39
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-28/+29
* | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-20/+20
* | V4: Replace foreach with range-based for loops on QVarLengthArrays.Erik Verbruggen2016-03-041-23/+23
* | V4: Replace foreach loops with range-based for loops.Erik Verbruggen2016-03-031-21/+21
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-016-34/+80
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+4
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-243-26/+73
| * Validate Binding only when it is enabledNikita Krupenko2016-02-241-1/+3
| * Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-193-4/+5
|\|
| * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+2
| |\
| | * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-122-2/+9
|\| |
| * | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
| * | QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
| |/
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-109-29/+29