Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -2/+2 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 3 | -5/+5 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 2 | -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. | ||||
* | fix line endings | Oswald Buddenhagen | 2010-02-16 | 3 | -98/+98 |
| | | | | 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 | 2 | -3/+3 |
| | |||||
* | Web service integration example - Google Maps | Warwick Allison | 2009-11-16 | 3 | -0/+98 |
| | |||||
* | look nicer | Warwick Allison | 2009-11-11 | 1 | -2/+3 |
| | |||||
* | Remove WebView::pagewidth and tidy up - it's not needed and interfered | Warwick Allison | 2009-11-10 | 1 | -2/+2 |
| | | | | with zoomFactor. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 2 | -2/+2 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Do not use 'resources:' in examples | Yann Bodson | 2009-10-09 | 1 | -16/+17 |
| | |||||
* | Fix example errors | Aaron Kennedy | 2009-10-09 | 1 | -2/+0 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 5 | -30/+29 |
| | |||||
* | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | doc | Warwick Allison | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | New window creation in WebView. | Warwick Allison | 2009-08-28 | 2 | -0/+31 |
| | |||||
* | Changes as per review. | Warwick Allison | 2009-08-28 | 2 | -6/+5 |
| | | | | | | | | | | WebView: idealWidth -> preferredWidth (as per QSizePolicy) WebView: idealHeight -> preferredHeight WebView: status -> statusText WebView: mouseX -> clickX (parameter to onDoubleClick) WebView: mouseY -> clickY (parameter to onDoubleClick) WebView: cacheSize -> pixelCacheSize (may later go away) WebView: lost "interactive" property (always true now) | ||||
* | typo | Warwick Allison | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Missed files. | Warwick Allison | 2009-08-25 | 2 | -0/+86 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
| | | | | QFxBasePositioner still exists though. | ||||
* | 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 | 4 | -10/+10 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 5 | -0/+10 |
| | | | | | 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 |
| | |||||
* | Change syntax | Warwick Allison | 2009-04-30 | 5 | -95/+112 |
| | |||||
* | Enable plugins | Warwick Allison | 2009-04-29 | 1 | -1/+1 |
| | | | | They're no longer on by default, as per QWebPage. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 6 | -0/+107 |