aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-212-5/+0
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-214-8/+17
* Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+5
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+8
* Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-171-1/+3
* Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.Ulf Hermann2015-01-161-7/+28
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-169-15/+59
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-169-15/+59
| |\
| | * Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
| | * Fix timing output from windows render loopLaszlo Agocs2015-01-111-1/+1
| | * Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-092-2/+2
| | * TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
| | * Doc: Updated the snippet to call the right functionVenu2014-12-181-1/+1
| | * Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-162-3/+15
| | * Add hiDPI @2x retina image support to AnimatedImageMarko Kangas2014-12-101-1/+8
| | * Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-092-2/+5
* | | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-161-18/+16
* | | Check for "c" being a nullptr in all placesHolger Hans Peter Freyther2015-01-141-1/+1
* | | Add null check for target as wellHolger Hans Peter Freyther2015-01-141-1/+1
* | | No need to include qsgbatchrenderer_p.h from qquickwindow_p.hGunnar Sletta2015-01-141-1/+0
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-134-12/+12
* | Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-131-4/+4
* | Improve startup of bindings using QQuickScreenSimon Hausmann2015-01-121-0/+4
* | 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
| | |\