<?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>Code Improved &#187; Uncategorized</title>
	<atom:link href="http://blog.codeimproved.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codeimproved.net</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 18:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>QsWallet 1.1.8r is available on Ovi</title>
		<link>http://blog.codeimproved.net/2011/04/qswallet-1-1-8r-is-available-on-ovi/</link>
		<comments>http://blog.codeimproved.net/2011/04/qswallet-1-1-8r-is-available-on-ovi/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 06:57:31 +0000</pubDate>
		<dc:creator>razvanpetru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ovi]]></category>
		<category><![CDATA[qswallet]]></category>

		<guid isPermaLink="false">http://blog.codeimproved.net/?p=306</guid>
		<description><![CDATA[A minor release of QsWallet &#8211; version 1.1.8 &#8211; has just been published on Ovi. New feature highlights: kinetic scrolling ui improvements fixed an account currency selection bug Ovi download link: http://store.ovi.com/content/58959]]></description>
			<content:encoded><![CDATA[<p>A minor release of QsWallet &#8211; version 1.1.8 &#8211; has just been published on Ovi.</p>
<p>New feature highlights:</p>
<ul>
<li>kinetic scrolling</li>
<li>ui improvements</li>
<li>fixed an account currency selection bug</li>
</ul>
<p>Ovi download link:<a href="http://store.ovi.com/content/58959" target="_blank"> http://store.ovi.com/content/58959</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codeimproved.net/2011/04/qswallet-1-1-8r-is-available-on-ovi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Nokia Qt SDK</title>
		<link>http://blog.codeimproved.net/2010/04/the-nokia-qt-sdk/</link>
		<comments>http://blog.codeimproved.net/2010/04/the-nokia-qt-sdk/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 21:32:33 +0000</pubDate>
		<dc:creator>razvanpetru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://blog.codeimproved.net/?p=132</guid>
		<description><![CDATA[&#8230;was just launched as a public beta. It seems this SDK was in the works for quite some time, because there are promotional videos from Nokia with testimonials from early adopters. The SDK is a one-stop install for all the tools that you need to develop for Symbian (and Maemo). It&#8217;s basically a replacement for [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;was just launched as a public beta. It seems this SDK was in the works for quite some time, because there are promotional videos from Nokia with testimonials from early adopters.</p>
<p>The SDK is a one-stop install for all the tools that you need to develop for Symbian (and Maemo). It&#8217;s basically a replacement for all the .exes and .zips and .sises that you had to download while following Allesandro&#8217;s &#8220;Setting up a Symbian development environment&#8221; videos. This is obviously a good thing (but I still didn&#8217;t dare to install it on a drive other than C).</p>
<p>The contents of the SDK are as follows (I&#8217;ll skip the Maemo stuff &#8211; I don&#8217;t have a device):</p>
<ul>
<li><strong>The Qt Symbian SDK.</strong> This looks like a generic SDK which you can use both on touch and non-touch devices. Alessandro mentioned that it doesn&#8217;t matter if you download the SDK for Symbian 3rd or 5th because Qt treats it all the same, so I assume that this generic SDK is just a convenience.</li>
<li><strong>MinGW + Symbian toolchain</strong>. The usual.</li>
<li><strong>QtCreator</strong>. A snapshot built on the 23rd of April.</li>
<li><strong>The Qt sources</strong>. 4.6.2 + 4.7.0</li>
<li><strong>The Qt simulator</strong>. A new program that is supposed to help you get an idea about how your app looks on various devices &#8211; both non-touch and touch skins are available. You can simulate all sorts of situations such as incoming messages, having a low battery, sensor input (ambient light, etc), location changes. Very cool and very useful. Looking at the install kit, it seems to just build your app for MinGW or MSVC, my guess is that apps running under the simulator are actually running on your development OS. The simulator is fast, unlike the emulator.</li>
<li><strong>.sis setup files for Qt, the TRK and other dependencies</strong>.</li>
</ul>
<p>What was previously the difficult task of getting a Symbian development environment up and running has now become simple. All the developers from the testimonial videos seemed thrilled with the SDK.</p>
<p>Interesting factoid: the testimonial videos indicate that some Qt apps might already be available in the Ovi store. The WIKITUDE app is a suspect at a size of 8.66 MB. What&#8217;s even more impressive than the size is that very few people are complaining about it! Most of the reviews are positive, and the negative ones complain that they couldn&#8217;t start the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codeimproved.net/2010/04/the-nokia-qt-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickie: blog changes</title>
		<link>http://blog.codeimproved.net/2010/04/quickie-blog-changes/</link>
		<comments>http://blog.codeimproved.net/2010/04/quickie-blog-changes/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:50:59 +0000</pubDate>
		<dc:creator>razvanpetru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[admin]]></category>

		<guid isPermaLink="false">http://blog.codeimproved.net/?p=120</guid>
		<description><![CDATA[You might have noticed that the blog has become less blue and more brownish. Theme-changes aside, I have moved the site to a different host, so things might not work exactly as before :) With this change I expect to get better speed and a more flexible WordPress installation. Drop a comment if you miss [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed that the blog has become less blue and more brownish. Theme-changes aside, I have moved the site to a different host, so things might not work exactly as before :) With this change I expect to get better speed and a more flexible WordPress installation.</p>
<p>Drop a comment if you miss anything from the old setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codeimproved.net/2010/04/quickie-blog-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.codeimproved.net @ 2012-02-05 19:38:32 -->
