Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Converting accidental use of doubles to qreal in declarative | mread | 2011-10-05 | 1 | -21/+21 |
| | | | | | | | | | | | | | Declarative had a number of places where double operations were used instead of qreal, due to the use of double literals. These are now constructed as qreal literals so that qreal operations are used. This makes no difference where qreal is double. But on Symbian, qreal is float, and this give a performance boost for floating point intensive code. Task-number: QTBUG-4894 Reviewed-by: Martin Jones | ||||
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | 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 | -6/+6 |
|/ | | | | Task-number: QTBUG-16071 | ||||
* | Update running animations if a SmoothedAnimation is changed | Alan Alpert | 2010-09-09 | 1 | -1/+19 |
| | | | | | | | This behavior is consistent with the other animations. Task-number: QTBUG-12336 Reviewed-by: Leonardo Sobral Cunha | ||||
* | Fix SmoothedAnimation test and docs | Alan Alpert | 2010-09-09 | 1 | -1/+7 |
| | | | | | | | | | The SmoothedAnimation visual test was misleading, and has been expanded to include more common use cases. The property documentation was also slightly extended. This should help solve the confusion in the related task. Task-number: QTBUG-12114 | ||||
* | Fix reversingModes of QDeclarativeSmoothedAnimation | Alan Alpert | 2010-09-09 | 1 | -2/+3 |
| | | | | | | | None of them actually worked. The updated visual test now shows the correct behavior. Task-number: QTBUG-13513 | ||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
| | | | | ...and a set of functional group pages. | ||||
* | Improve docs on QML Animation page and associated elements | Bea Lam | 2010-08-05 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-12666 | ||||
* | Fixed spelling mistakes in documented functions, classes, etc. Part of ↵ | Jerome Pasion | 2010-07-29 | 1 | -1/+1 |
| | | | | QTBUG-11938 and QTBUG-10801 | ||||
* | various doc improvements for animation elements | Bea Lam | 2010-07-20 | 1 | -14/+17 |
| | |||||
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-16 | 1 | -31/+13 |
| | |||||
* | Make test pass and fix docs following removal of SpringFollow | Bea Lam | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -1/+1 |
| | | | | examples from class docs and improve assorted docs | ||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -3/+3 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -2/+2 |
| | |||||
* | Tracking the velocity when restarting SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -0/+2 |
| | |||||
* | Fix doc of qml's SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -9/+10 |
| | |||||
* | Refactor in smoothedanimation, removed unneeded code | Leonardo Sobral Cunha | 2010-04-08 | 1 | -5/+1 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -5/+5 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Finished file rename of qdeclarative easefollow to smoothedanimation | Leonardo Sobral Cunha | 2010-03-30 | 1 | -0/+483 |