aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
| * | | QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
| * | | QuickTest, QmlImportScanner: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-102-9/+9
| * | | Bump versionOswald Buddenhagen2016-02-081-1/+1
| * | | Lancelot: Add test for mixing breaks and wraps in selectionsEskil Abrahamsen Blomfeldt2016-02-051-0/+22
| * | | Fix crash when Canvas has negative width or heightMitch Curtis2016-02-051-0/+5
| * | | Don't call render during expose, since we are already calling render().Jan Arve Saether2016-02-051-2/+3
| * | | Fix negative emitRate causing app to hangMitch Curtis2016-02-041-1/+1
| * | | Doc: correct Item::contains() return typeNikita Krupenko2016-02-031-1/+1
| * | | Fix QQuickItemViewPrivate::updateUnrequestedPositions()J-P Nurmi2016-02-021-2/+4
| * | | Window attached property: fix notifier signalsJ-P Nurmi2016-02-022-8/+13
| * | | qmlplugindump: option to merge qmltypes.Marco Benelli2016-02-024-3/+150
| * | | Flickable: ensure movementEnded after wheel/trackpad flickShawn Rutledge2016-02-023-2/+36
| | |/ | |/|
* | | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-106-61/+61
* | | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-109-29/+29
* | | Don't deep copy std::vector [-Wclazy-foreach]Sérgio Martins2016-02-082-6/+6
* | | Include qqml.h in qqmlengine.h for convenienceMitch Curtis2016-02-052-37/+1
* | | QSGDefaultRectangleNode: Fix off-by-one color renderingJakub Adam2016-02-013-4/+29
* | | Enable V4 JIT for aarch64Laszlo Agocs2016-02-012-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2949-415/+562
|\| |
| * | photosurface demo: Improve handling of image directories.Friedemann Kleint2016-01-292-3/+84
| * | PathView: don't leak item referencesJ-P Nurmi2016-01-281-0/+4
| * | Fix rejecting drag enter events in QML DropAreaSebastian Sauer2016-01-281-0/+2
| * | Doc: corrected minor link issue to id attributeNico Vertriest2016-01-281-1/+1
| * | qmlimportscanner: do not use local predicates.Marco Benelli2016-01-281-13/+18
| * | stocqt example: Choose font depending on platform.Friedemann Kleint2016-01-279-17/+127
| * | QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-272-2/+26
| * | Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-277-10/+55
| * | Animated sprite would stop after running for 24 hours.Jan Arve Saether2016-01-271-2/+2
| * | Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-265-9/+17
| * | Doc: Corrected display qml code in photosurface.qdocNico Vertriest2016-01-261-2/+4
| * | QQuickTextNode: Nuke some dead code.Robin Burchell2016-01-261-118/+0
| * | Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-252-1/+21
| |/
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-238-0/+39
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-225-7/+44
| * Doc: corrected some minor link issuesNico Vertriest2016-01-222-3/+3
| * tst_qquicklistview: Move a number of window instances to use scoped pointers.Robin Burchell2016-01-221-227/+115
* | QTextEdit/QQuickTextEdit undo issue - Part #1Dan Cape2016-01-282-4/+4
* | Remove insignificant flag from scenegraph testTony Sarajärvi2016-01-271-1/+1
* | Remove some dead code.Ulf Hermann2016-01-222-8/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-2229-30/+480
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-2229-30/+480
| |\|
| | * Clean up QV4DataCollectorUlf Hermann2016-01-223-123/+89
| | * V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-225-414/+434
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-216-4/+54
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-196-4/+54
| | | |\
| | | | * QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
| | | | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | | | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
| | | | * docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8