summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* cleanupYann Bodson2009-09-018-10/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-09-011-65/+68
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-315-51/+59
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Revive animated zooming.Warwick Allison2009-08-311-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 Allison2009-08-311-64/+5
| | | | | | | | | | | | No animated zooming for now.
* | | Fix bugs in flick-mobile demo.Yann Bodson2009-09-014-15/+25
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-312-2/+2
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Update XmlListModel status to be in line with other QML objects thatMichael Brasser2009-08-312-2/+2
| |/ | | | | | | load from the network.
* | Fix flickr-mobile toolbarYann Bodson2009-08-314-49/+57
|/
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-281-11/+27
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/QmlChanges.txt
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-282-3/+6
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Changes as per review.Warwick Allison2009-08-281-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 Jones2009-08-283-15/+15
| |/ |/|
* | Flickr tweak for more generic componentsAlan Alpert2009-08-271-2/+5
| | | | | | | | | | Using TitleBar in twitter too, this slight change prevents a copy of the whole component.
* | Revert to Common.ImageDetails for now.Yann Bodson2009-08-271-1/+1
|/
* small flickr fixesYann Bodson2009-08-254-4/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-252-5/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove excessive margins in SameGameAlan Alpert2009-08-251-3/+3
| | | | | | | | Reviewed-by: Yann Bodson
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-08-252-31/+62
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Dialog width is dependent on textAaron Kennedy2009-08-251-2/+2
| | |
* | | Fix the size of the buttonYann Bodson2009-08-252-3/+2
| |/ |/|
* | SameGame small cosmetic changesYann Bodson2009-08-252-31/+62
|/
* Forgot to commit RssModel.qmlYann Bodson2009-08-251-0/+20
|
* Mobile version of Flickr demo in flickr-mobile.qml.Yann Bodson2009-08-2537-291/+313
|
* Reverse debug commitWarwick Allison2009-08-241-2/+1
|
* Rename positioners.Warwick Allison2009-08-244-8/+9
| | | | QFxBasePositioner still exists though.
* tidyWarwick Allison2009-08-241-8/+1
|
* Fix WebViewSettingsWarwick Allison2009-08-241-3/+2
| | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-249-25/+25
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-214-8/+8
|
* Renamed transition action elementsMartin Jones2009-08-212-4/+4
| | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction
* Rename State change elements.Martin Jones2009-08-2117-100/+100
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming: Bind -> BindingYann Bodson2009-08-211-4/+4
|
* Renaming Palette -> SystemPaletteYann Bodson2009-08-202-8/+8
|
* Renaming Rect -> RectangleYann Bodson2009-08-1917-26/+26
|
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-08-191-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-196-6/+6
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | API improvements for MouseRegion and DragMartin Jones2009-08-191-1/+1
| | |
* | | Update demosAlan Alpert2009-08-193-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 reviewMichael Brasser2009-08-194-4/+4
| | | | | | | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* | Rename filter to targets.Michael Brasser2009-08-182-2/+2
|/
* MouseRegion API changes following review.Martin Jones2009-08-181-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-141-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * New Qt URL.Warwick Allison2009-08-141-1/+1
| |
* | Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-147-9/+9
|/
* Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵Tapani Mikola2009-08-142-22/+7
| | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-136-13/+13
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Missed a Rotation3D -> Rotation.Michael Brasser2009-08-131-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-134-9/+9
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Missed converting demos when renaming layout->positionerAlan Alpert2009-08-133-7/+7
| | |