aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\|
| | * Clean up QV4DataCollectorUlf Hermann2016-01-222-122/+71
| | * V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-224-349/+361
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-214-4/+12
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-4/+12
| | | |\
| | | | * 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-261-1/+1
| | * | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+2
| | * | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-195-5/+115
| | |/ /
| | * | QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
| | * | Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1bSimon Hausmann2016-01-161-1/+18
| | * | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-153-4/+6
| | * | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | | | Don't build qmldebug or qmlprofiler on -no-qml-debugUlf Hermann2016-01-221-1/+2
|/ / /
* | | Clean up QV4DataCollectorUlf Hermann2016-01-214-44/+13
* | | V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-216-283/+244
* | | Add selector() to get underlying FileSelectorAndré Klitzing2016-01-212-0/+11
* | | Remove a case of type-punning.Erik Verbruggen2016-01-201-6/+4
* | | V4: Tweak "enable JIT" ifdefs.Erik Verbruggen2016-01-203-13/+22
* | | V4: Rename StackFrameRegister to FramePointerRegister.Erik Verbruggen2016-01-194-27/+27
* | | Updated license headersJani Heikkinen2016-01-19922-12964/+18451
* | | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-1919-15/+9421
* | | QQuickTextEdit: added clear() methodLiang Qi2016-01-195-0/+37