summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-284-19/+25
| | | | | | Changed some qDebug() output in qdoc to be real qdoc waqrnings with location information for the user. These were in the qmlproperty command processing.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-2856-350/+886
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Delay Repeater item construction until component completionAaron Kennedy2009-04-282-1/+11
| | | | | | | | | | | | The engine can crash if objects with bindings or parser status's are created and destroyed before a component complete. This works around this limitation, that should ideally be fixed in the engine.
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2816-62/+198
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-2816-60/+196
| | | | | | | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2715-135/+395
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | PathView was creating its own internal QFxVisualItemModel but not correctly setting the context.
| * | | More mouse and key event handling and related documentationMartin Jones2009-04-289-86/+177
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2771-2108/+818
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| | * | Fix use of qmlContext() - move outside contructor.Warwick Allison2009-04-271-50/+47
| | |/
| | * Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-2714-51/+42
| | | | | | | | | | | | Use qmlContext(object) instead. This makes everything consistent.
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2737-1910/+298
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-2723-67/+115
| | | | | | | | | | | | | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
| * | | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-2710-63/+269
| | | |
| * | | Fix warning.Martin Jones2009-04-271-1/+1
| | | |
| * | | Add some constructors without QmlContext parameter.Martin Jones2009-04-272-2/+37
| | | | | | | | | | | | | | | | and mark the existing constructors internal.
| * | | Doc fixes.Martin Jones2009-04-272-28/+49
| | | |
| * | | Fix the highlight positioning.Martin Jones2009-04-271-1/+1
| | | |
* | | | API and documentation work on the transform elements.Michael Brasser2009-04-288-303/+705
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Axis has been split into Axis, AxisRotation, and AxisTranslation. Basic docs (in some cases just a stub) have been added for these, Perspective, and Squish. Flipable has moved to its own file.
* | | 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.
* | | Update tile images for minehunt example.Michael Brasser2009-04-277-12/+2
| | |
* | | 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
| | |
* | | Tweak the Dial example.Michael Brasser2009-04-262-4/+4
|/ /
* | 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-2416-144/+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-24101-671/+2587
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2499-706/+2834
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2493-696/+2714
| | |\ | | | | | | | | | | | | 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-2420-68/+30
| | | | | | | | | | | | | | | | | | | | | | | | | 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-2366-577/+2403
| | | |\ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-232-109/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-8/+8
| | | | | |
| | | | * | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| | | | | |
| | | | * | Moved the animation examples piemenu and photobrowser to examples/researchLeonardo Sobral Cunha2009-04-2316-0/+0
| | | | | |
| | | | * | Update copyright headers of animation examplesLeonardo Sobral Cunha2009-04-2354-110/+1937
| | | | | |
| | | * | | Expose basic BlendedImage docs.Michael Brasser2009-04-232-8/+23
| | | | | |
| | * | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-247-10/+120
| | |/ / /
| * | | | 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-24116-1289/+1966
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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