Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix samegame tutorial 3 | Alan Alpert | 2009-11-10 | 1 | -12/+12 |
| | | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 2 | -2/+2 |
| | |||||
* | fix javascript errors in samegame tutorials | Yann Bodson | 2009-11-05 | 4 | -57/+102 |
| | |||||
* | Use darker() and lighter() functions from global Qt object rather than from ↵ | Yann Bodson | 2009-11-05 | 8 | -8/+8 |
| | | | | SystemPalette. | ||||
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -6/+7 |
| | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406 | ||||
* | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 49 | -4143/+0 |
| | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 4 | -4/+4 |
| | |||||
* | use enums rather than strings in examples | Yann Bodson | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 2 | -8/+8 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | doc cleanup | Yann Bodson | 2009-10-08 | 2 | -8/+8 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 9 | -136/+136 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | move files to avoid duplication. | Yann Bodson | 2009-10-07 | 5 | -20/+0 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-07 | 39 | -0/+1011 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Update 'hello world' tutorial. | Yann Bodson | 2009-10-07 | 5 | -77/+97 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-07 | 52 | -42/+1043 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | ||||
| * | | Switch Same Game tutorial to using snippets properly | Alan Alpert | 2009-10-07 | 11 | -1/+37 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-07 | 5 | -22/+22 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | lowercase ids | Yann Bodson | 2009-10-06 | 5 | -22/+22 |
| | | | |||||
| * | | Add SameGame based advanced tutorial | Alan Alpert | 2009-10-07 | 39 | -0/+975 |
| |/ | | | | | | | | | Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor. | ||||
| * | Fix example following API changes and fix window size for example 2. | Bea Lam | 2009-10-05 | 8 | -9/+10 |
|/ | |||||
* | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 1 | -6/+6 |
| | |||||
* | fix tutorial 3 - qmlviewer bails out with "id conflicts with type name" | Frederik Gladhorn | 2009-09-07 | 1 | -2/+2 |
| | | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Flickable locked property changed to interactive. | Martin Jones | 2009-09-02 | 2 | -2/+2 |
| | | | | Note that the meaning of the property has been reversed. | ||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 8 | -8/+8 |
| | | | | QFxBasePositioner still exists though. | ||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 16 | -34/+34 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 20 | -89/+89 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming: Bind -> Binding | Yann Bodson | 2009-08-21 | 1 | -4/+4 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 30 | -37/+37 |
| | |||||
* | Text-related API updates after review | Michael Brasser | 2009-08-19 | 14 | -14/+14 |
| | | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes. | ||||
* | Change Item.contents to Item.childrenRect. | Michael Brasser | 2009-08-18 | 3 | -4/+4 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 3 | -3/+3 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 8 | -8/+8 |
| | |||||
* | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 3 | -3/+3 |
| | |||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 3 | -3/+3 |
| | |||||
* | Introduce Loader item. | Michael Brasser | 2009-07-30 | 5 | -22/+22 |
| | | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass. | ||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 42 | -0/+84 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 8 | -8/+8 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 21 | -27/+35 |
|\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp | ||||
| * | Color property is required to be explicity set (at least for now). | Michael Brasser | 2009-06-26 | 5 | -1/+6 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-06-26 | 1 | -8/+3 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Changed SetProperty to SetProperties to anticipate deprecation of | Erik Verbruggen | 2009-06-23 | 1 | -8/+3 |
| | | | | | | | | | | | | SetProperty. | ||||
| * | | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 21 | -24/+24 |
| |/ | |||||
* | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 20 | -274/+181 |
|/ | | | | Also removed all uses of SetProperty | ||||
* | more keword change fixes. | Ian Walters | 2009-06-18 | 7 | -7/+7 |
| | | | | Behaviour -> Behavior | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Ian Walters | 2009-05-07 | 3 | -3/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-05-06 | 5 | -5/+5 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | white background no good in web page, go gray | Warwick Allison | 2009-05-06 | 3 | -3/+3 |
| | | | |||||
* | | | Move 'final' contacts application to demos. | Ian Walters | 2009-05-07 | 8 | -537/+0 |
| |/ |/| | | | | | | | | | | | | | | | | | | | Will finish the applicaiton in this directory to fully functional. Missing features - removing contacts, clearing search, key only access Known bugs - Scroll crashes if data changes while scrolling, VerticalLayout doesn't align horizontally correctly when in ListView delegate. ListView only shows one element on startup, even though query consistently indicates 1000 items as count. | ||||
* | | Quote align center enum appropriately | Ian Walters | 2009-05-06 | 5 | -5/+5 |
|/ | |||||
* | Images for third chapter of the tutorial | Ian Walters | 2009-05-06 | 1 | -3/+3 |
| |