aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TestCase.qml: add missing closing parenthesis to example.Mitch Curtis2014-08-271-1/+1
* Fix not having a context when making a QQuickWidget visible againLaszlo Agocs2014-08-271-9/+7
* Make minimum FBO size 1x1 on newer OSX.Gunnar Sletta2014-08-271-3/+3
* Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-279-36/+73
* V4 JIT: fix stack layout.Erik Verbruggen2014-08-261-13/+15
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-267-21/+39
* Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-265-44/+25
* Make QQuickFramebufferObject a texture provider.Gunnar Sletta2014-08-262-4/+60
* Fix up vao usage in qquickviewcomparison exampleLaszlo Agocs2014-08-261-3/+6
* Do not send deferred deletes from the QQuickWindow dtorLaszlo Agocs2014-08-261-2/+0
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-2621-27/+246
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2621-27/+246
| |\
| | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-254-5/+48
| | * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| | * Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
| | * Initialize variableLars Knoll2014-08-241-1/+1
| | * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| | * Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
| | * Add 5.3.2 changelog for qtdeclarativeAlan Alpert2014-08-221-0/+41
| | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
| | * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
| | * Added the QtSQL dependency info. to the project fileVenu2014-08-151-1/+1
| | * tst_dialogs: verify that rootObject is validRobin Burchell2014-08-151-0/+3
| | * tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...Robin Burchell2014-08-151-1/+1
| | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-142-1/+104
| | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
| | * Added a signal handlerVenu2014-08-141-0/+1
| | * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | | Added an example that shows how to consume texture providers from C++.Gunnar Sletta2014-08-2610-1/+610
* | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
* | | Mark custom node in textureinthread dirty after rendering textureTasuku Suzuki2014-08-261-0/+2
* | | Fix QML2 hang on gcc 4.6.3 armhfPelle Johnsen2014-08-251-4/+8
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-257-12/+340
* | | Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-253-0/+55
|/ /
* | Make QQuickPaintedItem a texture provider.Gunnar Sletta2014-08-264-1/+84
* | Make use of QQuickWindowQObjectCleanup in QQuickImage.Gunnar Sletta2014-08-261-14/+5
* | Make Canvas a texture provider.Gunnar Sletta2014-08-262-10/+76
* | Update license headers and add new licensesJani Heikkinen2014-08-251547-29871/+17318
* | Add const & to argumentsAlbert Astals Cid2014-08-2414-28/+41
* | Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* | Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* | Improve the internal NodeVisitorEx APISimon Hausmann2014-08-232-21/+33
* | Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-237-8/+106
* | Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-2315-516/+663
* | Introspect qrc files in FolderListModel.Gatis Paeglis2014-08-227-12/+38
* | Avoid creating fbo with zero size in QQuickWidgetLaszlo Agocs2014-08-221-0/+5
* | Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-226-2/+104
* | Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4