summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Improve docs on attached properties on view delegates.Martin Jones2010-12-234-8/+50
| | | | | | | | Clarify that the properties are attached to the root of the delegate, and must be accessed as such by child items. Task-number: QTBUG-16193 Reviewed-by: Bea Lam
* Doc: Added a missing license header.David Boddie2010-12-211-0/+39
|
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-136-0/+276
|\
| * Document support for QVariantList and QVariantMap type conversionBea Lam2010-12-063-0/+123
| |
| * Qt.include() docs weren't being picked up by qdocBea Lam2010-12-063-0/+153
| | | | | | | | | | | | | | This moves the Qt.include() docs to qdeclarativeengine.cpp and also documents it in the "Integrating JavaScript" page. Task-number: QTBUG-15855
* | Fixed the QML Focus document. Fixed snippets, images, and formatting.Jerome Pasion2010-12-0611-0/+593
| | | | | | | | Reviewed-by: David Boddie
* | Added QML coding convention for "private" properties.Jerome Pasion2010-12-061-0/+49
| | | | | | | | | | | | Private properties start with two underscores. __property Reviewed-by: David Boddie
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-0318-0/+943
|\ \ | |/
| * Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-0318-0/+943
| | | | | | | | | | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-302-1/+85
|\ \ | |/
| * Document which header to include for qmlRegister functions.Martin Jones2010-11-301-1/+1
| | | | | | | | | | Task-number: QTBUG-15630 Reviewed-by: Bea Lam
| * Add license to example codeBea Lam2010-11-291-0/+39
| |
| * Move KeyNavigation example to snippets, plus some doc rewordingBea Lam2010-11-291-0/+45
| |
* | Doc: Fixed a snippet to show QML comments.David Boddie2010-11-251-1/+0
|/ | | | Task-number: QTBUG-15584
* Ensure loaded item's parent is set before component completion.Martin Jones2010-11-122-0/+124
| | | | | | | Also documented Loader sizing behavior. Task-number: QTBUG-14873 Reviewed-by: Michael Brasser
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0545-199/+1433
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (24 commits) Image bounding rect should always include the area being painted Fix minehunt.pro (minehunt is no longer a plugin) Don't allow flagging of flipped tiles in Minehunt Remove Snake demo from QtDemo Fix samegame text input focus Whitespace fixes Update visual tests for Mac. Run all QML visual tests now. Make qmlvisual tests more stable Add documentation about script evaluation context and allowed types Maintain passing visualtests on X11 Fix errors in example code. Also reverts the example code to the old Largely rewrite the Using QML in C++ Applications documentation. It Document list type operations Fix regression in 648eb76c and update visual tests. Don't emit xChanged()/yChanged() twice. Add testcase for QTBUG-13719. Doc fix highlightranges.qml example and visual test contained binding loop. Combining ListView.StrictlyEnforceRange and resizing currentItem stalls. ...
| * Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-0445-199/+1433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
* | Doc: Added a snippet showing the default BorderImage tiling behavior.David Boddie2010-11-031-0/+55
|/
* Fix Flipable docsBea Lam2010-10-221-8/+9
| | | | Task-number: QTBUG-13789
* Fix autotest failure caused by commit 92365268Jason McDonald2010-10-152-2/+2
|
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-051-7/+7
|\
| * Doc: add missing image.Yann Bodson2010-10-011-7/+7
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-04127-129/+129
|\ \ | |/
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29127-129/+129
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-20125-125/+407
|\ \ | |/
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-16125-125/+407
| |\
| | * Doc: Further QML improvements.David Boddie2010-09-153-0/+53
| | |
| | * Doc: Continued work on the QML documentation.David Boddie2010-09-141-0/+87
| | |
| | * Doc: More work on the QML documentation.David Boddie2010-09-14123-125/+267
| | |
* | | Doc: More work on QML reference documentation.David Boddie2010-09-172-0/+125
|/ / | | | | | | Reviewed-by: Trust Me
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-0972-824/+2513
|\ \ | |/
| * Doc: More work on the QML documentation.David Boddie2010-09-076-0/+312
| |
| * Doc: Worked on two more elements, replacing an image.David Boddie2010-09-061-0/+0
| |
| * Merge branch '4.7' into qmldocsDavid Boddie2010-09-032-50/+2
| |\ | | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml
| * | Doc: Fixed autotest breakage caused by snippets.David Boddie2010-09-0113-16/+124
| | |
| * | Doc: More work on QML documentation and snippets.David Boddie2010-09-013-1/+80
| | |
| * | Doc: More work on the QML documentation.David Boddie2010-08-2714-0/+686
| | |
| * | Merge branch '4.7' into qmldocsDavid Boddie2010-08-245-0/+281
| |\ \
| * | | Doc: Started to improve QML reference documentation.David Boddie2010-08-231-2/+2
| | | |
| * | | Doc: Used snippets for the Beginning QML document. License update.David Boddie2010-08-2317-0/+702
| | | |
| * | | Doc: Updated QML snippets.David Boddie2010-08-232-5/+5
| | | |
| * | | Doc: Updated licenses to the three clause BSD license.David Boddie2010-08-2326-730/+704
| | | |
| * | | Doc: Made more improvements to the QML documentation.David Boddie2010-08-2313-80/+612
| | | |
| * | | Merge branch '4.7' into qmldocsDavid Boddie2010-08-173-1/+180
| |\ \ \
| * | | | Doc: Started work to tidy up existing QML docs.David Boddie2010-08-1717-0/+397
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | | Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-032-48/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix examples autotestJoona Petrell2010-09-012-48/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: Reviewed-by: Bea Lam
* | | | | Adding snippet for QML Text element documentation.Jerome Pasion2010-08-311-0/+54
|/ / / / | | | | | | | | | | | | | | | | Reviewed by: David Boddie Task: QTBUG-13243
* | | | Doc: Fixed snippets in QML introduction broken in an earlier commit.David Boddie2010-08-2717-0/+1099
| |_|/ |/| | | | | | | | Reported on the qt-qml mailing list.
* | | Add info to Loader docs about receiving signals and key eventsBea Lam2010-08-205-0/+281
| |/ |/|
pan> pkgCmd << " --component-plist \"" << component->Plist << "\""; } // Run ProductBuild return RunProductBuild(pkgCmd.str()); } const char* cmCPackProductBuildGenerator::GetComponentScript( const char* script, const char* component_name) { std::string scriptname = std::string("CPACK_") + script + "_"; if (component_name) { scriptname += cmSystemTools::UpperCase(component_name); scriptname += "_"; } scriptname += "SCRIPT"; return this->GetOption(scriptname); }