summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Fix "AnimatedImage ignores Anchors setting"Michael Brasser2010-02-191-0/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1883-83/+87
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1681-81/+85
| |\
| | * Fix copyright year.Jason McDonald2010-02-1681-81/+81
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+4
* | | Doc: onExited, onEntered only work when button pressed or hoverEnabledMartin Jones2010-02-181-0/+16
* | | Ensure visibleIndex and currentIndex are updated on itemsMoved().Martin Jones2010-02-181-2/+25
* | | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-5/+5
* | | Fix typo in docsAlan Alpert2010-02-171-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-1746-566/+862
|\ \ \ | |/ / |/| |
| * | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-1710-17/+74
| * | Fix currentIndex after itemsMoved()Martin Jones2010-02-171-8/+46
| * | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-176-11/+12
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-171-0/+7
| |\ \
| | * | Expose LayoutItem documentationAlan Alpert2010-02-161-0/+7
| * | | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-166-12/+11
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMichael Brasser2010-02-161-4/+0
| |\ \
| | * | transformOrigin defaults to Center, fix image/docs.Warwick Allison2010-02-161-4/+0
| * | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-163-7/+7
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-163-4/+10
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-152-2/+6
| | |\ \
| | | * | Exposing some Validators requires Qt >= 4.7.0Alan Alpert2010-02-152-2/+6
| | * | | Fix TextInput keypad navigationAlan Alpert2010-02-151-2/+4
| | |/ /
| * | | Ensure new WebView windows are notified correctly. Improve test.Warwick Allison2010-02-151-1/+2
| |/ /
| * | Fix compile with -no-webkitWarwick Allison2010-02-153-1/+8
| * | Fix buildWarwick Allison2010-02-153-6/+0
| * | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-1439-521/+711
| |/
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-13/+13
|/
* Fix scrolling backwards when pathItemCount != model.countAlan Alpert2010-02-121-2/+7
* Fix warningsAaron Kennedy2010-02-121-3/+0
* Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-122-0/+3
* Decouple Loader from QmlGraphicsItemJoona Petrell2010-02-123-38/+118
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-102-9/+16
|\
| * Make sure item release isn't deferred indefinatelyMartin Jones2010-02-102-9/+16
* | Attempt to clairify highlight range docsAlan Alpert2010-02-101-0/+10
|/
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-105-11/+11
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-095-11/+11
* Support the other validatorsAlan Alpert2010-02-082-0/+23
* The virtual keyboard is now working for TextEdit and TextInput components.Alexis Menard2010-02-083-0/+51
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-082-14/+14
|\
| * Make transformOrigin Center by defaultYann Bodson2010-02-082-14/+14
* | Fix viewport size update.Martin Jones2010-02-081-2/+4
|/
* clip if tile mode is 'PreserveAspectCrop' and 'clip' property is true.Yann Bodson2010-02-081-3/+9
* Fix item removal.Martin Jones2010-02-081-7/+7
* Make atBeginning/viewArea calculations account for min extent.Martin Jones2010-02-081-6/+6
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-4/+4
* Fix ListView tests.Martin Jones2010-02-051-4/+6
* Test SizeItemToLoader to SizeLoaderToItem resizeMode change.Martin Jones2010-02-041-0/+6
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Michael Brasser2010-02-0415-154/+239
|\
| * Document margins propertyAlan Alpert2010-02-031-0/+2