aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2633-209/+337
|\
| * Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-1/+6
| * Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-245-89/+54
| * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2411-92/+232
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
| * Build fix for -no-feature-testlibPasi Petäjäjärvi2018-04-232-4/+4
* | Fix crashes when parsing some invalid JSLars Knoll2018-04-252-15/+14
* | Fix an assertion in the codegenLars Knoll2018-04-251-1/+1
* | Support static as a keyword in class definitionsLars Knoll2018-04-253-6/+34
* | Fix tokenizer to generate arrow and exponentiation tokensLars Knoll2018-04-251-0/+6
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-2515-2253/+2480
* | Don't do a forced lookup by nameLars Knoll2018-04-251-1/+1
* | Rename JSIdentifer to IdentifierReferenceLars Knoll2018-04-251-41/+44
* | Add yield as a keywordLars Knoll2018-04-254-57/+89
* | Cleanup the qqmljs.g fileLars Knoll2018-04-251-220/+63
* | Support for destructuring arraysLars Knoll2018-04-254-26/+96
* | Partially support binding patternsLars Knoll2018-04-2513-97/+486
* | Get rid of the AST::FunctionDeclaration member in QmlIR::FunctionLars Knoll2018-04-252-31/+12
* | Some renamingLars Knoll2018-04-253-15/+15
* | Correctly check for duplicate parameter namesLars Knoll2018-04-256-13/+29
* | Add support for ES6 rest parametersLars Knoll2018-04-258-2/+41
* | ES6: add support for default arguments for function parametersLars Knoll2018-04-2512-23/+138
* | Implement support for tagged templatesLars Knoll2018-04-257-14/+164
* | Add support for ES6 template stringsLars Knoll2018-04-2511-138/+341
* | Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-253-28/+28
* | Get rid of some includes that aren't requiredLars Knoll2018-04-252-8/+0
* | Get rid of qlalr generated filesLars Knoll2018-04-257-3666/+18
* | Fix removal of members from the InternalClassLars Knoll2018-04-251-11/+22
* | TableView: implement getAttachedObject() for convenienceRichard Moe Gustavsen2018-04-251-15/+19
* | TableView: add destructor that deletes resourcesRichard Moe Gustavsen2018-04-251-0/+6
* | QQuickWindow: Don’t crash on events during destructionMorten Johan Sørvig2018-04-241-6/+15
* | QQuickItemViewFxItem: init indexRichard Moe Gustavsen2018-04-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2126-51/+117
|\|
| * Update builtins.qmltypesKai Koehne2018-04-201-2/+37
| * Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-203-4/+4
| * Document latest QtQuick.Particles import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-203-3/+3
| * Document latest QtQml import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQuick.XmlListModule import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Window version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQml.Models import version to be 2.11Kai Koehne2018-04-203-4/+13
| * Document latest QtQuick.LocalStorage version to be 2.11Kai Koehne2018-04-203-3/+3
| * Doc: Bump QtQuick import to 2.11Kai Koehne2018-04-192-4/+4
| * Update plugins.qmltypes for QtQuickKai Koehne2018-04-192-13/+35
| * Doc: Fix missing \endcode errorKai Koehne2018-04-191-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-1828-96/+321
|\|
| * Doc: Add Licensing section to "Qt Quick Test", "Qt Quick Layouts"Kai Koehne2018-04-172-0/+18
| * Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
| * Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1