Adapted QQuickScreenAttached to orientation API changes in QScreen.
[profile/ivi/qtdeclarative.git] / src / declarative /
2012-01-24 Aurindam JanaConsole API: Add console.exception
2012-01-24 Aurindam JanaConsole API: Add console.assert
2012-01-24 Charles YinDon't hang the worker script engine
2012-01-24 Kai KoehneConsole API: Add console.count
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-20 Kent HansenMark deprecated functions in QJSEngine and QJSValue
2012-01-20 Kent HansenAdd QJSValue::callAsConstructor() function
2012-01-20 Kent HansenAdd QJSValue::callWithInstance() function
2012-01-20 Kent HansenAdd QJSValue::call() overload
2012-01-20 Kent HansenAdd QJSValue::isCallable() function
2012-01-20 Kent HansenAdd QJSValue::toInt() and toUInt()
2012-01-20 Kent HansenAdd QJSValue::deleteProperty() function
2012-01-20 Kent HansenAdd QJSValue::hasProperty() and hasOwnProperty() functions
2012-01-20 Jędrzej NowackiBuild fix.
2012-01-20 Martin JonesDoc: Improve Qt.locale docs.
2012-01-20 Gunnar SlettaRemove the use of QT_MODULE()
2012-01-19 Matthew VogtAssigning empty object to Q_PROPERTY(QVariantMap)
2012-01-18 Matthew VogtAllow QML URLs to contain pre-encoded octets
2012-01-17 Kai KoehneDebugger: Simplify protocol of QDebugMessageService
2012-01-17 Glenn WatsonFix crash when using namespaces for JS module APIs.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2012-01-17 Alan AlpertMatch QRect change
2012-01-16 Kai KoehneConsole API: Add console.info
2012-01-16 Christiaan JanssenQDeclarativeExpression: storing column number in expres...
2012-01-15 Matthew Vogtlower case QML components are accepted when used with...
2012-01-12 Robin BurchellRemove out-of-line uses of qMalloc/qFree/qRealloc.
2012-01-11 Simon HausmannRemove obsolete toBoolean() and isBoolean() QJSValue...
2012-01-09 Aurindam JanaQDeclarativeDebug: Add a debug message service.
2012-01-07 Friedemann KleintFix importing of files on Windows.
2012-01-06 Friedemann KleintQDeclarativeEngine: Polish code for file name case...
2012-01-06 Aaron KennedyImprove QML error messages
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-03 Denis DzyubenkoAdded a link to Number::toLocaleCurrencyString in the...
2011-12-29 Chris AdamsHandle exceptions inside QV8QObjectConnectionList:...
2011-12-23 Chris AdamsFix crash in var property setter
2011-12-22 Aaron KennedyReserve enough space in the QDeclarativePropertyCache...
2011-12-21 Aaron KennedyDetect and optimize qsTr() and qsTrId() bindings
2011-12-21 Kai KoehneDebugger: Allow transmissions of network packets in...
2011-12-20 Kai KoehneDebugger: Fix livelock on exit (Windows)
2011-12-20 Chris AdamsRemove hardcoded assumptions about methods in QObject
2011-12-20 Martin JonesQt.locale() always returns the 'C' locale.
2011-12-20 Andrew den ExterFix QDeclarativePropertyCache crash.
2011-12-19 Chris AdamsCorrectly resolve elements of QList<QUrl> properties
2011-12-16 Aurindam JanaDeclarativeDebug: Add version info to service plugins
2011-12-15 Simon HausmannV8: Remove extra V8::Context allocated for expressing...
2011-12-15 Roberto RaggiFix IR code generation for member expressions
2011-12-15 Roberto RaggiAdd support for QUrl types to V4
2011-12-15 Aurindam JanaQV8DebugService: add version command
2011-12-15 Simon HausmannFix that QJSEngine cannot be used from threads other...
2011-12-14 Aurindam JanaQV8DebugService: Add breakaftercompile
2011-12-14 Aurindam JanaQV8DebugService: Simplify the service code
2011-12-14 Kai KoehneLink against librt to make use of clock_gettime
2011-12-14 Simon HausmannCleanup: Fold QV8GCCallback class declaration(s) back...
2011-12-14 Simon HausmannFix leak of v8 context used for implicit strong references.
2011-12-14 Aurindam JanaQDeclarativeBuiltinFunctions: Remove warning
2011-12-14 Aaron KennedyAdd a tracing API for the QML engine
2011-12-14 Aurindam JanaQV8Engine: Console APIs, Extend functionality
2011-12-14 Simon HausmannCleanup: Remove redundant call to QV8GCCallback::regist...
2011-12-14 Friedemann KleintFix warnings about struct/class mismatch (QDeclarativeA...
2011-12-12 Simon HausmannV8: Minor cleanup
2011-12-12 Mikko HarjuQmlProfiler: stream snapshots to reduce memory footprint
2011-12-09 Kent HansenGet rid of QDeclarativeMetaType::{canCopy,copy}
2011-12-07 Aaron KennedyFix QObject V8 wrapping for extended types
2011-12-07 Friedemann KleintFix linking of QtQuick.dll on Windows.
2011-12-07 Martin JonesFix some warnings.
2011-12-06 Roberto RaggiImprove parsing of escape characters and regexp literals.
2011-12-06 Roberto RaggiFix the QML/JS parser to accept empty Javascript files.
2011-12-06 Roberto RaggiIntroduce methods to get the source location of the...
2011-12-06 Chris AdamsEnsure that scarce resources work with var properties
2011-12-05 Aaron KennedyDon't eval signal handler closure until signal is emitted
2011-12-05 Roberto RaggiAdjust the source location of the last accepted token.
2011-12-05 Aaron KennedyFix crash when QtQuick 2.0 wasn't imported
2011-12-05 Aaron KennedyIntroduce more generic fast property handling
2011-12-05 Aaron McCarthyFix loading imports from Qt resource.
2011-12-02 Kent HansenSay hello to QtQuick module
2011-12-02 Glenn WatsonAdd dynamicRoles mode to ListModel for extra flexibility.
2011-12-02 Gunnar SlettaRemove QSGContext and QSGTexture from QDeclarativePixma...
2011-12-02 Martin JonesFix pixmap leak in Text with embedded images.
2011-12-02 Martin JonesDon't use idle priority for background threads.
2011-12-01 Aaron KennedyImprove value type read performance
2011-12-01 Kai KoehneTake multi-line expressions into account when rewriting...
2011-12-01 Aaron KennedyMove QDeclarativePropertyValueInterceptor into a privat...
2011-12-01 Andras BecsiExport QQuickFlickable to make it possible to use it...
2011-12-01 Aaron KennedyDon't use deprecated method
2011-12-01 Pekka VuorelaMade TextInput mouse events commit preedit
2011-12-01 Gunnar SlettaFixed crash when updating Image.source and BorderImage...
2011-12-01 Chris AdamsRelease pixmap cache data to avoid leaking memory
2011-12-01 Martin JonesAllow current item creation to interrupt async delegate...
2011-12-01 Martin JonesRepeater delegates have no parent in Component.onCompleted
2011-12-01 Martin JonesEnsure flickable velocity is updated when under heavy...
2011-12-01 Charles YinMove XmlListModel to seperate plugin
2011-12-01 Chris AdamsAdd support for assigning literal value to sequence...
2011-12-01 Michael BrasserDon't update dependent anchors on destruction unless...
2011-12-01 Michael BrasserCleanup and optimize QQuickContents.
2011-12-01 Martin JonesNon-blocking view delegate instantiation.
2011-11-30 Christiaan JanssenV8Profiler: make the profiler run in the main thread
2011-11-30 Roberto RaggiExtend the grammar of QML binding declarations.
2011-11-30 Alan AlpertWhitespace fixes
2011-11-30 Michael BrasserAdd QQuickItem::setImplicitSize()
2011-11-30 Martin JonesDeleting an incubated object after setInitialState...
next