summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-2566-393/+673
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-258-46/+107
| |\
| | * Fix responseText to check the charset encoding field and also to notBea Lam2010-08-251-9/+78
| | * Re-insert and emit the correct NOTIFY signals following the removalBea Lam2010-08-254-2/+8
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-08-251-15/+7
| | |\
| | * | Alignment of shadow for rich text is broken when using text stylesYann Bodson2010-08-251-3/+3
| | * | typoYann Bodson2010-08-251-1/+1
| | * | Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-31/+17
| * | | Don't circumvent onDestruction handlers when clearing expression in delegate ...Martin Jones2010-08-253-4/+17
| | |/ | |/|
| * | Fix poor flicking behavior with slower flicks.Martin Jones2010-08-251-15/+7
| |/
| * QDeclarativeDebug: send a message when new object are addedOlivier Goffart2010-08-245-2/+27
| * QDeclarativeEngineDebugServer: make it a singleton.Olivier Goffart2010-08-243-9/+14
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-2413-62/+15
| |\
| | * Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-2410-12/+12
| | * Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-241-1/+2
| | * QDeclarativeVisualItemModel code cleanup.Michael Brasser2010-08-242-49/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-235-16/+14
| |\ \ | | |/
| | * QDeclarativeDebug: stream all the context, including the internals ones.Olivier Goffart2010-08-201-4/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-203-11/+11
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-203-11/+11
| | | |\
| | | | * Remove wrong NOTIFY attribute.Olivier Goffart2010-08-193-11/+11
| | * | | Allow QML Quit buttons to work inside QtDemo.Alan Alpert2010-08-201-1/+1
| | |/ /
| * | | Fix crach in synchronization of ListModel in WorkerThread.Martin Jones2010-08-232-2/+18
| |/ /
| * | Add info to Loader docs about receiving signals and key eventsBea Lam2010-08-201-39/+68
| |/
| * QDeclarativeImageProvider: Do not keep the global declarative mutex locked wh...Olivier Goffart2010-08-193-8/+13
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-181-5/+13
| |\
| | * Repaint TextInput when password character changes in password modeJoona Petrell2010-08-171-5/+13
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-173-7/+15
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-163-7/+15
| | |\
| | | * QtDeclarative debugging: Add an option not to stream the properties of an obj...Olivier Goffart2010-08-163-7/+15
| * | | Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-172-121/+167
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-165-53/+82
| |\ \ \ | | |/ / | |/| |
| | * | Handle QGraphicsWidgets in FlickableMartin Jones2010-08-161-1/+1
| | * | More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-2/+6
| | * | Make positioners work with QGraphicsWidgets alsoMartin Jones2010-08-163-49/+71
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-161-0/+2
| | |\ \ | | | |/
| | * | emit countChanged where appropriate in RepeaterMartin Jones2010-08-161-1/+4
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-1643-3/+95
| |\ \ \
| | * | | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-1643-3/+93
| | | |/ | | |/|
| | * | Clear previous animation data for non-triggering animations.Michael Brasser2010-08-131-0/+2
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-135-13/+19
| |\ \ | | |/
| * | Merge branch '4.7' of ../oslo-staging-2 into 4.7David Boddie2010-08-138-19/+19
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-095-27/+30
| | |\ \
| | * | | Doc: Fixes to Qt Quick documentation.David Boddie2010-08-092-4/+4
* | | | | Fixed a compile error on Mac.Denis Dzyubenko2010-08-251-3/+5
* | | | | A few tiny improvements to the QDeclarativeXMLHTTPRequest.Denis Dzyubenko2010-08-241-7/+6
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-1363-475/+807
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-121-3/+4
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-111-3/+4
| | |\ \ \ \
| | | * | | | doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-3/+4
| | | |/ / /