summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* more hacks to get input workingmae2011-01-061-2/+6
* Fix PathView issues.Bjørn Erik Nilsen2011-01-063-71/+137
* Fix crash on QxListViewLasse Holmstedt2011-01-061-3/+5
* Add missing NOTIFY signals to FlipableLasse Holmstedt2011-01-052-2/+8
* Fix double click/tap issues.Bjørn Erik Nilsen2011-01-052-10/+24
* Fix some of the mouse/tap issues.Bjørn Erik Nilsen2011-01-052-96/+124
* Make Virtual Keyboard / TextInput working.Bjørn Erik Nilsen2011-01-044-28/+30
* Backported jump fix to FlickableThorbjørn Lindeijer2011-01-042-2/+9
* Backported two PathView fixesThorbjørn Lindeijer2011-01-041-4/+6
* Amendment to 16977ad4af73ba31e6b80a8baf19f43a3729342cBjørn Erik Nilsen2010-12-292-0/+9
* Make PathView usable with qt-scene-graph.Bjørn Erik Nilsen2010-12-293-1/+23
* flippable test and fix a crash bugGunnar Sletta2010-12-221-0/+5
* Fixes some compilation warnings.Yoann Lopes2010-12-202-4/+4
* Export the XxxxNodeInterface classesPaul Olav Tvete2010-12-151-0/+1
* Don't schedule failed images for uploadGunnar Sletta2010-12-091-12/+11
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qt-scene-graphGunnar Sletta2010-12-094-39/+144
|\
| * Creates QxPaintItem's node on componentComplete.Yoann Lopes2010-12-084-68/+111
| * Implemented 'smooth' property for QxPaintItem.Yoann Lopes2010-12-083-7/+69
* | More work on lazy QxImageGunnar Sletta2010-12-092-15/+12
* | initial code for lazy imageGunnar Sletta2010-12-093-21/+58
|/
* Fixes QxPaintItem to use QSGTexture.Yoann Lopes2010-12-082-9/+15
* Asynchronous texture loading on the rendering thread.Gunnar Sletta2010-12-081-3/+4
* Start yet another rewrite of the texture handling...Gunnar Sletta2010-12-076-25/+15
* Delete texture when item goes awayGunnar Sletta2010-12-071-0/+5
* Make border images less broken.Gunnar Sletta2010-12-062-78/+78
* let texturenode operate in source coordinates..Gunnar Sletta2010-12-051-1/+6
* Delay the ready signal a bit to give upload more time on MacGunnar Sletta2010-12-051-1/+3
* Added a Mac Texture Manager which is just awesome!Gunnar Sletta2010-12-041-1/+3
* remove some unused code and improve my testcase a bitGunnar Sletta2010-12-033-30/+0
* Introduced threaded texture manager and make use of it in QxImageGunnar Sletta2010-12-035-14/+43
* moved adaptation layers into QSGContextGunnar Sletta2010-12-038-9/+9
* Make TextureReference const throughout the scene graph.Gunnar Sletta2010-12-024-5/+5
* A few fixes to the Image element / TextureNodeGunnar Sletta2010-12-021-0/+1
* get glyph nodes working againGunnar Sletta2010-12-021-77/+79
* initialize the texture to 0..Gunnar Sletta2010-12-021-1/+1
* started work on new texture managerGunnar Sletta2010-12-0111-35/+53
* Rewrote the shader effect item.Kim Motoyoshi Kalland2010-11-252-6/+9
* Stores a value for the 'enabled' property...Yoann Lopes2010-11-223-7/+21
* Fixes assertion failure.Yoann Lopes2010-11-181-9/+11
* Implemented rounded clip.Yoann Lopes2010-11-181-2/+4
* Implemented mapToItem and mapFromItem.Yoann Lopes2010-11-181-6/+8
* Added 'pos' property to QxItem.Yoann Lopes2010-11-161-0/+1
* Added 'enabled' property to QxItem. (Doesn't do anything for now)Yoann Lopes2010-11-161-0/+9
* Made VideoPlayer its own plugin and renamed to PhononVideo.Kim Motoyoshi Kalland2010-11-104-433/+0
* Fixed 'fillMode' in VideoPlayer.Kim Motoyoshi Kalland2010-11-091-1/+1
* Added some properties to the VideoPlayer.Kim Motoyoshi Kalland2010-11-082-1/+206
* Initial support for video in the scene graph using phonon.Kim Motoyoshi Kalland2010-11-054-0/+228
* Micro optimizations.Yoann Lopes2010-11-051-6/+1
* Fixed render order bug.Kim Motoyoshi Kalland2010-11-031-2/+34
* Creates GeometryNode for QxImage and QxText when component is complete.Yoann Lopes2010-11-014-67/+154