summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-06-166-0/+0
|\ | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Attribute change to allow inclusion of image files.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-06-166-0/+0
| |\ | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Attribute change to allow inclusion of image files.
| | * Attribute change to allow inclusion of image files.Toby Tomkins2010-06-166-0/+0
| | |
* | | Clean up list examplesBea Lam2010-06-169-348/+240
|/ /
* | Move listview/itemlist.qml to a separate visualitemmodel exampleBea Lam2010-06-118-0/+16
| |
* | Add an example of animated item add/remove in ListViewMartin Jones2010-06-081-0/+33
| |
* | Add image example.Bea Lam2010-06-074-0/+142
| |
* | Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-036-6/+32
|/ | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Various doc fixes and improvementsBea Lam2010-05-315-1/+5
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-3122-753/+957
|\
| * Fix exampleBea Lam2010-05-311-1/+1
| |
| * Rename QGraphics...Layout classes/QML items to Graphics...LayoutBea Lam2010-05-318-64/+64
| | | | | | | | to make it clear they are custom classes/items (not built-in)
| * 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
| |
* | Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-312-9/+9
|/ | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-305-0/+258
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-269-10/+21
|\
| * Doc fixes, improvementsBea Lam2010-05-261-0/+0
| |
| * Unify naming of import plugin targetsJoona Petrell2010-05-268-10/+21
| | | | | | | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-267-166/+172
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-2616-4/+51
| |\ | | | | | | | | | | | | Conflicts: examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml
| * | Clean up and don't allow clicks on already filled placesBea Lam2010-05-243-139/+149
| | |
| * | Clean up project files for c++ examplesBea Lam2010-05-244-28/+23
| | |
* | | Don't display unnecessary copyright headers in docMartin Jones2010-05-265-5/+5
| |/ |/|
* | geolocation (untested)Warwick Allison2010-05-251-0/+8
| |
* | Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-2414-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Includes minor changes and additions to the existing doc and examples, so that they follow Qt conventions better. Note that while blurring the background was part of the plan for the embedded QML viewer I could not get it to perform well enough. In the future, when blur is fast enough (or someone else can get it to perform better than I) -use-blur should become the default, and -no-blur the option. Task-number: QTBUG-10582
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-24208-2211/+7170
|\ \
| * | Doc fixesYann Bodson2010-05-241-2/+2
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-21126-0/+5040
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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-21126-0/+5040
| | | | | | | | | | | | | | | | | | | | | 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-2112-6/+95
| |\ \ | | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-05-2052-289/+169
| |\ \
| * | | Doc: Updated example license to three clause BSD license.David Boddie2010-05-1982-2236/+2154
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
* | | | Fix typoAlan Alpert2010-05-241-1/+1
| |_|/ |/| |
* | | Make dynamicscene example embeddeable in another graphics sceneAlan Alpert2010-05-201-1/+1
| | |
* | | Some minor example fixesAlan Alpert2010-05-209-0/+78
| | | | | | | | | | | | | | | | | | -dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs
* | | Fix incorrect mergeAlan Alpert2010-05-201-1/+1
| | | | | | | | | | | | Didn't actually notice the name change of that function
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-208-17/+21
|\ \ \ | | |/ | |/| | | | | | | Conflicts: examples/declarative/toys/dynamicscene/qml/itemCreation.js
| * | Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-204-7/+7
| | | | | | | | | | | | QDeclarativeComponent)
| * | Fixes for docs, example codeBea Lam2010-05-204-11/+10
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1944-178/+53
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (37 commits) Search for QML import libraries also in application directory Doc improvements Disable mouse-based selection in TextInput/TextEdit Rename qml executable to qmlviewer Don't crash if the target parent is destroyed. Introduce a threaded interpreter for QML binding bytecode Bug moved. doc doc Remove image example (covered in class docs) When changing Loader source, remove old item from scene immediately. Add missing .qmlproject files Fix folderlistmodel with qt namespace Renaming "Qml Launcher" back to "QML Viewer" Rename some examples: proxyviewer -> networkaccessmanagerfactory, Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. ...
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-05-181-0/+5
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix weatherinfo and flightinfo to only request WLAN connection once Fix 'chapter5_plugins.dll.sym contains initialized writable data' Fix generation of stub sis files Fix SRCDIR and DEPLOYMENT usage in declarative benchmarks Shadow building on Symbian fixes: part 3 - unchanged source tree Shadow building on Symbian fixes: part 2 - populate bin dir correctly Shadow building on Symbian fixes: part 1 - files to right place Re-enable suppression of --export_all_vtbl for static libraries Omit building declarative/painting benchmark if no OpenGL configured Fix requires keyword handling in qmake in Symbian Support device aliases in EPOCDEVICE Update Symbian DEF files for WINSCW and EABI Fix spurious mouse click when dismissing a native menu Add 'runonphone' target for symbian / makefile Double-click support for virtual cursor in Symbian
| | * | Fix 'chapter5_plugins.dll.sym contains initialized writable data'Alessandro Portale2010-05-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That's an error that you get when building a qml plugin for a Symbian device. Solution: Add 'TARGET.EPOCALLOWDLLDATA = 1' to the plugin .pro file
* | | | Fix dynamicscene exampleAlan Alpert2010-05-193-5/+16
| |_|/ |/| | | | | | | | | | | | | | | | | In all the renaming (presumably) the moon broke, now fixed. Also made it slightly smaller, to be friendlier to desktop systems with small screens (and the fixed size qtdemo)
* | | Remove image example (covered in class docs)Bea Lam2010-05-199-175/+0
| | |
* | | Add missing .qmlproject filesBea Lam2010-05-193-0/+48
| | |
* | | Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-1833-19/+21
|/ / | | | | | | proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
* | Compile fixes.ck2010-05-171-0/+0
|/