<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/qt, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-10-09T12:58:32Z</updated>
<entry>
<title>qt: remove commercial license option</title>
<updated>2009-10-09T12:58:32Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=28eefec5bd12072a68035e9f900fe75a3644e946'/>
<id>urn:sha1:28eefec5bd12072a68035e9f900fe75a3644e946</id>
<content type='text'>
It looks like that nobody is using the commercial license option
because the code is broken (BR2_QT_COMMERCIAL_PASSWORD typo) and
dist.trolltech.com became silent long ago and nobody complained about.

So remove the broken and unused stuff.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: remove Kconfig option to enable all pixel depths</title>
<updated>2009-10-09T12:56:42Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d6d7f13cd0ef76790c15ea9bef73c7e2eb5224bc'/>
<id>urn:sha1:d6d7f13cd0ef76790c15ea9bef73c7e2eb5224bc</id>
<content type='text'>
The Kconfig menu "Pixel depths" of Qt provides a list with all
selectable pixel depths and additionally the option "all".

When "all" is selected, the list with all available pixel depths
disappears.

Because this disappearing of available pixel depths makes no sense
under usability aspects, simply remove the option "all".

The user could enable all available pixel depths by selecting each
individual depth anyway. So no functionality is lost.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: disable precompiled headers when ccache is enabled</title>
<updated>2009-10-09T12:54:27Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=82f1ccf4c84101c2611e6e9e7e118258f7c90757'/>
<id>urn:sha1:82f1ccf4c84101c2611e6e9e7e118258f7c90757</id>
<content type='text'>
ccache and precompiled headers don't work together, so disable
precompiled headers when ccache is enabled.

The benefit of ccache compiling Qt a second or more time is much
higher than the costs of disabled precompiled headers in the first run.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: make sure to install all Qt-fonts and true-type-fonts</title>
<updated>2009-10-09T12:53:06Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f9854762255617f49b08e5d5a87f76638b9a5701'/>
<id>urn:sha1:f9854762255617f49b08e5d5a87f76638b9a5701</id>
<content type='text'>
Qt gained some more qpf-fonts and also provides some true-type-fonts.
Make sure to install them all inclusive ttf-fonts when freetype-support
is enabled. Additionally the empty 'fontdir' file is really not needed.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: use configure option instead a sed hack to disable xinerama</title>
<updated>2009-10-09T12:48:24Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f9e208866bbed8a75de881b555760b095ced4011'/>
<id>urn:sha1:f9e208866bbed8a75de881b555760b095ced4011</id>
<content type='text'>
The Qt configure script gained the option '-no-xinerama' in the
meantime. So use it instead hacking the script itself using sed.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: remove unnecessary call to qstrip macro in Makefile</title>
<updated>2009-10-09T12:46:40Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac5d17bf65d41d8dc8e4383cc151f1901e627a25'/>
<id>urn:sha1:ac5d17bf65d41d8dc8e4383cc151f1901e627a25</id>
<content type='text'>
QT_CONFIGURE can never gain double quotes, so there
is no point to remove some.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: don't enable internal tslib-module debugging</title>
<updated>2009-10-09T12:42:51Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=51a3b74b6eee42e335b963b4f3ddbdaa9c6459b0'/>
<id>urn:sha1:51a3b74b6eee42e335b963b4f3ddbdaa9c6459b0</id>
<content type='text'>
In Qt there are virtually hundreds of internal debug flags like
TSLIBMOUSEHANDLER_DEBUG for every module or even C++ class. There
is no reason to enable a single such flag when Qt is build with
debugging symbols and others not.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: remove unnecessary comment</title>
<updated>2009-10-09T12:41:23Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7f541e304778b85a3f9a07c8b3dadb3df5b2d35c'/>
<id>urn:sha1:7f541e304778b85a3f9a07c8b3dadb3df5b2d35c</id>
<content type='text'>
Qt in buildroot should not depend on dbus installed on build platform,
if so this is (or was) a bug in buildroot.

Looks like that this note is left over from ancient buildroot days,
so remove it.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: remove no longer needed 'x86x86fix' workaround</title>
<updated>2009-10-09T12:40:37Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=03bdf67f438ad66a652e860474fc65b9342656f2'/>
<id>urn:sha1:03bdf67f438ad66a652e860474fc65b9342656f2</id>
<content type='text'>
Tested with 4.5.2.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>qt: remove PKG_CONFIG workaround</title>
<updated>2009-10-09T12:38:04Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-10-07T09:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1cd28840db4b7b05bc338f4a8c0584fc13ed8715'/>
<id>urn:sha1:1cd28840db4b7b05bc338f4a8c0584fc13ed8715</id>
<content type='text'>
At least Qt 4.5.2 is fixed in the meantime and honors PKG_CONFIG.
So the PATH workaround is no longer needed.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
