<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src, branch wip/animation-refactor</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Merge branch 'master' into animation-refactor</title>
<updated>2012-01-25T04:43:07+00:00</updated>
<author>
<name>Michael Brasser</name>
<email>michael.brasser@nokia.com</email>
</author>
<published>2012-01-25T04:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=c3601a8db91bc777ea859d6a796dfab6a218675e'/>
<id>c3601a8db91bc777ea859d6a796dfab6a218675e</id>
<content type='text'>
Conflicts:
	tests/auto/declarative/declarative.pro

Change-Id: Ie339be2989fac553d351f3077869f1847367b504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/auto/declarative/declarative.pro

Change-Id: Ie339be2989fac553d351f3077869f1847367b504
</pre>
</div>
</content>
</entry>
<entry>
<title>Animations may be deleted while changing state</title>
<updated>2012-01-24T23:11:21+00:00</updated>
<author>
<name>Bea Lam</name>
<email>bea.lam@nokia.com</email>
</author>
<published>2012-01-24T07:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4c97a8091eff18cdff92d4fc5243a88bf57146d3'/>
<id>4c97a8091eff18cdff92d4fc5243a88bf57146d3</id>
<content type='text'>
Move check for deleted animation from setCurrentTime() to setState().

Change-Id: I8160c4cf68f7e7b11185d3190d42e5c375540254
Reviewed-by: Michael Brasser &lt;michael.brasser@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move check for deleted animation from setCurrentTime() to setState().

Change-Id: I8160c4cf68f7e7b11185d3190d42e5c375540254
Reviewed-by: Michael Brasser &lt;michael.brasser@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow JS API in modules</title>
<updated>2012-01-24T22:18:34+00:00</updated>
<author>
<name>Matthew Vogt</name>
<email>matthew.vogt@nokia.com</email>
</author>
<published>2012-01-18T07:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=149f6afe321ce59aebe4ce2f9dddd1881d0ac22b'/>
<id>149f6afe321ce59aebe4ce2f9dddd1881d0ac22b</id>
<content type='text'>
Allow modules to export verisoned javascript code into specified
namespaces.

Task-number: QTBUG-20857
Change-Id: Ic968c697ba36cbc4535870ed5eed2fe7f01af11d
Reviewed-by: Roberto Raggi &lt;roberto.raggi@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow modules to export verisoned javascript code into specified
namespaces.

Task-number: QTBUG-20857
Change-Id: Ic968c697ba36cbc4535870ed5eed2fe7f01af11d
Reviewed-by: Roberto Raggi &lt;roberto.raggi@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed crash in QDeclarativeGridView</title>
<updated>2012-01-24T22:18:10+00:00</updated>
<author>
<name>Martin Jones</name>
<email>martin.jones@nokia.com</email>
</author>
<published>2012-01-23T03:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=49212ef6d8934a023e6d0a7b778ec25605a8be7a'/>
<id>49212ef6d8934a023e6d0a7b778ec25605a8be7a</id>
<content type='text'>
Inserting new items used a different threshold than removing items
outside the view in refill.

Change-Id: I3712837820a1e1a6af280d33d29bd9e01e559691
Reviewed-by: Bea Lam &lt;bea.lam@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inserting new items used a different threshold than removing items
outside the view in refill.

Change-Id: I3712837820a1e1a6af280d33d29bd9e01e559691
Reviewed-by: Bea Lam &lt;bea.lam@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for glyphMargin() migration in qtbase</title>
<updated>2012-01-24T20:02:17+00:00</updated>
<author>
<name>Jiang Jiang</name>
<email>jiang.jiang@nokia.com</email>
</author>
<published>2012-01-23T14:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7412dc96c6b7cc1a196c4afb06e8b51f7ee04f44'/>
<id>7412dc96c6b7cc1a196c4afb06e8b51f7ee04f44</id>
<content type='text'>
glyphMargin() has been moved from QTextureGlyphCache to QFontEngine
in qtbase. Update private API usage for that.

Change-Id: Ia74c1387eaad4cb961ca0fe36905254edb351258
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glyphMargin() has been moved from QTextureGlyphCache to QFontEngine
in qtbase. Update private API usage for that.

