aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2118-33/+99
|\
| * Update builtins.qmltypesKai Koehne2018-04-201-2/+37
| * Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-201-1/+1
| * Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-201-1/+1
| * Document latest QtQuick.Particles import version to be 2.11Kai Koehne2018-04-201-1/+1
| * Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-202-2/+2
| * 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
| * Update plugins.qmltypes for QtQuickKai Koehne2018-04-192-13/+35
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+1
|\|
| * QQuickShapeGenericRenderer: Fix clang-cl-warning about uninitialized variableFriedemann Kleint2018-04-121-0/+1
* | qtlite: Fix build with -no-feature-testlibMikhail Svetkin2018-04-121-1/+3
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* | QQuickTableView: add new class: QQuickTableViewRichard Moe Gustavsen2018-04-125-1/+114
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-121-1/+1
|\|
| * Fix plugins.qmltypes for QtQml installation in static buildsSimon Hausmann2018-04-101-1/+1
* | testlib: Support regular expression ignores in ignoreMessageRobin Burchell2018-04-091-0/+18
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-229-3/+30
|\|
| * add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-218-0/+26
| * Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-7/+0
| * Handle function expressions in SignalTransitionMichael Brasser2018-03-211-3/+11
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-035-28/+33
|\|
| * doc: Fix one link commandMartin Smith2018-03-021-1/+1
| * Doc: correct references to snippetNico Vertriest2018-02-281-6/+28
| * doc: Remove duplicate qdoc commentMartin Smith2018-02-281-17/+0
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-273-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-2727-51/+46
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-10/+5
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2626-42/+42
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-0/+1
|\|
| * QuickTest: declare a missing QtQuick.Window dependencyJ-P Nurmi2018-02-211-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-201-2/+3
|\|
| * Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+1
| * Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-191-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-152-2/+6
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-2/+6
| |\
| | * Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-312-2/+6
* | | Add a feature for qml-animationUlf Hermann2018-02-151-2/+2
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-081-0/+11
|\| |
| * | Add a plugins.qmltypes for sharedimageUlf Hermann2018-02-081-0/+11
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Lars Knoll2018-02-081-4/+4
|\| |
| * | FolderListModel docs: import 2.11 (Qt minor version) (QUIP 99)Shawn Rutledge2018-02-081-4/+4
* | | Make XmlListModel work without qml-networkUlf Hermann2018-02-083-2/+35
|/ /
* | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-023-7/+6
* | Add optimized path for QML ShapePathKaj Grönholm2018-02-011-0/+2
* | FolderListModel: add status propertyIlya Kotov2018-01-286-4/+92
* | Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-262-2/+2
* | QQuickShape: override contains(QPointF); demonstrate in examplesShawn Rutledge2018-01-256-6/+92