aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added change log for 5.6.0v5.6.0Simon Hausmann2016-02-261-0/+158
* 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-022-0/+28
* Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0234-178/+361
|\
| * 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
* | QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-308-6/+171
|/
* 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
* 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
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-263-1/+43
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-203-0/+33
* | | qmlplugindump: avoid generating conflicting types.Marco Benelli2016-01-201-0/+7
* | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-197-5/+274
|/ /
* | QmlPluginDump: use QFileInfo::exist(f) instead ofAnton Kudryavtsev2016-01-191-2/+2
* | QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
* | qmlplugindump test: added check.Marco Benelli2016-01-181-0/+1
* | Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1bSimon Hausmann2016-01-161-1/+18
* | tst_qquicklistview: Share window in stickyPositioning test.Robin Burchell2016-01-151-2/+2
* | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-155-14/+80
* | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | Doc: Added brief statements for examples overview pageNico Vertriest2016-01-112-0/+3
* | Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
* | Set CMP0056 to NEW only if it exists for the running cmake versionStephen Kelly2016-01-081-1/+3
* | QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* | Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-0810-55/+55
* | Check for python executable.Joerg Bornemann2016-01-071-0/+7
* | Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* | V4: Replace QVector with (Q)VarLengthArray in BasicBlock.Erik Verbruggen2016-01-062-7/+25