<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src/quick/util/qquickutilmodule.cpp, branch old/5.2</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Fix license headers of QtQuick sources.</title>
<updated>2013-09-30T06:06:57+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@digia.com</email>
</author>
<published>2013-09-30T05:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=424052000aa96b9a716efded804bf0317108596b'/>
<id>424052000aa96b9a716efded804bf0317108596b</id>
<content type='text'>
Change-Id: I3750c47640bf21c3567c5fa1c4667e3e2552942e
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3750c47640bf21c3567c5fa1c4667e3e2552942e
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Animators - Render thread animation system</title>
<updated>2013-09-21T20:23:13+00:00</updated>
<author>
<name>Gunnar Sletta</name>
<email>gunnar.sletta@digia.com</email>
</author>
<published>2013-09-18T18:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=a0f8be4021caa9bb5055923f0eea3bee0e345235'/>
<id>a0f8be4021caa9bb5055923f0eea3bee0e345235</id>
<content type='text'>
This introduces 6 new QML types for animating state in the
scene graph when the UI thread is blocked. The QObject property
being animated is updated after the animation completes.

It works also with the "windows" and "basic" render loops, but
offer litte benefit then compared to in the "threaded" case.

Change-Id: Ic19e47c898c0b8bd53e457db922b3c9c457c8147
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces 6 new QML types for animating state in the
scene graph when the UI thread is blocked. The QObject property
being animated is updated after the animation completes.

It works also with the "windows" and "basic" render loops, but
offer litte benefit then compared to in the "threaded" case.

Change-Id: Ic19e47c898c0b8bd53e457db922b3c9c457c8147
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bool QQuickKeyEvent::matches(QKeySequence::StandardKey)</title>
<updated>2013-07-01T16:02:33+00:00</updated>
<author>
<name>J-P Nurmi</name>
<email>jpnurmi@digia.com</email>
</author>
<published>2013-05-30T15:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ea045d82a3a837f83fec82462feebf2bc262f9d9'/>
<id>ea045d82a3a837f83fec82462feebf2bc262f9d9</id>
<content type='text'>
Change-Id: Iaa8392c1b113856fa80cd2507f8640050eb9bec2
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iaa8392c1b113856fa80cd2507f8640050eb9bec2
Reviewed-by: Caroline Chao &lt;caroline.chao@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the model classes from QtQuick to QtQml</title>
<updated>2013-01-24T16:14:23+00:00</updated>
<author>
<name>Alan Alpert</name>
<email>aalpert@rim.com</email>
</author>
<published>2013-01-15T22:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=7cad0e52c5a020bd29635e9912fd8946a6b48124'/>
<id>7cad0e52c5a020bd29635e9912fd8946a6b48124</id>
<content type='text'>
This is needed for proper support of non-GUI instantiators in QtQml.
Only private C++ classes are affected. Aside from name changes, model
classes now operate on QObjects instead of QQuickItems, leading to minor
changes in the implementation of QtQuick classes using them.

The old QML type names will still be registered in the QtQuick import
for the forseeable future, but pointing to the new classes. The new QML
types will be added in a second commit.

Classes Affected:
QQuickVisualDataGroup -&gt; QQmlDataGroup
QQuickVisualDataModel -&gt; QQmlDelegateModel
QQuickVisualItemModel -&gt; QQmlObjectModel
QQuickVisualModel -&gt; QQmlInstanceModel
QQuickChangeSet -&gt; QQmlChangeSet
QQuickListAccessor -&gt; QQmlListAccessor
QQuickListCompositor -&gt; QQmlListCompositor
QQuickPackage -&gt; QQuickPackage (just moved for now)

Change-Id: Ia19e630e53bfa9e5d459e289596cd11df1ea3930
Reviewed-by: Andrew den Exter &lt;andrew.den.exter@qinetic.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed for proper support of non-GUI instantiators in QtQml.
Only private C++ classes are affected. Aside from name changes, model
classes now operate on QObjects instead of QQuickItems, leading to minor
changes in the implementation of QtQuick classes using them.

The old QML type names will still be registered in the QtQuick import
for the forseeable future, but pointing to the new classes. The new QML
types will be added in a second commit.

Classes Affected:
QQuickVisualDataGroup -&gt; QQmlDataGroup
QQuickVisualDataModel -&gt; QQmlDelegateModel
QQuickVisualItemModel -&gt; QQmlObjectModel
QQuickVisualModel -&gt; QQmlInstanceModel
QQuickChangeSet -&gt; QQmlChangeSet
QQuickListAccessor -&gt; QQmlListAccessor
QQuickListCompositor -&gt; QQmlListCompositor
QQuickPackage -&gt; QQuickPackage (just moved for now)

