<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Well Isn&#8217;t That Qt</title>
	<atom:link href="http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/</link>
	<description>Look, it's a tagline!</description>
	<pubDate>Fri, 04 Jul 2008 00:56:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Port delle Qt per Firefox :: mondolinux linux ezine</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1677</link>
		<dc:creator>Port delle Qt per Firefox :: mondolinux linux ezine</dc:creator>
		<pubDate>Fri, 09 May 2008 10:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1677</guid>
		<description>[...] telefonia mobile.  Cosi un manipolo di sviluppatori, a quanto pare con il contributo Nokia, sta lavorando ad un port delle Qt per Firefox. There was an earlier attempt at a Qt backend, but it never really got maintained, and there [...]</description>
		<content:encoded><![CDATA[<p>[...] telefonia mobile.  Cosi un manipolo di sviluppatori, a quanto pare con il contributo Nokia, sta lavorando ad un port delle Qt per Firefox. There was an earlier attempt at a Qt backend, but it never really got maintained, and there [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1668</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 08 May 2008 16:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1668</guid>
		<description>@Matt
Yes, it will.

@vladimir
I totally agree with S.; this is a great news both for Qt and for KDE, maybe you would find some more help to maintain your work by contacting some Qt/KDE Developers!</description>
		<content:encoded><![CDATA[<p>@Matt<br />
Yes, it will.</p>
<p>@vladimir<br />
I totally agree with S.; this is a great news both for Qt and for KDE, maybe you would find some more help to maintain your work by contacting some Qt/KDE Developers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vladimir</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1658</link>
		<dc:creator>vladimir</dc:creator>
		<pubDate>Thu, 08 May 2008 00:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1658</guid>
		<description>Add --disable-printing, --disable-javaxpcom, --disable-installer to your mozconfig; printing stuff isn't hooked up.</description>
		<content:encoded><![CDATA[<p>Add &#8211;disable-printing, &#8211;disable-javaxpcom, &#8211;disable-installer to your mozconfig; printing stuff isn&#8217;t hooked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loic</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1657</link>
		<dc:creator>loic</dc:creator>
		<pubDate>Thu, 08 May 2008 00:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1657</guid>
		<description>thanks !

there is an error during compilation with the printingui component

i have to edit 
/home/loic/apps/mozilla-qt/embedding/components/printingui/src/Makefile.in
to add 'qt' in this line
ifneq (,$(filter gtk2 qt photon beos,$(MOZ_WIDGET_TOOLKIT)))
PLATFORM_DIR  = unixshared
endif

to have PLATFORM_DIR initialized.

However i have an other error just after with :
/home/loic/apps/mozilla-qt/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp:47:35: error: nsIPrintDialogService.h: No such file or directory                                                                                                       

how can i fix this ?

Thanks !</description>
		<content:encoded><![CDATA[<p>thanks !</p>
<p>there is an error during compilation with the printingui component</p>
<p>i have to edit<br />
/home/loic/apps/mozilla-qt/embedding/components/printingui/src/Makefile.in<br />
to add &#8216;qt&#8217; in this line<br />
ifneq (,$(filter gtk2 qt photon beos,$(MOZ_WIDGET_TOOLKIT)))<br />
PLATFORM_DIR  = unixshared<br />
endif</p>
<p>to have PLATFORM_DIR initialized.</p>
<p>However i have an other error just after with :<br />
/home/loic/apps/mozilla-qt/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp:47:35: error: nsIPrintDialogService.h: No such file or directory                                                                                                       </p>
<p>how can i fix this ?</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romaxa</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1648</link>
		<dc:creator>romaxa</dc:creator>
		<pubDate>Wed, 07 May 2008 20:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1648</guid>
		<description>&#62; make[1]: *** No rule to make target `/home/loic/apps/mozilla-qt/nsprpub/configure.in’, needed by `/home/loic/apps/mozilla-qt/nsprpub/configure’. Stop.

There are missing nspr and nss, see:
http://developer.mozilla.org/en/docs/Mercurial#Checking_out

&#62; Is there an option to select the qt-backend ?

I guess ./configure --help should works... 
"cairo-qt"  - is new toolkit.</description>
		<content:encoded><![CDATA[<p>&gt; make[1]: *** No rule to make target `/home/loic/apps/mozilla-qt/nsprpub/configure.in’, needed by `/home/loic/apps/mozilla-qt/nsprpub/configure’. Stop.</p>
<p>There are missing nspr and nss, see:<br />
<a href="http://developer.mozilla.org/en/docs/Mercurial#Checking_out" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/developer.mozilla.org');">http://developer.mozilla.org/en/docs/Mercurial#Checking_out</a></p>
<p>&gt; Is there an option to select the qt-backend ?</p>
<p>I guess ./configure &#8211;help should works&#8230;<br />
&#8220;cairo-qt&#8221;  - is new toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loic</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1647</link>
		<dc:creator>loic</dc:creator>
		<pubDate>Wed, 07 May 2008 17:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1647</guid>
		<description>Yes !

Her is the bug report i have wrote for the kubuntu one :
https://bugs.launchpad.net/bugs/193538</description>
		<content:encoded><![CDATA[<p>Yes !</p>
<p>Her is the bug report i have wrote for the kubuntu one :<br />
<a href="https://bugs.launchpad.net/bugs/193538" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/bugs.launchpad.net');">https://bugs.launchpad.net/bugs/193538</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1645</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 07 May 2008 16:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1645</guid>
		<description>Would this allow Firefox to blend in better on a KDE system?</description>
		<content:encoded><![CDATA[<p>Would this allow Firefox to blend in better on a KDE system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loic</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1644</link>
		<dc:creator>loic</dc:creator>
		<pubDate>Wed, 07 May 2008 15:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1644</guid>
		<description>Hello !

How can i build this branch, i have try with the official documentaion in the website but i obtain this error :
make[1]: *** No rule to make target `/home/loic/apps/mozilla-qt/nsprpub/configure.in', needed by `/home/loic/apps/mozilla-qt/nsprpub/configure'.  Stop.

Other question : Is there an option to select the qt-backend ?

Thanks !</description>
		<content:encoded><![CDATA[<p>Hello !</p>
<p>How can i build this branch, i have try with the official documentaion in the website but i obtain this error :<br />
make[1]: *** No rule to make target `/home/loic/apps/mozilla-qt/nsprpub/configure.in&#8217;, needed by `/home/loic/apps/mozilla-qt/nsprpub/configure&#8217;.  Stop.</p>
<p>Other question : Is there an option to select the qt-backend ?</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1629</link>
		<dc:creator>S.</dc:creator>
		<pubDate>Wed, 07 May 2008 01:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1629</guid>
		<description>Heya!

Did you perchance try to contact any Troll -- I'm thinking &lt;a href="http://labs.trolltech.com/blogs/author/thiago/" rel="nofollow"&gt;Thiago Macieira&lt;/a&gt; in particular -- to discuss your project and your issues with QPainter? I have an idea they would be happy to talk with you, and perhaps even consider adding facilities in QPainter to make your intended goal easier to reach, who knows. :)</description>
		<content:encoded><![CDATA[<p>Heya!</p>
<p>Did you perchance try to contact any Troll &#8212; I&#8217;m thinking <a href="http://labs.trolltech.com/blogs/author/thiago/" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/labs.trolltech.com');">Thiago Macieira</a> in particular &#8212; to discuss your project and your issues with QPainter? I have an idea they would be happy to talk with you, and perhaps even consider adding facilities in QPainter to make your intended goal easier to reach, who knows. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vladimir</title>
		<link>http://blog.vlad1.com/2008/05/06/well-isnt-that-qt/#comment-1624</link>
		<dc:creator>vladimir</dc:creator>
		<pubDate>Tue, 06 May 2008 21:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/?p=55#comment-1624</guid>
		<description>The Cairo backend uses QPainter to draw everything (which, afaik, is the public interface to Arthur).  Cairo's software rasterizer isn't involved.  Other than the glyphs, I forgot one more piece -- QPainter can't do arbitrary path clipping with antialiasing, which is a little painful.</description>
		<content:encoded><![CDATA[<p>The Cairo backend uses QPainter to draw everything (which, afaik, is the public interface to Arthur).  Cairo&#8217;s software rasterizer isn&#8217;t involved.  Other than the glyphs, I forgot one more piece &#8212; QPainter can&#8217;t do arbitrary path clipping with antialiasing, which is a little painful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
