Docs - add missing images and code, clean up sections
[profile/ivi/qtdeclarative.git] / src / qml / qml / v8 /
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Thomas McGuireImmediatley delete QV8QObjectResource objects to reduce...
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-23 Matthew VogtIncrease test coverage for V4
2012-08-22 Thomas McGuireMake connectNotify() work with QML
2012-08-22 Stephen KellyTrim trailing whitespace.
2012-08-22 Aaron McCarthyExport QV8ValueTypeWrapper.
2012-08-21 Sean HarmerFix compilation on Linux with gcc-4.6
2012-08-20 Kent HansenUse object identity to detect cycles in JS-to-C++ type...
2012-08-20 Kent HansenGet rid of engine-wide state of visited objects for...
2012-08-17 Kent HansenAdd missing QT_{BEGIN,END}_NAMESPACE
2012-08-16 Kent HansenDocument QJSEngine's lack of exception handling API
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-15 Stephen KellyRemove the use of QWidgetStar from QtQml.
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-09 Chris AdamsAllow invokable functions of value-type classes to...
2012-08-09 Chris AdamsEnsure that copy sequences can be passed as arguments
2012-08-09 Glenn WatsonFix test failures in Qt Location with string lists.
2012-08-08 Glenn WatsonAdd type name to singleton (module api) implementations.
2012-08-07 Glenn WatsonSupport JS Array.sort() function for sequence wrappers.
2012-07-30 Chris AdamsImprove QML basic types documentation
2012-07-24 Chris AdamsFix value-type semantics in variant properties
2012-07-11 Matthew VogtAllow color to be explicitly compared to a string
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-07-04 Andrew den ExterAdd some private V8ASSERT macros.
2012-06-28 Michael BrasserAdd basic documentation for QML translation functions.
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-05 Michael BrasserDelay conversion of v8 exceptions to QQmlErrors.
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-30 Chris AdamsEnsure that variant property references keep QObjects...
2012-05-29 Kent HansenAdd internal API for accessing V8 handles of QJS types
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-25 Andrew den ExterAdd an v8 object template for visual data model change...
2012-05-25 Chris AdamsRemove exceptions support from QtQml
2012-05-24 Aaron KennedyUse static dispatch tables for QQmlAbstractBinding
2012-05-24 Kent HansenUpdate license headers
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Kent HansenFix the logic in void return type check
2012-05-24 Kent HansenRemove QJSEngine::ContextOwnership and associated const...
2012-05-24 Kent HansenRemove QQmlEngine::collectGarbage() overload
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-23 Matthew VogtRemove default parenting in Qt.createComponent()
2012-05-22 Friedemann KleintQtDeclarative: Fix warnings about deprecated QCoreAppli...
2012-05-21 Jędrzej NowackiSimplify QVariant::convert and QVariant::canConvert...
2012-05-20 Matthew VogtAllow the existence of a VME metaobject to be asserted
2012-05-18 Matthew VogtRemove unnecessary exports
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
2012-05-16 Chris AdamsEnsure that we don't attempt to dispose handle twice
2012-05-15 Chris AdamsRevert "Allow function assignment to cause binding...
2012-05-15 Glenn WatsonAdd hooks for declarative memory profiler.
2012-05-14 Girish Ramakrishnandoc: Remove references to QScript*
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-08 Lars KnollqsTranslate shouldn't require an encoding argument
2012-05-08 Jerome PasionDoc: Moving QML docs for new doc structure
2012-05-08 Charles YinBetter checking top level root object creation status
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
2012-05-04 Christiaan JanssenQmlProfiler: storing binding type
2012-05-04 Aaron KennedyInitial bundle support
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-03 Kent HansenRemove QJS exception API
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-23 Olivier GoffartqMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecated
2012-04-23 Friedemann KleintQtDeclarative: Fix compiler warnings.
2012-04-20 Michael BrasserUse QUrl constructor directly.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Kent HansenAdd QJson support to QV8Engine
2012-04-12 Thiago MacieiraSilence warning with ICC about change of signal in...
2012-04-12 Thiago MacieiraAdd missing #include <stdlib.h>
2012-04-12 Thiago MacieiraStop stuffing the URL "<Unknown File>" in QML errors
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Matthew VogtSimplify date conversion functions
2012-04-04 Matthew VogtUse wasDeleted function to check for deletion
2012-04-04 Thiago MacieiraUse the GCC pragma on GCC only
2012-04-04 Thiago MacieiraSilence warning about non-standard comma at the end...
2012-04-03 Aaron KennedyDon't crash if calling a method on a QObject that has...
2012-03-30 Aaron KennedyAllow V8 bindings to be assigned to aliases
2012-03-30 Aaron KennedyLoosen shared binding tests
2012-03-30 Friedemann KleintFix warnings in qtdeclarative.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Michael BrasserPrevent the root object from being garbage collected.
2012-03-20 Tobias KoenigFix compilation on QNX.
2012-03-20 Kent HansenMake QVariant conversion for JS null type symmetric
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Martin JonesAllow threaded compilation in an async Loader
2012-03-15 Chris AdamsFix crash caused by dereferencing collected v8 data
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Chris AdamsEnsure that dynamic property storing QObject ptr notifi...
2012-03-14 Kent HansenLet V8 throw the exception when QML property lookup...
next