aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-0466-404/+325
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-014-12/+34
* Avoid unnecessary saving of the instruction pointer in the JITSimon Hausmann2013-11-012-4/+7
* Improve debugging of QML expressionsSimon Hausmann2013-11-014-5/+9
* V4: make Scope uncopyable.Erik Verbruggen2013-11-011-1/+3
* QQuickWindowPrivate: implement clearFocusObjectRichard Moe Gustavsen2013-11-012-0/+6
* Fix a bug in the inserting settersLars Knoll2013-11-011-1/+6
* Don't assert on (++1), rather throw a ReferenceErrorLars Knoll2013-11-012-1/+11
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-011-1/+1
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-015-0/+27
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-012-0/+13
* Fix compile.BogDan Vatra2013-11-011-1/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-3120-41/+55
* Optimize string additionsLars Knoll2013-10-314-33/+116
* Optimize lookup codeLars Knoll2013-10-311-18/+26
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-3114-29/+88
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-3113-41/+116
* Be consistent when checking for blocked subtrees.Gunnar Sletta2013-10-311-7/+2
* Fix compilation with Mingw.org headersKai Koehne2013-10-311-0/+7
* Propagate bool/int/double/string types from QML into the IRSimon Hausmann2013-10-311-3/+34
* Resolve member expressions of QObject membersSimon Hausmann2013-10-315-9/+62
* QtQuick.Dialogs DefaultFontDialog: visual improvementsShawn Rutledge2013-10-311-329/+334
* Fix hanging debug engine auto-testsSimon Hausmann2013-10-311-0/+6
* 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