aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-105-9/+12
* QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-103-4/+91
* QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-104-248/+31
* make pointer operations more explicit when building string tableRolf Eike Beer2018-09-101-3/+4
* Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-103-6/+33
* Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* Fix a small bug in virtualHasPropertyLars Knoll2018-09-092-6/+6
* Include symbols in getOwnPropertyKeysLars Knoll2018-09-096-30/+51
* Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-092-2/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-0926-40/+51
* Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-083-5/+20
* Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-083-45/+26
* Skip all realm related testsLars Knoll2018-09-082-105/+14
* Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-083-8/+42
* Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-082-6/+18
* Fix test failures in NumberLars Knoll2018-09-082-23/+28
* Fix compression of jump instructions with an type >= 256Lars Knoll2018-09-081-2/+2
* avoid duplicate offset calculations when building string tableRolf Eike Beer2018-09-071-3/+3
* QML Preview: fix a possible crashTim Jenssen2018-09-071-1/+1
* Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* Fix a corner case in Math.max()Lars Knoll2018-09-072-2/+3
* Fix Date.Utc()Lars Knoll2018-09-072-22/+43
* QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-073-12/+26
* Use the correct enum value instead of hard coded intsLars Knoll2018-09-072-5/+5
* Get rid of unused variableLars Knoll2018-09-071-1/+0
* Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-072-4/+2
* Fix a smaller bug in IteratorCloseLars Knoll2018-09-072-14/+20
* Add support for yield*Lars Knoll2018-09-0714-56/+181
* Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-0710-4/+38
* Fix exception handling while destructuringLars Knoll2018-09-079-86/+96
* Some fixes when unwinding inside for-of loopsLars Knoll2018-09-073-33/+30
* Fix new.target access from eval()Lars Knoll2018-09-076-10/+56
* QQuickTableView: don't layout an extra time at start-upRichard Moe Gustavsen2018-09-071-0/+1
* Doc: add Qt.labs.qmlmodels moduleMitch Curtis2018-09-061-0/+13
* Update plugins.qmltypesKai Koehne2018-09-0622-35/+501
* QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-063-6/+129
* QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-063-4/+82
* qmlplugindump: Remove path for -dependencies argumentKai Koehne2018-09-061-1/+5
* QQuickTableView: let fall back item have a valid sizeRichard Moe Gustavsen2018-09-061-0/+2
* QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-063-0/+83
* tst_qquicktableview: reuse the same QQuickView for all test casesRichard Moe Gustavsen2018-09-061-2/+11
* QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-063-3/+77
* fix accesses to this in arrow functionsLars Knoll2018-09-055-11/+33
* Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-054-8/+60
* Enable lookups for global properties in QMLLars Knoll2018-09-051-2/+2
* Fix logic error in JSCodeGen::fallbackNameLookup()Lars Knoll2018-09-052-27/+23
* Add missing returnErik Verbruggen2018-09-051-1/+1
* Doc: Add the youtube tutorial videoVenugopal Shivashankar2018-09-053-3/+8
* Fix no-opengl buildAllan Sandfeld Jensen2018-09-051-1/+4
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-0517-19/+66