summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpropertychanges.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prepare translations of the declarative module.Friedemann Kleint2010-02-151-1/+1
| | | | | Add to translations profile. move stuff out of QObject-context, correct spelling and contractions, correct usage of tr().
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-5/+5
|
* Stop using QGuardAaron Kennedy2009-12-231-1/+2
| | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway.
* small cleanupThierry Bastian2009-12-041-2/+2
| | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* fix includesOswald Buddenhagen2009-12-031-6/+10
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
| | | | May help modularization (syncqt and configure are Qt-specific).
* 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
| | | | Task-number: QTBUG-5769
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-131-0/+28
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Autotests.Michael Brasser2009-11-121-0/+28
| |
* | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-4/+4
|/ | | | as it breaks reinstalling the module against existing Qt.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-2/+2
| | | | Fixes QTBUG-5480
* 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
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-301-4/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | 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
SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges