aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Switch to the non compat metacall overloadLars Knoll2015-08-194-9/+14
* | Clean up data format for V4 debug connectionUlf Hermann2015-08-192-44/+65
* | V4 debugger: Fix expression evaluationUlf Hermann2015-08-196-25/+48
* | V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* | Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* | Fix memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* | Fix performance of ListModel::get()Simon Hausmann2015-08-197-63/+213
* | Get rid of special handling of var propertiesLars Knoll2015-08-184-90/+37
* | Properly initialize the memberdata to undefinedLars Knoll2015-08-181-1/+4
* | Use the proper static ValueTypeProvider as intendedFrank Meerkoetter2015-08-181-1/+1
* | Remove special case for var propertiesFrank Meerkoetter2015-08-182-9/+7
* | Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2