summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-231-4/+8
|\
| * Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-4/+8
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-2326-394/+288
|\ \ | |/
| * Make uncached text painting work for richtext too.Martin Jones2010-02-232-3/+12
| * Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2214-265/+136
| * Rename MouseRegion -> MouseAreaMartin Jones2010-02-228-113/+114
| * Fix compile error on SolarisAaron Kennedy2010-02-225-14/+27
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-2046-579/+911
|\ \ | |/
| * Revert "Speed up QmlGraphicsItem::setParentItem."Bjørn Erik Nilsen2010-02-191-5/+1
| * 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
| |\
| * | 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
* | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1925-18/+83
| |_|/ |/| |
* | | 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
| |/
* | 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
|\