<?xml version="1.0"?>
<!-- generator="My-Maemo.com" -->
<rss version="0.92">
	<channel>
		<title>My-Maemo.com</title>
		<link>http://My-Maemo.com/</link>
		<description>My-Maemo.com</description>
		<lastBuildDate>Thu, 02 Feb 2012 00:34:50 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss092</docs>
		<language>en</language>
		<item>
			<title>Qt SDK 1.2, QtCreator 2.4.1 and more</title>
			<category>Maemo</category>
			<description>Nokia has released Qt SDK 1.2. This update sets a new baseline for the developers for a longer perspective. Some of the features have already been available as online updates, but Qt SDK 1.2 now integrates the very latest tools, most recent mobile build targets for Symbian and Nokia N9, and the still fresh Qt 4.8 for desktops. Some improvements to the SDK and its maintenance tool have also been introduced. 

As a summary, this is what is new in the Qt SDK: 
Fixes for Qt Creator 2.4 in a new 2.4.1 patch update
Qt 4.8 for desktops delivering Qt Quick 1.1, Qt platform abstraction, Qt WebKit 2.2, and threaded OpenGL 
More Qt Mobility examples for Nokia N9 and Symbian devices
Ability to specify network proxy setting in the SDK Maintenance Tool 
Update to the Symbian Complementary Package introducing Analyze Tool plugin and new CODA 1.0.6 installation package
An update to Notifications API improving the end user experience and fixing issues in the Nokia N9 implementation of the API.
If you already have Qt SDK installed, you can update to the latest version by running Update Qt SDK from the Qt SDK application folder on your computer. If you first time are getting started with Qt SDK, you can download 1.2 from the download page.
</description>
			<link>http://My-Maemo.com/index.php?p=7925&amp;c=20</link>
			<pubDate>Thu, 02 Feb 2012 01:34:50 +0100</pubDate>
		</item>
		<item>
			<title>Pierogi - universal remote controller for Maemo</title>
			<category>Maemo</category>
			<description>Pierogi by John Pietrzak is a Universal Infrared Remote Control app for the Nokia N900. It is independent from the LIRC server, and stores all configuration info internally. The Pierogi universal infrared remote controller is a single self-contained app capable of sending IR commands to a wide variety of devices. At the moment, it is oriented towards television, VCR, DVD, and Blu-ray devices, but a few other types of device have had their command sets entered.
</description>
			<link>http://My-Maemo.com/index.php?p=7903&amp;c=20</link>
			<pubDate>Tue, 17 Jan 2012 09:35:46 +0100</pubDate>
		</item>
		<item>
			<title>New Nemo weekly build for the N900, N950 and x86</title>
			<category>Maemo</category>
			<description>A new Nemo weekly build 2012-01-12 is out for the Nokia N900, N950 and i586. Images are available for download from here.
</description>
			<link>http://My-Maemo.com/index.php?p=7895&amp;c=20</link>
			<pubDate>Sat, 14 Jan 2012 03:17:04 +0100</pubDate>
		</item>
		<item>
			<title>Black Belt Sorvi Hero for Maemo</title>
			<category>Maemo</category>
			<description>Are you able to handle the difficulties of turning? In Black Belt Sorvi Hero from Aapo Rantalainen your job is to carve a given shape out of wood with a chisel. The better you match the shape and more accurate job you do, the better score you will get. With earned score you can buy new faster and stronger chisels. Watch out for going too fast, as you might overheat your chisel or break the wood!

The game requires hardware keyboard so works fine on the N950 and on the N9 it is not fully playable.
</description>
			<link>http://My-Maemo.com/index.php?p=7887&amp;c=20</link>
			<pubDate>Tue, 10 Jan 2012 03:12:31 +0100</pubDate>
		</item>
		<item>
			<title>New weekly Nemo Mobile release 0.20111208.2.NEMO.2012-01-05.1</title>
			<category>Maemo</category>
			<description>New weekly Nemo Mobile release 0.20111208.2.NEMO.2012-01-05.1 is now available for the Nokia N950, N900 and i586 with following changes:

* No alert tone for incoming SMS fixed
* Dialer does not store phone number in history for declined or missed calls fixed
* Kasvopus update
* bootchart package was added to CE:Utils repository
* maliit was updated to latest upstream version.

Images are available for download here.
</description>
			<link>http://My-Maemo.com/index.php?p=7884&amp;c=20</link>
			<pubDate>Fri, 06 Jan 2012 04:41:55 +0100</pubDate>
		</item>
		<item>
			<title>dMotion - DailyMotion client for the N900</title>
			<category>Maemo</category>
			<description>dMotion by Stuart Howarth is a Dailymotion client for the Nokia N900 written using Qt Components.
</description>
			<link>http://My-Maemo.com/index.php?p=7866&amp;c=20</link>
			<pubDate>Wed, 28 Dec 2011 07:02:26 +0100</pubDate>
		</item>
		<item>
			<title>MusiKloud now available for Maemo 5</title>
			<category>Maemo</category>
			<description>MusiKloud by Stuart Howarth is a fully featured client for SoundCloud that allows you to browse, search, play and download tracks and sets. You can also access your dashboard and manage your profile, tracks, favourites, sets, groups and followings.
