Optimize default property resolution in compiler
[profile/ivi/qtdeclarative.git] / src / declarative / qml /
2011-08-30 Aaron KennedyOptimize default property resolution in compiler
2011-08-30 Aaron KennedyUse the cached property data when possible
2011-08-30 Aaron KennedyIntroduce QHashField for use in "contains" tests.
2011-08-30 Aaron KennedyUse QFieldList to manage dynamic properties, signals...
2011-08-30 Aaron KennedyCalculate the hash inside QHashedString
2011-08-30 Aaron KennedyUse strings more conservatively
2011-08-30 Aaron KennedyAdd QFastMetaBuilder
2011-08-30 Martin JonesInline a couple of often used methods.
2011-08-30 Roberto RaggiCompile
2011-08-30 Roberto RaggiSpeedup the V4 code generation.
2011-08-30 Roberto RaggiUse QDeclarativePool to allocate the V4 instructions.
2011-08-30 Roberto RaggiChange the V4 IR so it can be stored in a memory pool.
2011-08-30 Roberto RaggiRemoved QDeclarativeJS::NodePool
2011-08-30 Martin JonesSome lexer improvement, mostly by avoiding QChar::isWha...
2011-08-30 Roberto RaggiImproved parsing of numeric literals
2011-08-30 Martin JonesOptimizations to imports.
2011-08-30 Aaron KennedyDon't unnecessarily construct QMetaPropertys
2011-08-30 Martin JonesClearing a hash makes its length 0.
2011-08-30 Aaron KennedyRemove unnecessary toString()
2011-08-30 Aaron KennedyImprove performance of the QML front-end
2011-08-30 Martin JonesRemove invalid assert
2011-08-30 Martin JonesCache QML import directories and qmldir files.
2011-08-30 Aaron KennedyRemove some QHash and QLists.
2011-08-30 Aaron KennedyQStringHash improvements
2011-08-30 Aaron KennedyImprove QStringHash
2011-08-30 Aaron KennedyUse memory more conservatively during QML compilation
2011-08-30 Aaron KennedyMove tools classes into their own directory
2011-08-30 Aaron KennedyRemove some QByteArray<->QString conversions
2011-08-30 Aaron KennedyMore efficient type name cache
2011-08-30 Kent HansenInclude v8-debug.h from the right location
2011-08-30 Chris AdamsImplement script module api property get and set
2011-08-29 Kent HansenRemove V8 submodule from QtDeclarative
2011-08-29 Michael BrasserUse the optimized QDeclarativeExpression constructor...
2011-08-26 Kent HansenDon't enumerate Function.prototype.{connect,disconnect}
2011-08-24 Kent HansenFix tst_qjsvalue::castToPointer test failure
2011-08-19 Charles Yinmove dom error definitions to seperate files.
2011-08-19 Charles Yincanvas context2d needs the dom exceptions as well,...
2011-08-18 Chris AdamsAdd support for a vector4d type in QML
2011-08-18 Chris AdamsMake QColor a value type
2011-08-17 Aurindam JanaEnable v8 debugging
2011-08-17 Simon HausmannFix repeated compiler warning about unused engine parameter
2011-08-17 Kent HansenRevert "Set IsDirect flag of property cache data if...
2011-08-15 Kent HansenImprove the Qt/JavaScript (QJS) documentation
2011-08-11 Lars KnollUse the correct export macros
2011-08-11 Kent HansenReplace QScriptBagContainer by QIntrusiveList
2011-08-11 Kent HansenSet IsDirect flag of property cache data if appropriate
2011-08-11 Kent HansenGuard QML-specific handling of value type property...
2011-08-10 Jedrzej NowackiCode cleanup: unify QRegExp conversion.
2011-08-10 Jedrzej NowackiAdd missing check in QJSValue::property
2011-08-10 Jedrzej NowackiCode cleanup: unify string conversions.
2011-08-10 Jedrzej NowackiCode cleanup.
2011-08-10 Jedrzej NowackiReplace duplicated code by a function call.
2011-08-05 Jason McDonaldFix outdated license headers.
2011-08-04 Kent HansenRemove dead code from QJSValuePrivate
2011-08-04 Kent HansenMove QJSValue InvalidValue definition to "inline" header
2011-08-04 Kent HansenAdd QIntrusiveList::contains() function
2011-08-04 Jedrzej NowackiRemove dead code.
2011-08-04 Chris AdamsImprove error messages from compiler for signals and...
2011-08-04 Chris AdamsHonour the resettable flag of aliased properties
2011-08-04 Chris AdamsFix crash in QDeclarativeProperty
2011-08-04 Aaron KennedyTypo
2011-08-03 Jedrzej NowackiImprove QJSValueIterator implementation.
2011-08-02 Thorbjørn LindeijerIntroduced a CONFIG option that enables declarative...
2011-08-02 Chris AdamsEnsure that the prototype chain is checked in property Get
2011-08-02 Chris AdamsAdd support for comparing value-type properties
2011-08-02 Alan AlpertAllow custom parser types to still get signal handlers...
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Aaron KennedyMark objects from Component.createObject() as destructible
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeCompiler
2011-07-29 Aaron KennedyFix alias warnings in QV8QObjectWrapper
2011-07-29 Aaron KennedyFix alias warnings in V4
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeVME
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeV8Handle
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeGuard
2011-07-29 Charles YinAdd .arg() for Javascript String type
2011-07-28 Alan AlpertInitial CustomEmitter and CustomAffector implementation
2011-07-28 Michael BrasserAllow Qt enum values in ListElement.
2011-07-28 Michael BrasserFix translation context for QML files.
2011-07-28 Michael BrasserRemove reference to deleted file.
2011-07-28 Charles YinFix bug 20505: Offline Storage API: wrong types of...
2011-07-28 Charles YinFix XmlHttpRequest setHeader bug
2011-07-26 Aaron KennedyReference resources to prevent crash (on some platforms)
2011-07-26 Aaron KennedyOuptut non-NOTIFYable warnings again
2011-07-25 Bea LamDon't error if response results in UnknownContentError
2011-07-25 Aaron KennedySet classname for cloned extension meta objects
2011-07-25 Aaron KennedyReverse lookup ids by object pointer
2011-07-25 Aaron KennedyUse engine where appropriate in QDeclarativeProperty
2011-07-25 Aaron KennedyAllow object to be accessed by multiple QDeclarativeEngines
2011-07-25 Aaron KennedyAllow static alias to composite type
2011-07-25 Aaron KennedySupport better boolean conversion semantics
2011-07-25 Aaron KennedyCorrectly load flags for binding properties
2011-07-25 Aaron KennedyDon't assert on incorrect file url
2011-07-25 Aaron KennedyEnter context scope
2011-07-21 Kim Motoyoshi KallandCompile fix.
2011-07-21 Christiaan JanssenQml Debugging: only read properties that can be display...
2011-07-20 Simon HausmannFix memory leaks with QV8Engine's ExtensionData
2011-07-20 Martin JonesExport qmlRegisterTypeNotAvailable (used by libqtquick1)
2011-07-12 Aaron KennedyEnable support for QObject based module APIs
2011-07-12 Martin JonesExtract all QtQuick 1 elements into a separate library...
2011-07-08 Aaron KennedyMerge branch 'v8'
next