aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add new property "designersupported" to qmldirTim Jenssen2014-08-2811-1/+64
* 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-277-32/+69
* 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
* 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-2614-25/+63
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2614-25/+63
| |\
| | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
| | * 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
| | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
| | * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
| | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
| | * Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
| | * 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-261-0/+2
* | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
* | | Fix QML2 hang on gcc 4.6.3 armhfPelle Johnsen2014-08-251-4/+8
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-255-12/+149
* | | Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-251-0/+11
|/ /
* | 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-25867-16384/+9448
* | 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-233-8/+29
* | 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-222-4/+6
* | 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-224-2/+20
* | Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* | V4 IR: Add loop peeling.Erik Verbruggen2014-08-183-23/+243
* | V4 IR: add immediate dominator re-calculation.Erik Verbruggen2014-08-183-98/+276
* | Doc: Removing url variable from qdocconf file.Topi Reinio2014-08-162-2/+0
* | Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* | Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* | CleanupSimon Hausmann2014-08-1520-192/+185