summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpropertychanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-456/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-0/+1
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-241-0/+1
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-231-2/+2
| | |\
| | * | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-3/+1
|\ \ \ \ | |/ / /
| * | | QmlExpression API reviewAaron Kennedy2010-02-231-2/+0
| * | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
| | |/ | |/|
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-11/+0
|/ /
* | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-2/+2
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-161-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-1/+1
|/
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-5/+5
* Stop using QGuardAaron Kennedy2009-12-231-1/+2
* small cleanupThierry Bastian2009-12-041-2/+2
* fix includesOswald Buddenhagen2009-12-031-6/+10
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
* Doc improvementsBea Lam2009-11-251-12/+25
* Doc.Michael Brasser2009-11-241-1/+16
* Distinguish between reversing and rewinding a state change.Michael Brasser2009-11-171-2/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-131-0/+28
|\
| * Autotests.Michael Brasser2009-11-121-0/+28
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-4/+4
|/
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-2/+2
* Fix possible crash when overriding a signal handler.Michael Brasser2009-11-051-2/+2
* Fix signal overriding.Michael Brasser2009-11-051-1/+1
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-4/+5
| |\
| * | fix headersWarwick Allison2009-10-291-16/+16
* | | Make private headers _pAaron Kennedy2009-10-301-2/+2
| |/ |/|
* | Save a little more memory.Martin Jones2009-10-291-4/+5
|/
* Don't need this check.Michael Brasser2009-10-261-2/+1
* Fix crash.Michael Brasser2009-10-261-3/+3
* More i18nWarwick Allison2009-10-131-3/+3
* Correctly identify signal handlers in PropertyChanges when !isScript.Michael Brasser2009-10-111-9/+10
* Fix bug with signal overrides.Michael Brasser2009-09-251-2/+3
* compileYann Bodson2009-09-251-1/+1
* Make replacing a signal handler in a state change use the right context.Michael Brasser2009-09-251-6/+60
* Report custom parse errors verbosely.Warwick Allison2009-09-101-5/+2
* Support overriding signal handlers in a state change.Michael Brasser2009-08-311-4/+9
* Rename State change elements.Martin Jones2009-08-211-0/+339