aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | | | * 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
* | | | Leave out most of tst_qqmlvaluetypes::locale() on QT_NO_IMUlf Hermann2016-01-221-0/+2
* | | | Don't build qmldebug or qmlprofiler on -no-qml-debugUlf Hermann2016-01-222-2/+5
|/ / /
* | | Clean up QV4DataCollectorUlf Hermann2016-01-215-45/+31
* | | V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-217-329/+305
* | | Add selector() to get underlying FileSelectorAndré Klitzing2016-01-212-0/+11
* | | Updated license headersJani Heikkinen2016-01-20771-13088/+9942
* | | Fixed qtdeclarative tests to pass with updated license headerJani Heikkinen2016-01-206-42/+42
* | | Updated license headersJani Heikkinen2016-01-2044-728/+1476
* | | 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-19926-12978/+19649
* | | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-1919-15/+9421
* | | QQuickTextEdit: added clear() methodLiang Qi2016-01-196-0/+98
* | | QQuickTextInput: added clear() methodLiang Qi2016-01-194-0/+82
* | | Quick: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-184-10/+16
* | | Particles: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-182-5/+9
* | | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-183-14/+10