aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporarily blacklist importsPath change on Windowsv5.6.0-alpha1Simon Hausmann2015-09-031-0/+2
* Photosurface demo: add Shortcuts for open and quit, tooltip for openShawn Rutledge2015-09-031-4/+42
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-029-4/+113
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-023-1/+62
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-023-2/+24
| * Warn if a composite type is not ready and continue.Marco Benelli2015-09-011-0/+8
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-242-1/+19
* | 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-284-4/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-214-4/+11
| |\|
| | * Don't try to link to SQLite plugin when building samegame statically.Mitch Curtis2015-08-211-1/+1
| | * Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
| | * qml: Don't build OpenGL support if OpenGL is not available in Qt.Kai Koehne2015-08-191-5/+5
| | * 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-273-1/+9
* | | Doc: Rename sections in Touch Interaction example documentationTopi Reinio2015-08-261-5/+5
* | | Fix sha1 of test262Simon Hausmann2015-08-251-0/+0
* | | Fix warning in tst_qquickdesignersupport.cppThomas Hartmann2015-08-251-1/+2
* | | Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
* | | Create less BindingWrappersLars Knoll2015-08-254-31/+16
* | | Fix autotestLars Knoll2015-08-251-7/+5
* | | 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-243-8/+38
* | | Implement support for providing information to Linux's perf JIT interface.Robin Burchell2015-08-211-1/+61
* | | Add isTabFence private flagGabriel de Dietrich2015-08-214-19/+199
* | | 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-204-116/+50
* | 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-2011-2/+375
* | 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-197-23/+30
* | Switch to the non compat metacall overloadLars Knoll2015-08-194-9/+14
* | Clean up data format for V4 debug connectionUlf Hermann2015-08-193-56/+71
* | 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
* | Fix test caseLars Knoll2015-08-181-2/+3
* | Get rid of special handling of var propertiesLars Knoll2015-08-185-90/+43