<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/.gitattributes, branch 6.6.1</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>qmlformat: improve testing of file based options</title>
<updated>2021-11-04T12:35:48+00:00</updated>
<author>
<name>Fawzi Mohamed</name>
<email>fawzi@gmx.ch</email>
</author>
<published>2021-11-03T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=26e520040051e7def3509f4ca9fc88c40949cf1c'/>
<id>26e520040051e7def3509f4ca9fc88c40949cf1c</id>
<content type='text'>
Add an option to run qmlformat from the original file to a copy, thus
picking up automatically settings related to those options.
This does not in place replacing, but does not need any special setup
to run the test.
Ensure that git preserves the old macos line endings (CR) in the
reference file by renaming it to *_mac_cr.* and change .gitattributes
accordingly.

Change-Id: Ibd9685613fc737146d67abcae19c67300343aa88
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an option to run qmlformat from the original file to a copy, thus
picking up automatically settings related to those options.
This does not in place replacing, but does not need any special setup
to run the test.
Ensure that git preserves the old macos line endings (CR) in the
reference file by renaming it to *_mac_cr.* and change .gitattributes
accordingly.

Change-Id: Ibd9685613fc737146d67abcae19c67300343aa88
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge qtquickcontrols2 into qtdeclarative</title>
<updated>2021-07-28T09:21:25+00:00</updated>
<author>
<name>Mitch Curtis</name>
<email>mitch.curtis@qt.io</email>
</author>
<published>2021-07-28T09:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=16436239cd35ba7346b89a1f57d5b29dc786f4c6'/>
<id>16436239cd35ba7346b89a1f57d5b29dc786f4c6</id>
<content type='text'>
Task-number: QTBUG-95173
Change-Id: I2cf31e30127e8cc2f10304cabf4ff7f5050633b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-95173
Change-Id: I2cf31e30127e8cc2f10304cabf4ff7f5050633b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Import the Qt Quick Controls 2 prototype</title>
<updated>2015-02-05T12:50:29+00:00</updated>
<author>
<name>J-P Nurmi</name>
<email>jpnurmi@theqtcompany.com</email>
</author>
<published>2015-01-30T19:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8b2a1ec43134e191a5f9bb08a73f1a694d52927d'/>
<id>8b2a1ec43134e191a5f9bb08a73f1a694d52927d</id>
<content type='text'>
Change-Id: Ib8c0c4160958e5cfea29a6e9df1b3f1fb19715fc
Reviewed-by: Jari-Pekka Nurmi &lt;jpnurmi@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8c0c4160958e5cfea29a6e9df1b3f1fb19715fc
Reviewed-by: Jari-Pekka Nurmi &lt;jpnurmi@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the git-archive export options</title>
<updated>2012-09-10T12:24:05+00:00</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago.macieira@intel.com</email>
</author>
<published>2012-08-29T19:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ca30abfdf782d4344ccb9c0d4ea923d2c4b993f0'/>
<id>ca30abfdf782d4344ccb9c0d4ea923d2c4b993f0</id>
<content type='text'>
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.
People who download tarballs usually don't reimport into Git -- they
should just download the actual repositories.

Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the "$Id$\n" string, ask git-archive to store
the SHA-1 of the commit being packaged.

Change-Id: I5850800f9706dda342596a9db383e9d2c60e3c3e
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.
People who download tarballs usually don't reimport into Git -- they
should just download the actual repositories.

Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the "$Id$\n" string, ask git-archive to store
the SHA-1 of the commit being packaged.

Change-Id: I5850800f9706dda342596a9db383e9d2c60e3c3e
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rewrite of multiline string literals.</title>
<updated>2012-02-23T09:43:44+00:00</updated>
<author>
<name>Roberto Raggi</name>
<email>roberto.raggi@nokia.com</email>
</author>
<published>2012-02-20T13:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=212204b4fff05aed43a931e71855948ec9910b59'/>
<id>212204b4fff05aed43a931e71855948ec9910b59</id>
<content type='text'>
This commits ensures that we don't rewrite `\'-terminated
multiline string literals. Also, it fixes the processing
of \r characters inside the string literals.

Change-Id: If3d7c1b83c7306b9ccb1be31412b6f8e76434c41
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@nokia.com&gt;
Reviewed-by: Aaron Kennedy &lt;aaron.kennedy@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits ensures that we don't rewrite `\'-terminated
multiline string literals. Also, it fixes the processing
of \r characters inside the string literals.

Change-Id: If3d7c1b83c7306b9ccb1be31412b6f8e76434c41
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@nokia.com&gt;
Reviewed-by: Aaron Kennedy &lt;aaron.kennedy@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added .tag file with Git revision.</title>
<updated>2011-05-03T14:23:50+00:00</updated>
<author>
<name>axis</name>
<email>qt-info@nokia.com</email>
</author>
<published>2011-05-03T14:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=dbbcc4dff099d5cf41a3253f922b785889e17545'/>
<id>dbbcc4dff099d5cf41a3253f922b785889e17545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
