aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| * | Error out if TestCase.verify receives more than 2 parametersAlbert Astals Cid2017-04-051-0/+3
| * | TestCase: Use the new instanceof support for QML types to ensure we have an ItemRobin Burchell2017-04-041-20/+38
| |/
| * Add features.quick-particlesPaul Olav Tvete2017-03-131-1/+1
| * Update plugins.qmltypes for 5.9Marco Benelli2017-03-135-53/+197
| * Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-101-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-023-35/+26
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-2/+4
| |\
| | * Fix build for -no-feature-quick-spriteStephan Binner2017-02-221-1/+3
| | * Doc: reinserted hello.qml which had been deleted by mistakeNico Vertriest2017-01-271-1/+1
| * | QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-221-4/+11
| * | Local storage: Improve error messageFriedemann Kleint2017-02-081-2/+5
| * | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-29/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-02-028-0/+715
|\| |
| * | Add shared memory image providerEirik Aavitsland2017-01-308-0/+715
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-2613-40/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-262-3/+7
| |\|
| | * StackLayout: propagate rearrange() call to child layoutsOleg Yadrov2017-01-191-1/+5
| | * Fix build without feature.statemachineTasuku Suzuki2017-01-161-2/+2
| * | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-192-2/+2
| * | Fix up some last un-fixed instances of qmlInfo that should be qmlWarningRobin Burchell2017-01-161-1/+1
| * | Remove remnants of blackberry platform supportRobin Burchell2017-01-161-1/+1
| * | QQuickGridLayout: Use qmlWarning to give extra context to warningsRobin Burchell2017-01-161-4/+7
| * | QQuickGridLayout: Remove dead code in layoutRobin Burchell2017-01-161-15/+4
| * | QQuickLayout: Use qmlWarning instead of qWarning to give context informationRobin Burchell2017-01-161-1/+2
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-143-5/+29
| |\|
| | * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-123-5/+29
| * | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-115-8/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-282-10/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-251-2/+20
| |\|
| | * Doc: added support for JSON in localstorage documentationNico Vertriest2016-12-201-2/+20
| * | TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-211-7/+1
| * | TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-211-1/+2
* | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-2015-73/+459
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1410-68/+75
| |\|
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-074-48/+51
| | |\
| | | * Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-304-48/+51
| | * | Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-301-2/+8
| | * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-294-15/+13
| | |/
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-3/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-3/+3
| | | |\
| | | | * Doc: improve FolderListModel::rootFolder documentationMitch Curtis2016-11-151-3/+3
| * | | | TestCase: add createTemporaryObject(), createTemporaryQmlObject()Mitch Curtis2016-12-142-0/+161
| * | | | Add touch event support to qmltestJeremy Katz2016-12-063-0/+214
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-232-5/+9
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-3/+3
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+5
| | | |\|
| | | | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
| | | * | Doc: replace "the empty string" with "an empty string" in TestCase docsMitch Curtis2016-11-101-3/+3
| | * | | Update Window plugins.qmltypesMarco Benelli2016-11-091-2/+6
* | | | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-11-1715-72/+46
|\| | | |