summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* various doc fixesBea Lam2010-07-272-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-07-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (104 commits) Fixed tst_maketestselftest::tests_pro_files failure remove nasty hack by using a stricter regexp (for language codes) cosmetics: quote the dot in the regexp remove dependency of ts targets on sub-tools add commit-ts target to commit ts files without line number info (re-)add 'untranslated' ts targets more fine-grained ts targets split qt_help out into an own ts target Unbreak the Maemo 5 build after the Symbian fix QNAM HTTP: Fix problem with cached files and metaDataChanged() Add a testcase for QTBUG-11213 to prevent future regressions. Autotest: reenable the NTLM proxy test on tst_QTcpSocket Autotest: add a small, boring test for QAuthenticator Add documentation for the QAuthenticator options. Expose the QAuthenticator map of options in the API. Add a QAuthenticatorPrivate parsing for the headers without QHttpResponseHeader Revert BIC change "Build Qt with option -Zc:wchar_t under MSVC" Fix for tst_qmdisubwindow::fixedMinMaxSize failure on Cocoa Add unit tests for QMimeData. fix qconfig.h reference for shadow builds ...
| * Fixing merge conflicts.Martin Smith2010-07-132-8/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7 Conflicts: doc/src/declarative/advtutorial.qdoc src/declarative/graphicsitems/qdeclarativeloader.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp src/declarative/qml/qdeclarativeengine.cpp src/declarative/util/qdeclarativexmllistmodel.cpp
| * | Doc: Fixing typo - background file nameMorten Engvoldsen2010-07-081-1/+1
| | |
* | | Fix .pro fileBea Lam2010-07-151-1/+2
| | |
* | | Add files missing from last commitBea Lam2010-07-157-0/+446
| | |
* | | Add chapter on creating list property typesBea Lam2010-07-1510-20/+64
| | |
* | | Change tutorial from using "Musician" etc. types to using "PieChart"Bea Lam2010-07-1533-397/+503
| |/ |/| | | | | | | etc. types to make a more practical example that shows how to do painting as well. Also includes some tutorial improvments.
* | Follow -> Behaviormae2010-07-082-8/+10
|/ | | | Replace the usages of Follows with Behaviors, update docs.
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-031-2/+10
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Various doc fixes and improvementsBea Lam2010-05-314-0/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-261-4/+4
|\
| * Clean up project files for c++ examplesBea Lam2010-05-241-4/+4
| |
* | Don't display unnecessary copyright headers in docMartin Jones2010-05-264-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2123-0/+920
|\ | | | | | | | | | | | | | | | | | | * '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-2123-0/+920
| | | | | | | | | | | | | | 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-204-6/+11
|\ \ | |/
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-203-6/+6
| | | | | | | | QDeclarativeComponent)
| * 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
* | Doc: Updated example license to three clause BSD license.David Boddie2010-05-1920-558/+538
|/ | | | | Reviewed-by: Trust Me Requested-by: Legal
* Restructure the examples. They are now organized into variousBea Lam2010-05-162-0/+14
| | | | | | 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).
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0517-103/+160
|\
| * Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
| |
| * Doc improvements, simplify example codeBea Lam2010-05-0517-102/+159
| |
* | Make component.createObject require a parent argumentAlan Alpert2010-05-053-6/+3
|/ | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-293-12/+12
| | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
* Link to example files from tutorial pagesBea Lam2010-04-234-0/+64
|
* Add tutorial for writing QML extensionsBea Lam2010-04-2331-0/+1460
|
* Replace usage of print() with console.log().Michael Brasser2010-04-233-12/+12
|
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-211-0/+16
|\
| * Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
| |
* | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-213-3/+3
|/ | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy
* Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-1913-23/+23
|
* Make demo code more consistent with example code in terms of variableBea Lam2010-04-131-1/+1
| | | | naming and code style.
* Fix score from previous changeBea Lam2010-04-131-1/+1
|
* Doc improvementsBea Lam2010-04-131-1/+1
|
* Fix example code styleBea Lam2010-04-1314-124/+206
|
* Example code style improvementsBea Lam2010-04-097-206/+195
|
* More tutorial improvmentsBea Lam2010-04-098-119/+107
|
* Fix call to saveHighScores() and restore game timer.Bea Lam2010-04-083-6/+4
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-0819-32/+23
|\ | | | | | | | | Conflicts: examples/declarative/tutorials/samegame/samegame4/content/samegame.js
| * Fix samegame4 tutorial codeLeonardo Sobral Cunha2010-04-082-12/+3
| |
| * Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-081-2/+2
| |
| * Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-0818-18/+18
| |
* | Improve example code - rename variables, remove redundant ids.Bea Lam2010-04-0813-156/+156
|/
* Make QML 'hello world' tutorial less confusing.Yann Bodson2010-04-013-20/+19
| | | | Task-number: QTBUG-9384
* Doc improvements, fixesBea Lam2010-04-0113-31/+31
|
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-0/+1
| | | | Task-number: QT-2846
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-0226-15/+15
|\ | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| * Make SameGame tutorials share imagesAlan Alpert2010-03-0126-15/+15
| | | | | | | | | | | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.