<?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>www.GuidoDiepen.nl &#187; Python</title>
	<atom:link href="http://www.guidodiepen.nl/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guidodiepen.nl</link>
	<description>Personal Blog of Guido Diepen</description>
	<lastBuildDate>Sun, 06 Jun 2010 20:54:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Small update in SynCE-KPM</title>
		<link>http://www.guidodiepen.nl/2010/02/small-update-in-synce-kpm/</link>
		<comments>http://www.guidodiepen.nl/2010/02/small-update-in-synce-kpm/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:52:21 +0000</pubDate>
		<dc:creator>guido</dc:creator>
				<category><![CDATA[SynCE]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SynCE-KPM]]></category>

		<guid isPermaLink="false">http://www.guidodiepen.nl/?p=139</guid>
		<description><![CDATA[<p>Even though I was not feeling well today (spent day sick at home, having cold shivers all the time&#8230;), I did look into one small new feature for SynCE-KPM.</p>
<p>I noticed that on my windows computer, Windows Mobile Device Center was able to show a picture of my device. I was always wondering where this information [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I was not feeling well today (spent day sick at home, having cold shivers all the time&#8230;), I did look into one small new feature for SynCE-KPM.</p>
<p>I noticed that on my windows computer, Windows Mobile Device Center was able to show a picture of my device. I was always wondering where this information was taken from. Turns out that this picture is actually taken from the device itself. I guess it must be something prescribed by ActiveSync or Windows Mobile Device Center to have the image /windows/sync.ico present.</p>
<p>After the device is connected, SynCE-KPM will now look if that file exists, and if it does, obtain it and show it to the user in the main window.</p>
<p>Example screen with two different phones I have:</p>
<div id="attachment_140" class="wp-caption alignnone" style="width: 761px"><a href="http://www.guidodiepen.nl/wp-content/uploads/2010/02/synce-kpm-screenshot-20100212-01.png"><img class="size-full wp-image-140" title="SynCE-KPM now shows device (example 1)" src="http://www.guidodiepen.nl/wp-content/uploads/2010/02/synce-kpm-screenshot-20100212-01.png" alt="SynCE-KPM now shows device (example 1)" width="751" height="601" /></a><p class="wp-caption-text">SynCE-KPM now shows device (example 1)</p></div>
<div id="attachment_141" class="wp-caption alignnone" style="width: 761px"><a href="http://www.guidodiepen.nl/wp-content/uploads/2010/02/synce-kpm-screenshot-20100212-02.png"><img class="size-full wp-image-141" title="SynCE-KPM now shows device (example 2, my HTC HD2)" src="http://www.guidodiepen.nl/wp-content/uploads/2010/02/synce-kpm-screenshot-20100212-02.png" alt="SynCE-KPM now shows device (example 2, my HTC HD2)" width="751" height="601" /></a><p class="wp-caption-text">SynCE-KPM now shows device (example 2, my HTC HD2)</p></div>
<p>I still have the major new feature left: implementing the remote registry editor. This is still on my TODO list, but unfortunately I don&#8217;t have as much spare time as I would like to have to work on this.</p>
<p>Another thing that I need to work on with SynCE-KPM is the usage of layout managers instead of not being able to resize as with the current implementation. Will take me some time also. Will get there though, slowly <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.guidodiepen.nl/2010/02/small-update-in-synce-kpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing registry (keys only&#8230;) from within SynCE-KPM</title>
		<link>http://www.guidodiepen.nl/2009/09/viewing-registry-keys-only-from-within-synce-kpm/</link>
		<comments>http://www.guidodiepen.nl/2009/09/viewing-registry-keys-only-from-within-synce-kpm/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:09:14 +0000</pubDate>
		<dc:creator>guido</dc:creator>
				<category><![CDATA[PyQT4]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SynCE]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[QAbstractItemModel]]></category>
		<category><![CDATA[remote registry]]></category>
		<category><![CDATA[SynCE-KPM]]></category>

		<guid isPermaLink="false">http://www.guidodiepen.nl/?p=108</guid>
		<description><![CDATA[<p>After the previous post I started working on integrating the stand-alone prototype within SynCE-KPM. As mentioned, at the moment I only have a view on the keys, not yet the values. Furthermore, at the moment there is no error checking, switching a device will not work, and some other minor things  </p>
<p>However, as you [...]]]></description>
			<content:encoded><![CDATA[<p>After the previous post I started working on integrating the stand-alone prototype within SynCE-KPM. As mentioned, at the moment I only have a view on the keys, not yet the values. Furthermore, at the moment there is no error checking, switching a device will not work, and some other minor things <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>However, as you can see from the screencast</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xrRAiM-3IEE&#038;hl=nl&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xrRAiM-3IEE&#038;hl=nl&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>it is already possible to view all the registry keys that are present in the registry. Also, from the screencast you can see the Fetching&#8230; node that is shown to the user whenever the actual data is being queried for the first time. It can also be clearly seen that the fetching is done in a separate thread, not related to the GUI thread, because even while fetching, the GUI still is responsive. Any further requests for fetching the user does, are just queued to the dataserver, which will retrieve them in the order they were requested.</p>
<p>I have already thought about how to incorporate the values and I have come up with a solution that uses the current registry and registry key objects, but with a different model. This means I will have to custom models, both subclasses of QAbstractItemModel, using the same underlying data, but only the parts they need.</p>
<p>One thhings I still need to do is determining what to do with updates (i.e. when to refetch keys, when being clicked on, or have the user explicitly request refetch). Also some GUI things need to be changed. At the moment it appears that the current window width of synce-kpm is not enough for a registry editor, might have to make the application a little bit wider. All in all, plenty of things to be done (and sooooo little time&#8230; <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guidodiepen.nl/2009/09/viewing-registry-keys-only-from-within-synce-kpm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release of SynCE-KPM 0.12</title>
		<link>http://www.guidodiepen.nl/2008/08/release-of-synce-kpm-012/</link>
		<comments>http://www.guidodiepen.nl/2008/08/release-of-synce-kpm-012/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 15:27:35 +0000</pubDate>
		<dc:creator>guido</dc:creator>
				<category><![CDATA[PyQT4]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SynCE]]></category>
		<category><![CDATA[SynCE-KPM]]></category>

		<guid isPermaLink="false">http://www.guidodiepen.nl/?p=5</guid>
		<description><![CDATA[<p>Although it has been released for some time already, finally there is the message on my blog  </p>
<p>Unfortunately I did not have a lot of time to do this earlier, first of all my time was taken completely by finishing up on my thesis and getting all the details right. After that there was [...]]]></description>
			<content:encoded><![CDATA[<p>Although it has been released for some time already, finally there is the message on my blog <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unfortunately I did not have a lot of time to do this earlier, first of all my time was taken completely by finishing up on my thesis and getting all the details right. After that there was a servercrash at my hosting provider and after that I went on vacation.</p>
<p>The main improvements with SynCE-KPM 0.12 are that some bugs have been fixed and that SynCE-HAL is now supported. This synce-hal is a new connection manager that is intented to replace odccm. The main advantage of synce-hal over odccm is that we do not longer require a separate daemon running (odccm) in the background, but everything is taken care of by HAL. The moment a device is plugged in, HAL will make fire up the needed stuff. Another advantage of SynCE-HAL is that it also is able to work transparently with the legacy way of connecting (i.e. PPP over USB) and that bluetooth is working also (though I don&#8217;t know about whether this feature is enabled in the packaged version of synce-hal, I did have it working when running the SVN version of it some time ago).</p>
<p>When people have new ideas of things that can be added to future versions of SynCE-KPM, please let me know and I will see what I can do to implement these wishes. One thing that is still on my own wish list is to implement a remote registry editor. For this I will have to put some more time in pyqt though <img src='http://www.guidodiepen.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.guidodiepen.nl/2008/08/release-of-synce-kpm-012/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
