summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Allow property bindings to be easily created from JavaScriptBea Lam2011-01-279-17/+149
| * | | | | Implement property versioning inside the declarative engineAaron Kennedy2011-01-2715-121/+435
| * | | | | Add location information for tracing.Michael Brasser2011-01-253-4/+17
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-19143-147/+156
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Fix declarative autotest compilation on SymbianJoona Petrell2011-01-181-1/+1
| * | | | | Fix QtDeclarative compilation warningsJoona Petrell2011-01-183-14/+7
| * | | | | Fix memory leakAaron Kennedy2011-01-171-3/+9
| * | | | | Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-111-22/+64
| * | | | | Introduce Qt.application.active propertyJoona Petrell2011-01-071-0/+4
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-075-21/+21
| |\ \ \ \ \
| * | | | | | Fix version in previous commit. Had already been bumped.Martin Jones2011-01-062-3/+3
| * | | | | | Ensure QDeclarativePrivate::RegisterType version is updated and checked.Martin Jones2011-01-063-3/+5
| * | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-051-1/+1
| |\ \ \ \ \ \
| | * | | | | | Add clarifications to QML SQL docs.Michael Brasser2011-01-051-1/+1
| * | | | | | | Support property/method versions in QMLMartin Jones2011-01-0516-41/+214
| |/ / / / / /
| * | | | | | Optimization: make QDeclarativePropertyPrivate shared.Michael Brasser2010-12-222-47/+64
| * | | | | | Fix potential crash in PropertyChanges binding rewrite handling.Michael Brasser2010-12-212-0/+6
| * | | | | | Optimize name lookup for QDeclarativeProperty.Michael Brasser2010-12-211-0/+2
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-202-21/+37
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Fix PropertyChange's binding rewriting for 'dot' properties.Michael Brasser2010-12-171-1/+1
| * | | | | | Rewrite/cache bindings created by PropertyChanges.Michael Brasser2010-12-177-1/+59
| * | | | | | QmlDebugger: reset properties to default valueChristiaan Janssen2010-12-161-2/+18
| * | | | | | QmlDebugger: setting bindings in statesChristiaan Janssen2010-12-132-17/+98
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-136-48/+117
| |\ \ \ \ \ \
| * | | | | | | QmlDebugger: Instantiation of deferred objects moved to the debugger engineChristiaan Janssen2010-12-103-11/+18
| * | | | | | | QmlDebugger: avoid deferring properties when compiling in a debug environmentChristiaan Janssen2010-12-091-1/+5
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-0121-294/+646
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-11-241-0/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-236-11/+7
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add additional trace range data.Michael Brasser2010-11-194-1/+6
| * | | | | | | | | | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-191-1/+1
| * | | | | | | | | | Support directly setting string range data.Michael Brasser2010-11-191-2/+3
| * | | | | | | | | | Add additional tracing.Michael Brasser2010-11-193-1/+9
| * | | | | | | | | | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-192-0/+18
| * | | | | | | | | | Add a private high-performance timer for profiling.Michael Brasser2010-11-193-2/+312
| * | | | | | | | | | Optimize binding rewrites.Michael Brasser2010-11-193-4/+54
| * | | | | | | | | | Optimize test for sharable bindings.Michael Brasser2010-11-163-8/+15
| * | | | | | | | | | Optimize string->color conversion in QML.Michael Brasser2010-11-161-4/+2
| * | | | | | | | | | Treat easing.type: Easing.InOutQuad as a literal assignment, not bindingMichael Brasser2010-11-161-9/+25
| * | | | | | | | | | Small optimization of enum detection in script.Michael Brasser2010-11-121-3/+2
* | | | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | fix typo in error messagesOswald Buddenhagen2011-01-171-1/+1
* | | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-172-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix memory leakAaron Kennedy2011-01-141-0/+5
| * | | | | | | | | | Clarify Component.createObject(null) behavior.Martin Jones2011-01-141-0/+4
* | | | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17143-146/+146
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-131-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Update copyright year to 2011.Jason McDonald2011-01-10143-145/+145
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-233-13/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1