summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Compile on OSX, hopefully.Martin Jones2010-04-281-0/+1
* Improve border image documentation.Yann Bodson2010-04-281-11/+23
* Doc - micro fix.Martin Jones2010-04-281-1/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-281-6/+44
|\
| * Bunch of doc fixes.Alexis Menard2010-04-281-6/+44
* | Alpha needs to be part of rectangle cache key.Martin Jones2010-04-281-4/+6
|/
* Doc: overview for ImageMartin Jones2010-04-281-1/+21
* Share Rectangle pixmap caches between items.Martin Jones2010-04-281-29/+43
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-281-1/+1
|\
| * Make compileBea Lam2010-04-281-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-288-53/+153
|\ \ | |/
| * Doc fixesBea Lam2010-04-286-52/+79
| * Setting conflicting anchors to items inside positioners should print a warningJoona Petrell2010-04-282-1/+74
* | Fix snap at view boundaries with overshoot on.Martin Jones2010-04-282-8/+14
* | Emit hoverChanged appropriately when Item visibility changes.Martin Jones2010-04-282-1/+39
|/
* Ensure text document is created before we access it.Martin Jones2010-04-271-0/+1
* Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.Alexis Menard2010-04-271-1/+11
* Don't "adjust" the z value of a delegate that has been cached.Martin Jones2010-04-274-12/+37
* Don't crash on invalid model remove signal.Martin Jones2010-04-271-4/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-233-6/+5
|\
| * Workaround no longer needed.Michael Brasser2010-04-221-3/+1
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-3/+3
| * Continue to register base type.Michael Brasser2010-04-221-0/+1
* | Remove the deprecated wrap property.Martin Jones2010-04-224-31/+0
|/
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-225-17/+58
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-225-267/+2
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-52/+52
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-211-1/+3
|\
| * Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-211-1/+3
* | Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-212-39/+71
|/
* Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-212-2/+20
* Fix highlight position with StrictlyEnforceRange and range greater than item ...Martin Jones2010-04-214-63/+118
* docWarwick Allison2010-04-201-11/+12
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-7/+13
* Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-203-9/+36
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-2/+11
* Minor internal anchor refactoring.Michael Brasser2010-04-193-66/+66
* Fix flipable behaviour when back element is resizedAlan Alpert2010-04-192-12/+40
* Typo.Yann Bodson2010-04-191-1/+1
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-192-6/+6
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-199-31/+45
|\
| * Documentation fixes.Yann Bodson2010-04-192-8/+11
| * QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-191-5/+20
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-195-23/+29
| |\
| * | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-197-18/+14
* | | Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
* | | Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
| |/ |/|
* | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
* | Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-192-3/+16