Change-Id: Ia74c1387eaad4cb961ca0fe36905254edb351258
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapted QQuickScreenAttached to orientation API changes in QScreen.</title>
<updated>2012-01-24T20:01:53+00:00</updated>
<author>
<name>Samuel Rødal</name>
<email>samuel.rodal@nokia.com</email>
</author>
<published>2012-01-24T09:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=d2d53dffbc3ba52333e559e2c0391bd73e5b840c'/>
<id>d2d53dffbc3ba52333e559e2c0391bd73e5b840c</id>
<content type='text'>
Change-Id: Ic2cb008b989780e297f03ddd5bdef466bb230c74
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic2cb008b989780e297f03ddd5bdef466bb230c74
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing include.</title>
<updated>2012-01-24T19:56:42+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>stephen.kelly@kdab.com</email>
</author>
<published>2012-01-12T17:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=40bbc9503b988412202836bc4d10a0a9f645a940'/>
<id>40bbc9503b988412202836bc4d10a0a9f645a940</id>
<content type='text'>
Fixes build after requirement for Q_DECLARE_METATYPE(T*) to
be fully defined.

In QtBase (4b8ceb41aed352f10d36db5284453f425dbc5f3f)

Change-Id: I7ea42ec45797fafdde94ea5b58c6c71640710196
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes build after requirement for Q_DECLARE_METATYPE(T*) to
be fully defined.

In QtBase (4b8ceb41aed352f10d36db5284453f425dbc5f3f)

Change-Id: I7ea42ec45797fafdde94ea5b58c6c71640710196
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Console API: Add console.exception</title>
<updated>2012-01-24T13:11:52+00:00</updated>
<author>
<name>Aurindam Jana</name>
<email>aurindam.jana@nokia.com</email>
</author>
<published>2012-01-17T13:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b77ecde410ace1545ac6fdad7466e64e4fc635da'/>
<id>b77ecde410ace1545ac6fdad7466e64e4fc635da</id>
<content type='text'>
console.exception writes a message to the console
and prints the JavaScript stack trace at the point
where it is called.

Change-Id: Idd2ff5982826accae0895db44c7ecf6130338cc7
Reviewed-by: Kai Koehne &lt;kai.koehne@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
console.exception writes a message to the console
and prints the JavaScript stack trace at the point
where it is called.

Change-Id: Idd2ff5982826accae0895db44c7ecf6130338cc7
Reviewed-by: Kai Koehne &lt;kai.koehne@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Console API: Add console.assert</title>
<updated>2012-01-24T13:11:52+00:00</updated>
<author>
<name>Aurindam Jana</name>
<email>aurindam.jana@nokia.com</email>
</author>
<published>2012-01-17T11:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b514fecbeae6a4fed9e593ea6405dbeec7fe7883'/>
<id>b514fecbeae6a4fed9e593ea6405dbeec7fe7883</id>
<content type='text'>
console.assert tests if an expression is true. If it is false,
it writes a message to the console and prints the JavaScript
stack trace at that point.

Change-Id: I5487552cb8a947e1947914166834e0bdedba3354
Reviewed-by: Kai Koehne &lt;kai.koehne@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
console.assert tests if an expression is true. If it is false,
it writes a message to the console and prints the JavaScript
stack trace at that point.

Change-Id: I5487552cb8a947e1947914166834e0bdedba3354
Reviewed-by: Kai Koehne &lt;kai.koehne@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for shared glyph cache</title>
<updated>2012-01-24T12:03:03+00:00</updated>
<author>
<name>Eskil Abrahamsen Blomfeldt</name>
<email>eskil.abrahamsen-blomfeldt@nokia.com</email>
</author>
<published>2011-11-24T12:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=47a5c708bf4e555cb8febef583f32c99f7d8ea1e'/>
<id>47a5c708bf4e555cb8febef583f32c99f7d8ea1e</id>
<content type='text'>
Use a shared graphics cache to back the distance fields if
it is available.

Change-Id: Id5e6e7a28e38e349d787e66016b2d0faebc791d7
Reviewed-by: Jiang Jiang &lt;jiang.jiang@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a shared graphics cache to back the distance fields if
it is available.

Change-Id: Id5e6e7a28e38e349d787e66016b2d0faebc791d7
Reviewed-by: Jiang Jiang &lt;jiang.jiang@nokia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
