aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-056-15/+17
* Remove time type documentationAlan Alpert2013-11-051-30/+0
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-053-1/+62
* Refactor marking GC'ed objectsLars Knoll2013-11-0545-191/+202
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-054-0/+28
* Add missing namespace wrappers for QQuickItemsModuleTor Arne Vestbø2013-11-051-0/+3
* Doc: Fix broken linksSze Howe Koh2013-11-0533-48/+46
* Replace Message attached property with gadget typesShawn Rutledge2013-11-054-38/+37
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-053-1/+22
* Doc: Fix typosSze Howe Koh2013-11-053-3/+2
* Doc: Fix QUrl conversion detailsSze Howe Koh2013-11-051-1/+1
* Tolerate NaN in the geometry without assertingGunnar Sletta2013-11-041-0/+9
* Enable JIT for WinCE.Sérgio Martins2013-11-041-2/+2
* Fix preedit text layoutRobin Burchell2013-11-041-2/+2
* Handle glyph runs with >65536 glyphsRobin Burchell2013-11-041-1/+6
* Better way of handling string additionsLars Knoll2013-11-043-25/+31
* Fix a bug in LifetimeInterval:covers()Lars Knoll2013-11-041-3/+1
* Doc: Add missing image to XmlListModel documentationTopi Reinio2013-11-041-0/+0
* Fix unused variable warning in release buildsSimon Hausmann2013-11-041-2/+1
* Doc: Fix warnings in StocQt Qt Quick demoTopi Reinio2013-11-044-10/+22
* 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
* Say hello to the scene graph sanity-tests for renderingGunnar Sletta2013-11-016-0/+646
* tests: fix tst_qqmlmoduleplugin::incorrectPluginCase()Liang Qi2013-11-011-7/+7
* 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
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* Fix build using clangTobias Hunger2013-11-010-0/+0
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-013-2/+105
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-016-13/+67
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-012-0/+13
* Fix qml runtime when loading files that imported other filesAlan Alpert2013-11-011-8/+9
* Fix compile.BogDan Vatra2013-11-011-1/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-3121-49/+63
* tests: replace nokia with qtproject in tst_qqmlmodulepluginLiang Qi2013-10-3157-86/+86
* 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