Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -10/+10 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Doc: Fixed links and whitespace. | David Boddie | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Removed section names and added a link to Qt Quick page. | Jerome Pasion | 2011-02-17 | 1 | -2/+0 |
| | | | | Task-number: QTBUG-16071 | ||||
* | Rewrote Qt Quick documentation. | Jerome Pasion | 2011-02-07 | 1 | -1/+1 |
| | | | | Task number: QTBUG-16071 | ||||
* | Re-wrote QML Animation documentation and cleaned snippet code | Jerome Pasion | 2011-02-04 | 1 | -236/+140 |
| | | | | | | | Removed unneeded snippets and added new snippet code. Task-number: QTBUG-16071 Reviewed-by: David Boddie | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Jerome Pasion | 2011-01-17 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc doc/src/declarative/extending.qdoc src/declarative/qml/qdeclarativecomponent.cpp | ||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Re-organized the Qt Quick page. Changed titles and links. | Jerome Pasion | 2010-12-20 | 1 | -1/+3 |
| | | | | | | | | Task-number: QTBUG-16071 | ||||
* | | Added \ingroup for the overview pages and \group page. | Jerome Pasion | 2010-12-13 | 1 | -16/+18 |
|/ | |||||
* | Doc: Fixed the in-repository licenses for the documentation. | David Boddie | 2010-10-04 | 1 | -5/+5 |
| | | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files. | ||||
* | Docs - clarify use of PropertyChanges for immediate property changes in | Bea Lam | 2010-08-17 | 1 | -7/+12 |
| | | | | | a State (e.g. for setting a transformOrigin for a RotationAnimation). Also improve some other animation docs in general. | ||||
* | Improve docs on QML Animation page and associated elements | Bea Lam | 2010-08-05 | 1 | -89/+256 |
| | | | | Task-number: QTBUG-12666 | ||||
* | Minor animation doc improvement | Martin Jones | 2010-07-16 | 1 | -1/+3 |
| | |||||
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -4/+12 |
| | | | | Task-number: QTBUG-11754 | ||||
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Move some example code into snippets/ and add other doc fixes | Bea Lam | 2010-06-09 | 1 | -125/+24 |
| | |||||
* | doc fixes | Yann Bodson | 2010-05-06 | 1 | -6/+6 |
| | |||||
* | Collection of small doc improvements | Martin Jones | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite. | ||||
* | Update more animation on property value source docs. | Martin Jones | 2010-03-16 | 1 | -4/+5 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -1/+1 |
| | | | | QDeclarativeXXX. | ||||
* | Adds QmlEasingValueType to qml | Leonardo Sobral Cunha | 2010-02-23 | 1 | -6/+6 |
| | | | | | | | | Now it's possible to use easing curve types directly in qml as value types, {easing.type: "OutBounce"; easing.amplitude: 3}, instead of the former ugly string format, like "easeOutBounce(amplitude:3.0)". Reviewed-by: akennedy | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-22 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys. | ||||
| * | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -2/+2 |
| | | |||||
* | | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -18/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -45/+43 |
|/ | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Doc improvments | Bea Lam | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-24 | 1 | -3/+3 |
| | |||||
* | Update animation docs. | Michael Brasser | 2009-11-06 | 1 | -14/+62 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -6/+6 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-26 | 1 | -1/+0 |
| | |||||
* | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 1 | -72/+85 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-08 | 1 | -0/+41 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-07 | 1 | -4/+4 |
| | |||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 1 | -4/+4 |
| | |||||
* | Renamed transition action elements | Martin Jones | 2009-08-21 | 1 | -4/+1 |
| | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-26 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp | ||||
| * | Color property is required to be explicity set (at least for now). | Michael Brasser | 2009-06-26 | 1 | -1/+2 |
| | | |||||
| * | Rename NumericAnimation -> NumberAnimation | Michael Brasser | 2009-06-26 | 1 | -6/+6 |
| | | |||||
* | | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -6/+4 |
|/ | | | | Also removed all uses of SetProperty | ||||
* | Use correct 'from' value for repeating animations. | Michael Brasser | 2009-05-07 | 1 | -11/+6 |
| | | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value. | ||||
* | Documentation. | Martin Jones | 2009-05-06 | 1 | -4/+2 |
| | |||||
* | More doc conversion and cleanup. | Michael Brasser | 2009-05-05 | 1 | -40/+86 |
| | |||||
* | Doc work. | Michael Brasser | 2009-05-01 | 1 | -2/+2 |
| | |||||
* | Documentation fixes. | Michael Brasser | 2009-04-24 | 1 | -1/+1 |
| | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+130 |