Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 3 | -51/+51 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 3 | -3/+3 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix QML calculator demo being wrongly rotated for landscape devices | Joona Petrell | 2010-11-02 | 1 | -9/+13 |
|/ | | | | | Task-number: QTBUG-14909 Reviewed-by: Martin Jones | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 3 | -3/+3 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Add quit buttons to declarative demos | Joona Petrell | 2010-08-26 | 2 | -14/+12 |
| | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones | ||||
* | Make it possible to manually set the orientation of QML Viewer on Symbian | Joona Petrell | 2010-08-03 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3. | ||||
* | Add Symbian support for runtime.orientation property | Joona Petrell | 2010-07-07 | 2 | -9/+22 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | 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 |