summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a Follow::followValue propertyAaron Kennedy2009-04-232-0/+22
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2346-561/+1213
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2373-501/+691
| |\ | | | | | | | | | 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-2320-212/+204
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Component and ComponentInstance documentation.Martin Jones2009-04-234-1/+46
| | | |
| | * | Change the QML element docs filename prefix "qml-" rather than "qml".Martin Jones2009-04-232-5/+5
| | | | | | | | | | | | | | | | Otherwise there is a clash with the QmlFoo C++ classes.
| * | | Adding 'presentation' qml to tutorial steps.Ian Walters2009-04-2318-109/+181
| | | | | | | | | | | | | | | | | | | | Also changed background from black to white so to better match screenshots within documentation.
| * | | First draft chapter 1 of tutorial: complete.Ian Walters2009-04-236-77/+93
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-04-2318-169/+241
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Continuing tutorialIan Walters2009-04-2316-432/+953
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start of qdoc componenet relating to example files. Also removed t8 and replaced with Final, which will represent the final 'application', and not necissarily in terms of minor stages. However difference that will be useful or confusing to the user will still be highlighted, just not in the progressive manor of the rest of the tutorial Scheduled for review when complete.
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2312-176/+177
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-04-2357-315/+461
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Cosmetic changes for the web browser demo.Yann Bodson2009-04-2312-176/+177
| | |_|/ / | |/| | |
* | | | | Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-232-33/+225
| |/ / / |/| | |
* | | | Make declarative autotests compile.Aaron Kennedy2009-04-236-23/+25
| | | | | | | | | | | | | | | | 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
* | | | Simplify dial example.Aaron Kennedy2009-04-231-3/+2
| |_|/ |/| | | | | | | | | | | As Item::rotation is a subscribable property, the second (identical) Follow is unnecessary.
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-233-16/+18
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Allow method text of recipe example to scrollMartin Jones2009-04-233-16/+18
| | |
* | | Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-2349-279/+434
|/ /
* | Fix sefaults introduced by merge.Michael Brasser2009-04-233-83/+76
| | | | | | | | | | For now, use kinetic-animations' version of the qvariant changes, as the ones in master cause segfaults.
* | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-04-2210-75/+128
|\ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/gui/animation/qguivariantanimation.cpp
| * | Fixes QPropertyAnimation's default start value update conditionLeonardo Sobral Cunha2009-04-223-20/+38
| | | | | | | | | | | | | | | | | | | | | The default start value is updated when the animation changes from Stopped to Running state. Reviewed-by: Jan-Arve
| * | Fixes for solution package.Jan-Arve Sæther2009-04-227-54/+89
| | |
* | | Make compileMichael Brasser2009-04-223-7/+5
| | | | | | | | | | | | I've temporarily commented out the body of qguivariantanimation.cpp so we can compile.
* | | Fix merge error.Michael Brasser2009-04-221-4/+30
| |/ |/|
* | Merge branch 'kinetic-animations' of ../../qt/kinetic into kinetic-declarativeuiMichael Brasser2009-04-22124-2886/+3641
|\ \ | |/ | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * Expose QVariantAnimationPrivate::getInterpolator in the private headerLeonardo Sobral Cunha2009-04-212-2/+4
| | | | | | | | These interpolator functions might be useful for other internal classes.
| * QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-213-7/+41
| | | | | | | | | | | | | | | | When the start value is not explicitly defined, the property animation will set the default start to be the current property value when updating the animation's state to Running. Reviewed-by: Jan-Arve
| * update the package script according to class renamingKent Hansen2009-04-211-4/+4
| |
| * Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-212-1/+36
| |\
| | * Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-212-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | The child animation was removed twice from the group because in QAnimationGroup::insertAnimationAt the insertion in the list was done before removing the animation. Reviewed-by: Jan-Arve
| * | include the right headerKent Hansen2009-04-212-2/+2
| | |
| * | compileEskil B2009-04-211-63/+48
| | |
| * | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-2127-782/+233
| |\ \ | | |/
| | * don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| | |
| | * compile fixThierry Bastian2009-04-201-1/+1
| | |
| | * remove QItemAnimation and add the interpolator for QColorThierry Bastian2009-04-207-511/+29
| | |
| | * cleanup in demoThierry Bastian2009-04-205-96/+30
| | | | | | | | | | | | sub-attaq doesn't use anymore animation private headers
| | * iterationCount becomes loopCount againThierry Bastian2009-04-2016-176/+175
| | |
| * | compileKent Hansen2009-04-211-34/+34
| | |
| * | rename QTransition -> QActionTransitionKent Hansen2009-04-2113-87/+88
| | |
| * | don't assert if the signal is not validKent Hansen2009-04-211-1/+2
| | |
| * | initialize "for-future-expansion"-pointerKent Hansen2009-04-201-1/+1
| |/
| * Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-04-201-3/+4
| |\
| | * Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
| | |
| * | docKent Hansen2009-04-2013-6/+25
| | |
| * | more docKent Hansen2009-04-173-8/+12
| | |