aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-4/+17
* Add QJSValue::call() overloadKent Hansen2012-01-202-0/+23
* Add QJSValue::isCallable() functionKent Hansen2012-01-202-3/+16
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-203-5/+31
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-1/+30
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-204-1/+52
* Build fix.Jędrzej Nowacki2012-01-201-1/+0
* Doc: Improve Qt.locale docs.Martin Jones2012-01-201-2/+2
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-2036-36/+0
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-191-7/+8
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-184-14/+44
* Fix crash when using namespaces for JS module APIs.Glenn Watson2012-01-171-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-173-3/+3
* Match QRect changeAlan Alpert2012-01-171-7/+0
* Console API: Add console.infoKai Koehne2012-01-162-2/+5
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-1614-23/+44
* lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-161-5/+20
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-125-22/+22
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-112-28/+0
* QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-091-0/+2
* Fix importing of files on Windows.Friedemann Kleint2012-01-071-1/+1
* QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
* Improve QML error messagesAaron Kennedy2012-01-063-11/+25
* Update copyright year in license headers.Jason McDonald2012-01-05220-222/+222
* Added a link to Number::toLocaleCurrencyString in the doc.Denis Dzyubenko2012-01-041-0/+1
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-217-40/+210
* Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-1/+4
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-13/+34
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-154-111/+75
* Fix IR code generation for member expressionsRoberto Raggi2011-12-151-13/+15
* Add support for QUrl types to V4Roberto Raggi2011-12-155-12/+169
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-153-52/+63
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-141-1/+1
* Link against librt to make use of clock_gettimeKai Koehne2011-12-141-0/+1
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-146-120/+51
* Fix leak of v8 context used for implicit strong references.Simon Hausmann2011-12-142-17/+18
* QDeclarativeBuiltinFunctions: Remove warningAurindam Jana2011-12-141-1/+1
* Add a tracing API for the QML engineAaron Kennedy2011-12-1416-14/+577
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-143-21/+88
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* Fix warnings about struct/class mismatch (QDeclarativeAccessor).Friedemann Kleint2011-12-141-1/+2
* V8: Minor cleanupSimon Hausmann2011-12-122-4/+5
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-093-580/+7
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-2/+5
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92