aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
...
* Asynchronous component instantiationAaron Kennedy2011-09-292-2/+2
* Build with qt-in-namespaceKent Hansen2011-09-281-0/+4
* Use QBasicTimer rather than QTimer in SmoothedAnimationMartin Jones2011-09-282-6/+14
* Add convenience macro for fast connects in declarative.Michael Brasser2011-09-272-6/+5
* Don't give move ids to moved inserts.Andrew den Exter2011-09-261-1/+2
* Further delay animation creation in Behavior.Michael Brasser2011-09-231-2/+4
* Compress consecutive removals.Andrew den Exter2011-09-211-0/+16
* PathAnimation updates.Michael Brasser2011-09-193-22/+30
* Remove some unused includes.Jędrzej Nowacki2011-09-151-1/+0
* Merge branch 'master' into refactorGunnar Sletta2011-09-1211-87/+2015
|\
| * Only fast-foward states when there is a transition.Michael Brasser2011-09-091-2/+5
| * Add new path functionality.Michael Brasser2011-09-088-70/+1708
| * more fixes for QTBUG-17868Charles Yin2011-09-061-7/+21
| * Improvements to textFormat: Text.StyledTextYann Bodson2011-09-061-8/+281
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-014-10/+8
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-8/+8
* | Merge branch 'master' into refactorGunnar Sletta2011-08-317-41/+31
|\|
| * Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-311-2/+2
| * Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-303-19/+19
| * Compile.Roberto Raggi2011-08-301-3/+3
| * Don't unnecessarily construct QMetaPropertysAaron Kennedy2011-08-301-1/+1
| * Use the optimized QDeclarativeExpression constructor where possible.Michael Brasser2011-08-292-12/+4
| * Remove unnecessary code.Michael Brasser2011-08-291-5/+2
| * Fix memory leak in ListModel custom parserBea Lam2011-08-261-0/+1
* | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-1/+2
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2529-710/+909
|\|
| * Always disconnect signals on aborted reply objectsBea Lam2011-08-221-13/+15
| * Internal state class refactoring.Michael Brasser2011-08-197-19/+31
| * Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-171-1/+1
| * Fix race condition in processJobs()Bea Lam2011-08-131-19/+10
| * Add documentationAlan Alpert2011-08-0920-180/+180
| * Revise QDeclarativeChangeSet.Andrew den Exter2011-08-082-398/+413
| * Fix outdated license headers.Jason McDonald2011-08-051-2/+2
| * Improved support for multiple to/from values in Transition.Michael Brasser2011-08-042-0/+6
| * Rework threading internals in XmlListModel to avoid global staticBea Lam2011-08-041-91/+205
| * Add enabled property to Transition.Michael Brasser2011-08-043-1/+52
| * Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-031-7/+14
| * Allow custom parser types to still get signal handlers generatedAlan Alpert2011-08-021-0/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-113-9/+16
|\|
| * Fix Binding to correctly restore bindings even when a binding loop is involved.Michael Brasser2011-08-011-3/+3
| * Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-011-1/+1
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-292-5/+4
| * Ensure bindings on pause work correctly.Michael Brasser2011-07-291-0/+8
* | Build against refactor.Samuel Rødal2011-07-292-2/+2
|/
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-291-1/+3
* Correctly set ending path percent if none is provided.Michael Brasser2011-07-291-5/+14
* XmlListModel.status is Ready right after creation (should be Null)Charles Yin2011-07-291-1/+4
* Support QT_TRANSLATE_NOOP in ListElement.Michael Brasser2011-07-281-2/+27
* Don't jump around when maximumEasingTime is specifiedAaron Kennedy2011-07-282-15/+18
* Delete scene if you aren't going to use it.Alan Alpert2011-07-282-2/+8