From: Sakari Poussa Date: Tue, 20 Jul 2010 11:23:18 +0000 (+0300) Subject: Merge branch 'master' of /opt/src/sb1/qt/scorecard X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=b21fc92546f3af9cb455c50547ac2699e47e3488;hp=0a4c695fa98dd47fa2153206b1c6252d7fed57de;p=scorecard Merge branch 'master' of /opt/src/sb1/qt/scorecard --- diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..9c3200c --- /dev/null +++ b/www/index.html @@ -0,0 +1,110 @@ + + + + + Score Card for N900 + + + + + +

ScoreCard for N900

+ +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. + +

NOTE: PR1.2 firmware is required because of the Qt 4.6 (Maemo5 lib) dependency

+ +

Features

+ + + + + + + + +

Screenshots

+

Below are few screen shots of the Scorecard running on N900

+ +
+ +

Figure: Browse Scores
+
+ +


+ +
+ +

Figure: Main Menu
+
+ +


+ +
+ +

Figure: Browse Courses
+
+ +


+ +
+ +

Figure: New Score - Select course and date
+
+ +


+ +
+ +

Figure: Enter your score
+
+ +


+ +
+ +

Figure: View Score
+
+ +


+ +
+ +

Figure: View Course
+
+ +


+ +
+ +

Figure: Menu Options for Course
+
+ +


+ +
+ +

Figure: Statistics
+
+ +


+ +

Installation

+ +

+The latest version available at Maemo.org Fremantle Extras Devel repository. +

+Here is the link to the repository. Contains all releases for ARM and X86 targets. +

+Here is the info how to enable Extras Devel repository in your N900 device. Once enabled, ScoreCard can be installed via Application Manager. +

+ +

+ + + + +

+ + + diff --git a/www/screenshots/Screenshot-Browse-Courses.png b/www/screenshots/Screenshot-Browse-Courses.png new file mode 100755 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 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 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 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 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 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 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 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 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 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 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 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 index 0000000..30ef9e8 Binary files /dev/null and b/www/screenshots/Screenshot-View-Score.png differ