Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 3 | -0/+123 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | Small calculator fix. | Yann Bodson | 2010-04-15 | 2 | -10/+10 |
| | |||||
* | Improve declarative calculator example. | Yann Bodson | 2010-04-15 | 13 | -227/+238 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 2 | -2/+2 |
| | |||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 2 | -2/+4 |
| | | | | | | | | 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. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -2/+2 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 1 | -6/+6 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -2/+2 |
| | |||||
* | fix calculator | Yann Bodson | 2009-11-05 | 1 | -19/+15 |
| | |||||
* | Use darker() and lighter() functions from global Qt object rather than from ↵ | Yann Bodson | 2009-11-05 | 2 | -2/+2 |
| | | | | SystemPalette. | ||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 3 | -75/+74 |
| | |||||
* | * use alias in CalcButton.qml | Yann Bodson | 2009-10-01 | 2 | -6/+5 |
| | | | | * do not set a z value (broken with positioners atm) | ||||
* | Get calculator demo running again. | Michael Brasser | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -5/+5 |
| | | | | QFxBasePositioner still exists though. | ||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 2 | -11/+11 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Palette -> SystemPalette | Yann Bodson | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 2 | -3/+3 |
| | |||||
* | Update demos | Alan Alpert | 2009-08-19 | 1 | -1/+1 |
| | | | | | | Remove uses of margin for positioners. Update MediaLineEdit to use a TextInput, in the process added a selectAll() slot to TextInput (like TextEdit has). | ||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 1 | -2/+2 |
| | |||||
* | Missed converting demos when renaming layout->positioner | Alan Alpert | 2009-08-13 | 1 | -5/+5 |
| | |||||
* | Improve calculator demo and add missing text property to QmlPalette. | Yann Bodson | 2009-08-03 | 7 | -55/+25 |
| | |||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | fix calculator example | Lars Knoll | 2009-07-29 | 1 | -10/+10 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 2 | -0/+4 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -2/+2 |
| | |||||
* | Use QML properties syntax | Aaron Kennedy | 2009-05-01 | 1 | -6/+4 |
| | |||||
* | Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore. | Yann Bodson | 2009-04-29 | 2 | -3/+3 |
| | |||||
* | Convert the calculator demo. | Yann Bodson | 2009-04-29 | 2 | -103/+169 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 8 | -0/+220 |