summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
|
* Fix crash in PathView.Michael Brasser2009-04-271-0/+2
| | | | | | If a component had runtime errors it could cause PathView to crash. Now we check in rengenerate to make sure the model actually returns an item before using it.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-271-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Simplify QMetaProperty::propertyIndex functionAaron Kennedy2009-04-271-1/+1
| | | | | | | | RevBy: Kent Hansen
* | Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-2710-130/+130
| |
* | Rename GfxEvent to QmlTimeLineEvent.Michael Brasser2009-04-275-27/+27
| |
* | Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-2722-1741/+96
|/
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+278
|
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+20
|
* qdoc: Marked QSimpleCanvas and QSimpleCanvasItem internalMartin Smith2009-04-242-0/+2
| | | | They have almost no documentation and are generating many qdoc warnings.
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-242-85/+120
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2411-138/+236
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
| | | | | | | | | | | | | | | Everything internally is qreal, so there's no point having the conversion.
* | | qdoc: Edited qdoc comments to remove some qdoc warnings.Martin Smith2009-04-241-2/+15
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2419-129/+216
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2422-170/+463
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2421-160/+350
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-246-43/+258
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Documentation fixes.Michael Brasser2009-04-2414-61/+23
| | | | | | | | | | | | | | | | | | | | | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
| | | * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-04-231-48/+48
| | | |\ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-231-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug was in easeOutBounce_helper(), where the last else-block adjusted t wrong. It should adjust t so that the peak is at t == 0, but it adjusted it too little. The old code did t -= (2.25f/2.75f), but it should have been 21/22. The rest of the changes in that function is just simple mathematical rewrites (use a more readable fraction), and removed the b argument, since that was always 0. Finally, fixing the original bug also revealed a bug in the first line of easeOutBounce_helper(), where we always returned 1.0 for t == 1.0. That was wrong since it did not respect c.
| | | | * | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| | | | | |
| | | * | | Expose basic BlendedImage docs.Michael Brasser2009-04-231-8/+21
| | | | | |
| | * | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-241-10/+113
| | |/ / /
| * | | | Propagate scene geometry changes to view.Warwick Allison2009-04-242-1/+10
| | | | | | | | | | | | | | | | | | | | Previously, only the initial size was honoured.
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2450-518/+564
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png
| * | | | Compile.Warwick Allison2009-04-231-1/+1
| | | | |
* | | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-248-136/+225
| |_|_|/ |/| | | | | | | | | | | Child mouse filter only filters events sent to your children
* | | | Ensure -ve z stacks behind parent when using GraphicsViewAaron Kennedy2009-04-241-0/+9
| | | |
* | | | Don't manually stack children on GraphicsViewAaron Kennedy2009-04-241-5/+1
| | | | | | | | | | | | | | | | GraphicsView now has a sane default stacking order.
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-249-242/+122
|\ \ \ \ | | |/ / | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Using QVariant interpolators in qml variant animationLeonardo Sobral Cunha2009-04-231-88/+3
| | | |
| * | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-7/+7
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-232-4/+4
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix signal usage from QmlcomponentAlexis Menard2009-04-232-4/+4
| | | | |
| * | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-233-14/+14
| |/ / /
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-231-1/+1
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | The signal should emit the namespace as well otherwise a connect willAlexis Menard2009-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | be not trivial.
| * | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-233-128/+93
| |/ / /
* | | | Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| | | | | | | | | | | | | | | | We can use the new QMetaProperty::propertyIndex() method instead.
* | | | Add a Follow::followValue propertyAaron Kennedy2009-04-232-0/+22
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-234-4/+46
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Layouts: don't mess with the coordinate in the direction we are notMartin Jones2009-04-231-2/+0
| | | | | | | | | | | | | | | | laying out.
| * | | Small doc fix - use a real element in the example.Martin Jones2009-04-231-2/+2
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-232-10/+2
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Component and ComponentInstance documentation.Martin Jones2009-04-232-0/+44
| | | | |
* | | | | Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-232-33/+225
| |/ / / |/| | |
* | | | Make declarative autotests compile.Aaron Kennedy2009-04-231-0/+2
| | | | | | | | | | | | | | | | No guarentees are made as to whether they pass.
* | | | Remove QMetaObject hierarchy search from QmlMetaType::default*() methodsAaron Kennedy2009-04-231-10/+0
|/ / / | | | | | | | | | QMetaObject::indexOfClassInfo() already searches the entire hierarchy
* | | Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-2345-271/+403
|/ /