summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts
Commit message (Collapse)AuthorAgeFilesLines
* File shouldn't be in repositoryBea Lam2010-05-311-0/+0
|
* Implement removeAt() for layout classes to clean up item removal. AlsoBea Lam2010-05-318-36/+70
| | | | clean up qmlAttachedProperties() implementation and improve QML example
* Split graphicsLayouts example into qgraphicslinearlayout andBea Lam2010-05-3116-585/+755
| | | | qgraphicsgridlayout and clean up
* Rename example layoutItem -> layoutitem and improve docsBea Lam2010-05-315-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-212-0/+80
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix FolderListModel parentFolder property's file drive handling Add license headers for .qml files. Also show file/line numbers on XML query errors. Print warnings for xml query syntax errors Clean up Add XmlListModel::get()
| * Add license headers for .qml files.Jason McDonald2010-05-212-0/+80
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-05-205-10/+41
|\ \ | |/
| * Fixes for docs, example codeBea Lam2010-05-203-10/+9
| |
| * Add missing .qmlproject filesBea Lam2010-05-192-0/+32
| |
* | Doc: Updated example license to three clause BSD license.David Boddie2010-05-194-110/+106
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Compile fixes.ck2010-05-171-0/+0
|
* Add missing .proBea Lam2010-05-171-0/+5
|
* Restructure the examples. They are now organized into variousBea Lam2010-05-1611-0/+946
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).