aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve while(true/false) condition generationErik Verbruggen2017-09-261-2/+12
* Fix instruction countingErik Verbruggen2017-09-211-8/+8
* Tweak UPlus fast-pathErik Verbruggen2017-09-201-1/+1
* Fix delayed loading of arguments in binary expressionsErik Verbruggen2017-09-202-5/+128
* Remove superfluous zero fill on 32bitErik Verbruggen2017-09-201-6/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-1935-412/+411
* Remove unused methodLars Knoll2017-09-152-29/+0
* Fix a smaller bugLars Knoll2017-09-151-7/+7
* Optimize String.match()Lars Knoll2017-09-153-42/+79
* Fix CallData setup for Script::runErik Verbruggen2017-09-153-12/+12
* Fix 32bit builds/testsErik Verbruggen2017-09-141-1/+1
* Work around different GCC versions' idea of uninitializedErik Verbruggen2017-09-131-0/+1
* Remove compare for >=0 on an unsigned typeErik Verbruggen2017-09-131-2/+2
* Fix instruction dispatch when no computed gotos are usedErik Verbruggen2017-09-131-0/+6
* Fix wide instruction dispatchErik Verbruggen2017-09-132-5/+5
* Fix building for QNX with buggy GCCErik Verbruggen2017-09-133-8/+10
* Fix argument order for bound signal expressionsErik Verbruggen2017-09-131-12/+29
* Make msvc2015 happyErik Verbruggen2017-09-132-4/+9
* Remove superfluous call to String::makeIdentifierErik Verbruggen2017-09-122-2/+2
* Fix: QQmlBoundSignal really needs a call contextErik Verbruggen2017-09-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-1217-261/+228
|\
| * don't re-deliver events to an item which already filteredShawn Rutledge2017-09-112-11/+16
| * refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16
| * Remove unused member variablev5.10.0-alpha1Lars Knoll2017-09-081-1/+0
| * Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
| * Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
| * sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
| * QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
| * rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-0510-43/+43
| * qmltest: Run each test in a separate QQuickView for test isolationTor Arne Vestbø2017-09-051-34/+34
| * shapes: Reduce stroke/fill node dataLaszlo Agocs2017-09-052-27/+14
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-08101-449/+673
|\ \
| * | Fix symbol clash with QtScript when linking staticallyVladyslav Brovko2017-09-072-0/+6
| |/
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0536-79/+109
| |\
| | * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
| | * QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
| | * Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10
| | * Doc: Fix capitalization in section titlesTopi Reinio2017-08-2922-54/+54
| | * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| | * Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
| | * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
| | * Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
| * | Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-042-35/+29
| * | Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
| * | Merge dev into 5.10Frederik Gladhorn2017-09-0219-78/+161
| |\ \
| | * | QtQuickTest::mouseEvent: when clicking a Window, use the given coordsShawn Rutledge2017-09-011-1/+1
| | * | Add QQuickItemPrivate::filterKeyEvent()J-P Nurmi2017-08-302-21/+22
| | * | Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-302-29/+35
| | * | QQmlSettings: use categorised loggingMitch Curtis2017-08-291-13/+6
| | * | Fix new Text and TextEdit properties not available in 2.10Paolo Angelelli2017-08-291-0/+2