aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1
| * Fix lupdate-warnings.Friedemann Kleint2013-02-061-1/+1
| * Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-1/+3
| * Document QQuickItem::itemChange and QQuickItem::window() properlyGunnar Sletta2013-01-311-3/+87
| * Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-241-2/+2
| * Fix alignment of Text element with implicit sizeEskil Abrahamsen Blomfeldt2013-01-241-0/+3
| * Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-241-0/+1
| * Make HTML horizontal alignment work like in QtQuick 1Eskil Abrahamsen Blomfeldt2013-01-241-1/+1
* | Use the optimal image format for the spritesGunnar Sletta2013-02-021-1/+1
* | Window can have a transparent/translucent colorShawn Rutledge2013-01-311-0/+8
* | Allow aligning items in a gridFabian Bumberger2013-01-283-2/+135
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2855-216/+0
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2422-5564/+230
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-231-3/+7
|\|
| * Fix crash in PathViewTasuku Suzuki2013-01-181-3/+7
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-189-1573/+55
* | Merge branch 'stable' into devGunnar Sletta2013-01-17151-247/+261
|\|
| * Merge branch 'release' into stableGunnar Sletta2013-01-172-2/+2
| |\
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-172-2/+2
| * | Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-162-68/+52
| * | Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-142-6/+6
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10151-151/+151
| * | Fix PinchArea stealing events while disabledOleg Shparber2013-01-091-1/+1
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-2/+2
| * | Fix bug where a tap over stacked mouse areas generates a double clickDaniel d'Andrada2013-01-092-5/+25
| * | Flickable: Fix bug when flicking twice using touchesDaniel d'Andrada2013-01-091-0/+5
| * | Fix warnings about nonexistent signals in QQuickScreenOleg Shparber2013-01-091-10/+2
| |/
| * Don't try to grab Windows with invalid or a zero sizeDominik Holland2013-01-081-0/+3
| * Accessibility: Send value updatesFrederik Gladhorn2013-01-042-0/+10
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-8/+2
* | Filter key press events through shortcut map.Frederik Gladhorn2013-01-141-0/+6
* | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-082-21/+22
|/
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-234-4/+5
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-199-1/+21
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-8/+31
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-154-5/+5
* Qt Quick high-dpi support.Morten Johan Sørvig2012-12-012-3/+9
* Update SGNode after pixmap is invalidatedAlan Alpert2012-11-301-1/+1
* Compile with QT_NO_VALIDATOR.Volker Krause2012-11-301-3/+3
* Compile with -no-feature-cursor.Volker Krause2012-11-301-0/+4
* Remove superfluous function callAlan Alpert2012-11-301-1/+0
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-2913-26/+25
* Warn about potential abuse of QQuickPaintedItem::paint().Gunnar Sletta2012-11-291-0/+3
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-293-67/+80
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-2615-11/+273
* QQuickWindow cannot rely on QWindowPrivate.geometryShawn Rutledge2012-11-261-2/+3
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-261-0/+16
* Reduce number of relocationsMarc Mutz2012-11-231-2/+2
* Improved documentation of Text.textFormat property.Samuel Rødal2012-11-221-1/+5