aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove silly newlinesFrederik Gladhorn2016-08-052-4/+0
* Remove unused functionFrederik Gladhorn2016-08-052-11/+0
* Move m_synthMouseEvent into TouchPointerEventFrederik Gladhorn2016-08-051-3/+6
* Add missing Q_OBJECT macrosFrederik Gladhorn2016-08-041-0/+2
* Pass pointerEvent into QQuickWindowPrivate::deliverTouchAsMouseFrederik Gladhorn2016-08-042-6/+9
* Remove bogus claimFrederik Gladhorn2016-08-041-3/+1
* Merge branch 'dev' into wip/pointerhandlerFrederik Gladhorn2016-08-04146-1060/+3167
|\
| * QQmlIRBuilder: Initialize variableRobin Burchell2016-08-031-1/+1
| * Fix build on QNX/Windows/MinGWSimon Hausmann2016-08-031-0/+1
| * Reduce the amount of malloc calls when instantiating objectsSimon Hausmann2016-08-032-1/+11
| * QQuickDefaultClipNode: Set clipRect before marking geometry dirtyAndy Nichols2016-08-031-1/+1
| * Fix endianness in constant handlingSimon Hausmann2016-08-037-7/+29
| * Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-034-11/+3
| * Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-0319-75/+318
| |\
| | * 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
| * | | | QML: Add specialized binding for QObject* propertiesErik Verbruggen2016-08-022-17/+81
| * | | | Don't save compilation units to disk that don't orignate from filesSimon Hausmann2016-08-021-0/+5
| * | | | Improve debug output handling of disk caching codeSimon Hausmann2016-08-021-4/+8
| * | | | Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-024-6/+97
| * | | | D3D12: Fix winrt buildLaszlo Agocs2016-08-022-0/+4
| * | | | Make generated code loading constants relocatableSimon Hausmann2016-08-0211-74/+42
| * | | | Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-028-6/+45
| |/ / /
| * | | 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