Nokia N9 Morse Code Player
hamishwillee
(Talk | contribs) m (Text replace - "Category:MeeGo" to "Category:MeeGo Harmattan") |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix ArticleMetaData and links) |
||
| Line 1: | Line 1: | ||
| − | {{ArticleMetaData <!-- v1. | + | {{ArticleMetaData <!-- v1.2 --> |
| − | |sourcecode= [[Media:morseplayer.tar.gz]] [[Media: | + | |sourcecode= [[Media:morseplayer.tar.gz]] [[Media:morseplayer 0 0 2.tar.gz]] [[Media:morseplayer 0 0 5.tar.gz]] [[Media:morseplayer 0 0 7.tar.gz]] [[Media:Morse 0 1.zip]] |
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
|devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| Line 10: | Line 10: | ||
|capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
|keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| − | |||
|language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
|translated-by= <!-- [[User:XXXX]] --> | |translated-by= <!-- [[User:XXXX]] --> | ||
| Line 36: | Line 35: | ||
Just submitted the software to Nokia Store based on this version of the code. It is cleaned up a bit with some connect to the MeeGo 1.2 Harmattan resource framework. | Just submitted the software to Nokia Store based on this version of the code. It is cleaned up a bit with some connect to the MeeGo 1.2 Harmattan resource framework. | ||
| − | [[File: | + | [[File:morseplayer 0 0 2.tar.gz]] |
=== Version 0.0.5 === | === Version 0.0.5 === | ||
| Line 42: | Line 41: | ||
Skipping versions 0.0.3 (a trivial bug fix, and 0.0.4 an internal version). | Skipping versions 0.0.3 (a trivial bug fix, and 0.0.4 an internal version). | ||
| − | Just submitted the software to Nokia | + | Just submitted the software to Nokia Store based on this version of the code. It is cleaned up a bit with some connect to the MeeGo 1.2 Harmattan resource framework. |
| − | [[File: | + | [[File:morseplayer 0 0 5.tar.gz]] |
| Line 53: | Line 52: | ||
This version passed through the Nokia Store and is now available. | This version passed through the Nokia Store and is now available. | ||
| − | [[File: | + | [[File:morseplayer 0 0 7.tar.gz]] |
=== Version 0.1-proto === | === Version 0.1-proto === | ||
| Line 59: | Line 58: | ||
Moving the code to 0.1 because it has a useful feature. | Moving the code to 0.1 because it has a useful feature. | ||
| − | [[File: | + | [[File:Morse 0 1.zip]] |
== Summary == | == Summary == | ||
[[Category:Code Examples]] | [[Category:Code Examples]] | ||
Revision as of 04:27, 11 July 2012
Article Metadata
Code Example
Article
Contents |
Introduction
A wiki page for sharing the morse player code with the world, as a work in progress.
Version 0.0.1
Here is the basic version based on the Qt Quick application template generated by Qt SDK 1.1.3.
Version 0.0.2
Just submitted the software to Nokia Store based on this version of the code. It is cleaned up a bit with some connect to the MeeGo 1.2 Harmattan resource framework.
Version 0.0.5
Skipping versions 0.0.3 (a trivial bug fix, and 0.0.4 an internal version).
Just submitted the software to Nokia Store based on this version of the code. It is cleaned up a bit with some connect to the MeeGo 1.2 Harmattan resource framework.
Version 0.0.7
Skipping versions 0.0.6 (an internal version).
This version passed through the Nokia Store and is now available.
Version 0.1-proto
Moving the code to 0.1 because it has a useful feature.