Change-Id: Ia19e630e53bfa9e5d459e289596cd11df1ea3930
Reviewed-by: Andrew den Exter &lt;andrew.den.exter@qinetic.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year in Digia's license headers</title>
<updated>2013-01-10T18:52:37+00:00</updated>
<author>
<name>Sergio Ahumada</name>
<email>sergio.ahumada@digia.com</email>
</author>
<published>2013-01-02T11:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=83deab8d1b82bb3a02b0b92737b298848d19beb6'/>
<id>83deab8d1b82bb3a02b0b92737b298848d19beb6</id>
<content type='text'>
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move no-Gui related QML types from QtQuick into QtQml</title>
<updated>2012-11-29T16:48:46+00:00</updated>
<author>
<name>Tasuku Suzuki</name>
<email>stasuku@gmail.com</email>
</author>
<published>2012-11-24T19:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e0cb13a510c0099784fee00d5b4b7c608dd42dd2'/>
<id>e0cb13a510c0099784fee00d5b4b7c608dd42dd2</id>
<content type='text'>
Task-number: QTBUG-26340

Change-Id: I9049128db2598bf3c7a9d677b774eaae53b54eb5
Reviewed-by: Alan Alpert &lt;aalpert@rim.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-26340

Change-Id: I9049128db2598bf3c7a9d677b774eaae53b54eb5
Reviewed-by: Alan Alpert &lt;aalpert@rim.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
Reviewed-by: Gunnar Sletta &lt;gunnar.sletta@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable module build with QT_NO_IM</title>
<updated>2012-11-26T17:47:36+00:00</updated>
<author>
<name>Tasuku Suzuki</name>
<email>stasuku@gmail.com</email>
</author>
<published>2012-11-22T17:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e9e49c6157f7cfb84faeaab0438b0a30380f68f8'/>
<id>e9e49c6157f7cfb84faeaab0438b0a30380f68f8</id>
<content type='text'>
Change-Id: I90f8ec7e6357db7b4038bb1646fe9d3835821556
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@digia.com&gt;
Reviewed-by: Alan Alpert (RIM) &lt;aalpert@rim.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I90f8ec7e6357db7b4038bb1646fe9d3835821556
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@digia.com&gt;
Reviewed-by: Alan Alpert (RIM) &lt;aalpert@rim.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change copyrights from Nokia to Digia</title>
<updated>2012-09-23T06:22:24+00:00</updated>
<author>
<name>Iikka Eklund</name>
<email>iikka.eklund@digia.com</email>
</author>
<published>2012-09-20T05:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=46010aa7a232645eff0023d5fb26dcbe1b9ab08a'/>
<id>46010aa7a232645eff0023d5fb26dcbe1b9ab08a</id>
<content type='text'>
Change copyrights and license headers from Nokia to Digia

Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change copyrights and license headers from Nokia to Digia

Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>api: remove references to inputPanel.</title>
<updated>2012-04-26T16:47:35+00:00</updated>
<author>
<name>Girish Ramakrishnan</name>
<email>girish.1.ramakrishnan@nokia.com</email>
</author>
<published>2012-04-23T04:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=01669a3cd270f66de1bf985c4630a708e9872a83'/>
<id>01669a3cd270f66de1bf985c4630a708e9872a83</id>
<content type='text'>
Qt.application.inputPanel is now Qt.inputMethod. Also,
QGuiApplication::inputPanel is being removed.

Change-Id: I0033183235fe0fda6adff13cf5eaf4b8206d91fb
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt.application.inputPanel is now Qt.inputMethod. Also,
QGuiApplication::inputPanel is being removed.

Change-Id: I0033183235fe0fda6adff13cf5eaf4b8206d91fb
Reviewed-by: Lars Knoll &lt;lars.knoll@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename QDeclarative symbols to QQuick and QQml</title>
<updated>2012-02-24T03:51:31+00:00</updated>
<author>
<name>Matthew Vogt</name>
<email>matthew.vogt@nokia.com</email>
</author>
<published>2012-02-16T04:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b855240b782395f94315f43ea3e7e182299fac48'/>
<id>b855240b782395f94315f43ea3e7e182299fac48</id>
<content type='text'>
Symbols beginning with QDeclarative are already exported
by the quick1 module.

Users can apply the bin/rename-qtdeclarative-symbols.sh
script to modify client code using the previous names of the
renamed symbols.

Task-number: QTBUG-23737
Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66
Reviewed-by: Martin Jones &lt;martin.jones@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Symbols beginning with QDeclarative are already exported
by the quick1 module.

Users can apply the bin/rename-qtdeclarative-symbols.sh
script to modify client code using the previous names of the
renamed symbols.

Task-number: QTBUG-23737
Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66
Reviewed-by: Martin Jones &lt;martin.jones@nokia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
