summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Don't double call classBegin()Aaron Kennedy2010-08-311-1/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-316-6/+29
|\ \ \ \ \
| * | | | | Revert "Add 'cached' property to Image."Yann Bodson2010-08-317-74/+17
| * | | | | Add 'cached' property to Image.Yann Bodson2010-08-317-17/+74
| |/ / / /
| * | | | Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-313-0/+15
| * | | | Fix application exiting in embedded qml examplesJoona Petrell2010-08-301-0/+3
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-3033-393/+17
| |\ \ \ \
| | * | | | QDeclarativeDebug: Destroy incoming connections if already connectedLasse Holmstedt2010-08-271-0/+2
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-275-108/+124
| |\ \ \ \ \
| * | | | | | Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-271-6/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Simplify type management codeAaron Kennedy2010-08-2717-1186/+1470
* | | | | | QML JavaScript .import parserAaron Kennedy2010-08-272-0/+222
| |_|/ / / |/| | | |
* | | | | CleanupAaron Kennedy2010-08-273-13/+11
* | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-5/+0
* | | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-2728-375/+4
| |/ / / |/| | |
* | | | Internal QML API cleanupAaron Kennedy2010-08-275-108/+124
|/ / /
* | | Handle layoutChanged() properly in QML views.Martin Jones2010-08-262-0/+9
* | | Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7acMartin Jones2010-08-261-2/+0
* | | Fix off-by-one at end when views scroll to keep currentItem visible.Martin Jones2010-08-262-13/+13
* | | ListView.view and GridView.view properties should not be writable.Martin Jones2010-08-262-2/+2
* | | Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-262-2/+9
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-261-2/+0
|\ \ \
| * | | Remove dead code.Michael Brasser2010-08-261-2/+0
* | | | Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-264-6/+22
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-251-3/+0
|\ \ \
| * | | Remove unused code.Michael Brasser2010-08-251-3/+0
* | | | Handle QAbstractItemModel layoutChanged() signalMartin Jones2010-08-251-0/+2
|/ / /
* | | 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
|/ /