</description>
			<link>http://My-Maemo.com/index.php?p=7865&amp;c=20</link>
			<pubDate>Wed, 28 Dec 2011 06:36:23 +0100</pubDate>
		</item>
		<item>
			<title>Qt 4.8.0 released</title>
			<category>Maemo</category>
			<description>Qt has reached another important evolutionary milestone today as Qt 4.8.0 has now been released. Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access, Qt 4.8.0 can be downloaded as binary or source packages. Here are some key features that are new in Qt 4.8.0:

Qt Platform Abstraction (QPA). QPA restructures the GUI stack to enable easier porting of Qt to different windowing systems and devices. More info.
Threaded OpenGL support. Enables those of us that are not OpenGL-ninjas to render OpenGL from more than one thread concurrently. More info.
Multithreaded HTTP. HTTP requests are now handled in a separate thread by default. This should make application guis smoother, as networking will no longer use the main event loop.
Optimized file system access. The file system stack received some heavy lifting under the hood. The result is better I/O performance, achieved by reducing the number of system calls performed for I/O and by better use of cached data, when available. The improvements in performance can be seen across all platforms.

Qt 4.8.0 ships with QtWebKit 2.2.1. More details of the major changes can be found in the Qt 4.8 beta blog post. Qt 4.8 Docs are now available on Qt DevNet.
</description>
			<link>http://My-Maemo.com/index.php?p=7829&amp;c=20</link>
			<pubDate>Fri, 16 Dec 2011 03:04:07 +0100</pubDate>
		</item>
		<item>
			<title>New Nemo Mobile release for the N950 and N900</title>
			<category>Maemo</category>
			<description>New Nemo Mobile weekly release (based on new Mer version 0.20111208.2) has been made available for the Nokia N900, N950 and x86. Changelog is available here. The images can be downloaded from the Nemo repository.
</description>
			<link>http://My-Maemo.com/index.php?p=7827&amp;c=20</link>
			<pubDate>Fri, 16 Dec 2011 02:51:24 +0100</pubDate>
		</item>
		<item>
			<title>Qt Creator 2.4.0 released</title>
			<category>Maemo</category>
			<description>Qt Creator 2.4.0 has been released. Changes since 2.3.1 can be found in the changelog, and if you have a lot of time you can also check the commit log with around 1300 accepted commits. The standalone release can be downloaded from DevNet.
</description>
			<link>http://My-Maemo.com/index.php?p=7832&amp;c=20</link>
			<pubDate>Tue, 13 Dec 2011 04:27:42 +0100</pubDate>
		</item>
		<item>
			<title>New Weekly Nemo Mobile Release 0.20111128.3.CE.2011-12-01.2</title>
			<category>Maemo</category>
			<description>A new weekly release of Nemo (version 0.20111128.3.CE.2011-12-01.2) has been released for the Nokia N950, N9, N900 and Intel x86. It fixes a number of bugs, includes TwimGo and is based on a newer Mer core. Flashable images are available for download here.
</description>
			<link>http://My-Maemo.com/index.php?p=7811&amp;c=20</link>
			<pubDate>Fri, 02 Dec 2011 07:19:16 +0100</pubDate>
		</item>
		<item>
			<title>PDF reader with 3D preview and Swipe</title>
			<category>Maemo</category>
			<description>PDF 3D Swipe by Ekimov is a PDF reader with 3D preview and Swipe interface. Supports BIG pdf files, with images.
</description>
			<link>http://My-Maemo.com/index.php?p=7800&amp;c=20</link>
			<pubDate>Sat, 26 Nov 2011 15:55:55 +0100</pubDate>
		</item>
		<item>
			<title>Metro - free public transport guide for 400 cities worldwide</title>
			<category>Maemo</category>
			<description>Metro by Frank Van Caenegem is your free guide on smartphone to public transport systems worldwide, with over 400 cities covered at the moment.
</description>
			<link>http://My-Maemo.com/index.php?p=7799&amp;c=20</link>
			<pubDate>Sat, 26 Nov 2011 15:53:19 +0100</pubDate>
		</item>
		<item>
			<title>New Nemo Mobile Release 0.20111120.1.CE.2011-11-24.1</title>
			<category>Maemo</category>
			<description>New Nemo Mobile release 0.20111120.1.CE.2011-11-24.1 is out for the Nokia N950 and N900 and contains fixes and enhancements in many areas, including:

* VKB should work much better (QML and MTF)
* There should be less memory usage by Qt apps which are in the background
* New QML based IRC client is now included
* Operator should be now showing on the system UI
* New splash screen

It is recommended to flash a new release instead of updating the old one. You can get the latest images from here.
</description>
			<link>http://My-Maemo.com/index.php?p=7798&amp;c=20</link>
			<pubDate>Thu, 24 Nov 2011 22:24:36 +0100</pubDate>
		</item>
		<item>
			<title>Run Harmattan (Nokia N9 / N950) applications on the N900 with Nemo</title>
			<category>Maemo</category>
			<description>Nemo (former MeeGo CE) has evolved a lot and it's no longer just a proof that installing MeeGo on the N900 is possible and.... not much besides. It slowly becomes a full featured and useful system. 

For instance, you can use it to run MeeGo Harmattan (Nokia N9 / N950) software on your old N900.... Even just by simply copying the files, without doing any changes, testers were able to run without any problems over 50% of the apps they tried. The other half didn't work "out of the box" but probably with some small tweaks compatibility can be further improved... 

Watch this video and install Nemo now!
</description>
			<link>http://My-Maemo.com/index.php?p=7786&amp;c=20</link>
			<pubDate>Mon, 21 Nov 2011 22:42:49 +0100</pubDate>
		</item>
	</channel>
</rss>
