aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Add and use a method for querying whether a property is revisioned.Michael Brasser2012-02-293-5/+6
* Add missing includeStephen Kelly2012-02-281-0/+2
* Fix crash in QDeclarativePixmapStore global static dtorChris Adams2012-02-281-1/+1
* Incubators are not async with the threaded renderer.Martin Jones2012-02-283-17/+16
* QmlProfiler: send v8 profiling started signalChristiaan Janssen2012-02-272-0/+15
* Force to send defer deletion events before deleting QQuickCanvasCharles Yin2012-02-271-1/+2
* Check engine equality condition inside null ptr checkChris Adams2012-02-271-2/+4
* Build fix when use '-no-stl' optionYuchen Deng2012-02-241-0/+2
* Update license headersAaron Kennedy2012-02-2415-150/+420
* Allow V8 bindings to assign to value type sub propertiesAaron Kennedy2012-02-241-1/+1
* Remove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.Stephen Kelly2012-02-241-1/+1
* Fix rewrite of multiline string literals.Roberto Raggi2012-02-232-72/+56
* Fix crash in instruction dumpAaron Kennedy2012-02-231-2/+2
* Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-235-5/+20
* Remove warning produced by 'parent' reference.Matthew Vogt2012-02-231-9/+10
* QML locale.firstDayOfWeek returns 7 for SundayMartin Jones2012-02-231-1/+4
* Remove the last sql dependency in declarativeMartin Jones2012-02-221-2/+1
* DebugMessageService: Remove unneeded dataAurindam Jana2012-02-221-1/+1
* Implement String.localeCompare() using QString::localeAwareCompare()Martin Jones2012-02-223-0/+35
* DebugMessageService: Also pass Debug Context InfoAurindam Jana2012-02-212-10/+18
* v8profiler: Actually submit dataKai Koehne2012-02-211-0/+2
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-212-8/+8
* Remove sql dependency from declarative.proCharles Yin2012-02-211-1/+1
* DeclarativeEngineDebugService: Fix CrashAurindam Jana2012-02-211-0/+13
* Fix gcc compiler warnings.Friedemann Kleint2012-02-211-1/+1
* Console API: Pass context information from js to qt logging frameworkKai Koehne2012-02-201-36/+87
* Delete v8methods array at destructionAaron Kennedy2012-02-201-0/+1
* Don't store source after script data is createdAaron Kennedy2012-02-202-6/+1
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-2012-19/+51
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-2012-61/+175
* Reduce size of QV8BindingsAaron Kennedy2012-02-206-44/+82
* Reduce size of QDeclarativeJavaScriptExpressionAaron Kennedy2012-02-205-45/+78
* Reduce size of QV8Bindings::BindingAaron Kennedy2012-02-203-38/+46
* Reduce the size of QDeclarativeAbstractBindingAaron Kennedy2012-02-202-10/+21
* Reduce the size of QDeclarative*ExpressionAaron Kennedy2012-02-209-94/+225
* Update ftw classesAaron Kennedy2012-02-205-9/+695
* Use Utf8 for javascript source codeAaron Kennedy2012-02-2015-41/+170
* Use the existing endpoint object to connect alias notify signalsAaron Kennedy2012-02-201-17/+17
* Reduce size of QDeclarativePropertyDataAaron Kennedy2012-02-202-23/+29
* Make QLocale::uiLanguages() available in Qt.locale() objectMartin Jones2012-02-171-0/+25
* Reduce the memory used by QStringHashAaron Kennedy2012-02-164-232/+533
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-162-2/+3
* Set the type for unary expressions in v4.Michael Brasser2012-02-161-1/+1
* Add basic plugin metadata for QtQuick2 import plugin.Michael Brasser2012-02-161-2/+2
* QmlProfiler: sending start profiling messageChristiaan Janssen2012-02-152-1/+17
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Qt.application.inputPanel to make deprecation warning only oncePekka Vuorela2012-02-131-1/+5
* Don't crash when an animation update causes it to delete itself.Michael Brasser2012-02-135-18/+76
* Change linkage of datafunction in V8_DEFINE_EXTENSION to static.Justin McPherson2012-02-132-2/+2