summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativestateoperations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Build fix for QtDeclarative in WindowsCEjaanttil2012-02-061-0/+7
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Converting accidental use of doubles to qreal in declarativemread2011-10-051-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-051-20/+2
|\
| * Doc: Fixed qdoc warnings about broken links.David Boddie2011-01-261-1/+1
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+1
| |\
| * | Doc: Fixed QML syntax in quoted code snippets.David Boddie2010-12-211-19/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| |/
* | ParentChange optimizations.Michael Brasser2010-12-171-36/+41
* | Optimize construction of QDeclarativeProperty in state operations.Michael Brasser2010-12-171-29/+34
|/
* Doc: Corrected the name property as it was incorrectly declared.David Boddie2010-10-211-1/+1
* Restore any absolute geometry changed by AnchorChanges when returningMichael Brasser2010-09-151-0/+54
* This patch allows modifications on PropertyChanges on the flyThomas Hartmann2010-09-141-3/+4
* In ParentChange treat flip in x and y as a 180 degree rotationMartin Jones2010-09-141-2/+3
* Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-061-15/+2
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+3
* Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-211-2/+6
* improvements to docs and examplesBea Lam2010-07-141-1/+1
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-101-0/+10
* Move some example code into snippets/ and add other doc fixesBea Lam2010-06-101-19/+13
* DocAaron Kennedy2010-05-251-2/+2
* Don't crash if the target parent is destroyed.Martin Jones2010-05-191-1/+1
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-181-54/+138
* Reduce the chance of AnchorAnimation animating geometry changes itMichael Brasser2010-05-141-4/+8
* Fix crash in ParentAnimation.Michael Brasser2010-05-141-2/+2
* Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-42/+47
* doc anchor margins vs. anchor (line) state/animation.Warwick Allison2010-04-271-0/+7
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-231-1/+1
* Fix qmlvisual/animation/parentAnimation autotestLeonardo Sobral Cunha2010-04-211-1/+4
* Fix AnchorChanges to work with parent.right.Michael Brasser2010-04-201-187/+329
* Doc fix.Michael Brasser2010-04-201-3/+10
* Minor internal anchor refactoring.Michael Brasser2010-04-201-46/+45
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Output script errors in ScriptAction and StateChangeScriptMartin Jones2010-04-151-0/+6
* Don't crash if a target isn't specified for AnchorChanges.Michael Brasser2010-04-071-0/+12
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-251-170/+304
* StateChangeScript doc.Michael Brasser2010-03-241-2/+24
* Remove ParentAction.Michael Brasser2010-03-231-1/+1
* Fix warning mentioned in the comments of QTBUG-9182.Michael Brasser2010-03-221-3/+2
* Initialize variable.Michael Brasser2010-03-221-1/+1