Start of examples refactor
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 20 Feb 2012 00:34:44 +0000 (10:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 24 Feb 2012 09:24:58 +0000 (10:24 +0100)
commit9d2b618fa022daeabd45e57aa1596197db883037
tree90536e9fc088d734439921dde304b49fe7f38df0
parent91d543f00904a6caa2fab850ff3eca12de2d65ac
Start of examples refactor

This is the general reorg of the examples directory structure, plus additional
guidelines.

calculator, animations and accessibility have been updated to the new standards
and tested, as an example.

Task-number: QTBUG-24133
Change-Id: I76c3b86751d3195ba2a5474ff23afb875765e9a4
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
896 files changed:
.gitignore
doc/config/qtquick.qdocconf
doc/src/examples/examples-groups.qdoc
doc/src/examples/examples-toys.qdoc
examples/HACKING [new file with mode: 0644]
examples/README [moved from examples/declarative/README with 99% similarity]
examples/declarative/declarative.pro [deleted file]
examples/declarative/imageelements/borderimage.qml [deleted file]
examples/declarative/imageelements/image.qml [deleted file]
examples/declarative/shadereffects/shadereffects.qml [deleted file]
examples/declarative/tutorials/tutorials.pro [deleted file]
examples/declarative/tutorials/tutorials.qmlproject [deleted file]
examples/demos/calculator/CalculatorCore/Button.qml [moved from examples/declarative/calculator/content/Button.qml with 98% similarity]
examples/demos/calculator/CalculatorCore/Display.qml [moved from examples/declarative/calculator/content/Display.qml with 100% similarity]
examples/demos/calculator/CalculatorCore/calculator.js [moved from examples/declarative/calculator/content/calculator.js with 96% similarity]
examples/demos/calculator/CalculatorCore/images/button-.png [moved from examples/declarative/calculator/content/images/button-.png with 100% similarity]
examples/demos/calculator/CalculatorCore/images/button-blue.png [moved from examples/declarative/calculator/content/images/button-blue.png with 100% similarity]
examples/demos/calculator/CalculatorCore/images/button-green.png [moved from examples/declarative/calculator/content/images/button-green.png with 100% similarity]
examples/demos/calculator/CalculatorCore/images/button-purple.png [moved from examples/declarative/calculator/content/images/button-purple.png with 100% similarity]
examples/demos/calculator/CalculatorCore/images/button-red.png [moved from examples/declarative/calculator/content/images/button-red.png with 100% similarity]
examples/demos/calculator/CalculatorCore/images/display.png [moved from examples/declarative/calculator/content/images/display.png with 100% similarity]
examples/demos/calculator/CalculatorCore/qmldir [moved from examples/declarative/calculator/content/qmldir with 100% similarity]
examples/demos/calculator/calculator-desktop.qml [new file with mode: 0644]
examples/demos/calculator/calculator-mobile.qml [moved from examples/declarative/calculator/calculator.qml with 97% similarity]
examples/demos/calculator/calculator.pro [new file with mode: 0644]
examples/demos/calculator/calculator.qdoc [new file with mode: 0644]
examples/demos/calculator/main.cpp [new file with mode: 0644]
examples/demos/clocks/clocks.qml [moved from examples/declarative/toys/clocks/clocks.qml with 100% similarity]
examples/demos/clocks/content/Clock.qml [moved from examples/declarative/toys/clocks/content/Clock.qml with 100% similarity]
examples/demos/clocks/content/QuitButton.qml [moved from examples/declarative/ui-components/dialcontrol/content/QuitButton.qml with 100% similarity]
examples/demos/clocks/content/arrow.png [moved from examples/declarative/toys/clocks/content/arrow.png with 100% similarity]
examples/demos/clocks/content/background.png [moved from examples/declarative/toys/clocks/content/background.png with 100% similarity]
examples/demos/clocks/content/center.png [moved from examples/declarative/toys/clocks/content/center.png with 100% similarity]
examples/demos/clocks/content/clock-night.png [moved from examples/declarative/toys/clocks/content/clock-night.png with 100% similarity]
examples/demos/clocks/content/clock.png [moved from examples/declarative/toys/clocks/content/clock.png with 100% similarity]
examples/demos/clocks/content/hour.png [moved from examples/declarative/toys/clocks/content/hour.png with 100% similarity]
examples/demos/clocks/content/minute.png [moved from examples/declarative/toys/clocks/content/minute.png with 100% similarity]
examples/demos/clocks/content/quit.png [moved from examples/declarative/ui-components/dialcontrol/content/quit.png with 100% similarity]
examples/demos/clocks/content/second.png [moved from examples/declarative/toys/clocks/content/second.png with 100% similarity]
examples/demos/corkboards/content/Day.qml [moved from examples/declarative/toys/corkboards/content/Day.qml with 100% similarity]
examples/demos/corkboards/content/cork.jpg [moved from examples/declarative/toys/corkboards/content/cork.jpg with 100% similarity]
examples/demos/corkboards/content/note-yellow.png [moved from examples/declarative/toys/corkboards/content/note-yellow.png with 100% similarity]
examples/demos/corkboards/content/tack.png [moved from examples/declarative/toys/corkboards/content/tack.png with 100% similarity]
examples/demos/corkboards/corkboards.qml [moved from examples/declarative/toys/corkboards/corkboards.qml with 100% similarity]
examples/demos/demos.pro [new file with mode: 0644]
examples/demos/dynamicscene/content/Button.qml [moved from examples/declarative/toys/dynamicscene/content/Button.qml with 100% similarity]
examples/demos/dynamicscene/content/GenericSceneItem.qml [moved from examples/declarative/toys/dynamicscene/content/GenericSceneItem.qml with 100% similarity]
examples/demos/dynamicscene/content/PaletteItem.qml [moved from examples/declarative/toys/dynamicscene/content/PaletteItem.qml with 100% similarity]
examples/demos/dynamicscene/content/PerspectiveItem.qml [moved from examples/declarative/toys/dynamicscene/content/PerspectiveItem.qml with 100% similarity]
examples/demos/dynamicscene/content/Sun.qml [moved from examples/declarative/toys/dynamicscene/content/Sun.qml with 100% similarity]
examples/demos/dynamicscene/content/images/NOTE [moved from examples/declarative/toys/dynamicscene/content/images/NOTE with 100% similarity]
examples/demos/dynamicscene/content/images/face-smile.png [moved from examples/declarative/toys/dynamicscene/content/images/face-smile.png with 100% similarity]
examples/demos/dynamicscene/content/images/moon.png [moved from examples/declarative/toys/dynamicscene/content/images/moon.png with 100% similarity]
examples/demos/dynamicscene/content/images/rabbit_brown.png [moved from examples/declarative/toys/dynamicscene/content/images/rabbit_brown.png with 100% similarity]
examples/demos/dynamicscene/content/images/rabbit_bw.png [moved from examples/declarative/toys/dynamicscene/content/images/rabbit_bw.png with 100% similarity]
examples/demos/dynamicscene/content/images/star.png [moved from examples/declarative/toys/dynamicscene/content/images/star.png with 100% similarity]
examples/demos/dynamicscene/content/images/sun.png [moved from examples/declarative/toys/dynamicscene/content/images/sun.png with 100% similarity]
examples/demos/dynamicscene/content/images/tree_s.png [moved from examples/declarative/toys/dynamicscene/content/images/tree_s.png with 100% similarity]
examples/demos/dynamicscene/content/itemCreation.js [moved from examples/declarative/toys/dynamicscene/content/itemCreation.js with 100% similarity]
examples/demos/dynamicscene/dynamicscene.qml [moved from examples/declarative/toys/dynamicscene/dynamicscene.qml with 99% similarity]
examples/demos/flickr/content/Button.qml [moved from examples/declarative/flickr/content/Button.qml with 100% similarity]
examples/demos/flickr/content/GridDelegate.qml [moved from examples/declarative/flickr/content/GridDelegate.qml with 100% similarity]
examples/demos/flickr/content/ImageDetails.qml [moved from examples/declarative/flickr/content/ImageDetails.qml with 100% similarity]
examples/demos/flickr/content/ListDelegate.qml [moved from examples/declarative/flickr/content/ListDelegate.qml with 100% similarity]
examples/demos/flickr/content/Progress.qml [moved from examples/declarative/flickr/content/Progress.qml with 100% similarity]
examples/demos/flickr/content/RssModel.qml [moved from examples/declarative/flickr/content/RssModel.qml with 100% similarity]
examples/demos/flickr/content/ScrollBar.qml [moved from examples/declarative/flickr/content/ScrollBar.qml with 100% similarity]
examples/demos/flickr/content/Slider.qml [moved from examples/declarative/flickr/content/Slider.qml with 100% similarity]
examples/demos/flickr/content/TitleBar.qml [moved from examples/declarative/flickr/content/TitleBar.qml with 100% similarity]
examples/demos/flickr/content/ToolBar.qml [moved from examples/declarative/flickr/content/ToolBar.qml with 100% similarity]
examples/demos/flickr/content/UnifiedDelegate.qml [moved from examples/declarative/flickr/content/UnifiedDelegate.qml with 100% similarity]
examples/demos/flickr/content/images/gloss.png [moved from examples/declarative/twitter/TwitterCore/images/gloss.png with 100% similarity]
examples/demos/flickr/content/images/lineedit.png [moved from examples/declarative/twitter/TwitterCore/images/lineedit.png with 100% similarity]
examples/demos/flickr/content/images/lineedit.sci [moved from examples/declarative/twitter/TwitterCore/images/lineedit.sci with 100% similarity]
examples/demos/flickr/content/images/noise.png [moved from examples/declarative/flickr/content/images/noise.png with 100% similarity]
examples/demos/flickr/content/images/particle.png [moved from examples/declarative/flickr/content/images/particle.png with 100% similarity]
examples/demos/flickr/content/images/quit.png [moved from examples/declarative/twitter/TwitterCore/images/quit.png with 100% similarity]
examples/demos/flickr/content/images/squareParticle.png [moved from examples/declarative/flickr/content/images/squareParticle.png with 100% similarity]
examples/demos/flickr/content/images/stripes.png [moved from examples/declarative/twitter/TwitterCore/images/stripes.png with 100% similarity]
examples/demos/flickr/content/images/titlebar.png [moved from examples/declarative/twitter/TwitterCore/images/titlebar.png with 100% similarity]
examples/demos/flickr/content/images/titlebar.sci [moved from examples/declarative/twitter/TwitterCore/images/titlebar.sci with 100% similarity]
examples/demos/flickr/content/images/toolbutton.png [moved from examples/declarative/twitter/TwitterCore/images/toolbutton.png with 100% similarity]
examples/demos/flickr/content/images/toolbutton.sci [moved from examples/declarative/twitter/TwitterCore/images/toolbutton.sci with 100% similarity]
examples/demos/flickr/content/qmldir [moved from examples/declarative/flickr/content/qmldir with 100% similarity]
examples/demos/flickr/flickr-90.qml [moved from examples/declarative/flickr/flickr-90.qml with 100% similarity]
examples/demos/flickr/flickr.qml [moved from examples/declarative/flickr/flickr.qml with 100% similarity]
examples/demos/flickr/flickr.qmlproject [moved from examples/declarative/flickr/flickr.qmlproject with 100% similarity]
examples/demos/minehunt/MinehuntCore/Explosion.qml [moved from examples/declarative/minehunt/MinehuntCore/Explosion.qml with 100% similarity]
examples/demos/minehunt/MinehuntCore/Tile.qml [moved from examples/declarative/minehunt/MinehuntCore/Tile.qml with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/back.png [moved from examples/declarative/minehunt/MinehuntCore/pics/back.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/background.png [moved from examples/declarative/samegame/content/pics/background.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/bomb-color.png [moved from examples/declarative/minehunt/MinehuntCore/pics/bomb-color.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/bomb.png [moved from examples/declarative/minehunt/MinehuntCore/pics/bomb.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/face-sad.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-sad.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/face-smile-big.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-smile-big.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/face-smile.png [moved from examples/declarative/shadereffects/content/face-smile.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/flag-color.png [moved from examples/declarative/minehunt/MinehuntCore/pics/flag-color.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/flag.png [moved from examples/declarative/minehunt/MinehuntCore/pics/flag.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/front.png [moved from examples/declarative/minehunt/MinehuntCore/pics/front.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/quit.png [moved from examples/declarative/toys/clocks/content/quit.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/pics/star.png [moved from examples/declarative/minehunt/MinehuntCore/pics/star.png with 100% similarity]
examples/demos/minehunt/MinehuntCore/qmldir [moved from examples/declarative/minehunt/MinehuntCore/qmldir with 100% similarity]
examples/demos/minehunt/README [moved from examples/declarative/minehunt/README with 100% similarity]
examples/demos/minehunt/main.cpp [moved from examples/declarative/minehunt/main.cpp with 100% similarity]
examples/demos/minehunt/minehunt.cpp [moved from examples/declarative/minehunt/minehunt.cpp with 100% similarity]
examples/demos/minehunt/minehunt.h [moved from examples/declarative/minehunt/minehunt.h with 100% similarity]
examples/demos/minehunt/minehunt.pro [moved from examples/declarative/minehunt/minehunt.pro with 100% similarity]
examples/demos/minehunt/minehunt.qml [moved from examples/declarative/minehunt/minehunt.qml with 100% similarity]
examples/demos/minehunt/minehunt.qmlproject [moved from examples/declarative/minehunt/minehunt.qmlproject with 100% similarity]
examples/demos/minehunt/minehunt.qrc [moved from examples/declarative/minehunt/minehunt.qrc with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/AlbumDelegate.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/BusyIndicator.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/Button.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/Button.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/EditableButton.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/PhotoDelegate.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/ProgressBar.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/ProgressBar.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/RssModel.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/RssModel.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/Tag.qml [moved from examples/declarative/photoviewer/PhotoViewerCore/Tag.qml with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/images/box-shadow.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/box-shadow.png with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/images/busy.png [moved from examples/declarative/rssnews/content/images/busy.png with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/images/cardboard.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/cardboard.png with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/qmldir [moved from examples/declarative/photoviewer/PhotoViewerCore/qmldir with 100% similarity]
examples/demos/photoviewer/PhotoViewerCore/script/script.js [moved from examples/declarative/photoviewer/PhotoViewerCore/script/script.js with 100% similarity]
examples/demos/photoviewer/i18n/base.ts [moved from examples/declarative/photoviewer/i18n/base.ts with 100% similarity]
examples/demos/photoviewer/i18n/qml_fr.qm [moved from examples/declarative/photoviewer/i18n/qml_fr.qm with 100% similarity]
examples/demos/photoviewer/i18n/qml_fr.ts [moved from examples/declarative/photoviewer/i18n/qml_fr.ts with 100% similarity]
examples/demos/photoviewer/photoviewer.qml [moved from examples/declarative/photoviewer/photoviewer.qml with 100% similarity]
examples/demos/photoviewer/photoviewer.qmlproject [moved from examples/declarative/photoviewer/photoviewer.qmlproject with 100% similarity]
examples/demos/plasmapatrol/PlasmaPatrol.qmlproject [moved from examples/declarative/particles/plasmapatrol/PlasmaPatrol.qmlproject with 100% similarity]
examples/demos/plasmapatrol/TODO [moved from examples/declarative/particles/plasmapatrol/TODO with 100% similarity]
examples/demos/plasmapatrol/content/BlasterHardpoint.qml [moved from examples/declarative/particles/plasmapatrol/content/BlasterHardpoint.qml with 100% similarity]
examples/demos/plasmapatrol/content/Button.qml [moved from examples/declarative/particles/plasmapatrol/content/Button.qml with 100% similarity]
examples/demos/plasmapatrol/content/CannonHardpoint.qml [moved from examples/declarative/particles/plasmapatrol/content/CannonHardpoint.qml with 100% similarity]
examples/demos/plasmapatrol/content/ChoiceBox.qml [moved from examples/declarative/particles/plasmapatrol/content/ChoiceBox.qml with 100% similarity]
examples/demos/plasmapatrol/content/Cruiser.qml [moved from examples/declarative/particles/plasmapatrol/content/Cruiser.qml with 100% similarity]
examples/demos/plasmapatrol/content/Frigate.qml [moved from examples/declarative/particles/plasmapatrol/content/Frigate.qml with 100% similarity]
examples/demos/plasmapatrol/content/Hardpoint.qml [moved from examples/declarative/particles/plasmapatrol/content/Hardpoint.qml with 100% similarity]
examples/demos/plasmapatrol/content/HelpScreens.qml [moved from examples/declarative/particles/plasmapatrol/content/HelpScreens.qml with 100% similarity]
examples/demos/plasmapatrol/content/LaserHardpoint.qml [moved from examples/declarative/particles/plasmapatrol/content/LaserHardpoint.qml with 100% similarity]
examples/demos/plasmapatrol/content/PlasmaPatrolParticles.qml [moved from examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml with 100% similarity]
examples/demos/plasmapatrol/content/SequentialLoader.qml [moved from examples/declarative/particles/plasmapatrol/content/SequentialLoader.qml with 100% similarity]
examples/demos/plasmapatrol/content/Ship.qml [moved from examples/declarative/particles/plasmapatrol/content/Ship.qml with 100% similarity]
examples/demos/plasmapatrol/content/Sloop.qml [moved from examples/declarative/particles/plasmapatrol/content/Sloop.qml with 100% similarity]
examples/demos/plasmapatrol/content/pics/TitleText.png [moved from examples/declarative/particles/plasmapatrol/content/pics/TitleText.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/blur-circle2.png [moved from examples/declarative/particles/plasmapatrol/content/pics/blur-circle2.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/blur-circle3.png [moved from examples/declarative/touchinteraction/multipointtouch/content/blur-circle3.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/finalfrontier.png [moved from examples/declarative/particles/plasmapatrol/content/pics/finalfrontier.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/meteor.png [moved from examples/declarative/particles/plasmapatrol/content/pics/meteor.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/meteor_explo.png [moved from examples/declarative/particles/plasmapatrol/content/pics/meteor_explo.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/nullRock.png [moved from examples/declarative/particles/plasmapatrol/content/pics/nullRock.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/particle.png [moved from examples/declarative/samegame/content/pics/particle.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/star.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/star2.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star2.png with 100% similarity]
examples/demos/plasmapatrol/content/pics/star3.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star3.png with 100% similarity]
examples/demos/plasmapatrol/plasmapatrol.qml [moved from examples/declarative/particles/plasmapatrol/plasmapatrol.qml with 100% similarity]
examples/demos/rssnews/content/BusyIndicator.qml [moved from examples/declarative/rssnews/content/BusyIndicator.qml with 100% similarity]
examples/demos/rssnews/content/CategoryDelegate.qml [moved from examples/declarative/rssnews/content/CategoryDelegate.qml with 100% similarity]
examples/demos/rssnews/content/NewsDelegate.qml [moved from examples/declarative/rssnews/content/NewsDelegate.qml with 100% similarity]
examples/demos/rssnews/content/RssFeeds.qml [moved from examples/declarative/rssnews/content/RssFeeds.qml with 100% similarity]
examples/demos/rssnews/content/ScrollBar.qml [moved from examples/declarative/rssnews/content/ScrollBar.qml with 100% similarity]
examples/demos/rssnews/content/images/busy.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/busy.png with 100% similarity]
examples/demos/rssnews/content/images/scrollbar.png [moved from examples/declarative/rssnews/content/images/scrollbar.png with 100% similarity]
examples/demos/rssnews/rssnews.qml [moved from examples/declarative/rssnews/rssnews.qml with 100% similarity]
examples/demos/rssnews/rssnews.qmlproject [moved from examples/declarative/rssnews/rssnews.qmlproject with 100% similarity]
examples/demos/samegame/content/BoomBlock.qml [moved from examples/declarative/samegame/content/BoomBlock.qml with 100% similarity]
examples/demos/samegame/content/Button.qml [moved from examples/declarative/samegame/content/Button.qml with 100% similarity]
examples/demos/samegame/content/Dialog.qml [moved from examples/declarative/samegame/content/Dialog.qml with 100% similarity]
examples/demos/samegame/content/GameArea.qml [moved from examples/declarative/samegame/content/GameArea.qml with 100% similarity]
examples/demos/samegame/content/NameInputDialog.qml [moved from examples/declarative/samegame/content/NameInputDialog.qml with 100% similarity]
examples/demos/samegame/content/pics/background.png [moved from examples/declarative/minehunt/MinehuntCore/pics/background.png with 100% similarity]
examples/demos/samegame/content/pics/blueStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/blueStone.png with 100% similarity]
examples/demos/samegame/content/pics/greenStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/greenStone.png with 100% similarity]
examples/demos/samegame/content/pics/particle.png [moved from examples/declarative/particles/plasmapatrol/content/pics/particle.png with 100% similarity]
examples/demos/samegame/content/pics/redStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/redStone.png with 100% similarity]
examples/demos/samegame/content/pics/yellowStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/yellowStone.png with 100% similarity]
examples/demos/samegame/content/samegame.js [moved from examples/declarative/samegame/content/samegame.js with 100% similarity]
examples/demos/samegame/samegame.qml [moved from examples/declarative/samegame/samegame.qml with 100% similarity]
examples/demos/samegame/samegame.qmlproject [moved from examples/declarative/samegame/samegame.qmlproject with 100% similarity]
examples/demos/snake/content/Button.qml [moved from examples/declarative/snake/content/Button.qml with 100% similarity]
examples/demos/snake/content/Cookie.qml [moved from examples/declarative/snake/content/Cookie.qml with 100% similarity]
examples/demos/snake/content/HighScoreModel.qml [moved from examples/declarative/snake/content/HighScoreModel.qml with 100% similarity]
examples/demos/snake/content/Link.qml [moved from examples/declarative/snake/content/Link.qml with 100% similarity]
examples/demos/snake/content/Skull.qml [moved from examples/declarative/snake/content/Skull.qml with 87% similarity]
examples/demos/snake/content/pics/README [moved from examples/declarative/snake/content/pics/README with 100% similarity]
examples/demos/snake/content/pics/background.png [moved from examples/declarative/snake/content/pics/background.png with 100% similarity]
examples/demos/snake/content/pics/blueStar.png [moved from examples/declarative/snake/content/pics/blueStar.png with 100% similarity]
examples/demos/snake/content/pics/blueStone.png [moved from examples/declarative/snake/content/pics/blueStone.png with 100% similarity]
examples/demos/snake/content/pics/cookie.png [moved from examples/declarative/snake/content/pics/cookie.png with 100% similarity]
examples/demos/snake/content/pics/eyes.svg [moved from examples/declarative/snake/content/pics/eyes.svg with 100% similarity]
examples/demos/snake/content/pics/head.png [moved from examples/declarative/snake/content/pics/head.png with 100% similarity]
examples/demos/snake/content/pics/pause.png [moved from examples/declarative/snake/content/pics/pause.png with 100% similarity]
examples/demos/snake/content/pics/redStar.png [moved from examples/declarative/snake/content/pics/redStar.png with 100% similarity]
examples/demos/snake/content/pics/redStone.png [moved from examples/declarative/snake/content/pics/redStone.png with 100% similarity]
examples/demos/snake/content/pics/skull.png [moved from examples/declarative/snake/content/pics/skull.png with 100% similarity]
examples/demos/snake/content/pics/snake.jpg [moved from examples/declarative/snake/content/pics/snake.jpg with 100% similarity]
examples/demos/snake/content/pics/star.png [moved from examples/declarative/tutorials/samegame/shared/pics/star.png with 100% similarity]
examples/demos/snake/content/pics/stoneShadow.png [moved from examples/declarative/snake/content/pics/stoneShadow.png with 100% similarity]
examples/demos/snake/content/pics/yellowStar.png [moved from examples/declarative/snake/content/pics/yellowStar.png with 100% similarity]
examples/demos/snake/content/pics/yellowStone.png [moved from examples/declarative/snake/content/pics/yellowStone.png with 100% similarity]
examples/demos/snake/content/snake.js [moved from examples/declarative/snake/content/snake.js with 100% similarity]
examples/demos/snake/snake.qml [moved from examples/declarative/snake/snake.qml with 93% similarity]
examples/demos/snake/snake.qmlproject [moved from examples/declarative/snake/snake.qmlproject with 100% similarity]
examples/demos/tic-tac-toe/content/Button.qml [moved from examples/declarative/toys/tic-tac-toe/content/Button.qml with 100% similarity]
examples/demos/tic-tac-toe/content/TicTac.qml [moved from examples/declarative/toys/tic-tac-toe/content/TicTac.qml with 100% similarity]
examples/demos/tic-tac-toe/content/pics/board.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/board.png with 100% similarity]
examples/demos/tic-tac-toe/content/pics/o.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/o.png with 100% similarity]
examples/demos/tic-tac-toe/content/pics/x.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/x.png with 100% similarity]
examples/demos/tic-tac-toe/content/tic-tac-toe.js [moved from examples/declarative/toys/tic-tac-toe/content/tic-tac-toe.js with 100% similarity]
examples/demos/tic-tac-toe/tic-tac-toe.qml [moved from examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml with 100% similarity]
examples/demos/tvtennis/tvtennis.qml [moved from examples/declarative/toys/tvtennis/tvtennis.qml with 100% similarity]
examples/demos/twitter/TwitterCore/Button.qml [moved from examples/declarative/twitter/TwitterCore/Button.qml with 100% similarity]
examples/demos/twitter/TwitterCore/FatDelegate.qml [moved from examples/declarative/twitter/TwitterCore/FatDelegate.qml with 100% similarity]
examples/demos/twitter/TwitterCore/Input.qml [moved from examples/declarative/twitter/TwitterCore/Input.qml with 100% similarity]
examples/demos/twitter/TwitterCore/Loading.qml [moved from examples/declarative/twitter/TwitterCore/Loading.qml with 100% similarity]
examples/demos/twitter/TwitterCore/MultiTitleBar.qml [moved from examples/declarative/twitter/TwitterCore/MultiTitleBar.qml with 100% similarity]
examples/demos/twitter/TwitterCore/RssModel.qml [moved from examples/declarative/twitter/TwitterCore/RssModel.qml with 100% similarity]
examples/demos/twitter/TwitterCore/SearchView.qml [moved from examples/declarative/twitter/TwitterCore/SearchView.qml with 100% similarity]
examples/demos/twitter/TwitterCore/TitleBar.qml [moved from examples/declarative/twitter/TwitterCore/TitleBar.qml with 100% similarity]
examples/demos/twitter/TwitterCore/ToolBar.qml [moved from examples/declarative/twitter/TwitterCore/ToolBar.qml with 100% similarity]
examples/demos/twitter/TwitterCore/UserModel.qml [moved from examples/declarative/twitter/TwitterCore/UserModel.qml with 100% similarity]
examples/demos/twitter/TwitterCore/images/gloss.png [moved from examples/declarative/flickr/content/images/gloss.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/lineedit.png [moved from examples/declarative/flickr/content/images/lineedit.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/lineedit.sci [moved from examples/declarative/flickr/content/images/lineedit.sci with 100% similarity]
examples/demos/twitter/TwitterCore/images/loading.png [moved from examples/declarative/twitter/TwitterCore/images/loading.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/quit.png [moved from examples/declarative/flickr/content/images/quit.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/stripes.png [moved from examples/declarative/flickr/content/images/stripes.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/titlebar.png [moved from examples/declarative/flickr/content/images/titlebar.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/titlebar.sci [moved from examples/declarative/flickr/content/images/titlebar.sci with 100% similarity]
examples/demos/twitter/TwitterCore/images/toolbutton.png [moved from examples/declarative/flickr/content/images/toolbutton.png with 100% similarity]
examples/demos/twitter/TwitterCore/images/toolbutton.sci [moved from examples/declarative/flickr/content/images/toolbutton.sci with 100% similarity]
examples/demos/twitter/TwitterCore/qmldir [moved from examples/declarative/twitter/TwitterCore/qmldir with 100% similarity]
examples/demos/twitter/twitter.qml [moved from examples/declarative/twitter/twitter.qml with 100% similarity]
examples/demos/twitter/twitter.qmlproject [moved from examples/declarative/twitter/twitter.qmlproject with 100% similarity]
examples/embedded/embedded.pro [deleted file]
examples/embedded/qmlcalculator/deployment.pri [deleted file]
examples/embedded/qmlcalculator/qmlcalculator.cpp [deleted file]
examples/embedded/qmlcalculator/qmlcalculator.pro [deleted file]
examples/embedded/qmlclocks/deployment.pri [deleted file]
examples/embedded/qmlclocks/qmlclocks.cpp [deleted file]
examples/embedded/qmlclocks/qmlclocks.pro [deleted file]
examples/embedded/qmldialcontrol/deployment.pri [deleted file]
examples/embedded/qmldialcontrol/qmldialcontrol.cpp [deleted file]
examples/embedded/qmldialcontrol/qmldialcontrol.pro [deleted file]
examples/embedded/qmleasing/deployment.pri [deleted file]
examples/embedded/qmleasing/qmleasing.cpp [deleted file]
examples/embedded/qmleasing/qmleasing.pro [deleted file]
examples/embedded/qmlflickr/deployment.pri [deleted file]
examples/embedded/qmlflickr/qmlflickr.cpp [deleted file]
examples/embedded/qmlflickr/qmlflickr.pro [deleted file]
examples/embedded/qmlphotoviewer/deployment.pri [deleted file]
examples/embedded/qmlphotoviewer/qmlphotoviewer.cpp [deleted file]
examples/embedded/qmlphotoviewer/qmlphotoviewer.pro [deleted file]
examples/embedded/qmltwitter/deployment.pri [deleted file]
examples/embedded/qmltwitter/qmltwitter.cpp [deleted file]
examples/embedded/qmltwitter/qmltwitter.pro [deleted file]
examples/examples.pro
examples/localstorage/hello.qml [moved from examples/declarative/sqllocalstorage/hello.qml with 100% similarity]
examples/localstorage/localstorage.pro [new file with mode: 0644]
examples/particles/affectors/age.qml [moved from examples/declarative/particles/affectors/age.qml with 100% similarity]
examples/particles/affectors/attractor.qml [moved from examples/declarative/particles/affectors/attractor.qml with 100% similarity]
examples/particles/affectors/customaffector.qml [moved from examples/declarative/particles/affectors/customaffector.qml with 100% similarity]
examples/particles/affectors/friction.qml [moved from examples/declarative/particles/affectors/friction.qml with 100% similarity]
examples/particles/affectors/gravity.qml [moved from examples/declarative/particles/affectors/gravity.qml with 100% similarity]
examples/particles/affectors/groupgoal.qml [moved from examples/declarative/particles/affectors/groupgoal.qml with 100% similarity]
examples/particles/affectors/move.qml [moved from examples/declarative/particles/affectors/move.qml with 100% similarity]
examples/particles/affectors/spritegoal.qml [moved from examples/declarative/particles/affectors/spritegoal.qml with 100% similarity]
examples/particles/affectors/turbulence.qml [moved from examples/declarative/particles/affectors/turbulence.qml with 100% similarity]
examples/particles/affectors/wander.qml [moved from examples/declarative/particles/affectors/wander.qml with 100% similarity]
examples/particles/customparticle/blurparticles.qml [moved from examples/declarative/particles/customparticle/blurparticles.qml with 100% similarity]
examples/particles/customparticle/fragmentshader.qml [moved from examples/declarative/particles/customparticle/fragmentshader.qml with 100% similarity]
examples/particles/customparticle/imagecolors.qml [moved from examples/declarative/particles/customparticle/imagecolors.qml with 100% similarity]
examples/particles/emitters/burstandpulse.qml [moved from examples/declarative/particles/emitters/burstandpulse.qml with 100% similarity]
examples/particles/emitters/customemitter.qml [moved from examples/declarative/particles/emitters/customemitter.qml with 100% similarity]
examples/particles/emitters/emitmask.qml [moved from examples/declarative/particles/emitters/emitmask.qml with 100% similarity]
examples/particles/emitters/maximumemitted.qml [moved from examples/declarative/particles/emitters/maximumemitted.qml with 100% similarity]
examples/particles/emitters/shapeanddirection.qml [moved from examples/declarative/particles/emitters/shapeanddirection.qml with 100% similarity]
examples/particles/emitters/timedgroupchanges.qml [moved from examples/declarative/particles/emitters/timedgroupchanges.qml with 100% similarity]
examples/particles/emitters/trailemitter.qml [moved from examples/declarative/particles/emitters/trailemitter.qml with 100% similarity]
examples/particles/emitters/velocityfrommotion.qml [moved from examples/declarative/particles/emitters/velocityfrommotion.qml with 100% similarity]
examples/particles/exampleslauncher/content/Button.qml [moved from examples/declarative/particles/exampleslauncher/content/Button.qml with 100% similarity]
examples/particles/exampleslauncher/content/Shell.qml [moved from examples/declarative/particles/exampleslauncher/content/Shell.qml with 100% similarity]
examples/particles/exampleslauncher/content/launcher.js [moved from examples/declarative/particles/exampleslauncher/content/launcher.js with 100% similarity]
examples/particles/exampleslauncher/exampleslauncher.qml [moved from examples/declarative/particles/exampleslauncher/exampleslauncher.qml with 100% similarity]
examples/particles/imageparticle/allatonce.qml [moved from examples/declarative/particles/imageparticle/allatonce.qml with 100% similarity]
examples/particles/imageparticle/colored.qml [moved from examples/declarative/particles/imageparticle/colored.qml with 100% similarity]
examples/particles/imageparticle/colortable.qml [moved from examples/declarative/particles/imageparticle/colortable.qml with 100% similarity]
examples/particles/imageparticle/deformation.qml [moved from examples/declarative/particles/imageparticle/deformation.qml with 100% similarity]
examples/particles/imageparticle/rotation.qml [moved from examples/declarative/particles/imageparticle/rotation.qml with 100% similarity]
examples/particles/imageparticle/sharing.qml [moved from examples/declarative/particles/imageparticle/sharing.qml with 100% similarity]
examples/particles/imageparticle/sprites.qml [moved from examples/declarative/particles/imageparticle/sprites.qml with 100% similarity]
examples/particles/images/_explo.png [moved from examples/declarative/particles/images/_explo.png with 100% similarity]
examples/particles/images/backgroundLeaves.jpg [moved from examples/declarative/particles/images/backgroundLeaves.jpg with 100% similarity]
examples/particles/images/bear_tiles.png [moved from examples/declarative/particles/images/bear_tiles.png with 100% similarity]
examples/particles/images/candle.png [moved from examples/declarative/particles/images/candle.png with 100% similarity]
examples/particles/images/colortable.png [moved from examples/declarative/particles/images/colortable.png with 100% similarity]
examples/particles/images/finalfrontier.png [moved from examples/declarative/particles/images/finalfrontier.png with 100% similarity]
examples/particles/images/flower.png [moved from examples/declarative/particles/images/flower.png with 100% similarity]
examples/particles/images/launcherIcons/allatonce.png [moved from examples/declarative/particles/images/launcherIcons/allatonce.png with 100% similarity]
examples/particles/images/launcherIcons/attractor.png [moved from examples/declarative/particles/images/launcherIcons/attractor.png with 100% similarity]
examples/particles/images/launcherIcons/blurparticles.png [moved from examples/declarative/particles/images/launcherIcons/blurparticles.png with 100% similarity]
examples/particles/images/launcherIcons/close.png [moved from examples/declarative/particles/images/launcherIcons/close.png with 100% similarity]
examples/particles/images/launcherIcons/colortable.png [moved from examples/declarative/particles/images/launcherIcons/colortable.png with 100% similarity]
examples/particles/images/launcherIcons/customaffector.png [moved from examples/declarative/particles/images/launcherIcons/customaffector.png with 100% similarity]
examples/particles/images/launcherIcons/customemitter.png [moved from examples/declarative/particles/images/launcherIcons/customemitter.png with 100% similarity]
examples/particles/images/launcherIcons/deformation.png [moved from examples/declarative/particles/images/launcherIcons/deformation.png with 100% similarity]
examples/particles/images/launcherIcons/delegates.png [moved from examples/declarative/particles/images/launcherIcons/delegates.png with 100% similarity]
examples/particles/images/launcherIcons/dynamicemitters.png [moved from examples/declarative/particles/images/launcherIcons/dynamicemitters.png with 100% similarity]
examples/particles/images/launcherIcons/emitmask.png [moved from examples/declarative/particles/images/launcherIcons/emitmask.png with 100% similarity]
examples/particles/images/launcherIcons/flickr.png [moved from examples/declarative/particles/images/launcherIcons/flickr.png with 100% similarity]
examples/particles/images/launcherIcons/fragmentshader.png [moved from examples/declarative/particles/images/launcherIcons/fragmentshader.png with 100% similarity]
examples/particles/images/launcherIcons/gridsplosion.png [moved from examples/declarative/particles/images/launcherIcons/gridsplosion.png with 100% similarity]
examples/particles/images/launcherIcons/groupgoal.png [moved from examples/declarative/particles/images/launcherIcons/groupgoal.png with 100% similarity]
examples/particles/images/launcherIcons/imagecolors.png [moved from examples/declarative/particles/images/launcherIcons/imagecolors.png with 100% similarity]
examples/particles/images/launcherIcons/list.png [moved from examples/declarative/particles/images/launcherIcons/list.png with 100% similarity]
examples/particles/images/launcherIcons/maximumemitted.png [moved from examples/declarative/particles/images/launcherIcons/maximumemitted.png with 100% similarity]
examples/particles/images/launcherIcons/multiplepainters.png [moved from examples/declarative/particles/images/launcherIcons/multiplepainters.png with 100% similarity]
examples/particles/images/launcherIcons/package.png [moved from examples/declarative/particles/images/launcherIcons/package.png with 100% similarity]
examples/particles/images/launcherIcons/particleview.png [moved from examples/declarative/particles/images/launcherIcons/particleview.png with 100% similarity]
examples/particles/images/launcherIcons/plasmapatrol.png [moved from examples/declarative/particles/images/launcherIcons/plasmapatrol.png with 100% similarity]
examples/particles/images/launcherIcons/remove.png [moved from examples/declarative/particles/images/launcherIcons/remove.png with 100% similarity]
examples/particles/images/launcherIcons/rotation.png [moved from examples/declarative/particles/images/launcherIcons/rotation.png with 100% similarity]
examples/particles/images/launcherIcons/samegame.png [moved from examples/declarative/particles/images/launcherIcons/samegame.png with 100% similarity]
examples/particles/images/launcherIcons/shapeanddirection.png [moved from examples/declarative/particles/images/launcherIcons/shapeanddirection.png with 100% similarity]
examples/particles/images/launcherIcons/spaceexplorer.png [moved from examples/declarative/particles/images/launcherIcons/spaceexplorer.png with 100% similarity]
examples/particles/images/launcherIcons/spritegoal.png [moved from examples/declarative/particles/images/launcherIcons/spritegoal.png with 100% similarity]
examples/particles/images/launcherIcons/sprites.png [moved from examples/declarative/particles/images/launcherIcons/sprites.png with 100% similarity]
examples/particles/images/launcherIcons/spritevariedparticles.png [moved from examples/declarative/particles/images/launcherIcons/spritevariedparticles.png with 100% similarity]
examples/particles/images/launcherIcons/startstop.png [moved from examples/declarative/particles/images/launcherIcons/startstop.png with 100% similarity]
examples/particles/images/launcherIcons/timedgroupchanges.png [moved from examples/declarative/particles/images/launcherIcons/timedgroupchanges.png with 100% similarity]
examples/particles/images/launcherIcons/trailemitter.png [moved from examples/declarative/particles/images/launcherIcons/trailemitter.png with 100% similarity]
examples/particles/images/launcherIcons/trails.png [moved from examples/declarative/particles/images/launcherIcons/trails.png with 100% similarity]
examples/particles/images/launcherIcons/turbulence.png [moved from examples/declarative/particles/images/launcherIcons/turbulence.png with 100% similarity]
examples/particles/images/launcherIcons/velocityfrommotion.png [moved from examples/declarative/particles/images/launcherIcons/velocityfrommotion.png with 100% similarity]
examples/particles/images/launcherIcons/wander.png [moved from examples/declarative/particles/images/launcherIcons/wander.png with 100% similarity]
examples/particles/images/matchmask.png [moved from examples/declarative/particles/images/matchmask.png with 100% similarity]
examples/particles/images/meteor.png [moved from examples/declarative/particles/images/meteor.png with 100% similarity]
examples/particles/images/meteor_explo.png [moved from examples/declarative/particles/images/meteor_explo.png with 100% similarity]
examples/particles/images/meteors.png [moved from examples/declarative/particles/images/meteors.png with 100% similarity]
examples/particles/images/nullRock.png [moved from examples/declarative/particles/images/nullRock.png with 100% similarity]
examples/particles/images/particle.png [moved from examples/declarative/particles/images/particle.png with 100% similarity]
examples/particles/images/particle2.png [moved from examples/declarative/particles/images/particle2.png with 100% similarity]
examples/particles/images/particle3.png [moved from examples/declarative/particles/images/particle3.png with 100% similarity]
examples/particles/images/particle4.png [moved from examples/declarative/particles/images/particle4.png with 100% similarity]
examples/particles/images/particleA.png [moved from examples/declarative/particles/images/particleA.png with 100% similarity]
examples/particles/images/portal_bg.png [moved from examples/declarative/particles/images/portal_bg.png with 100% similarity]
examples/particles/images/realLeaf1.png [moved from examples/declarative/particles/images/realLeaf1.png with 100% similarity]
examples/particles/images/realLeaf2.png [moved from examples/declarative/particles/images/realLeaf2.png with 100% similarity]
examples/particles/images/realLeaf3.png [moved from examples/declarative/particles/images/realLeaf3.png with 100% similarity]
examples/particles/images/realLeaf4.png [moved from examples/declarative/particles/images/realLeaf4.png with 100% similarity]
examples/particles/images/rocket.png [moved from examples/declarative/particles/images/rocket.png with 100% similarity]
examples/particles/images/rocket2.png [moved from examples/declarative/particles/images/rocket2.png with 100% similarity]
examples/particles/images/sizeInOut.png [moved from examples/declarative/particles/images/sizeInOut.png with 100% similarity]
examples/particles/images/snowflake.png [moved from examples/declarative/particles/images/snowflake.png with 100% similarity]
examples/particles/images/sparkleSize.png [moved from examples/declarative/particles/images/sparkleSize.png with 100% similarity]
examples/particles/images/star.png [moved from examples/declarative/particles/images/star.png with 100% similarity]
examples/particles/images/starfish_0.png [moved from examples/declarative/particles/images/starfish_0.png with 100% similarity]
examples/particles/images/starfish_1.png [moved from examples/declarative/particles/images/starfish_1.png with 100% similarity]
examples/particles/images/starfish_2.png [moved from examples/declarative/particles/images/starfish_2.png with 100% similarity]
examples/particles/images/starfish_3.png [moved from examples/declarative/particles/images/starfish_3.png with 100% similarity]
examples/particles/images/starfish_4.png [moved from examples/declarative/particles/images/starfish_4.png with 100% similarity]
examples/particles/images/starfish_mask.png [moved from examples/declarative/particles/images/starfish_mask.png with 100% similarity]
examples/particles/itemparticle/content/Delegate.qml [moved from examples/declarative/particles/itemparticle/content/Delegate.qml with 100% similarity]
examples/particles/itemparticle/content/Delegate2.qml [moved from examples/declarative/particles/itemparticle/content/Delegate2.qml with 100% similarity]
examples/particles/itemparticle/content/ExpandingDelegate.qml [moved from examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml with 100% similarity]
examples/particles/itemparticle/content/RssModel.qml [moved from examples/declarative/particles/itemparticle/content/RssModel.qml with 100% similarity]
examples/particles/itemparticle/content/bubble.png [moved from examples/declarative/particles/itemparticle/content/bubble.png with 100% similarity]
examples/particles/itemparticle/content/script.js [moved from examples/declarative/particles/itemparticle/content/script.js with 100% similarity]
examples/particles/itemparticle/delegates.qml [moved from examples/declarative/particles/itemparticle/delegates.qml with 100% similarity]
examples/particles/itemparticle/particleview.qml [moved from examples/declarative/particles/itemparticle/particleview.qml with 100% similarity]
examples/particles/particles.pro [new file with mode: 0644]
examples/particles/simple/dynamiccomparison.qml [moved from examples/declarative/particles/simple/dynamiccomparison.qml with 100% similarity]
examples/particles/simple/dynamicemitters.qml [moved from examples/declarative/particles/simple/dynamicemitters.qml with 100% similarity]
examples/particles/simple/multiplepainters.qml [moved from examples/declarative/particles/simple/multiplepainters.qml with 100% similarity]
examples/particles/simple/startstop.qml [moved from examples/declarative/particles/simple/startstop.qml with 100% similarity]
examples/qml/cppextensions/cppextensions.pro [moved from examples/declarative/cppextensions/cppextensions.pro with 100% similarity]
examples/qml/cppextensions/cppextensions.qmlproject [moved from examples/declarative/cppextensions/cppextensions.qmlproject with 100% similarity]
examples/qml/cppextensions/imageprovider/ImageProviderCore/qmldir [moved from examples/declarative/cppextensions/imageprovider/ImageProviderCore/qmldir with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider-example.qml [moved from examples/declarative/cppextensions/imageprovider/imageprovider-example.qml with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider.cpp [moved from examples/declarative/cppextensions/imageprovider/imageprovider.cpp with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider.pro [moved from examples/declarative/cppextensions/imageprovider/imageprovider.pro with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider.qmlproject [moved from examples/declarative/cppextensions/imageprovider/imageprovider.qmlproject with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/main.cpp [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/view.qml [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/view.qml with 100% similarity]
examples/qml/cppextensions/plugins/README [moved from examples/declarative/cppextensions/plugins/README with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/Clock.qml [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/center.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/center.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/clock.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/clock.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/hour.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/hour.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/minute.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/minute.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/qmldir [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/qmldir with 100% similarity]
examples/qml/cppextensions/plugins/plugin.cpp [moved from examples/declarative/cppextensions/plugins/plugin.cpp with 100% similarity]
examples/qml/cppextensions/plugins/plugins.pro [moved from examples/declarative/cppextensions/plugins/plugins.pro with 100% similarity]
examples/qml/cppextensions/plugins/plugins.qml [moved from examples/declarative/cppextensions/plugins/plugins.qml with 100% similarity]
examples/qml/cppextensions/plugins/plugins.qmlproject [moved from examples/declarative/cppextensions/plugins/plugins.qmlproject with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/adding.pro [moved from examples/declarative/cppextensions/referenceexamples/adding/adding.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/adding.qrc [moved from examples/declarative/cppextensions/referenceexamples/adding/adding.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/example.qml [moved from examples/declarative/cppextensions/referenceexamples/adding/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/adding/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/adding/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/person.h [moved from examples/declarative/cppextensions/referenceexamples/adding/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/attached.pro [moved from examples/declarative/cppextensions/referenceexamples/attached/attached.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/attached.qrc [moved from examples/declarative/cppextensions/referenceexamples/attached/attached.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/example.qml [moved from examples/declarative/cppextensions/referenceexamples/attached/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/attached/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/valuesource/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/person.h [moved from examples/declarative/cppextensions/referenceexamples/valuesource/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/binding.pro [moved from examples/declarative/cppextensions/referenceexamples/binding/binding.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/binding.qrc [moved from examples/declarative/cppextensions/referenceexamples/binding/binding.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/example.qml [moved from examples/declarative/cppextensions/referenceexamples/binding/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/happybirthdaysong.cpp [moved from examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/happybirthdaysong.h [moved from examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/binding/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/binding/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/person.h [moved from examples/declarative/cppextensions/referenceexamples/binding/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/coercion.pro [moved from examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/coercion.qrc [moved from examples/declarative/cppextensions/referenceexamples/coercion/coercion.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/example.qml [moved from examples/declarative/cppextensions/referenceexamples/coercion/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/coercion/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/coercion/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/person.h [moved from examples/declarative/cppextensions/referenceexamples/coercion/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/default/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/default.pro [moved from examples/declarative/cppextensions/referenceexamples/default/default.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/default.qrc [moved from examples/declarative/cppextensions/referenceexamples/default/default.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/example.qml [moved from examples/declarative/cppextensions/referenceexamples/default/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/default/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/default/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/person.h [moved from examples/declarative/cppextensions/referenceexamples/default/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/example.qml [moved from examples/declarative/cppextensions/referenceexamples/extended/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/extended.pro [moved from examples/declarative/cppextensions/referenceexamples/extended/extended.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/extended.qrc [moved from examples/declarative/cppextensions/referenceexamples/extended/extended.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/lineedit.cpp [moved from examples/declarative/cppextensions/referenceexamples/extended/lineedit.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/lineedit.h [moved from examples/declarative/cppextensions/referenceexamples/extended/lineedit.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/extended/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/example.qml [moved from examples/declarative/cppextensions/referenceexamples/grouped/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/grouped.pro [moved from examples/declarative/cppextensions/referenceexamples/grouped/grouped.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/grouped.qrc [moved from examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/grouped/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/signal/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/person.h [moved from examples/declarative/cppextensions/referenceexamples/grouped/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/example.qml [moved from examples/declarative/cppextensions/referenceexamples/methods/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/methods/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/methods.pro [moved from examples/declarative/cppextensions/referenceexamples/methods/methods.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/methods.qrc [moved from examples/declarative/cppextensions/referenceexamples/methods/methods.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/properties/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/person.h [moved from examples/declarative/cppextensions/referenceexamples/properties/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/example.qml [moved from examples/declarative/cppextensions/referenceexamples/properties/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/properties/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/methods/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/person.h [moved from examples/declarative/cppextensions/referenceexamples/methods/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/properties.pro [moved from examples/declarative/cppextensions/referenceexamples/properties/properties.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/properties.qrc [moved from examples/declarative/cppextensions/referenceexamples/properties/properties.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/referenceexamples.pro [moved from examples/declarative/cppextensions/referenceexamples/referenceexamples.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/referenceexamples.qmlproject [moved from examples/declarative/cppextensions/referenceexamples/referenceexamples.qmlproject with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/example.qml [moved from examples/declarative/cppextensions/referenceexamples/signal/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/signal/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/grouped/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/person.h [moved from examples/declarative/cppextensions/referenceexamples/signal/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/signal.pro [moved from examples/declarative/cppextensions/referenceexamples/signal/signal.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/signal.qrc [moved from examples/declarative/cppextensions/referenceexamples/signal/signal.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/birthdayparty.cpp [moved from examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/birthdayparty.h [moved from examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/example.qml [moved from examples/declarative/cppextensions/referenceexamples/valuesource/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp [moved from examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/happybirthdaysong.h [moved from examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/main.cpp [moved from examples/declarative/cppextensions/referenceexamples/valuesource/main.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/attached/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/person.h [moved from examples/declarative/cppextensions/referenceexamples/attached/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/valuesource.pro [moved from examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/valuesource.qrc [moved from examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc with 100% similarity]
examples/qml/i18n/i18n.qml [moved from examples/declarative/i18n/i18n.qml with 100% similarity]
examples/qml/i18n/i18n/base.ts [moved from examples/declarative/i18n/i18n/base.ts with 100% similarity]
examples/qml/i18n/i18n/qml_en_AU.ts [moved from examples/declarative/i18n/i18n/qml_en_AU.ts with 100% similarity]
examples/qml/i18n/i18n/qml_fr.ts [moved from examples/declarative/i18n/i18n/qml_fr.ts with 100% similarity]
examples/qml/locale/locale.qml [moved from examples/declarative/locale/locale.qml with 100% similarity]
examples/qml/qml.pro [new file with mode: 0644]
examples/qml/script/script.pro [moved from examples/declarative/script/script.pro with 100% similarity]
examples/qml/script/shell/main.cpp [moved from examples/declarative/script/shell/main.cpp with 100% similarity]
examples/qml/script/shell/shell.pro [moved from examples/declarative/script/shell/shell.pro with 100% similarity]
examples/qml/xmlhttprequest/data.xml [moved from examples/declarative/xml/xmlhttprequest/data.xml with 100% similarity]
examples/qml/xmlhttprequest/xmlhttprequest-example.qml [moved from examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml with 100% similarity]
examples/qtquick/accessibility/accessibility.pro [new file with mode: 0644]
examples/qtquick/accessibility/accessibility.qml [moved from examples/declarative/accessibility/accessibility.qml with 91% similarity]
examples/qtquick/accessibility/accessibility.qmlproject [new file with mode: 0644]
examples/qtquick/accessibility/content/Button.qml [moved from examples/declarative/accessibility/widgets/Button.qml with 98% similarity]
examples/qtquick/accessibility/main.cpp [new file with mode: 0644]
examples/qtquick/animation/animation.pro [new file with mode: 0644]
examples/qtquick/animation/animation.qml [moved from examples/declarative/animation/animation.qml with 69% similarity]
examples/qtquick/animation/animation.qmlproject [moved from examples/declarative/animation/animation.qmlproject with 100% similarity]
examples/qtquick/animation/basics/color-animation.qml [moved from examples/declarative/animation/basics/color-animation.qml with 99% similarity]
examples/qtquick/animation/basics/images/face-smile.png [moved from examples/declarative/modelviews/parallax/content/pics/face-smile.png with 100% similarity]
examples/qtquick/animation/basics/images/moon.png [moved from examples/declarative/animation/basics/images/moon.png with 100% similarity]
examples/qtquick/animation/basics/images/shadow.png [moved from examples/declarative/modelviews/parallax/content/pics/shadow.png with 100% similarity]
examples/qtquick/animation/basics/images/star.png [moved from examples/declarative/animation/basics/images/star.png with 100% similarity]
examples/qtquick/animation/basics/images/sun.png [moved from examples/declarative/animation/basics/images/sun.png with 100% similarity]
examples/qtquick/animation/basics/property-animation.qml [moved from examples/declarative/animation/basics/property-animation.qml with 100% similarity]
examples/qtquick/animation/behaviors/SideRect.qml [moved from examples/declarative/animation/behaviors/SideRect.qml with 100% similarity]
examples/qtquick/animation/behaviors/behavior-example.qml [moved from examples/declarative/animation/behaviors/behavior-example.qml with 99% similarity]
examples/qtquick/animation/behaviors/wigglytext.qml [moved from examples/declarative/animation/behaviors/wigglytext.qml with 97% similarity]
examples/qtquick/animation/easing/content/QuitButton.qml [moved from examples/declarative/toys/clocks/content/QuitButton.qml with 100% similarity]
examples/qtquick/animation/easing/content/quit.png [moved from examples/declarative/minehunt/MinehuntCore/pics/quit.png with 100% similarity]
examples/qtquick/animation/easing/easing.qml [moved from examples/declarative/animation/easing/easing.qml with 93% similarity]
examples/qtquick/animation/main.cpp [new file with mode: 0644]
examples/qtquick/animation/pathanimation/pathanimation.qml [moved from examples/declarative/animation/pathanimation/pathanimation.qml with 76% similarity]
examples/qtquick/animation/pathinterpolator/pathinterpolator.qml [moved from examples/declarative/animation/pathinterpolator/pathinterpolator.qml with 87% similarity]
examples/qtquick/animation/states/qt-logo.png [moved from examples/declarative/keyinteraction/focus/Core/images/qt-logo.png with 100% similarity]
examples/qtquick/animation/states/states.qml [moved from examples/declarative/animation/states/states.qml with 100% similarity]
examples/qtquick/animation/states/transitions.qml [moved from examples/declarative/animation/states/transitions.qml with 100% similarity]
examples/qtquick/canvas/bezierCurve/bezierCurve.qml [moved from examples/declarative/canvas/bezierCurve/bezierCurve.qml with 100% similarity]
examples/qtquick/canvas/clip/clip.qml [moved from examples/declarative/canvas/clip/clip.qml with 100% similarity]
examples/qtquick/canvas/contents/Button.qml [moved from examples/declarative/canvas/contents/Button.qml with 100% similarity]
examples/qtquick/canvas/contents/ScrollBar.qml [moved from examples/declarative/canvas/contents/ScrollBar.qml with 100% similarity]
examples/qtquick/canvas/contents/Slider.qml [moved from examples/declarative/canvas/contents/Slider.qml with 100% similarity]
examples/qtquick/canvas/contents/Stocks.qml [moved from examples/declarative/canvas/contents/Stocks.qml with 100% similarity]
examples/qtquick/canvas/contents/TitleBar.qml [moved from examples/declarative/canvas/contents/TitleBar.qml with 100% similarity]
examples/qtquick/canvas/contents/ToolBar.qml [moved from examples/declarative/canvas/contents/ToolBar.qml with 100% similarity]
examples/qtquick/canvas/contents/images/button-pressed.png [moved from examples/declarative/canvas/contents/images/button-pressed.png with 100% similarity]
examples/qtquick/canvas/contents/images/button.png [moved from examples/declarative/canvas/contents/images/button.png with 100% similarity]
examples/qtquick/canvas/contents/images/default.svg [moved from examples/declarative/canvas/contents/images/default.svg with 100% similarity]
examples/qtquick/canvas/contents/images/gloss.png [moved from examples/declarative/canvas/contents/images/gloss.png with 100% similarity]
examples/qtquick/canvas/contents/images/lineedit.png [moved from examples/declarative/canvas/contents/images/lineedit.png with 100% similarity]
examples/qtquick/canvas/contents/images/lineedit.sci [moved from examples/declarative/canvas/contents/images/lineedit.sci with 100% similarity]
examples/qtquick/canvas/contents/images/quit.png [moved from examples/declarative/canvas/contents/images/quit.png with 100% similarity]
examples/qtquick/canvas/contents/images/stripes.png [moved from examples/declarative/canvas/contents/images/stripes.png with 100% similarity]
examples/qtquick/canvas/contents/images/titlebar.png [moved from examples/declarative/canvas/contents/images/titlebar.png with 100% similarity]
examples/qtquick/canvas/contents/images/titlebar.sci [moved from examples/declarative/canvas/contents/images/titlebar.sci with 100% similarity]
examples/qtquick/canvas/contents/images/toolbutton.png [moved from examples/declarative/canvas/contents/images/toolbutton.png with 100% similarity]
examples/qtquick/canvas/contents/images/toolbutton.sci [moved from examples/declarative/canvas/contents/images/toolbutton.sci with 100% similarity]
examples/qtquick/canvas/contents/qt-logo.png [moved from examples/declarative/canvas/contents/qt-logo.png with 100% similarity]
examples/qtquick/canvas/quadraticCurveTo/quadraticCurveTo.qml [moved from examples/declarative/canvas/quadraticCurveTo/quadraticCurveTo.qml with 100% similarity]
examples/qtquick/canvas/roundedrect/roundedrect.qml [moved from examples/declarative/canvas/roundedrect/roundedrect.qml with 100% similarity]
examples/qtquick/canvas/smile/smile.qml [moved from examples/declarative/canvas/smile/smile.qml with 100% similarity]
examples/qtquick/canvas/squircle/squircle.png [moved from examples/declarative/canvas/squircle/squircle.png with 100% similarity]
examples/qtquick/canvas/squircle/squircle.qml [moved from examples/declarative/canvas/squircle/squircle.qml with 100% similarity]
examples/qtquick/canvas/stockchart/README [moved from examples/declarative/canvas/stockchart/README with 100% similarity]
examples/qtquick/canvas/stockchart/com/nokia/StockChartExample/qmldir [moved from examples/declarative/canvas/stockchart/com/nokia/StockChartExample/qmldir with 100% similarity]
examples/qtquick/canvas/stockchart/model.cpp [moved from examples/declarative/canvas/stockchart/model.cpp with 100% similarity]
examples/qtquick/canvas/stockchart/model.h [moved from examples/declarative/canvas/stockchart/model.h with 100% similarity]
examples/qtquick/canvas/stockchart/plugin.cpp [moved from examples/declarative/canvas/stockchart/plugin.cpp with 100% similarity]
examples/qtquick/canvas/stockchart/stock.qml [moved from examples/declarative/canvas/stockchart/stock.qml with 100% similarity]
examples/qtquick/canvas/stockchart/stockchart.pro [moved from examples/declarative/canvas/stockchart/stockchart.pro with 100% similarity]
examples/qtquick/canvas/tiger/tiger.js [moved from examples/declarative/canvas/tiger/tiger.js with 100% similarity]
examples/qtquick/canvas/tiger/tiger.qml [moved from examples/declarative/canvas/tiger/tiger.qml with 100% similarity]
examples/qtquick/canvas/twitterfriends/TwitterUser.qml [moved from examples/declarative/canvas/twitterfriends/TwitterUser.qml with 100% similarity]
examples/qtquick/canvas/twitterfriends/cache.js [moved from examples/declarative/canvas/twitterfriends/cache.js with 100% similarity]
examples/qtquick/canvas/twitterfriends/twitter.qml [moved from examples/declarative/canvas/twitterfriends/twitter.qml with 100% similarity]
examples/qtquick/draganddrop/dragtarget.qmlproject [moved from examples/declarative/draganddrop/dragtarget.qmlproject with 100% similarity]
examples/qtquick/draganddrop/tiles/DragTile.qml [moved from examples/declarative/draganddrop/tiles/DragTile.qml with 100% similarity]
examples/qtquick/draganddrop/tiles/DropTile.qml [moved from examples/declarative/draganddrop/tiles/DropTile.qml with 100% similarity]
examples/qtquick/draganddrop/tiles/tiles.qml [moved from examples/declarative/draganddrop/tiles/tiles.qml with 100% similarity]
examples/qtquick/draganddrop/views/gridview.qml [moved from examples/declarative/draganddrop/views/gridview.qml with 100% similarity]
examples/qtquick/imageelements/borderimage.qml [new file with mode: 0644]
examples/qtquick/imageelements/content/BearSheet.png [moved from examples/declarative/imageelements/content/BearSheet.png with 100% similarity]
examples/qtquick/imageelements/content/ImageCell.qml [moved from examples/declarative/imageelements/content/ImageCell.qml with 100% similarity]
examples/qtquick/imageelements/content/MyBorderImage.qml [moved from examples/declarative/imageelements/content/MyBorderImage.qml with 100% similarity]
examples/qtquick/imageelements/content/ShadowRectangle.qml [moved from examples/declarative/imageelements/content/ShadowRectangle.qml with 100% similarity]
examples/qtquick/imageelements/content/bw.png [moved from examples/declarative/imageelements/content/bw.png with 100% similarity]
examples/qtquick/imageelements/content/colors-round.sci [moved from examples/declarative/imageelements/content/colors-round.sci with 100% similarity]
examples/qtquick/imageelements/content/colors-stretch.sci [moved from examples/declarative/imageelements/content/colors-stretch.sci with 100% similarity]
examples/qtquick/imageelements/content/colors.png [moved from examples/declarative/imageelements/content/colors.png with 100% similarity]
examples/qtquick/imageelements/content/qt-logo.png [moved from examples/declarative/imageelements/content/qt-logo.png with 100% similarity]
examples/qtquick/imageelements/content/shadow.png [moved from examples/declarative/imageelements/content/shadow.png with 100% similarity]
examples/qtquick/imageelements/content/speaker.png [moved from examples/declarative/imageelements/content/speaker.png with 100% similarity]
examples/qtquick/imageelements/image.qml [new file with mode: 0644]
examples/qtquick/imageelements/imageelements.qml [moved from examples/declarative/imageelements/imageelements.qml with 99% similarity]
examples/qtquick/imageelements/imageelements.qmlproject [moved from examples/declarative/imageelements/imageelements.qmlproject with 100% similarity]
examples/qtquick/imageelements/shadows.qml [moved from examples/declarative/imageelements/shadows.qml with 100% similarity]
examples/qtquick/imageelements/simplesprite.qml [moved from examples/declarative/imageelements/simplesprite.qml with 100% similarity]
examples/qtquick/imageelements/spriteimage.qml [moved from examples/declarative/imageelements/spriteimage.qml with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/ContextMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/ContextMenu.qml with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/GridMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/GridMenu.qml with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/ListMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/ListMenu.qml with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/ListViewDelegate.qml [moved from examples/declarative/keyinteraction/focus/Core/ListViewDelegate.qml with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/images/arrow.png [moved from examples/declarative/keyinteraction/focus/Core/images/arrow.png with 100% similarity]
examples/qtquick/keyinteraction/focus/Core/images/qt-logo.png [moved from examples/declarative/animation/states/qt-logo.png with 100% similarity]
examples/qtquick/keyinteraction/focus/focus.qml [moved from examples/declarative/keyinteraction/focus/focus.qml with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/abstractitemmodel.pro [moved from examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/abstractitemmodel.qrc [moved from examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.qrc with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/main.cpp [moved from examples/declarative/modelviews/abstractitemmodel/main.cpp with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/model.cpp [moved from examples/declarative/modelviews/abstractitemmodel/model.cpp with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/model.h [moved from examples/declarative/modelviews/abstractitemmodel/model.h with 100% similarity]
examples/qtquick/modelviews/abstractitemmodel/view.qml [moved from examples/declarative/modelviews/abstractitemmodel/view.qml with 100% similarity]
examples/qtquick/modelviews/gridview/gridview-example.qml [moved from examples/declarative/modelviews/gridview/gridview-example.qml with 100% similarity]
examples/qtquick/modelviews/gridview/pics/AddressBook_48.png [moved from examples/declarative/modelviews/pathview/pics/AddressBook_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/AudioPlayer_48.png [moved from examples/declarative/modelviews/pathview/pics/AudioPlayer_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/Camera_48.png [moved from examples/declarative/modelviews/pathview/pics/Camera_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/DateBook_48.png [moved from examples/declarative/modelviews/pathview/pics/DateBook_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/EMail_48.png [moved from examples/declarative/modelviews/pathview/pics/EMail_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/TodoList_48.png [moved from examples/declarative/modelviews/pathview/pics/TodoList_48.png with 100% similarity]
examples/qtquick/modelviews/gridview/pics/VideoPlayer_48.png [moved from examples/declarative/modelviews/pathview/pics/VideoPlayer_48.png with 100% similarity]
examples/qtquick/modelviews/listview/content/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/PetsModel.qml with 100% similarity]
examples/qtquick/modelviews/listview/content/PressAndHoldButton.qml [moved from examples/declarative/modelviews/listview/content/PressAndHoldButton.qml with 100% similarity]
examples/qtquick/modelviews/listview/content/RecipesModel.qml [moved from examples/declarative/modelviews/listview/content/RecipesModel.qml with 100% similarity]
examples/qtquick/modelviews/listview/content/TextButton.qml [moved from examples/declarative/modelviews/listview/content/TextButton.qml with 100% similarity]
examples/qtquick/modelviews/listview/content/ToggleButton.qml [moved from examples/declarative/modelviews/listview/content/ToggleButton.qml with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/arrow-down.png [moved from examples/declarative/modelviews/listview/content/pics/arrow-down.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/arrow-up.png [moved from examples/declarative/modelviews/listview/content/pics/arrow-up.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/fruit-salad.jpg [moved from examples/declarative/modelviews/listview/content/pics/fruit-salad.jpg with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/hamburger.jpg [moved from examples/declarative/modelviews/listview/content/pics/hamburger.jpg with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/lemonade.jpg [moved from examples/declarative/modelviews/listview/content/pics/lemonade.jpg with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/list-delete.png [moved from examples/declarative/modelviews/listview/content/pics/list-delete.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/minus-sign.png [moved from examples/declarative/modelviews/listview/content/pics/minus-sign.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/moreDown.png [moved from examples/declarative/modelviews/listview/content/pics/moreDown.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/moreUp.png [moved from examples/declarative/modelviews/listview/content/pics/moreUp.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/pancakes.jpg [moved from examples/declarative/modelviews/listview/content/pics/pancakes.jpg with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/plus-sign.png [moved from examples/declarative/modelviews/listview/content/pics/plus-sign.png with 100% similarity]
examples/qtquick/modelviews/listview/content/pics/vegetable-soup.jpg [moved from examples/declarative/modelviews/listview/content/pics/vegetable-soup.jpg with 100% similarity]
examples/qtquick/modelviews/listview/dynamiclist.qml [moved from examples/declarative/modelviews/listview/dynamiclist.qml with 100% similarity]
examples/qtquick/modelviews/listview/expandingdelegates.qml [moved from examples/declarative/modelviews/listview/expandingdelegates.qml with 100% similarity]
examples/qtquick/modelviews/listview/highlight.qml [moved from examples/declarative/modelviews/listview/highlight.qml with 100% similarity]
examples/qtquick/modelviews/listview/highlightranges.qml [moved from examples/declarative/modelviews/listview/highlightranges.qml with 100% similarity]
examples/qtquick/modelviews/listview/sections.qml [moved from examples/declarative/modelviews/listview/sections.qml with 100% similarity]
examples/qtquick/modelviews/modelviews.pro [moved from examples/declarative/modelviews/modelviews.pro with 100% similarity]
examples/qtquick/modelviews/modelviews.qml [moved from examples/declarative/modelviews/modelviews.qml with 99% similarity]
examples/qtquick/modelviews/modelviews.qmlproject [moved from examples/declarative/modelviews/modelviews.qmlproject with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/dataobject.cpp [moved from examples/declarative/modelviews/objectlistmodel/dataobject.cpp with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/dataobject.h [moved from examples/declarative/modelviews/objectlistmodel/dataobject.h with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/main.cpp [moved from examples/declarative/modelviews/objectlistmodel/main.cpp with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/objectlistmodel.pro [moved from examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/objectlistmodel.qmlproject [moved from examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/objectlistmodel.qrc [moved from examples/declarative/modelviews/objectlistmodel/objectlistmodel.qrc with 100% similarity]
examples/qtquick/modelviews/objectlistmodel/view.qml [moved from examples/declarative/modelviews/objectlistmodel/view.qml with 100% similarity]
examples/qtquick/modelviews/package/Delegate.qml [moved from examples/declarative/modelviews/package/Delegate.qml with 100% similarity]
examples/qtquick/modelviews/package/view.qml [moved from examples/declarative/modelviews/package/view.qml with 96% similarity]
examples/qtquick/modelviews/parallax/content/Clock.qml [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/ParallaxView.qml [moved from examples/declarative/modelviews/parallax/content/ParallaxView.qml with 100% similarity]
examples/qtquick/modelviews/parallax/content/QuitButton.qml [moved from examples/declarative/animation/easing/content/QuitButton.qml with 100% similarity]
examples/qtquick/modelviews/parallax/content/Smiley.qml [moved from examples/declarative/modelviews/parallax/content/Smiley.qml with 100% similarity]
examples/qtquick/modelviews/parallax/content/background.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/center.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/clock-night.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/clock.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/hour.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/minute.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/content/pics/background.jpg [moved from examples/declarative/modelviews/parallax/content/pics/background.jpg with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/face-smile.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-smile.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/home-page.png [moved from examples/declarative/modelviews/parallax/content/pics/home-page.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/home-page.svg [moved from examples/declarative/modelviews/parallax/content/pics/home-page.svg with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/shadow.png [moved from examples/declarative/animation/basics/images/shadow.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/yast-joystick.png [moved from examples/declarative/modelviews/parallax/content/pics/yast-joystick.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/pics/yast-wol.png [moved from examples/declarative/modelviews/parallax/content/pics/yast-wol.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/quit.png [moved from examples/declarative/animation/easing/content/quit.png with 100% similarity]
examples/qtquick/modelviews/parallax/content/second.png [new file with mode: 0644]
examples/qtquick/modelviews/parallax/parallax.qml [moved from examples/declarative/modelviews/parallax/parallax.qml with 97% similarity]
examples/qtquick/modelviews/pathview/pathview-example.qml [moved from examples/declarative/modelviews/pathview/pathview-example.qml with 100% similarity]
examples/qtquick/modelviews/pathview/pics/AddressBook_48.png [moved from examples/declarative/modelviews/gridview/pics/AddressBook_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/AudioPlayer_48.png [moved from examples/declarative/modelviews/gridview/pics/AudioPlayer_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/Camera_48.png [moved from examples/declarative/modelviews/gridview/pics/Camera_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/DateBook_48.png [moved from examples/declarative/modelviews/gridview/pics/DateBook_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/EMail_48.png [moved from examples/declarative/modelviews/gridview/pics/EMail_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/TodoList_48.png [moved from examples/declarative/modelviews/gridview/pics/TodoList_48.png with 100% similarity]
examples/qtquick/modelviews/pathview/pics/VideoPlayer_48.png [moved from examples/declarative/modelviews/gridview/pics/VideoPlayer_48.png with 100% similarity]
examples/qtquick/modelviews/stringlistmodel/main.cpp [moved from examples/declarative/modelviews/stringlistmodel/main.cpp with 100% similarity]
examples/qtquick/modelviews/stringlistmodel/stringlistmodel.pro [moved from examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro with 100% similarity]
examples/qtquick/modelviews/stringlistmodel/stringlistmodel.qrc [moved from examples/declarative/modelviews/stringlistmodel/stringlistmodel.qrc with 100% similarity]
examples/qtquick/modelviews/stringlistmodel/view.qml [moved from examples/declarative/modelviews/stringlistmodel/view.qml with 100% similarity]
examples/qtquick/modelviews/visualdatamodel/dragselection.qml [moved from examples/declarative/modelviews/visualdatamodel/dragselection.qml with 100% similarity]
examples/qtquick/modelviews/visualdatamodel/slideshow.qml [moved from examples/declarative/modelviews/visualdatamodel/slideshow.qml with 100% similarity]
examples/qtquick/modelviews/visualdatamodel/sortedmodel.qml [moved from examples/declarative/modelviews/visualdatamodel/sortedmodel.qml with 100% similarity]
examples/qtquick/modelviews/visualdatamodel/visualdatamodel.qmlproject [moved from examples/declarative/modelviews/visualdatamodel/visualdatamodel.qmlproject with 100% similarity]
examples/qtquick/modelviews/visualitemmodel/visualitemmodel.qml [moved from examples/declarative/modelviews/visualitemmodel/visualitemmodel.qml with 98% similarity]
examples/qtquick/mousearea/mousearea-example.qml [moved from examples/declarative/touchinteraction/mousearea/mousearea-example.qml with 100% similarity]
examples/qtquick/openglunderqml/main.cpp [moved from examples/declarative/openglunderqml/main.cpp with 100% similarity]
examples/qtquick/openglunderqml/main.qml [moved from examples/declarative/openglunderqml/main.qml with 100% similarity]
examples/qtquick/openglunderqml/openglunderqml.pro [moved from examples/declarative/openglunderqml/openglunderqml.pro with 100% similarity]
examples/qtquick/openglunderqml/squircle.cpp [moved from examples/declarative/openglunderqml/squircle.cpp with 100% similarity]
examples/qtquick/openglunderqml/squircle.h [moved from examples/declarative/openglunderqml/squircle.h with 100% similarity]
examples/qtquick/painteditem/painteditem.pro [moved from examples/declarative/painteditem/painteditem.pro with 100% similarity]
examples/qtquick/painteditem/smile/main.cpp [moved from examples/declarative/painteditem/smile/main.cpp with 100% similarity]
examples/qtquick/painteditem/smile/smile.pro [moved from examples/declarative/painteditem/smile/smile.pro with 100% similarity]
examples/qtquick/painteditem/smile/smile.qml [moved from examples/declarative/painteditem/smile/smile.qml with 100% similarity]
examples/qtquick/painteditem/textballoons/TextBalloonPlugin/plugin.h [moved from examples/declarative/painteditem/textballoons/TextBalloonPlugin/plugin.h with 100% similarity]
examples/qtquick/painteditem/textballoons/TextBalloonPlugin/qmldir [moved from examples/declarative/painteditem/textballoons/TextBalloonPlugin/qmldir with 100% similarity]
examples/qtquick/painteditem/textballoons/textballoon.cpp [moved from examples/declarative/painteditem/textballoons/textballoon.cpp with 100% similarity]
examples/qtquick/painteditem/textballoons/textballoon.h [moved from examples/declarative/painteditem/textballoons/textballoon.h with 100% similarity]
examples/qtquick/painteditem/textballoons/textballoons.pro [moved from examples/declarative/painteditem/textballoons/textballoons.pro with 100% similarity]
examples/qtquick/painteditem/textballoons/textballoons.qml [moved from examples/declarative/painteditem/textballoons/textballoons.qml with 100% similarity]
examples/qtquick/positioners/content/Button.qml [moved from examples/declarative/positioners/content/Button.qml with 100% similarity]
examples/qtquick/positioners/content/add.png [moved from examples/declarative/positioners/content/add.png with 100% similarity]
examples/qtquick/positioners/content/del.png [moved from examples/declarative/positioners/content/del.png with 100% similarity]
examples/qtquick/positioners/positioners-attachedproperties.qml [moved from examples/declarative/positioners/positioners-attachedproperties.qml with 100% similarity]
examples/qtquick/positioners/positioners.qml [moved from examples/declarative/positioners/positioners.qml with 98% similarity]
examples/qtquick/qtquick.pro [new file with mode: 0644]
examples/qtquick/righttoleft/layoutdirection/layoutdirection.qml [moved from examples/declarative/righttoleft/layoutdirection/layoutdirection.qml with 100% similarity]
examples/qtquick/righttoleft/layoutdirection/layoutdirection.qmlproject [moved from examples/declarative/righttoleft/layoutdirection/layoutdirection.qmlproject with 100% similarity]
examples/qtquick/righttoleft/layoutmirroring/layoutmirroring.qml [moved from examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml with 100% similarity]
examples/qtquick/righttoleft/layoutmirroring/layoutmirroring.qmlproject [moved from examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qmlproject with 100% similarity]
examples/qtquick/righttoleft/textalignment/textalignment.qml [moved from examples/declarative/righttoleft/textalignment/textalignment.qml with 100% similarity]
examples/qtquick/righttoleft/textalignment/textalignment.qmlproject [moved from examples/declarative/righttoleft/textalignment/textalignment.qmlproject with 100% similarity]
examples/qtquick/shadereffects/content/Slider.qml [moved from examples/declarative/shadereffects/content/Slider.qml with 100% similarity]
examples/qtquick/shadereffects/content/face-smile.png [moved from examples/declarative/animation/basics/images/face-smile.png with 100% similarity]
examples/qtquick/shadereffects/content/qt-logo.png [moved from examples/declarative/shadereffects/content/qt-logo.png with 100% similarity]
examples/qtquick/shadereffects/shadereffects.qml [new file with mode: 0644]
examples/qtquick/text/fonts/availableFonts.qml [moved from examples/declarative/text/fonts/availableFonts.qml with 100% similarity]
examples/qtquick/text/fonts/banner.qml [moved from examples/declarative/text/fonts/banner.qml with 100% similarity]
examples/qtquick/text/fonts/content/fonts/tarzeau_ocr_a.ttf [moved from examples/declarative/text/fonts/content/fonts/tarzeau_ocr_a.ttf with 100% similarity]
examples/qtquick/text/fonts/fonts.qml [moved from examples/declarative/text/fonts/fonts.qml with 100% similarity]
examples/qtquick/text/fonts/hello.qml [moved from examples/declarative/text/fonts/hello.qml with 100% similarity]
examples/qtquick/text/imgtag/TextWithImage.qml [moved from examples/declarative/text/imgtag/TextWithImage.qml with 100% similarity]
examples/qtquick/text/imgtag/images/face-sad.png [moved from examples/declarative/text/imgtag/images/face-sad.png with 100% similarity]
examples/qtquick/text/imgtag/images/face-smile-big.png [moved from examples/declarative/text/imgtag/images/face-smile-big.png with 100% similarity]
examples/qtquick/text/imgtag/images/face-smile.png [moved from examples/declarative/text/imgtag/images/face-smile.png with 100% similarity]
examples/qtquick/text/imgtag/images/heart200.png [moved from examples/declarative/text/imgtag/images/heart200.png with 100% similarity]
examples/qtquick/text/imgtag/images/qtlogo.png [moved from examples/declarative/text/imgtag/images/qtlogo.png with 100% similarity]
examples/qtquick/text/imgtag/images/starfish_2.png [moved from examples/declarative/text/imgtag/images/starfish_2.png with 100% similarity]
examples/qtquick/text/imgtag/imgtag.qml [moved from examples/declarative/text/imgtag/imgtag.qml with 100% similarity]
examples/qtquick/text/styledtext-layout.qml [moved from examples/declarative/text/styledtext-layout.qml with 100% similarity]
examples/qtquick/text/text.qml [moved from examples/declarative/text/text.qml with 99% similarity]
examples/qtquick/text/text.qmlproject [moved from examples/declarative/text/text.qmlproject with 100% similarity]
examples/qtquick/text/textselection/pics/endHandle.png [moved from examples/declarative/text/textselection/pics/endHandle.png with 100% similarity]
examples/qtquick/text/textselection/pics/endHandle.sci [moved from examples/declarative/text/textselection/pics/endHandle.sci with 100% similarity]
examples/qtquick/text/textselection/pics/startHandle.png [moved from examples/declarative/text/textselection/pics/startHandle.png with 100% similarity]
examples/qtquick/text/textselection/pics/startHandle.sci [moved from examples/declarative/text/textselection/pics/startHandle.sci with 100% similarity]
examples/qtquick/text/textselection/textselection.qml [moved from examples/declarative/text/textselection/textselection.qml with 100% similarity]
examples/qtquick/threading/threadedlistmodel/dataloader.js [moved from examples/declarative/threading/threadedlistmodel/dataloader.js with 100% similarity]
examples/qtquick/threading/threadedlistmodel/threadedlistmodel.qmlproject [moved from examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject with 100% similarity]
examples/qtquick/threading/threadedlistmodel/timedisplay.qml [moved from examples/declarative/threading/threadedlistmodel/timedisplay.qml with 100% similarity]
examples/qtquick/threading/workerscript/workerscript.js [moved from examples/declarative/threading/workerscript/workerscript.js with 100% similarity]
examples/qtquick/threading/workerscript/workerscript.qml [moved from examples/declarative/threading/workerscript/workerscript.qml with 100% similarity]
examples/qtquick/threading/workerscript/workerscript.qmlproject [moved from examples/declarative/threading/workerscript/workerscript.qmlproject with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/bearwhack.qml [moved from examples/declarative/touchinteraction/multipointtouch/bearwhack.qml with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/Bear0.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear0.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/Bear1.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear1.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/Bear2.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear2.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/Bear3.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear3.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/BearB.png [moved from examples/declarative/touchinteraction/multipointtouch/content/BearB.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/ParticleFlame.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/ParticleFlame.qml with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/blur-circle.png [moved from examples/declarative/touchinteraction/multipointtouch/content/blur-circle.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/blur-circle3.png [moved from examples/declarative/particles/plasmapatrol/content/pics/blur-circle3.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/heart-blur.png [moved from examples/declarative/touchinteraction/multipointtouch/content/heart-blur.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/content/title.png [moved from examples/declarative/touchinteraction/multipointtouch/content/title.png with 100% similarity]
examples/qtquick/touchinteraction/multipointtouch/multiflame.qml [moved from examples/declarative/touchinteraction/multipointtouch/multiflame.qml with 100% similarity]
examples/qtquick/touchinteraction/pincharea/flickresize.qml [moved from examples/declarative/touchinteraction/pincharea/flickresize.qml with 100% similarity]
examples/qtquick/touchinteraction/pincharea/qt-logo.jpg [moved from examples/declarative/touchinteraction/pincharea/qt-logo.jpg with 100% similarity]
examples/qtquick/touchinteraction/touchinteraction.qml [moved from examples/declarative/touchinteraction/touchinteraction.qml with 94% similarity]
examples/qtquick/touchinteraction/touchinteraction.qmlproject [moved from examples/declarative/touchinteraction/touchinteraction.qmlproject with 100% similarity]
examples/shared/Button.qml [moved from examples/declarative/shared/Button.qml with 100% similarity]
examples/shared/LauncherList.qml [moved from examples/declarative/shared/LauncherList.qml with 97% similarity]
examples/shared/README [moved from examples/declarative/shared/README with 100% similarity]
examples/shared/SimpleLauncherDelegate.qml [moved from examples/declarative/shared/SimpleLauncherDelegate.qml with 100% similarity]
examples/shared/images/back.png [moved from examples/declarative/shared/back.png with 100% similarity]
examples/shared/qmldir [new file with mode: 0644]
examples/shared/shared.h [new file with mode: 0644]
examples/shared/shared.pro [new file with mode: 0644]
examples/tutorials/dynamicview/dynamicview1/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview1/PetsModel.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview1/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview1/dynamicview.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview2/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview3/PetsModel.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview2/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview2/dynamicview.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview3/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview2/PetsModel.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview3/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview3/dynamicview.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview4/ListSelector.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/ListSelector.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview4/PetsModel.qml [moved from examples/declarative/modelviews/listview/content/PetsModel.qml with 100% similarity]
examples/tutorials/dynamicview/dynamicview4/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/dynamicview.qml with 100% similarity]
examples/tutorials/extending/chapter1-basics/app.qml [moved from examples/declarative/tutorials/extending/chapter1-basics/app.qml with 100% similarity]
examples/tutorials/extending/chapter1-basics/chapter1-basics.pro [moved from examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro with 100% similarity]
examples/tutorials/extending/chapter1-basics/main.cpp [moved from examples/declarative/tutorials/extending/chapter3-bindings/main.cpp with 100% similarity]
examples/tutorials/extending/chapter1-basics/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter1-basics/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter1-basics/piechart.h [moved from examples/declarative/tutorials/extending/chapter1-basics/piechart.h with 100% similarity]
examples/tutorials/extending/chapter2-methods/app.qml [moved from examples/declarative/tutorials/extending/chapter2-methods/app.qml with 100% similarity]
examples/tutorials/extending/chapter2-methods/chapter2-methods.pro [moved from examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro with 100% similarity]
examples/tutorials/extending/chapter2-methods/main.cpp [moved from examples/declarative/tutorials/extending/chapter2-methods/main.cpp with 100% similarity]
examples/tutorials/extending/chapter2-methods/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter2-methods/piechart.h [moved from examples/declarative/tutorials/extending/chapter2-methods/piechart.h with 100% similarity]
examples/tutorials/extending/chapter3-bindings/app.qml [moved from examples/declarative/tutorials/extending/chapter3-bindings/app.qml with 100% similarity]
examples/tutorials/extending/chapter3-bindings/chapter3-bindings.pro [moved from examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro with 100% similarity]
examples/tutorials/extending/chapter3-bindings/main.cpp [moved from examples/declarative/tutorials/extending/chapter1-basics/main.cpp with 100% similarity]
examples/tutorials/extending/chapter3-bindings/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter3-bindings/piechart.h [moved from examples/declarative/tutorials/extending/chapter3-bindings/piechart.h with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/app.qml [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/main.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp with 100% similarity]
examples/tutorials/extending/chapter4-customPropertyTypes/pieslice.h [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/app.qml [moved from examples/declarative/tutorials/extending/chapter5-listproperties/app.qml with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro [moved from examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/main.cpp [moved from examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter5-listproperties/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/piechart.h [moved from examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp with 100% similarity]
examples/tutorials/extending/chapter5-listproperties/pieslice.h [moved from examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h with 100% similarity]
examples/tutorials/extending/chapter6-plugins/ChartsPlugin/qmldir [moved from examples/declarative/tutorials/extending/chapter6-plugins/ChartsPlugin/qmldir with 100% similarity]
examples/tutorials/extending/chapter6-plugins/app.qml [moved from examples/declarative/tutorials/extending/chapter6-plugins/app.qml with 100% similarity]
examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro [moved from examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro with 100% similarity]
examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp [moved from examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.cpp with 100% similarity]
examples/tutorials/extending/chapter6-plugins/chartsplugin.h [moved from examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h with 100% similarity]
examples/tutorials/extending/chapter6-plugins/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter6-plugins/piechart.cpp with 100% similarity]
examples/tutorials/extending/chapter6-plugins/piechart.h [moved from examples/declarative/tutorials/extending/chapter6-plugins/piechart.h with 100% similarity]
examples/tutorials/extending/chapter6-plugins/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp with 100% similarity]
examples/tutorials/extending/chapter6-plugins/pieslice.h [moved from examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h with 100% similarity]
examples/tutorials/extending/extending.pro [moved from examples/declarative/tutorials/extending/extending.pro with 100% similarity]
examples/tutorials/helloworld/Cell.qml [moved from examples/declarative/tutorials/helloworld/Cell.qml with 100% similarity]
examples/tutorials/helloworld/tutorial1.qml [moved from examples/declarative/tutorials/helloworld/tutorial1.qml with 100% similarity]
examples/tutorials/helloworld/tutorial2.qml [moved from examples/declarative/tutorials/helloworld/tutorial2.qml with 100% similarity]
examples/tutorials/helloworld/tutorial3.qml [moved from examples/declarative/tutorials/helloworld/tutorial3.qml with 100% similarity]
examples/tutorials/samegame/samegame1/Block.qml [moved from examples/declarative/tutorials/samegame/samegame1/Block.qml with 100% similarity]
examples/tutorials/samegame/samegame1/Button.qml [moved from examples/declarative/tutorials/samegame/samegame1/Button.qml with 100% similarity]
examples/tutorials/samegame/samegame1/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame1/samegame.qml with 100% similarity]
examples/tutorials/samegame/samegame1/samegame1.qmlproject [moved from examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject with 100% similarity]
examples/tutorials/samegame/samegame2/Block.qml [moved from examples/declarative/tutorials/samegame/samegame2/Block.qml with 100% similarity]
examples/tutorials/samegame/samegame2/Button.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/Button.qml with 100% similarity]
examples/tutorials/samegame/samegame2/samegame.js [moved from examples/declarative/tutorials/samegame/samegame2/samegame.js with 100% similarity]
examples/tutorials/samegame/samegame2/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame2/samegame.qml with 100% similarity]
examples/tutorials/samegame/samegame2/samegame2.qmlproject [moved from examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject with 100% similarity]
examples/tutorials/samegame/samegame3/Block.qml [moved from examples/declarative/tutorials/samegame/samegame3/Block.qml with 100% similarity]
examples/tutorials/samegame/samegame3/Button.qml [moved from examples/declarative/tutorials/samegame/samegame3/Button.qml with 100% similarity]
examples/tutorials/samegame/samegame3/Dialog.qml [moved from examples/declarative/tutorials/samegame/samegame3/Dialog.qml with 100% similarity]
examples/tutorials/samegame/samegame3/samegame.js [moved from examples/declarative/tutorials/samegame/samegame3/samegame.js with 100% similarity]
examples/tutorials/samegame/samegame3/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame3/samegame.qml with 100% similarity]
examples/tutorials/samegame/samegame3/samegame3.qmlproject [moved from examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject with 100% similarity]
examples/tutorials/samegame/samegame4/content/BoomBlock.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml with 100% similarity]
examples/tutorials/samegame/samegame4/content/Button.qml [moved from examples/declarative/tutorials/samegame/samegame2/Button.qml with 100% similarity]
examples/tutorials/samegame/samegame4/content/Dialog.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/Dialog.qml with 100% similarity]
examples/tutorials/samegame/samegame4/content/samegame.js [moved from examples/declarative/tutorials/samegame/samegame4/content/samegame.js with 100% similarity]
examples/tutorials/samegame/samegame4/highscores/README [moved from examples/declarative/tutorials/samegame/samegame4/highscores/README with 100% similarity]
examples/tutorials/samegame/samegame4/highscores/score_data.xml [moved from examples/declarative/tutorials/samegame/samegame4/highscores/score_data.xml with 100% similarity]
examples/tutorials/samegame/samegame4/highscores/score_style.xsl [moved from examples/declarative/tutorials/samegame/samegame4/highscores/score_style.xsl with 100% similarity]
examples/tutorials/samegame/samegame4/highscores/scores.php [moved from examples/declarative/tutorials/samegame/samegame4/highscores/scores.php with 100% similarity]
examples/tutorials/samegame/samegame4/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame4/samegame.qml with 100% similarity]
examples/tutorials/samegame/samegame4/samegame4.qmlproject [moved from examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject with 100% similarity]
examples/tutorials/samegame/shared/pics/background.jpg [moved from examples/declarative/tutorials/samegame/shared/pics/background.jpg with 100% similarity]
examples/tutorials/samegame/shared/pics/blueStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/blueStar.png with 100% similarity]
examples/tutorials/samegame/shared/pics/blueStone.png [moved from examples/declarative/samegame/content/pics/blueStone.png with 100% similarity]
examples/tutorials/samegame/shared/pics/greenStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/greenStar.png with 100% similarity]
examples/tutorials/samegame/shared/pics/greenStone.png [moved from examples/declarative/samegame/content/pics/greenStone.png with 100% similarity]
examples/tutorials/samegame/shared/pics/redStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/redStar.png with 100% similarity]
examples/tutorials/samegame/shared/pics/redStone.png [moved from examples/declarative/samegame/content/pics/redStone.png with 100% similarity]
examples/tutorials/samegame/shared/pics/star.png [moved from examples/declarative/snake/content/pics/star.png with 100% similarity]
examples/tutorials/samegame/shared/pics/yellowStone.png [moved from examples/declarative/samegame/content/pics/yellowStone.png with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/Dial.qml [moved from examples/declarative/ui-components/dialcontrol/content/Dial.qml with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/QuitButton.qml [new file with mode: 0644]
examples/tutorials/ui-components/dialcontrol/content/background.png [moved from examples/declarative/ui-components/dialcontrol/content/background.png with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/needle.png [moved from examples/declarative/ui-components/dialcontrol/content/needle.png with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/needle_shadow.png [moved from examples/declarative/ui-components/dialcontrol/content/needle_shadow.png with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/overlay.png [moved from examples/declarative/ui-components/dialcontrol/content/overlay.png with 100% similarity]
examples/tutorials/ui-components/dialcontrol/content/quit.png [new file with mode: 0644]
examples/tutorials/ui-components/dialcontrol/dialcontrol.qml [moved from examples/declarative/ui-components/dialcontrol/dialcontrol.qml with 100% similarity]
examples/tutorials/ui-components/flipable/content/5_heart.png [moved from examples/declarative/ui-components/flipable/content/5_heart.png with 100% similarity]
examples/tutorials/ui-components/flipable/content/9_club.png [moved from examples/declarative/ui-components/flipable/content/9_club.png with 100% similarity]
examples/tutorials/ui-components/flipable/content/Card.qml [moved from examples/declarative/ui-components/flipable/content/Card.qml with 100% similarity]
examples/tutorials/ui-components/flipable/content/back.png [moved from examples/declarative/ui-components/flipable/content/back.png with 100% similarity]
examples/tutorials/ui-components/flipable/flipable.qml [moved from examples/declarative/ui-components/flipable/flipable.qml with 100% similarity]
examples/tutorials/ui-components/progressbar/content/ProgressBar.qml [moved from examples/declarative/ui-components/progressbar/content/ProgressBar.qml with 100% similarity]
examples/tutorials/ui-components/progressbar/content/background.png [moved from examples/declarative/ui-components/progressbar/content/background.png with 100% similarity]
examples/tutorials/ui-components/progressbar/main.qml [moved from examples/declarative/ui-components/progressbar/main.qml with 100% similarity]
examples/tutorials/ui-components/scrollbar/ScrollBar.qml [moved from examples/declarative/ui-components/scrollbar/ScrollBar.qml with 100% similarity]
examples/tutorials/ui-components/scrollbar/main.qml [moved from examples/declarative/ui-components/scrollbar/main.qml with 100% similarity]
examples/tutorials/ui-components/scrollbar/pics/niagara_falls.jpg [moved from examples/declarative/ui-components/scrollbar/pics/niagara_falls.jpg with 100% similarity]
examples/tutorials/ui-components/scrollbar/scrollbar.qmlproject [moved from examples/declarative/ui-components/scrollbar/scrollbar.qmlproject with 100% similarity]
examples/tutorials/ui-components/searchbox/SearchBox.qml [moved from examples/declarative/ui-components/searchbox/SearchBox.qml with 100% similarity]
examples/tutorials/ui-components/searchbox/images/clear.png [moved from examples/declarative/ui-components/searchbox/images/clear.png with 100% similarity]
examples/tutorials/ui-components/searchbox/images/lineedit-bg-focus.png [moved from examples/declarative/ui-components/searchbox/images/lineedit-bg-focus.png with 100% similarity]
examples/tutorials/ui-components/searchbox/images/lineedit-bg.png [moved from examples/declarative/ui-components/searchbox/images/lineedit-bg.png with 100% similarity]
examples/tutorials/ui-components/searchbox/main.qml [moved from examples/declarative/ui-components/searchbox/main.qml with 100% similarity]
examples/tutorials/ui-components/searchbox/searchbox.qmlproject [moved from examples/declarative/ui-components/searchbox/searchbox.qmlproject with 100% similarity]
examples/tutorials/ui-components/slideswitch/content/Switch.qml [moved from examples/declarative/ui-components/slideswitch/content/Switch.qml with 100% similarity]
examples/tutorials/ui-components/slideswitch/content/background.png [moved from examples/declarative/ui-components/slideswitch/content/background.png with 100% similarity]
examples/tutorials/ui-components/slideswitch/content/background.svg [moved from examples/declarative/ui-components/slideswitch/content/background.svg with 100% similarity]
examples/tutorials/ui-components/slideswitch/content/knob.png [moved from examples/declarative/ui-components/slideswitch/content/knob.png with 100% similarity]
examples/tutorials/ui-components/slideswitch/content/knob.svg [moved from examples/declarative/ui-components/slideswitch/content/knob.svg with 100% similarity]
examples/tutorials/ui-components/slideswitch/slideswitch.qml [moved from examples/declarative/ui-components/slideswitch/slideswitch.qml with 100% similarity]
examples/tutorials/ui-components/spinner/content/Spinner.qml [moved from examples/declarative/ui-components/spinner/content/Spinner.qml with 100% similarity]
examples/tutorials/ui-components/spinner/content/spinner-bg.png [moved from examples/declarative/ui-components/spinner/content/spinner-bg.png with 100% similarity]
examples/tutorials/ui-components/spinner/content/spinner-select.png [moved from examples/declarative/ui-components/spinner/content/spinner-select.png with 100% similarity]
examples/tutorials/ui-components/spinner/main.qml [moved from examples/declarative/ui-components/spinner/main.qml with 100% similarity]
examples/tutorials/ui-components/spinner/spinner.qmlproject [moved from examples/declarative/ui-components/spinner/spinner.qmlproject with 100% similarity]
examples/tutorials/ui-components/tabwidget/TabWidget.qml [moved from examples/declarative/ui-components/tabwidget/TabWidget.qml with 100% similarity]
examples/tutorials/ui-components/tabwidget/main.qml [moved from examples/declarative/ui-components/tabwidget/main.qml with 100% similarity]
examples/tutorials/ui-components/tabwidget/tab.png [moved from examples/declarative/ui-components/tabwidget/tab.png with 100% similarity]
examples/tutorials/ui-components/tabwidget/tabwidget.qmlproject [moved from examples/declarative/ui-components/tabwidget/tabwidget.qmlproject with 100% similarity]
examples/window/Window.qml [moved from examples/declarative/window/Window.qml with 100% similarity]
examples/window/screen/screenInfo.qml [moved from examples/declarative/window/screen/screenInfo.qml with 100% similarity]
examples/window/standalone.qml [moved from examples/declarative/window/standalone.qml with 100% similarity]
examples/window/window.cpp [moved from examples/declarative/window/window.cpp with 100% similarity]
examples/window/window.pro [moved from examples/declarative/window/window.pro with 100% similarity]
tests/auto/qtquick2/examples/tst_examples.cpp