summaryrefslogtreecommitdiffstats
path: root/demos/declarative/calculator
Commit message (Collapse)AuthorAgeFilesLines
* Add license headers for .qml files.Jason McDonald2010-05-213-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 Bodson2010-05-051-2/+2
|
* Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
|
* Small calculator fix.Yann Bodson2010-04-152-10/+10
|
* Improve declarative calculator example.Yann Bodson2010-04-1513-227/+238
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-222-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 syntaxLeonardo Sobral Cunha2010-02-231-2/+2
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-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 andBea Lam2010-02-031-6/+6
| | | | | | examples accordingly. Task-number: QT-2786
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-2/+2
|
* fix calculatorYann Bodson2009-11-051-19/+15
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-052-2/+2
| | | | SystemPalette.
* lowercase idsYann Bodson2009-10-063-75/+74
|
* * use alias in CalcButton.qmlYann Bodson2009-10-012-6/+5
| | | | * do not set a z value (broken with positioners atm)
* Get calculator demo running again.Michael Brasser2009-09-071-2/+2
|
* Rename positioners.Warwick Allison2009-08-241-5/+5
| | | | QFxBasePositioner still exists though.
* Rename State change elements.Martin Jones2009-08-212-11/+11
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Palette -> SystemPaletteYann Bodson2009-08-201-1/+1
|
* Renaming Rect -> RectangleYann Bodson2009-08-192-3/+3
|
* Update demosAlan Alpert2009-08-191-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 Brasser2009-08-141-2/+2
|
* Missed converting demos when renaming layout->positionerAlan Alpert2009-08-131-5/+5
|
* Improve calculator demo and add missing text property to QmlPalette.Yann Bodson2009-08-037-55/+25
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-311-1/+1
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-1/+1
|
* fix calculator exampleLars Knoll2009-07-291-10/+10
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-2/+2
|
* Use QML properties syntaxAaron Kennedy2009-05-011-6/+4
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-292-3/+3
|
* Convert the calculator demo.Yann Bodson2009-04-292-103/+169
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-228-0/+220