Commit Graph

15 Commits

Author SHA1 Message Date
Chip Collier 4392fa4df4 Fix Qt3DAnimation::Animation::Clock::playbackRate
Fixes a small bug, removes unused properties from the clock
node (`startTime`) and changes the type of the `playbackRate` property
from `float` to `double` to match the rest of the animation aspect.
QClockPrivate is no longer responsible for emitting the
playbackRateChanged signal. Tests updated to account for this.

[ChangeLog][Qt3DAnimation][Bugfix] The backend node
(`Qt3DAnimation::Animation::Clock`) had an incorrect return type
specified (`int` instead of `float`) which was narrowing the actual
value during the evaluation of associated animation clips.

Change-Id: I53ec78ba289cafcd2055582bee23ff1fc3481317
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2017-08-02 14:34:52 +00:00
Mike Krus 5c5d0d1112 Ignore compiled qml files (.qmlc)
Change-Id: Ic2b0e0f99947481bd05ca620d1d3d3c9f8ef9772
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2017-02-11 13:54:53 +00:00
Sean Harmer b6d57c31f5 Add .qmake.stash to .gitignore
Change-Id: If44d04450ca971ebefbdb767ef0e722ae893de3b
Reviewed-by: Mike Krus <mike.krus@kdab.com>
2017-02-06 20:33:14 +00:00
Miikka Heikkinen 7222a14978 Make git ignore the generated wrapper scripts
Change-Id: Iab863275aef6e1a1e41d2bcd534a6ee9f8a81f26
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2016-11-16 10:26:05 +00:00
Giuseppe D'Angelo 6fff7ad899 Update .gitignore
Change-Id: I6667a43bcdeb99b707ba533a335915e0f7d5a516
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2015-01-16 13:19:35 +01:00
Sean Harmer 33f7a73c80 Allow to add sub-sub directories in examples
Change-Id: I1c8962511486181dc5358b4ee3f3c7a00a8f174c
Reviewed-by: James Turner <james.turner@kdab.com>
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2014-10-31 16:43:40 +01:00
Giuseppe D'Angelo 3b2f3adc31 Ignore assimp logs
Change-Id: I1e74335cf490d8b6cd44a62f666432919a7725aa
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2014-06-04 20:40:15 +02:00
Giuseppe D'Angelo 71ad27b5a0 Update gitignore
We don't have demos, tutorials, tests. And we have only one subdirectory
level under examples.

Change-Id: I62d4af4991f42b768d8e5cf9a5c2ea825b9e3588
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2014-06-04 14:07:54 +02:00
Yuchen Deng ff8b10d436 Add doc/qt3d to .gitignore
Change-Id: I16481106cfa447b64b773e8b82f0b1a52d9138ad
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-08-27 10:20:02 +02:00
Stephen Kelly c0f393caae Add the CMake directory created during unit testing to .gitignore.
Change-Id: I93b9686daa49f4978d0919291402182865a73ec3
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
2012-07-23 10:27:34 +02:00
Debao Zhang 617ca1d02f Improve .gitignore
Change-Id: Ie93e11d7aa01a906be23582625f1004a982c7ecb
Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
2012-04-30 01:54:33 +02:00
Yuchen Deng bae2862c4a Add 'bin' directory to ignore list
Change-Id: Ife1d46c118987f54f4766bd5dc06b9bf1b6b5f86
Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
2012-04-24 07:33:44 +02:00
Yuchen Deng 702d6d2682 Add some stuff to ignore list
Change-Id: I686dbad1d527ba48e2baaaee628688bb1e5314a5
Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
2012-04-05 01:09:28 +02:00
Sarah Smith 2add4b720a Put generated files in gitignore
Change-Id: I8ccd4f3c57c6f3fbbd8d7b6dc6e1ae637bf115f8
Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
2011-10-19 05:59:31 +02:00
Sarah Smith b87a08f529 Add files ported from research/qt3d
Fill repo with some of the files from the research/qt3d project.  At
present the new project builds under MacOSX.  To-dos include getting it
building under linux, windows, harmattan and maemo/meego; updating the
documentation to reflect the new QtQuick focus; and fixing the issues
with private headers.
2011-03-09 17:43:07 +10:00