aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4: Move BitVector to the util header, so it can be re-used.v5.7.0-alpha1Erik Verbruggen2016-03-072-115/+117
* Copy the inverted property when the QWheelEvent is clonedJan Arve Sæther2016-03-071-1/+1
* V4: tweak Phi node data destruction.Erik Verbruggen2016-03-062-15/+22
* V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-065-47/+39
* V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-28/+29
* V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-20/+20
* V4: Replace foreach with range-based for loops on QVarLengthArrays.Erik Verbruggen2016-03-041-23/+23
* Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-0410-92/+192
* Particles: inline 4 methods.Erik Verbruggen2016-03-044-46/+27
* Particles: code clean-up.Erik Verbruggen2016-03-046-36/+69
* Document default value of wrapModeAlbert Astals Cid2016-03-041-0/+2
* V4: Replace foreach loops with range-based for loops.Erik Verbruggen2016-03-031-21/+21
* Clear profiling data from QQuickProfiler after reportingUlf Hermann2016-03-021-5/+5
* QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-012-4/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-0121-77/+121
|\
| * Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
| * Avoid div-by-zero when nothing is rendered.Gunnar Sletta2016-02-261-1/+3
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-2513-45/+39
| * QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-243-26/+73
| * Validate Binding only when it is enabledNikita Krupenko2016-02-241-1/+3
| * Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* | Private export QQuickStateAction for Qt Quick Controls 2J-P Nurmi2016-02-261-1/+1
* | Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-2626-1/+3934
* | 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