Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Yann Bodson | 2009-09-01 | 8 | -10/+10 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-09-01 | 1 | -65/+68 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-31 | 5 | -51/+59 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Revive animated zooming. | Warwick Allison | 2009-08-31 | 1 | -3/+65 |
| | | | | | | | | | | | | | | | | | | Now uses scale for transition while static uses zoomFactor. QFxPaintedItem assists by being able to freeze the cache - useful anywhere that dirty cache data is okay to use (i.e. during brief animations). | ||||
| * | | Simplify zooming mechanism - put more IQ in WebView. | Warwick Allison | 2009-08-31 | 1 | -64/+5 |
| | | | | | | | | | | | | No animated zooming for now. | ||||
* | | | Fix bugs in flick-mobile demo. | Yann Bodson | 2009-09-01 | 4 | -15/+25 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-31 | 2 | -2/+2 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Update XmlListModel status to be in line with other QML objects that | Michael Brasser | 2009-08-31 | 2 | -2/+2 |
| |/ | | | | | | | load from the network. | ||||
* | | Fix flickr-mobile toolbar | Yann Bodson | 2009-08-31 | 4 | -49/+57 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-28 | 1 | -11/+27 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/QmlChanges.txt | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-28 | 2 | -3/+6 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Changes as per review. | Warwick Allison | 2009-08-28 | 1 | -11/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | Make a number of Flickable API changes following review. | Martin Jones | 2009-08-28 | 3 | -15/+15 |
| |/ |/| | |||||
* | | Flickr tweak for more generic components | Alan Alpert | 2009-08-27 | 1 | -2/+5 |
| | | | | | | | | | | Using TitleBar in twitter too, this slight change prevents a copy of the whole component. | ||||
* | | Revert to Common.ImageDetails for now. | Yann Bodson | 2009-08-27 | 1 | -1/+1 |
|/ | |||||
* | small flickr fixes | Yann Bodson | 2009-08-25 | 4 | -4/+4 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-25 | 2 | -5/+5 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove excessive margins in SameGame | Alan Alpert | 2009-08-25 | 1 | -3/+3 |
| | | | | | | | | Reviewed-by: Yann Bodson | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-25 | 2 | -31/+62 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Dialog width is dependent on text | Aaron Kennedy | 2009-08-25 | 1 | -2/+2 |
| | | | |||||
* | | | Fix the size of the button | Yann Bodson | 2009-08-25 | 2 | -3/+2 |
| |/ |/| | |||||
* | | SameGame small cosmetic changes | Yann Bodson | 2009-08-25 | 2 | -31/+62 |
|/ | |||||
* | Forgot to commit RssModel.qml | Yann Bodson | 2009-08-25 | 1 | -0/+20 |
| | |||||
* | Mobile version of Flickr demo in flickr-mobile.qml. | Yann Bodson | 2009-08-25 | 37 | -291/+313 |
| | |||||
* | Reverse debug commit | Warwick Allison | 2009-08-24 | 1 | -2/+1 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 4 | -8/+9 |
| | | | | QFxBasePositioner still exists though. | ||||
* | tidy | Warwick Allison | 2009-08-24 | 1 | -8/+1 |
| | |||||
* | Fix WebViewSettings | Warwick Allison | 2009-08-24 | 1 | -3/+2 |
| | | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola | ||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 9 | -25/+25 |
| | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 4 | -8/+8 |
| | |||||
* | Renamed transition action elements | Martin Jones | 2009-08-21 | 2 | -4/+4 |
| | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction | ||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 17 | -100/+100 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming: Bind -> Binding | Yann Bodson | 2009-08-21 | 1 | -4/+4 |
| | |||||
* | Renaming Palette -> SystemPalette | Yann Bodson | 2009-08-20 | 2 | -8/+8 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 17 | -26/+26 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-08-19 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-19 | 6 | -6/+6 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | API improvements for MouseRegion and Drag | Martin Jones | 2009-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | Update demos | Alan Alpert | 2009-08-19 | 3 | -4/+5 |
| |/ |/| | | | | | | | | | Remove uses of margin for positioners. Update MediaLineEdit to use a TextInput, in the process added a selectAll() slot to TextInput (like TextEdit has). | ||||
* | | Text-related API updates after review | Michael Brasser | 2009-08-19 | 4 | -4/+4 |
| | | | | | | | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes. | ||||
* | | Rename filter to targets. | Michael Brasser | 2009-08-18 | 2 | -2/+2 |
|/ | |||||
* | MouseRegion API changes following review. | Martin Jones | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-14 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | New Qt URL. | Warwick Allison | 2009-08-14 | 1 | -1/+1 |
| | | |||||
* | | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 7 | -9/+9 |
|/ | |||||
* | Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵ | Tapani Mikola | 2009-08-14 | 2 | -22/+7 |
| | | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-13 | 6 | -13/+13 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Missed a Rotation3D -> Rotation. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 4 | -9/+9 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Missed converting demos when renaming layout->positioner | Alan Alpert | 2009-08-13 | 3 | -7/+7 |
| | | |