More documentation about importing LocalStorage module from Javascript
[profile/ivi/qtdeclarative.git] / src / declarative /
2012-03-02 Kai KoehneProfiler: Use RAII helper structs for ranges
2012-03-02 Michael BrasserAdd QColor support to v4.
2012-03-02 Michael BrasserReturn correct propertyIndex for v4 bindings.
2012-03-02 Martin JonesCorrect QDeclarativeInspectorInterface iid
2012-03-02 Martin JonesV4 handles a maximum of 32 temporary registers.
2012-03-02 Michael BrasserMore verbose compiler stats.
2012-03-01 Kai KoehneProfiler: Avoid QString->QUrl->QString conversion
2012-03-01 Kai KoehneProfiler: Remove unused method
2012-02-29 Kent HansenQFastMetaBuilder: Generate revision 6 meta-objects
2012-02-29 Michael BrasserAdd and use a method for querying whether a property...
2012-02-28 Stephen KellyAdd missing include
2012-02-28 Chris AdamsFix crash in QDeclarativePixmapStore global static...
2012-02-28 Martin JonesIncubators are not async with the threaded renderer.
2012-02-27 Christiaan JanssenQmlProfiler: send v8 profiling started signal
2012-02-27 Charles YinForce to send defer deletion events before deleting...
2012-02-27 Chris AdamsCheck engine equality condition inside null ptr check
2012-02-24 Yuchen DengBuild fix when use '-no-stl' option
2012-02-24 Aaron KennedyUpdate license headers
2012-02-24 Aaron KennedyAllow V8 bindings to assign to value type sub properties
2012-02-24 Stephen KellyRemove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.
2012-02-23 Roberto RaggiFix rewrite of multiline string literals.
2012-02-23 Aaron KennedyFix crash in instruction dump
2012-02-23 Friedemann KleintUse new plugin system in QtDeclarative.
2012-02-23 Matthew VogtRemove warning produced by 'parent' reference.
2012-02-23 Martin JonesQML locale.firstDayOfWeek returns 7 for Sunday
2012-02-22 Martin JonesRemove the last sql dependency in declarative
2012-02-22 Aurindam JanaDebugMessageService: Remove unneeded data
2012-02-21 Martin JonesImplement String.localeCompare() using QString::localeA...
2012-02-21 Aurindam JanaDebugMessageService: Also pass Debug Context Info
2012-02-21 Kai Koehnev8profiler: Actually submit data
2012-02-21 Charles YinRenames QAnimation2ChangeListener to QAnimationJobChang...
2012-02-21 Charles YinRemove sql dependency from declarative.pro
2012-02-21 Aurindam JanaDeclarativeEngineDebugService: Fix Crash
2012-02-21 Friedemann KleintFix gcc compiler warnings.
2012-02-20 Kai KoehneConsole API: Pass context information from js to qt...
2012-02-20 Aaron KennedyDelete v8methods array at destruction
2012-02-20 Aaron KennedyDon't store source after script data is created
2012-02-20 Aaron KennedyReduce memory by not calling QUrl::toString() multiple...
2012-02-20 Aaron KennedyDon't store object and property in QDeclarativeAbstract...
2012-02-20 Aaron KennedyReduce size of QV8Bindings
2012-02-20 Aaron KennedyReduce size of QDeclarativeJavaScriptExpression
2012-02-20 Aaron KennedyReduce size of QV8Bindings::Binding
2012-02-20 Aaron KennedyReduce the size of QDeclarativeAbstractBinding
2012-02-20 Aaron KennedyReduce the size of QDeclarative*Expression
2012-02-20 Aaron KennedyUpdate ftw classes
2012-02-20 Aaron KennedyUse Utf8 for javascript source code
2012-02-20 Aaron KennedyUse the existing endpoint object to connect alias notif...
2012-02-20 Aaron KennedyReduce size of QDeclarativePropertyData
2012-02-17 Martin JonesMake QLocale::uiLanguages() available in Qt.locale...
2012-02-16 Aaron KennedyReduce the memory used by QStringHash
2012-02-16 Friedemann KleintQtDeclarative/Quick: Fix warnings.
2012-02-16 Michael BrasserSet the type for unary expressions in v4.
2012-02-16 Michael BrasserAdd basic plugin metadata for QtQuick2 import plugin.
2012-02-15 Christiaan JanssenQmlProfiler: sending start profiling message
2012-02-15 Chris AdamsFix warnings in sequence wrapper code
2012-02-14 Glenn WatsonFix typo in error string.
2012-02-13 Pekka VuorelaQt.application.inputPanel to make deprecation warning...
2012-02-13 Michael BrasserDon't crash when an animation update causes it to delet...
2012-02-13 Justin McPhersonChange linkage of datafunction in V8_DEFINE_EXTENSION...
2012-02-10 Kai KoehneDebugger: Rename QDeclarativeDebugTrace to QDeclarative...
2012-02-10 Kai KoehneDebugger: Consistenly use 'state' instead of 'status'
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-09 Charles YinRemove deprecated builtin sql database API.
2012-02-09 Kai KoehneDebugger: Allow trace service to send data on exit
2012-02-09 Christiaan JanssenQmlProfiler: add filename to "Compiling" events location
2012-02-09 Gunnar SlettaPass the QQuickCanvas to texture factories.
2012-02-09 Chris AdamsCheck dynamic slot function for nullness before evaluation
2012-02-09 Gunnar SlettaMake use of the new maybeAdvance animation logic inside...
2012-02-09 Chris AdamsHandle exceptions while compiling v8 bindings
2012-02-09 Michael BrasserFix warnings reported by clang.
2012-02-09 Alan AlpertRewrite multiline strings properly
2012-02-08 Jamey HicksUpdate documentation on QJSEngine::newQObject to match...
2012-02-07 Jędrzej NowackiMark constructor of QJSValue as deletable.
2012-02-07 Michael BrasserAdd and use new animation backend.
2012-02-07 Yann BodsonRemove warnings with clang
2012-02-07 Charles YinMore fixes for QDeclarativeListModelWorkerAgent cleanup
2012-02-06 Glenn WatsonFix some QJSValue test failures.
2012-02-06 Glenn WatsonFix incorrect ref count with dynamic roles on worker...
2012-02-03 Charles YinFix crash bug related to QDeclarativeListModel
2012-02-02 Michael BrasserEnsure || expressions in v4 will always exit.
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Matthew VogtFix spelling errors that refer to non-existent symbols
2012-02-02 Kent HansenRemove QJSEngine::undefinedValue() function
2012-02-02 Kent HansenRemove QJSValue::isFunction() function
2012-02-02 Kent HansenRemove QJSValue::construct() and deprecated call()...
2012-02-02 Kent HansenRemove QJSValue::toInt32() and toUInt32() functions
2012-02-02 Kent HansenRemove QJSEngine::nullValue() function
2012-02-02 Kent HansenRemove QJSValue constructors that take QJSEngine argument
2012-02-02 Kent HansenRemove QJSValue::propertyFlags() function
2012-02-02 Kent HansenRemove invalid QJSValue type
2012-02-02 Kalle Juhani LehtonenFix include of private header used between two qtdeclar...
2012-02-02 Christiaan JanssenQmlProfiling: don't send v8 data if not profiling
2012-02-01 Kent HansenRemove QJSEngine::newVariant() function
2012-02-01 Kent HansenRemove QJSEngine::newDate() functions
2012-02-01 Kent HansenRemove QJSValue::instanceOf() function
2012-02-01 Kent HansenQJS{Engine,Value}: Remove QRegExp-specific functions
2012-02-01 Kent HansenRemove QJSValue::toUInt16() function
2012-02-01 Kent HansenRemove QJSValue::toInteger() function
2012-02-01 Kent HansenRemove QJSEngine::toObject() and QJSValue::toObject()
2012-02-01 Christiaan JanssenQmlProfiler: profiling binding loops
next