aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Clean up renderer visualization a bit.Gunnar Sletta2015-01-123-22/+18
* Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-093-0/+33
* QQuickGridMesh: Avoid a signal connection per mesh instance by just calling t...Robin Burchell2015-01-091-1/+1
* Cleanup variant conversion codeLars Knoll2015-01-091-5/+5
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-5/+5
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-084-22/+17
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-18/+8
* Remove v8engine usage in the value type providerLars Knoll2015-01-081-12/+9
* Fix the vertex ordering of merged triangle stripsJocelyn Turcotte2015-01-061-3/+14
* Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-062-11/+65
* Remove bogus assert.Gunnar Sletta2015-01-051-2/+0
* Traverse children correctly when reparenting.Gunnar Sletta2015-01-051-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-032-4/+4
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-10/+4
* Initial work on gadget supportSimon Hausmann2014-12-223-150/+38
* Remove most of the places where getPointer() is usedLars Knoll2014-12-203-32/+32
* Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-183-25/+35
* Update scenegraph docs regarding threaded render loop usageLaszlo Agocs2014-12-171-8/+10
* Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-132-21/+3
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-122-1/+17
* Default to threaded when using opengl32Laszlo Agocs2014-12-121-1/+6
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0938-686/+592
|\
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-093-4/+4
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-053-4/+4
| | |\
| | | * qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-051-2/+2
| | | * Update plugins.qmltypesKai Koehne2014-12-052-2/+2
| * | | Avoid string-based connect in QQuickImageBase.Michael Brasser2014-12-082-6/+6
| |/ /
| * | Fix QtQuick2 module unload supportChris Adams2014-12-044-0/+14
| * | Error out when trying to set an item as its own parentFrederik Gladhorn2014-12-031-1/+1
| * | QtQuick.Window: add missing documentation for Window methodsShawn Rutledge2014-12-031-19/+102
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-022-2/+2
| |\|
| | * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-302-2/+2
| * | Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
| * | Add missing call to rendercontrolLaszlo Agocs2014-11-281-1/+3
| * | Add since 5.4 markersAlbert Astals Cid2014-11-281-0/+4
| * | Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Frederik Gladhorn2014-11-2117-460/+213
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2117-460/+213
| | |\|
| | | * Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-137-3/+108
| | | * Doc: Change the div classes for three-column layoutTopi Reinio2014-11-111-12/+12
| | | * Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-107-439/+72
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-108-175/+189
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-108-175/+189
| | | | |\
| | | * | | Fix not having a context when cleaning up on WindowsLaszlo Agocs2014-11-101-3/+18
| | | |/ /
| | | * | Documentation: Update QtQuick import value to 2.4Caroline Chao2014-11-051-3/+3
| * | | | Fix multirow spritesheet rendering in paused stateJoni Poikelin2014-11-211-2/+19
| |/ / /
| * | | Do not send deferred deletes from QQuickRenderControl::invalidate()Laszlo Agocs2014-11-181-1/+4
| * | | Doc: removed reference to sizeHintNico Vertriest2014-11-181-4/+0