aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0219-75/+318
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0112-74/+288
| |\
| | * Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
| | * Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
| | * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
| | * Mention Q_FLAG in C++ <=> QML type conversion documentationMitch Curtis2016-07-261-0/+2
| | * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-1/+1
| | * Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
| | * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-212-0/+50
| | * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-21/+95
| | * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
| * | Doc: syntax error qml exampleNico Vertriest2016-07-201-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-158-31/+56
| |\|
| | * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
| | * Fix missing closing parenthesis in TextEdit docsMitch Curtis2016-07-141-2/+2
| | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
| | * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-122-16/+18
| | * macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
| | * Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-051-1/+1
| | * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
| * | Doc: Added definition of enum value ItemAntialiasingHasChangedNico Vertriest2016-07-111-0/+3
| * | localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* | | Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-019-49/+59
* | | Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-012-0/+47
* | | Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-012-0/+169
* | | Simplify control flow in the type loaderSimon Hausmann2016-07-291-23/+53
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-287-6/+40
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-2810-43/+46
* | | V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-284-18/+36
* | | Unbreak build on AndroidMitch Curtis2016-07-281-0/+1
* | | Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-2818-61/+278
* | | V4: Don't pass size and pointer through allocation trackersUlf Hermann2016-07-282-33/+32
* | | Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-286-11/+5
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-2835-220/+211
* | | QmlDebug: Inline most of QQmlDebugServiceUlf Hermann2016-07-272-38/+8
* | | QML: Remove QQML_NO_DEBUG_PROTOCOLUlf Hermann2016-07-271-16/+1
* | | V4: Remove empty fileUlf Hermann2016-07-272-61/+0
* | | Don't needlessly look up debug servicesUlf Hermann2016-07-271-5/+7
* | | Remove some dead codeUlf Hermann2016-07-272-6/+0
* | | Software Adaptation: Fix issue with clip node handlingAndy Nichols2016-07-271-1/+2
* | | Software Adaptation: Add threaded render loopAndy Nichols2016-07-274-2/+1124
* | | Move QQmlMemoryProfiler to debugger directoryUlf Hermann2016-07-264-2/+2
* | | Don't set QT_QML_DEBUG_NO_WARNING on -no-qml-debugUlf Hermann2016-07-261-1/+1
* | | Remove some unnecessary includesUlf Hermann2016-07-264-6/+0
* | | QmlDebug: Fixes for QQmlDebugConnectionUlf Hermann2016-07-251-3/+4
* | | QML: Clean up and re-order QQmlPropertyPrivate::writeErik Verbruggen2016-07-251-65/+81
* | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-253-5/+98
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-2521-196/+152