aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1914-47/+150
|\
| * Make it easier to link to QAbstractItemModel sectionMitch Curtis2016-02-171-1/+1
| * Fix off-by-one when checking overlaps in selection rangesEskil Abrahamsen Blomfeldt2016-02-171-3/+4
| * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-158-10/+89
| |\
| | * Don't build designer for wincev5.6.0-rc1Andreas Holzammer2016-02-051-1/+1
| | * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-056-3/+68
| | * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0215-143/+51
| | |\
| | * | QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-301-6/+18
| * | | GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-131-13/+38
| * | | QQuickGridView: Refactor FxViewItem releasing codeGabriel de Dietrich2016-02-131-14/+15
| * | | QQuickPixmapCache: Use readImage's (more useful) error message.Robin Burchell2016-02-121-2/+0
* | | | Merge dev into 5.7Oswald Buddenhagen2016-02-173-4/+22
|\ \ \ \
| * | | | Add Window.window attached propertyJ-P Nurmi2016-02-123-4/+22
* | | | | Doc: Fix incorrect 'See also' referencesTopi Reinio2016-02-172-2/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1213-24/+79
|\| | |
| * | | Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-112-7/+14
| * | | 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-101-1/+1
| * | | Fix crash when Canvas has negative width or heightMitch Curtis2016-02-051-0/+5
| * | | 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-021-8/+8
| * | | 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-011-4/+4
* | | Enable V4 JIT for aarch64Laszlo Agocs2016-02-012-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2922-153/+100
|\| |
| * | 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
| * | QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
| * | Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-273-10/+16
| * | 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
| * | QQuickTextNode: Nuke some dead code.Robin Burchell2016-01-261-118/+0
| * | Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
| |/
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-225-7/+44
| * Doc: corrected some minor link issuesNico Vertriest2016-01-222-3/+3
* | 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-2217-16/+159
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-2217-16/+159
| |\|