aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use finalUrl in QQmlTypeLoader::Blob::addPragma to fix a bug.Antti Piira2013-10-251-3/+3
* Explicitly mark subdirs as host_builds in SUBDIRS templateTor Arne Vestbø2013-10-251-0/+2
* simplify host_build logic againOswald Buddenhagen2013-10-251-7/+1
* Item documentation: visibleChildren is a list of items, not a realShawn Rutledge2013-10-251-1/+1
* Clear text node references after sub-tree has been cleaned up.Alan Alpert2013-10-241-0/+3
* Doc: Fixed broken linksVenu2013-10-243-46/+47
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-249-101/+238
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-0/+2
* Doc: Added a QML module page for Qt Quick TestVenu2013-10-233-1/+17
* Win32: Remove dependency to DbgHelp DLLSimon Hausmann2013-10-231-4/+0