aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Generate inline code for "foo == null/undefined"Lars Knoll2013-11-052-12/+79
* Smaller optimisationsLars Knoll2013-11-051-8/+6
* Remove 2 unused macrosLars Knoll2013-11-051-3/+0
* Move conversion of this object into generated codeLars Knoll2013-11-0517-19/+64
* Don't initialize locals for simple script functionsLars Knoll2013-11-051-3/+0
* Minor optimisationsLars Knoll2013-11-052-31/+34
* Remove code that's not required anymoreLars Knoll2013-11-051-17/+0
* Don't run the GC too oftenLars Knoll2013-11-051-8/+13
* Optimise string additionsLars Knoll2013-11-057-35/+107
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-053-10/+8
* Remove time type documentationAlan Alpert2013-11-051-30/+0
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-051-1/+1
* 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-0530-45/+43
* Replace Message attached property with gadget typesShawn Rutledge2013-11-053-17/+16
* 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
* 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