aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1312-52/+134
|\
| * ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-131-2/+3
| * Displaced items were moving unnecessarilyBea Lam2012-03-132-28/+66
| * Improve interaction of nested Flickables and PathViewMartin Jones2012-03-135-18/+43
| * Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9
| * Change repeater item to handle model being deleted.Glenn Watson2012-03-132-1/+11
| * Fix for QTBUG-22777. Removed unnecessary check.Gatis Paeglis2012-03-121-1/+1
| * Fix double click handler in QQuickItem.Laszlo Agocs2012-03-121-2/+1
* | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1217-112/+478
|\|
| * refilled items should be moved immediatelyBea Lam2012-03-106-16/+21
| * Clean up transition objects for positionersBea Lam2012-03-103-4/+29
| * Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-107-2/+185
| * Avoid using QQuickViewItem as base classBea Lam2012-03-108-92/+225
| * Reset transitioner pointer when transition job finishesBea Lam2012-03-091-1/+13
| * Handle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-091-0/+8
| * Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0736-595/+432
|\|
| * Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-071-13/+9
| * QQuickView with the default constructor doesn't show any window decorations.Alexis Menard2012-03-071-2/+2
| * ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-072-14/+17
| * Fix setting of target lists when target Transition is not setBea Lam2012-03-074-106/+94
| * Change the default renderTarget and renderStrategyCharles Yin2012-03-071-4/+4
| * Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
| * prepareTransition() must cancel current transitionBea Lam2012-03-071-7/+6
| * Fix texture leaks in QQuickCanvasItemCharles Yin2012-03-071-2/+9
| * Fix missing glyphs when using shared distance-field cacheEskil Abrahamsen Blomfeldt2012-03-063-14/+24
| * Cleanup QQuickCanvas and QQuickView docs.Martin Jones2012-03-062-1/+19
| * Continue refactor of Canvas rendering.Justin McPherson2012-03-066-49/+49
| * Use NPOT support if available.Justin McPherson2012-03-062-52/+43
| * Remove QQuickCanvasItemNode.Justin McPherson2012-03-064-206/+4
| * Fixed QQuickCanvas header with QT_NO_KEYWORDSRohan McGovern2012-03-061-1/+1
| * Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-051-6/+6
| * Do not store an explicit QImage in the declarative pixmap cache.Gunnar Sletta2012-03-052-73/+47
| * Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-056-29/+45
| * Fix crash with AnimatedImage caused by race condition.Gunnar Sletta2012-03-051-4/+23
| * Use premultiplied format because it's fasterAlan Alpert2012-03-051-1/+1
* | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-077-24/+474
* | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-055-4/+18
|/
* Merge master <-> api_changesMatthew Vogt2012-03-05126-2623/+4104
|\
| * Fix when animating items that are already movingBea Lam2012-03-022-5/+16
| * Use velocity from touch events only when they are validLaszlo Agocs2012-03-023-8/+27
| * Treat parentless items as focus scopesAlan Alpert2012-03-021-1/+1
| * Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-024-181/+250
| * Fix if transitioner is deleted before transition job finishesBea Lam2012-03-022-62/+111
| * Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
| * Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-012-5/+36
| * No double click event in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-011-5/+13
| * Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
| * Allow styled text to be elided.Andrew den Exter2012-03-012-9/+65
| * Update item position in parent change atomically.Andrew den Exter2012-03-011-2/+1