Merge branch 'master' of /opt/src/sb1/qt/scorecard
authorSakari Poussa <sakari.poussa@nokia.com>
Tue, 20 Jul 2010 11:23:18 +0000 (14:23 +0300)
committerSakari Poussa <sakari.poussa@nokia.com>
Tue, 20 Jul 2010 11:23:18 +0000 (14:23 +0300)
14 files changed:
www/index.html [new file with mode: 0644]
www/screenshots/Screenshot-Browse-Courses.png [new file with mode: 0755]
www/screenshots/Screenshot-Browse-Scores.png [new file with mode: 0755]
www/screenshots/Screenshot-Main-Menu.png [new file with mode: 0755]
www/screenshots/Screenshot-Main-Window.jpg [new file with mode: 0755]
www/screenshots/Screenshot-Main-Window.png [new file with mode: 0755]
www/screenshots/Screenshot-Menu-Options-Course.png [new file with mode: 0755]
www/screenshots/Screenshot-Menu.jpg [new file with mode: 0755]
www/screenshots/Screenshot-New-Score.jpg [new file with mode: 0755]
www/screenshots/Screenshot-New-Score.png [new file with mode: 0755]
www/screenshots/Screenshot-Select-Course.jpg [new file with mode: 0755]
www/screenshots/Screenshot-Statistics.png [new file with mode: 0755]
www/screenshots/Screenshot-View-Course.png [new file with mode: 0755]
www/screenshots/Screenshot-View-Score.png [new file with mode: 0755]

diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..9c3200c
--- /dev/null
@@ -0,0 +1,110 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<head>
+  <title>Score Card for N900</title>
+  <meta name="GENERATOR" content="Quanta Plus">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<body>
+
+<h1>ScoreCard for N900</h1>
+
+ScoreCard is N900 application that keeps track of your golf scores. Written in Qt, it also demostrates how to write Qt GUI programs in Fremantle/Maemo5/N900.
+
+<p><strong>NOTE: PR1.2 firmware is required because of the Qt 4.6 (Maemo5 lib) dependency</strong></p>
+
+<h2>Features</h2>
+<ul>Browse your golf scores with colors indicating birdies, pars, bogeys and more</ul>
+<ul>Browse your favorite golf courses including data for par, hcp and length</ul>
+<ul>Enter new scores - No keyboard needed</ul>
+<ul>Enter new courses - No keyboard needed</ul>
+<ul>Edit/Delete scores and courses</ul>
+<ul>View per year statistics of your scores. Includes number of rounds, average, best and worst scores, number of birdies, pars, bogeys and so on.</ul>
+<ul>Automatically saves scores and courses you add</ul>
+
+<h2>Screenshots</h2>
+<p>Below are few screen shots of the Scorecard running on N900</p>
+
+<div class="image">
+<IMG src="screenshots/Screenshot-Browse-Scores.png" width="800" height="480" align="bottom" border="4">
+<div align="center"><br><em>Figure: Browse Scores</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Main-Menu.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Main Menu</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Browse-Courses.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Browse Courses</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Select-Course.jpg" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: New Score - Select course and date</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-New-Score.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Enter your score</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-View-Score.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: View Score</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-View-Course.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: View Course</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Menu-Options-Course.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Menu Options for Course</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Statistics.png" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Statistics</em></div>
+</div>
+
+<br><br><br>
+
+<h2>Installation</h2>
+
+<p>
+The latest version available at Maemo.org Fremantle Extras Devel repository.
+<br><br>
+Here is the <A href="http://repository.maemo.org/extras-devel/pool/fremantle/free/s/scorecard/" name="Link">link</A> to the repository. Contains all releases for ARM and X86 targets.
+<br><br>
+Here is the info how to enable Extras Devel repository in your N900 device. Once enabled, ScoreCard can be installed via Application Manager.
+<br><br>
+
+<ul>Application manager --> Application catalogs --> New</ul>
+<ul>Catalog name: Maemo Extras-devel</ul>
+<ul>Web address: http://repository.maemo.org/extras-devel</ul>
+<ul>Distribution: fremantle</ul>
+<ul>Components: free non-free</ul>
+</p>
+
+</body>
+</html>
diff --git a/www/screenshots/Screenshot-Browse-Courses.png b/www/screenshots/Screenshot-Browse-Courses.png
new file mode 100755 (executable)
index 0000000..1154b65
Binary files /dev/null and b/www/screenshots/Screenshot-Browse-Courses.png differ
diff --git a/www/screenshots/Screenshot-Browse-Scores.png b/www/screenshots/Screenshot-Browse-Scores.png
new file mode 100755 (executable)
index 0000000..561fd48
Binary files /dev/null and b/www/screenshots/Screenshot-Browse-Scores.png differ
diff --git a/www/screenshots/Screenshot-Main-Menu.png b/www/screenshots/Screenshot-Main-Menu.png
new file mode 100755 (executable)
index 0000000..2d4c4de
Binary files /dev/null and b/www/screenshots/Screenshot-Main-Menu.png differ
diff --git a/www/screenshots/Screenshot-Main-Window.jpg b/www/screenshots/Screenshot-Main-Window.jpg
new file mode 100755 (executable)
index 0000000..e1722db
Binary files /dev/null and b/www/screenshots/Screenshot-Main-Window.jpg differ
diff --git a/www/screenshots/Screenshot-Main-Window.png b/www/screenshots/Screenshot-Main-Window.png
new file mode 100755 (executable)
index 0000000..56e217a
Binary files /dev/null and b/www/screenshots/Screenshot-Main-Window.png differ
diff --git a/www/screenshots/Screenshot-Menu-Options-Course.png b/www/screenshots/Screenshot-Menu-Options-Course.png
new file mode 100755 (executable)
index 0000000..07ac87c
Binary files /dev/null and b/www/screenshots/Screenshot-Menu-Options-Course.png differ
diff --git a/www/screenshots/Screenshot-Menu.jpg b/www/screenshots/Screenshot-Menu.jpg
new file mode 100755 (executable)
index 0000000..0ea02de
Binary files /dev/null and b/www/screenshots/Screenshot-Menu.jpg differ
diff --git a/www/screenshots/Screenshot-New-Score.jpg b/www/screenshots/Screenshot-New-Score.jpg
new file mode 100755 (executable)
index 0000000..04ae643
Binary files /dev/null and b/www/screenshots/Screenshot-New-Score.jpg differ
diff --git a/www/screenshots/Screenshot-New-Score.png b/www/screenshots/Screenshot-New-Score.png
new file mode 100755 (executable)
index 0000000..17890d0
Binary files /dev/null and b/www/screenshots/Screenshot-New-Score.png differ
diff --git a/www/screenshots/Screenshot-Select-Course.jpg b/www/screenshots/Screenshot-Select-Course.jpg
new file mode 100755 (executable)
index 0000000..d50ca69
Binary files /dev/null and b/www/screenshots/Screenshot-Select-Course.jpg differ
diff --git a/www/screenshots/Screenshot-Statistics.png b/www/screenshots/Screenshot-Statistics.png
new file mode 100755 (executable)
index 0000000..02069d2
Binary files /dev/null and b/www/screenshots/Screenshot-Statistics.png differ
diff --git a/www/screenshots/Screenshot-View-Course.png b/www/screenshots/Screenshot-View-Course.png
new file mode 100755 (executable)
index 0000000..605d73b
Binary files /dev/null and b/www/screenshots/Screenshot-View-Course.png differ
diff --git a/www/screenshots/Screenshot-View-Score.png b/www/screenshots/Screenshot-View-Score.png
new file mode 100755 (executable)
index 0000000..30ef9e8
Binary files /dev/null and b/www/screenshots/Screenshot-View-Score.png differ