Changeset 651 for trunk/src/corelib/animation
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 21 edited
-
. (modified) (1 prop)
-
src/corelib/animation/qabstractanimation.cpp (modified) (2 diffs)
-
src/corelib/animation/qabstractanimation.h (modified) (1 diff)
-
src/corelib/animation/qabstractanimation_p.h (modified) (1 diff)
-
src/corelib/animation/qanimationgroup.cpp (modified) (1 diff)
-
src/corelib/animation/qanimationgroup.h (modified) (1 diff)
-
src/corelib/animation/qanimationgroup_p.h (modified) (1 diff)
-
src/corelib/animation/qparallelanimationgroup.cpp (modified) (1 diff)
-
src/corelib/animation/qparallelanimationgroup.h (modified) (1 diff)
-
src/corelib/animation/qparallelanimationgroup_p.h (modified) (1 diff)
-
src/corelib/animation/qpauseanimation.cpp (modified) (1 diff)
-
src/corelib/animation/qpauseanimation.h (modified) (1 diff)
-
src/corelib/animation/qpropertyanimation.cpp (modified) (3 diffs)
-
src/corelib/animation/qpropertyanimation.h (modified) (1 diff)
-
src/corelib/animation/qpropertyanimation_p.h (modified) (1 diff)
-
src/corelib/animation/qsequentialanimationgroup.cpp (modified) (1 diff)
-
src/corelib/animation/qsequentialanimationgroup.h (modified) (1 diff)
-
src/corelib/animation/qsequentialanimationgroup_p.h (modified) (1 diff)
-
src/corelib/animation/qvariantanimation.cpp (modified) (1 diff)
-
src/corelib/animation/qvariantanimation.h (modified) (1 diff)
-
src/corelib/animation/qvariantanimation_p.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/animation/qabstractanimation.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 300 300 301 301 if (QAbstractAnimationPrivate::get(animation)->isPause) { 302 if (animation->duration() == -1)303 qDebug() << "toto";304 302 runningPauseAnimations << animation; 305 303 } else -
trunk/src/corelib/animation/qabstractanimation.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qabstractanimation_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qanimationgroup.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qanimationgroup.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qanimationgroup_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qparallelanimationgroup.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qparallelanimationgroup.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qparallelanimationgroup_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qpauseanimation.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qpauseanimation.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qpropertyanimation.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 257 257 258 258 if (!d->target && oldState == Stopped) { 259 qWarning("QPropertyAnimation::updateState: Changing state of an animation without target"); 259 qWarning("QPropertyAnimation::updateState (%s): Changing state of an animation without target", 260 d->propertyName.constData()); 260 261 return; 261 262 } … … 280 281 d->setDefaultStartEndValue(d->targetValue->property(d->propertyName.constData())); 281 282 //let's check if we have a start value and an end value 282 if (!startValue().isValid() && (d->direction == Backward || !d->defaultStartEndValue.isValid())) 283 qWarning("QPropertyAnimation::updateState: starting an animation without start value"); 284 if (!endValue().isValid() && (d->direction == Forward || !d->defaultStartEndValue.isValid())) 285 qWarning("QPropertyAnimation::updateState: starting an animation without end value"); 283 if (!startValue().isValid() && (d->direction == Backward || !d->defaultStartEndValue.isValid())) { 284 qWarning("QPropertyAnimation::updateState (%s, %s, %s): starting an animation without start value", 285 d->propertyName.constData(), d->target.data()->metaObject()->className(), 286 qPrintable(d->target.data()->objectName())); 287 } 288 if (!endValue().isValid() && (d->direction == Forward || !d->defaultStartEndValue.isValid())) { 289 qWarning("QPropertyAnimation::updateState (%s, %s, %s): starting an animation without end value", 290 d->propertyName.constData(), d->target.data()->metaObject()->className(), 291 qPrintable(d->target.data()->objectName())); 292 } 286 293 } 287 294 } else if (hash.value(key) == this) { -
trunk/src/corelib/animation/qpropertyanimation.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qpropertyanimation_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qsequentialanimationgroup.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qsequentialanimationgroup.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qsequentialanimationgroup_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qvariantanimation.cpp
r599 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qvariantanimation.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) -
trunk/src/corelib/animation/qvariantanimation_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected])
Note:
See TracChangeset
for help on using the changeset viewer.
