aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-3170-959/+1452
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-3129-125/+534
* Fix crash in QObject tree destructionSimon Hausmann2013-10-311-1/+2
* Load image data on main threadAlan Alpert2013-10-302-25/+34
* QtQuick.Dialogs DefaultFileDialog: visual improvementsShawn Rutledge2013-10-301-4/+5
* QtQuick.Dialogs MessageDialog: use Flow for button layoutShawn Rutledge2013-10-301-7/+18
* QtQuick.Dialogs: fake window decoration clips, is opaque for touchShawn Rutledge2013-10-301-0/+3
* QtQuick.Dialogs: handle more keyboard shortcutsShawn Rutledge2013-10-305-42/+129
* Work around Nouveau driver bugsGunnar Sletta2013-10-304-7/+37
* Don't let contentItem be FINAL in order to allow shadowing.Jan Arve Saether2013-10-301-1/+1
* Remove the last C++ exceptions from QtQmlLars Knoll2013-10-302-27/+4
* Fix a regression introduced in I6e141a425c2b4cc0cd64c7f0011e7028b9147f69Lars Knoll2013-10-301-1/+3
* Use lookups in the interpreterLars Knoll2013-10-303-8/+158
* Optimize some unops and binops for mothLars Knoll2013-10-303-0/+124
* Moth: Inline a couple of binopsLars Knoll2013-10-303-0/+129
* Use one render loop per QQuickWindowGunnar Sletta2013-10-3046-832/+762
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-294-20/+20
* Fix adding created objects to instantiator.kakadu2013-10-291-1/+1
* Add support of hidden files to folder list model.kakadu2013-10-295-3/+48
* Speed up id object lookupsSimon Hausmann2013-10-2926-41/+320
* Inline unary operations in mothLars Knoll2013-10-294-27/+110
* Remove superfluous code.Gunnar Sletta2013-10-292-24/+0
* Make sure custom particles mark themselves dirty.Gunnar Sletta2013-10-291-1/+4
* Prevent bogus warning message flood on nVidia driver related to mipmapsSean Harmer2013-10-292-3/+12
* QQmlSettings: fix loading of initial valuesJ-P Nurmi2013-10-291-3/+2
* QQmlSettings: fix indentationJ-P Nurmi2013-10-291-2/+2
* Rework parameter handling for mothLars Knoll2013-10-293-93/+60
* Remove the LoadValue instructionLars Knoll2013-10-293-29/+17
* Move constants into the compiled data for the interpreterLars Knoll2013-10-293-12/+15
* Add a constant table to the compiled dataLars Knoll2013-10-293-3/+27
* Seed Math.random in v4Frederik Gladhorn2013-10-291-1/+10
* Track size changes from transform animators.Gunnar Sletta2013-10-291-2/+3
* Add references to Animators from the QML Type ReferenceGunnar Sletta2013-10-291-0/+6
* Fix interpreter without computed goto and new exception handlingSimon Hausmann2013-10-291-2/+2
* Remove qv4unwindhelper classLars Knoll2013-10-2912-610/+0
* Cleanup: Remove now unused throwInternal() methodLars Knoll2013-10-294-195/+0
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-299-101/+97
* Protect write accesses to objectsLars Knoll2013-10-2918-23/+132
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-2938-295/+518
* Correctly catch exceptions in the API methodsLars Knoll2013-10-293-57/+51
* Properly propagate parse errorsLars Knoll2013-10-2913-45/+56
* Exit the codegen in case we have thrown a parse errorLars Knoll2013-10-292-75/+334
* Implement new exception handling for mothLars Knoll2013-10-295-13/+102
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-2914-61/+97
* Rework exception handlingLars Knoll2013-10-2920-397/+246
* Disable the stack slot allocatorLars Knoll2013-10-291-1/+1
* Fix rendernode bug and enable rendernode test.Gunnar Sletta2013-10-261-3/+2
* QtQuick.Dialogs: resolution-independent controls use actual resolutionShawn Rutledge2013-10-263-5/+6
* Screen attached property: expose pixelDensity propertyShawn Rutledge2013-10-262-0/+21
* Make sure QQuickBorderImage sets its pixmapChanged dirtyflagGunnar Sletta2013-10-251-5/+3