QtComponents/Miniature

inean (Talk | contribs)
(New page: '''Miniature''' is a chess game currently maintained by Michael Hasselmann and Quim Gil and targeted to Harmattan devices. See more about it on Miniature page. I'm going to make this ...)
Newer edit →

Revision as of 14:59, 12 September 2011

Miniature is a chess game currently maintained by Michael Hasselmann and Quim Gil and targeted to Harmattan devices. See more about it on Miniature page.

I'm going to make this project as an example of the required changes to get it working on Fremantle

Contents

Fetch sources

Get master code from repo following intructions at Miniature/Development

Refactor QML files

QtComponents use its own namespace inside fremantle. you need to replace

Change meego namesapce by fremantle one

There is a simple script to do this task located at gitorious. invoke inside miniature directory as:

<syntaxhighlight lang="bash"> migrateTo --fremantle '*.qml' </syntaxhighlight>

After that, you should lookup for QtQuick 1.1 properties. In current upstream code threre's no one. :)

commit.


Remove QtQuick 1.1 code

Handle Close events

Update packing scripts