<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PlexyDesk Developers Blog</title>
	<atom:link href="http://blog.plexyplanet.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.plexyplanet.org</link>
	<description>Blogs of PlexyDesk Developers</description>
	<lastBuildDate>Sun, 11 Sep 2011 18:30:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>SVG image provider for QML</title>
		<link>http://blog.plexyplanet.org/2011/09/svg-image-provider-for-qml/</link>
		<comments>http://blog.plexyplanet.org/2011/09/svg-image-provider-for-qml/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 18:30:37 +0000</pubDate>
		<dc:creator>siraj</dc:creator>
				<category><![CDATA[PlexyDesk General]]></category>

		<guid isPermaLink="false">http://blog.plexyplanet.org/?p=15</guid>
		<description><![CDATA[I&#8217;m pleased to announce that Plexydesk now supports accessing  SVG elements from QML. So if you need to access an element with a SVG file, first you should define the size with &#8220;sourceSize.width&#8221; and  &#8220;sourceSize.height&#8221; , then provide the source URL as &#8220;image://plexydesk_svgprovider/background#center&#8221;.  &#8220;background&#8221; part of the URL is the file name, normally background.svg or [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_18" class="wp-caption aligncenter" style="width: 544px"><a href="http://blog.plexyplanet.org/wp-uploads/2011/09/svg_background.png"><img class="size-full wp-image-18" title="svg_background" src="http://blog.plexyplanet.org/wp-uploads/2011/09/svg_background.png" alt="SVG Background rendering with QML" width="534" height="326" /></a><p class="wp-caption-text">SVG QML item</p></div>
<p>I&#8217;m  pleased to announce that Plexydesk now supports accessing  SVG elements from QML. So if you need to access an element with a SVG file, first you should define the size with &#8220;sourceSize.width&#8221; and  &#8220;sourceSize.height&#8221; , then provide the source URL as &#8220;image://plexydesk_svgprovider/background#center&#8221;.  &#8220;background&#8221; part of the URL is the file name, normally background.svg or background.svgz, and you don&#8217;t need to specify the file extension, and &#8220;centre&#8221; is the element  name of which you would like as the source image. When you use this in your QML application, you should write it as &#8220;source: &#8220;image://plexydesk_svgprovider/background#center&#8221;. The final note is that, you should always set the sourceSize.width and sourceSize.height properties of the image item. Plexydesk widget backgrounds now support this feature, as you can see in the screenshot above.<br />
<code><br />
Image {<br />
id: background<br />
sourceSize.width: parent.width - 20<br />
sourceSize.height: parent.height - 20<br />
source: "image://plexydesk_svgprovider/background#center"<br />
x : 10<br />
y : 10<br />
z: -100<br />
asynchronous : true<br />
opacity: 0.35<br />
smooth: true<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.plexyplanet.org/2011/09/svg-image-provider-for-qml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plexydesk Widget bling with GLSL</title>
		<link>http://blog.plexyplanet.org/2011/07/openglbling/</link>
		<comments>http://blog.plexyplanet.org/2011/07/openglbling/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 17:09:37 +0000</pubDate>
		<dc:creator>siraj</dc:creator>
				<category><![CDATA[PlexyDesk General]]></category>

		<guid isPermaLink="false">http://blog.plexyplanet.org/?p=1</guid>
		<description><![CDATA[For the last three years PLexyDesk was using CPU based animations for widgets, which is fine for most desktop use cases, but it doesn&#8217;t scale that great on netbooks and handsets. So we decided to use OpenGL, to do the animations and graphical effects, when it&#8217;s possible (when the hardware supports it). I have not [...]]]></description>
			<content:encoded><![CDATA[<p>For the last three years PLexyDesk was using CPU based animations for widgets, which is fine for most desktop use cases, but it doesn&#8217;t scale that great on netbooks and handsets.</p>
<p>So we decided to use OpenGL, to do the animations and graphical effects, when it&#8217;s possible (when the hardware supports it).</p>
<p>I have not merged this branch to PlexyDesk upstream master yet so if you would like to try this new experimental feature compile plexydesk from the &#8220;shaders&#8221; branch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.plexyplanet.org/2011/07/openglbling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

