summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix broken database creation caused by previous fixBea Lam2010-12-101-8/+17
| * QDeclarativeProperty doc improvementsBea Lam2010-12-091-3/+16
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-094-35/+45
| |\
| | * Fix openDatabaseSync() to not create unused directoryBea Lam2010-12-071-1/+0
| | * Some doc clarification for components and javascript integrationBea Lam2010-12-061-12/+16
| | * Qt.include() docs weren't being picked up by qdocBea Lam2010-12-062-22/+29
| * | Add libinfix support for QML plugins in Symbian.Miikka Heikkinen2010-12-091-1/+7
| |/
| * Mention that image providers should be added before loading QML filesBea Lam2010-12-031-0/+3
| * Append qml import path individually for each available drive on SymbianJoona Petrell2010-12-021-1/+29
* | 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/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-301-2/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Joona Petrell2010-11-3018-258/+599
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-262-1/+3
| | |\ \
| | | * | Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-262-1/+3
| * | | | Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-2/+9
| * | | | Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-3/+1
| | |_|/ | |/| |
| * | | Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2917-256/+599
| * | | Fix warnings related to unused variables.Thiago Macieira2010-11-262-1/+2
| |/ /
| * | Fix type punning warnings from gccAaron Kennedy2010-11-262-31/+35
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-11-241-0/+13
|\ \ | |/
| * Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-236-11/+7
|\ \ | |/
| * Don't leak QML compiled data objectsAaron Kennedy2010-11-193-7/+3
| * Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-113-4/+4
* | 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 branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-111-1/+2
|\
| * QDeclarativeDebug: Keep source information when changing an expressionChristiaan Janssen2010-11-101-1/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-101-1/+1
|\ \ | |/ |/|
| * Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
* | Don't use stdint.h in our headers since it is a C99 header.Martin Jones2010-11-082-12/+5
* | Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
* | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-042-7/+51
* | Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-022-0/+3
|/