summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix Flipable docsBea Lam2010-10-221-13/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove unnecessary roundingAlan Alpert2010-10-211-2/+0
* | | | | | | Flickable 'moving' parameter stays at true when setting contentY.Martin Jones2010-10-212-9/+27
| |_|_|_|_|/ |/| | | | |
* | | | | | Ensure we don't refill the view before all model changes are complete.Martin Jones2010-10-202-21/+27
* | | | | | ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-30/+4
* | | | | | Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-195-10/+17
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-194-14/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix QDeclarativeTextLayout under non-affine transformationAaron Kennedy2010-10-181-1/+1
| * | | | | ListView.visibleArea.heightRatio should not emit a signal when it does not ch...Yann Bodson2010-10-183-13/+26
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-10-183-37/+73
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-152-30/+34
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-142-30/+34
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-132-30/+34
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-10-075-7/+29
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| * | | | | | | | Actually call update in the Text ElementAlan Alpert2010-10-151-0/+1
| * | | | | | | | Recalculate Text Element's alignment when width changesAlan Alpert2010-10-151-3/+4
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-143-481/+525
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-142-34/+68
* | | | | | | | | Corrected spelling mistake and whitespace fixes.Jerome Pasion2010-10-181-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-141-0/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | TextInput autoscroll now scrolls when the cursor movesAlan Alpert2010-10-141-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-1316-515/+636
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix alignment bugs in Text elementAaron Kennedy2010-10-132-481/+524
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-121-0/+1
| |\ \ \
| | * | | Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+1
| * | | | Update sections if model content changes.Martin Jones2010-10-124-3/+64
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-082-6/+9
| |\ \ \
| | * | | Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-082-6/+9
| * | | | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-081-1/+8
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-081-2/+2
| |\ \ \
| | * | | Disable Text {} image caching by defaultAaron Kennedy2010-10-081-2/+2
| * | | | Don't forward keys to invisible items.Martin Jones2010-10-081-4/+4
| |/ / /
| * | | Ensure that onRelease is called for doubleClick events.Martin Jones2010-10-082-7/+8
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-083-4/+0
| |\ \ \
| | * | | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-083-4/+0
| * | | | emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-3/+12
| |/ / /
| * | | Ensure Flickable.contentX and Flickable.contentY return correct values.Martin Jones2010-10-081-2/+2
| * | | Fix dragging items within a PathViewMartin Jones2010-10-071-3/+3
| | |/ | |/|
* | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-075-7/+29
|\ \ \ | |/ / | | / | |/ |/|
| * Doc fix.Michael Brasser2010-10-071-3/+3
| * Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-0/+2
| * Ensure the TextInput cursor blinks immediately when enabled.Michael Brasser2010-10-061-1/+5
| * Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-2/+16
| * Create Loader components in correct contextAaron Kennedy2010-10-061-1/+3
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-059-33/+478
|\ \ | |/
| * Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+9
| * Add missing license header.Michael Brasser2010-10-041-0/+41
| * Improve test coverage for declarative module.Michael Brasser2010-10-041-2/+1
| * Avoid potential null dereference.Martin Jones2010-10-042-2/+2