aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | tst_grabImage: Small improvement to avoid accidental leakage of ItemsRobin Burchell2017-04-231-1/+1
* | | Re-blacklist an unstable testRobin Burchell2017-04-222-5/+3
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devRobin Burchell2017-04-2217-21/+88
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-2217-21/+88
| |\| |
| | * | QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
| | * | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39
| | * | Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
| | * | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
| | * | Fix build without features.qml-interpreterTasuku Suzuki2017-04-212-14/+17
| | * | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-2010-2/+23
* | | | QQuickDesignerSupport: Port away from boundingRectRobin Burchell2017-04-221-2/+3
* | | | Fix performance regression in animators since 5.6Gunnar Sletta2017-04-222-23/+3
|/ / /
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-214-31/+102
* | | examples: Remove some unnecessary (and non-ideal) use of internal APIRobin Burchell2017-04-212-10/+11
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2115-22/+55
|\| |
| * | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-192-0/+19
| * | Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2