summaryrefslogtreecommitdiffstats
path: root/src/animations/xyanimation_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Charts repository structure is changed to follow the structure of a Qt Add-On module. The task includes following changes: - All macros and definitions named 'commercial' have been renamed. - Compile errors related to QString and qSort usage have been fixed. - Old demos are moved under examples. The QML examples now support only Qt Quick 2.0, the support for Qt Quick 1 is removed. - The QML examples with multiple views are updated so that they are usable also with touch devices. - Unnecessary version checks are removed from examples. - The build stamp has been removed as it was only meant for Charts development purposes and it's no longer needed. Also development build related debug prints are removed as __DATE__ can't be used for all OS thus it doesn't make much sense. - Documentation structure has been updated based on the new module structure. The raw HTML files have been removed. Demos are combined to examples. - Unnecessary .qdocinc files are no longer needed. The content is moved to the corresponding .cpp files. - The Charts widget designer plugin is updated according to the module change. - The test cases updated according to the project structure change. Tests are added also for version 2.0. - cmake modules generation is not needed with Qt 5.4 and Qt Charts so it's disabled. - The new module name and version are updated to the plugin.qmltypes file. Task-number: QTRD-2844, QTRD-3217, QTRD-3218, QTRD-3277, QTRD-3228, QTRD-2526, QTRD-3233, QTRD-3222 Change-Id: Ib7fb26057cde710ffaf6bc780c8bf52a16f45160 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Update copyright yearTitta Heikkala2014-05-131-1/+1
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-4/+4
| | | | | | | Also updated licenses. Change-Id: Ie14327305207e14879c1f1223219fcdfa1669dc0 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Further animation fixesMiikka Heikkinen2013-04-251-0/+1
| | | | | | | | - Scatter animation didn't update points correctly after remove - Spline animation crashed at insert/removal at zero index Change-Id: I181cfb195aa3f152fb1df1cf9f74b7592c1a8f19 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
|
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-3/+3
|
* Added missing warning about private implementationunknown2012-06-031-0/+9
|
* Refactors spline animations:Michal Klocek2012-05-291-5/+7
| | | | | | * removes complex cases * simple animation to improve stability * fixes spilne unit test cases
* adds QLineAnimation fixesMichal Klocek2012-05-291-2/+1
|
* Refactors axis animation, line animationsMichal Klocek2012-05-251-3/+5
|
* Refactor xychartitem -> xychartMichal Klocek2012-05-231-3/+3
|
* Refactors animation handling for xyseriesMichal Klocek2012-05-231-0/+3
|
* Fixes header guard style issuesMichal Klocek2012-04-101-2/+3
|
* Add license headersJani Honkonen2012-03-291-0/+20
|
* Animation folder formating: white spaces, brackets, etc fixedMarek Rosa2012-03-271-4/+4
|
* Improves spline interpolationMichal Klocek2012-03-161-6/+2
| | | | | | * fixes spline animation issues * adds splieanimation class * fixes ekg example to remove not used data
* Animation refactorMichal Klocek2012-03-091-0/+34
* removes animation per derived item desing * new design aims to make centralized animation hadnling * removes animationitem and animator templets * removes axisanimationitem * adds chartanimator * adds chartanimatioms * add axis and xy animations