aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-24279-99583/+0
* 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
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-1011-101/+101
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-1018-101/+101
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-105-5/+15
* Remove deprecated builtin sql database API.Charles Yin2012-02-096-631/+2
* Debugger: Allow trace service to send data on exitKai Koehne2012-02-097-15/+61
* QmlProfiler: add filename to "Compiling" events locationChristiaan Janssen2012-02-091-0/+1
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-091-1/+2
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-092-3/+34
* Make use of the new maybeAdvance animation logic inside the animation systemGunnar Sletta2012-02-091-1/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-092-9/+37
* Fix warnings reported by clang.Michael Brasser2012-02-091-0/+1
* Rewrite multiline strings properlyAlan Alpert2012-02-096-12/+135
* Update documentation on QJSEngine::newQObject to match implementation.Jamey Hicks2012-02-081-1/+1
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-072-11/+2
* Add and use new animation backend.Michael Brasser2012-02-0712-0/+2000