Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change →
Changeset
846
for
trunk/examples/declarative/tutorials
Timestamp:
May 5, 2011, 5:36:53 AM (
14 years
ago)
Author:
Dmitry A. Kuminov
Message:
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
Location:
trunk
Files:
1 edited
98 copied
.
(modified)
(
1 prop
)
examples/declarative
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative
)
examples/declarative/tutorials
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials
)
examples/declarative/tutorials/extending
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending
)
examples/declarative/tutorials/extending/chapter1-basics
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics
)
examples/declarative/tutorials/extending/chapter1-basics/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics/app.qml
)
examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
)
examples/declarative/tutorials/extending/chapter1-basics/main.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics/main.cpp
)
examples/declarative/tutorials/extending/chapter1-basics/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics/piechart.cpp
)
examples/declarative/tutorials/extending/chapter1-basics/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter1-basics/piechart.h
)
examples/declarative/tutorials/extending/chapter2-methods
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods
)
examples/declarative/tutorials/extending/chapter2-methods/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods/app.qml
)
examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
)
examples/declarative/tutorials/extending/chapter2-methods/main.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods/main.cpp
)
examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp
)
examples/declarative/tutorials/extending/chapter2-methods/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter2-methods/piechart.h
)
examples/declarative/tutorials/extending/chapter3-bindings
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings
)
examples/declarative/tutorials/extending/chapter3-bindings/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings/app.qml
)
examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro
)
examples/declarative/tutorials/extending/chapter3-bindings/main.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings/main.cpp
)
examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp
)
examples/declarative/tutorials/extending/chapter3-bindings/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter3-bindings/piechart.h
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
)
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
)
examples/declarative/tutorials/extending/chapter5-listproperties
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties
)
examples/declarative/tutorials/extending/chapter5-listproperties/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/app.qml
)
examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
)
examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp
)
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/piechart.cpp
)
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h
)
examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp
)
examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h
)
examples/declarative/tutorials/extending/chapter6-plugins
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins
)
examples/declarative/tutorials/extending/chapter6-plugins/app.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/app.qml
)
examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
)
examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.cpp
)
examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h
)
examples/declarative/tutorials/extending/chapter6-plugins/piechart.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/piechart.cpp
)
examples/declarative/tutorials/extending/chapter6-plugins/piechart.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/piechart.h
)
examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp
)
examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h
)
examples/declarative/tutorials/extending/chapter6-plugins/qmldir
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/chapter6-plugins/qmldir
)
examples/declarative/tutorials/extending/extending.pro
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/extending/extending.pro
)
examples/declarative/tutorials/helloworld
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/helloworld
)
examples/declarative/tutorials/helloworld/Cell.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/helloworld/Cell.qml
)
examples/declarative/tutorials/helloworld/tutorial1.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/helloworld/tutorial1.qml
)
examples/declarative/tutorials/helloworld/tutorial2.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/helloworld/tutorial2.qml
)
examples/declarative/tutorials/helloworld/tutorial3.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/helloworld/tutorial3.qml
)
examples/declarative/tutorials/samegame
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame
)
examples/declarative/tutorials/samegame/samegame1
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame1
)
examples/declarative/tutorials/samegame/samegame1/Block.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame1/Block.qml
)
examples/declarative/tutorials/samegame/samegame1/Button.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame1/Button.qml
)
examples/declarative/tutorials/samegame/samegame1/samegame.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame1/samegame.qml
)
examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject
)
examples/declarative/tutorials/samegame/samegame2
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2
)
examples/declarative/tutorials/samegame/samegame2/Block.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2/Block.qml
)
examples/declarative/tutorials/samegame/samegame2/Button.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2/Button.qml
)
examples/declarative/tutorials/samegame/samegame2/samegame.js
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2/samegame.js
)
examples/declarative/tutorials/samegame/samegame2/samegame.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2/samegame.qml
)
examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject
)
examples/declarative/tutorials/samegame/samegame3
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame3
)
examples/declarative/tutorials/samegame/samegame3/Block.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame3/Block.qml
)
examples/declarative/tutorials/samegame/samegame3/Button.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame3/Button.qml
)
examples/declarative/tutorials/samegame/samegame3/Dialog.qml
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame3/Dialog.qml
)
examples/declarative/tutorials/samegame/samegame3/samegame.js
(copied)
(copied from
branches/vendor/nokia/qt/4.7.2/examples/declarative/tutorials/samegame/samegame3/samegame.js
)