aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-097-37/+45
* QQuickWidget: do not render when there is no fbo due to no sizeLaszlo Agocs2015-09-081-0/+5
* Pass the correct QML context as scope to the binding wrapperLars Knoll2015-09-081-9/+6
* Don't push new QML contexts onto the context stackLars Knoll2015-09-084-5/+6
* QV4Include doesn't need a contextdataLars Knoll2015-09-082-8/+4
* Refactor the way we declare signal parameter namesLars Knoll2015-09-087-24/+48
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-088-56/+53
* Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
* Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* QQuickText: add a protected constructorLiang Qi2015-09-082-0/+9
* Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* Doc: Corrected link errorsNico Vertriest2015-09-073-3/+3
* Doc: Fixed several link errorsNico Vertriest2015-09-074-5/+4
* TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-064-11/+21
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-1/+2
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-053-11/+22
* QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-032-2/+2
* CleanupFrank Meerkoetter2015-09-031-2/+2
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-025-4/+27
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-023-2/+24
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* | Doc: fix the "Grouped Properties" example snippetJ-P Nurmi2015-08-311-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-282-1/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-212-1/+8
| |\|
| | * Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
| | * Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* | | XHR: Server side errors are not network errorsJulien Brianceau2015-08-271-1/+5
* | | Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
* | | Create less BindingWrappersLars Knoll2015-08-254-31/+16
* | | Remove this piece of codeLars Knoll2015-08-251-11/+2
* | | std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-242-12/+18
* | | Fix profiling of QML/JS compilationUlf Hermann2015-08-243-8/+13
* | | Fix incorrect signal emission for QML declared propertiesSimon Hausmann2015-08-241-7/+4
* | | Make iteration over persistent values saferLars Knoll2015-08-242-10/+61
* | | Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-8/+21
* | | Implement support for providing information to Linux's perf JIT interface.Robin Burchell2015-08-211-1/+61
* | | Add isTabFence private flagGabriel de Dietrich2015-08-212-19/+78
* | | Remove unused member variable QQmlDebugServerThread::m_block.Friedemann Kleint2015-08-211-1/+0
|/ /
* | Remove unused pointer to the context wrapperLars Knoll2015-08-202-12/+0
* | Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-203-113/+47
* | Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-205-25/+23
* | Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-205-50/+51
* | Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-204-24/+14
* | Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-208-1/+121
* | QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* | Cleanup code in the VMEMOLars Knoll2015-08-193-45/+44
* | Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-196-17/+17