Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 6 | -260/+0 |
| | | | | | | 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). | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -2/+2 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 3 | -3/+3 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | Show loading progress | Warwick Allison | 2010-03-23 | 2 | -2/+12 |
| | | | | Task-number: QTBUG-9260 | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 2 | -22/+18 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 2 | -1/+2 |
| | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -3/+3 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | fix line endings | Oswald Buddenhagen | 2010-02-16 | 2 | -67/+67 |
| | | | | get your git settings fixed, windows users! | ||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+0 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Web service integration example - Google Maps | Warwick Allison | 2009-11-16 | 2 | -0/+67 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Fix example errors | Aaron Kennedy | 2009-10-09 | 1 | -2/+0 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -6/+6 |
| | |||||
* | typo | Warwick Allison | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Fix WebViewSettings | Warwick Allison | 2009-08-24 | 4 | -2/+165 |
| | | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -0/+2 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -8/+3 |
| | |||||
* | Port syntax | Warwick Allison | 2009-04-30 | 1 | -12/+29 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+12 |