From: Ruediger Gad Date: Thu, 12 Apr 2012 21:51:09 +0000 (+0200) Subject: Add www directory. X-Git-Url: https://vcs.maemo.org/git/?p=qzeecontrol;a=commitdiff_plain;h=42f8e3a1569923ad8c90ed99875e8cae569efba7 Add www directory. --- diff --git a/QZeeControl.pro.user b/QZeeControl.pro.user index 35e730c..03dae33 100644 --- a/QZeeControl.pro.user +++ b/QZeeControl.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..0ea584a --- /dev/null +++ b/www/index.html @@ -0,0 +1,139 @@ + + + + + + + + QZeeControl + + + + + + + +
+

+ Current Version: 0.0.1 +

+

+ Content +

+ + +


+ +

+ Description +

+

+ QZeeControl lets you control your N9/N950 with a Zeemote bluetooth remote control. + QZeeControl is completly written from scratch in Qt/QML. + It is currently available for MeeGo/Harmattan. +

+ +


+ +

+ Supported Operating Systems +

+

+ QZeeControl is currently available for MeeGo/Harmattan. +

+ +


+ +

+ Download +

+

+ QZeeControl for Harmattan (N9/N950) can be installed from my repository. +
+
+ You can also download an installable *.deb file below. +
+ qzeecontrol_0.0.1_armel.deb
+

+ +


+ +

+ How-To +

+

+ In order to use your Zeemote with your smartphone you have to follow three steps.
+ First, you need to pair your Zeemote with your phone. + In order to do this activate bluetooth via the settings menu and turn your Zeemote on by long-pressing the button at the top of your Zeemote that is marked red. + Next go to the "Bluetooth devices" sub setting menu. + There you should find an entry named "Zeemote JS1" select it and select to pair it. + The code for pairing is 0000. + At this stage the remote control is paired but not connected.
+ Once you have paired your remote control with your smartphone you need to discover it using QZeeControl. + To do this start up QZeeControl and press the "Scan" button. + Note that this may take a while. + If the scan was successfull you should see some address in xx:xx:xx:xx:xx:xx format be filled in the field that prior showed just a message and the "Connect" button should have become enabled. + Note that these values will be stored and loaded once you open QZeeControl the next time so you usually should not need to scan again except you want to use a different remote control.
+ Finally, in order to start controlling your smartphone you need to actually connect your remote control to the phone. + To do so just press the "Connect" button. + After a short moment you should see that the connection has been established. + At this stage you can test if the remote control actually works by using the built-in test functionality. + Try to move your joystick and press some buttons. + You should see the red rectangle moving and the letters representing the buttons light-up in red respectively.
+ From there on you can use your Zeemote remote control to control your phone. + Next time you want to use it just enable bluetooth at your phone, enable the Zeemote remote control, and finally start QZeeControl and connect to the remote control.
+ Please note that for now the key presses are hard-coded. + This will be changed in future releases. + Apps like EmuMaster let you configure key bindings anyhow. +

+ +

+ License +

+
+Copyright 2012 Ruediger Gad
+
+QZeeControl is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+QZeeControl is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with QZeeControl.  If not, see http://www.gnu.org/licenses/.
+      
+ +


+ +

+ Contact +

+

+ Feel free to contact me under the following e-mail address r.c.g@gmx.de. +

+ +

+ Valid CSS! + Valid HTML 4.01 Strict + This site has been created with Vim +

+ +
+ + + diff --git a/www/qzeecontrol_0.0.1_armel.deb b/www/qzeecontrol_0.0.1_armel.deb new file mode 100644 index 0000000..9889eed Binary files /dev/null and b/www/qzeecontrol_0.0.1_armel.deb differ diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..1e9f8f9 --- /dev/null +++ b/www/style.css @@ -0,0 +1,42 @@ +div.top { + position: absolute; + left: 20px; + top: 20px; + height: 510px; + right: 30px; + background-color: #efefef; + vertical-align: middle; + text-align: center; +} +div.cont { + position: absolute; + left: 20px; + top: 545px; + right: 30px; + background-color: #efefef; +} + +img { + border-width: 0px; +} + +body { + font-family: Arial, sans-serif; +} + +a:link { + text-decoration: none; + color: #558eec; +} +a:visited { + text-decoration: none; + color: #456aa2; +} + +h2.release { + text-align: center; +} + +td { + text-align: center; +} diff --git a/www/valid-xhtml10-blue.png b/www/valid-xhtml10-blue.png new file mode 100644 index 0000000..e971248 Binary files /dev/null and b/www/valid-xhtml10-blue.png differ diff --git a/www/vcss-blue.png b/www/vcss-blue.png new file mode 100644 index 0000000..c373b2a Binary files /dev/null and b/www/vcss-blue.png differ diff --git a/www/vim_created.gif b/www/vim_created.gif new file mode 100644 index 0000000..65d0f79 Binary files /dev/null and b/www/vim_created.gif differ