aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0271-7329/+2890
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-31277-622/+2301
|\
| * Add screen product informationPier Luigi Fiorini2017-05-235-1/+71
| * Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-199-0/+348
| * QML: emit messages when breaking bindingsOlivier JG2017-05-175-6/+89
| * Fix stringsJarek Kobus2017-05-172-4/+4
| * QSGContext: Remove some dead codeRobin Burchell2017-05-111-8/+0
| * tst_grabImage: Some work on looking into flakinessRobin Burchell2017-05-111-1/+8
| * TestCase: Grow some new functionality on grabImageRobin Burchell2017-05-114-2/+118
| * QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
| * Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-042-3/+3
| * QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-045-22/+22
| * QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-046-43/+43
| * QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-034-30/+39
| * C++11 scoped enum support for QMLMichael Brasser2017-05-0315-19/+412
| * Correctly set the black bit for stack allocated contextsLars Knoll2017-05-021-2/+2
| * Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-02227-366/+929
| |\
| | * Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
| | * Polish the shared image providerEirik Aavitsland2017-04-2811-55/+163
| | * Blacklist tst_qquicktextinput on WindowsRobin Burchell2017-04-281-0/+3
| | * ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
| | * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-2712-256/+220
| | |\
| | | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-2712-256/+220
| | | |\
| | | | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-185-157/+208
| | | | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-114-76/+2
| | | | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
| | * | | Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
| | * | | Fix calling of JS functions with more than 6 parameters from C++Simon Hausmann2017-04-271-1/+1
| | * | | Run includemocs in qtdeclarativeThiago Macieira2017-04-26192-0/+357
| | * | | Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
| | * | | Doc: correct reference to sectionNico Vertriest2017-04-261-2/+1
| | * | | Doc: correct link errorNico Vertriest2017-04-261-1/+1
| | * | | Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
| | * | | Doc: Update documentation for QML module definition fileVenugopal Shivashankar2017-04-261-29/+36
| | * | | Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
| | * | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-262-2/+28
| | * | | Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
| | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
| | * | | QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
| | * | | Rename macos blacklistings to osxTony Sarajärvi2017-04-241-3/+3
| | |/ /
| * | | QQuickRectangle: Optimize setGradientRobin Burchell2017-04-283-24/+2
| * | | QQuickRectangle: Use parenting on QQuickPen to speed up pen changesRobin Burchell2017-04-282-7/+4
| * | | QQuickImageBase: Avoid a signal connection altogetherRobin Burchell2017-04-282-10/+9
| * | | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-273-0/+80
| * | | Add a include to fix build for qsgshaderrewriter.cppLiang Qi2017-04-261-0/+1
| * | | QQuickText: apply updateSize() optimization for item change listenersJ-P Nurmi2017-04-251-2/+2
| * | | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-252-57/+100
| * | | QQuickRectangle: Inline a method into its sole callerRobin Burchell2017-04-252-15/+10
* | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2557-64/+525
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-25187-1635/+2399
|\| | |