Merge master into api_changes
[profile/ivi/qtdeclarative.git] / src / qml /
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Chris AdamsNotify QQJSE::DW of expression deletion during dtor
2012-03-19 Kai KoehneDebugger: Fix compilation with C++11
2012-03-19 Aurindam JanaQmlDebugging: Object Tree and States List
2012-03-19 Martin JonesWhen clearing an incubator also clear incubators it...
2012-03-15 Michael BrasserFix bug in v4 strict equality.
2012-03-15 Harald FernengelSmall LSB hacks
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...
2012-03-14 Kent HansenUse the same ReferenceError message wording as V8
2012-03-14 Kai KoehneDebugger: Print informational messages via qDebug
2012-03-14 Luis Gabriel LimaFix AND expression in v4
2012-03-14 Michael BrasserSupport module api objects in v4.
2012-03-13 Charles YinMore refactoring on animation controller
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-13 Jędrzej NowackiCrash fix after QMetaType change.
2012-03-13 Kent HansenMake QFastMetaBuilder generate revision 7 meta-objects
2012-03-13 Kent HansenAdapt to Qt5 meta-object changes
2012-03-13 Kai KoehneDebugger: Use QStringLiteral where appropriate
2012-03-13 Andrew den ExterDeclare QQmlError and QQmlProperty as movable types.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Chris AdamsFix crash when writing property after engine deletion
2012-03-13 Aaron KennedyMove binding and expression classes to separate files
2012-03-13 Charles Yininclude header correctly
2012-03-12 Michael BrasserFix v4 nested object access bug.
2012-03-12 Michael BrasserAdd two argument Math.min and Math.max support to v4.
2012-03-12 Michael BrasserAdd Math.ceil and Math.abs support to v4.
2012-03-11 Charles YinReturn early if animationjob was deleted in all callbac...
2012-03-11 Stephen KellyRemove undefined method.
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-09 João AbecasisDon't grow container when desired size is known
2012-03-09 Michael BrasserFix typo.
2012-03-09 Glenn WatsonFix crash in listmodel when data is assigned incorrectly.
2012-03-09 Roberto RaggiKeep high-level intermediate representation for IR...
2012-03-09 Roberto RaggiRemove non explicitly typed IR::CONST() nodes.
2012-03-09 Aurindam JanaQmlDebugging: Remove QQmlDebugClient
2012-03-09 Kai KoehneQmlProfiler: Avoid overhead if profiling is not enabled
2012-03-09 Matthew VogtRemove unused QTextCursor code from rewriter.
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Kai KoehneQML Debugger: Change prefix of warnings
2012-03-07 Aurindam JanaQmlDebugging: Remove deprecated classes
2012-03-07 Aurindam JanaQmlDebugging: Revert the names of services
2012-03-07 Gunnar SlettaCompile after API changes in QCoreApplication
2012-03-07 Kent HansenUse StringRef::load() to initialize DefaultProperty...
2012-03-07 Kent HansenDon't needlessly create alias property names in the...
2012-03-07 Kent HansenMake sure QML type "real" always maps to C++ type ...
2012-03-07 Michael BrasserCorrectly place '.' when building name for call express...
2012-03-07 Matthew VogtRemove uses of QtGui symbols in QQmlEngine.
2012-03-05 Gunnar SlettaDo not store an explicit QImage in the declarative...
2012-03-05 Chris AdamsAllow function assignment to cause binding for non...
2012-03-05 Chris AdamsImprove support for var properties
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml