aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+308
|\|
| * Qt.labs.handlers: add plugins.qmltylesShawn Rutledge2018-01-121-0/+308
* | QQuickShapePrivate: use header init, order storage by typeShawn Rutledge2018-01-162-15/+9
* | Move the last builtin methods over to the new calling conventionLars Knoll2018-01-151-31/+31
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0812-17/+135
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2012-17/+135
| |\|
| | * QmlJs: update plugins.qmltypesMarco Benelli2017-12-145-9/+78
| | * Rename Shapes plugin's qrc to something more uniqueLaszlo Agocs2017-12-143-2/+2
| | * Add optional timing logs for Shape triangulationLaszlo Agocs2017-12-122-3/+31
| | * testlib: add key sequence functionLiang Qi2017-11-032-3/+24
* | | Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-2/+4
|/ /
* | Fix deprecation warningAllan Sandfeld Jensen2017-12-051-3/+6
* | Warn if a layout has children with anchorsJan Arve Sæther2017-11-284-2/+14
* | Fix positioning and placement of initially invisible items in layoutsSascha Siebert2017-11-222-30/+28