Initial import to Tizen 11/1611/1 accepted/trunk/20120904.170020 submit/trunk/20120831.223425
authorJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:34:15 +0000 (15:34 -0700)
committerJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:34:15 +0000 (15:34 -0700)
commit17820fe4065b9852d8f0934657c0749f080efa7a
treebf46b74894ece7589bcca173e240d5658cf84919
Initial import to Tizen

Signed-off-by: Jimmy Huang <jimmy.huang@linux.intel.com>
75 files changed:
MANIFEST.in [new file with mode: 0644]
README [new file with mode: 0644]
packaging/remotecontrol.changes [new file with mode: 0644]
packaging/remotecontrol.spec [new file with mode: 0644]
remotecontrol/__init__.py [new file with mode: 0644]
remotecontrol/api/__init__.py [new file with mode: 0644]
remotecontrol/api/dialer.py [new file with mode: 0644]
remotecontrol/api/keymaps.py [new file with mode: 0644]
remotecontrol/api/mime.types [new file with mode: 0644]
remotecontrol/api/remotecontrol.py [new file with mode: 0644]
remotecontrol/api/texttospeech.py [new file with mode: 0644]
remotecontrol/api/uinput.py [new file with mode: 0644]
remotecontrol/api/videoplayer.py [new file with mode: 0644]
remotecontrol/api/voicecommand.py [new file with mode: 0644]
remotecontrol/data/voicecommands.corpus [new file with mode: 0644]
remotecontrol/data/voicecommands.dic [new file with mode: 0644]
remotecontrol/data/voicecommands.fsg [new file with mode: 0644]
remotecontrol/data/voicecommands.jsgf [new file with mode: 0644]
remotecontrol/remoteserver.py [new file with mode: 0755]
remotecontrol/www/assets/backBlue.png [new file with mode: 0644]
remotecontrol/www/assets/backWhite.png [new file with mode: 0644]
remotecontrol/www/assets/background10.png [new file with mode: 0644]
remotecontrol/www/assets/background11.png [new file with mode: 0644]
remotecontrol/www/assets/background12.png [new file with mode: 0644]
remotecontrol/www/assets/background2.png [new file with mode: 0644]
remotecontrol/www/assets/background3.png [new file with mode: 0644]
remotecontrol/www/assets/background4.png [new file with mode: 0644]
remotecontrol/www/assets/background5.png [new file with mode: 0644]
remotecontrol/www/assets/background6.png [new file with mode: 0644]
remotecontrol/www/assets/background7.png [new file with mode: 0644]
remotecontrol/www/assets/background8.png [new file with mode: 0644]
remotecontrol/www/assets/background9.png [new file with mode: 0644]
remotecontrol/www/assets/bg_icn_active.png [new file with mode: 0644]
remotecontrol/www/assets/button.png [new file with mode: 0644]
remotecontrol/www/assets/chrome.jpg [new file with mode: 0644]
remotecontrol/www/assets/chromeSmall.jpg [new file with mode: 0644]
remotecontrol/www/assets/del.png [new file with mode: 0644]
remotecontrol/www/assets/downArrow.png [new file with mode: 0644]
remotecontrol/www/assets/forwardBlue.png [new file with mode: 0644]
remotecontrol/www/assets/forwardWhite.png [new file with mode: 0644]
remotecontrol/www/assets/homeBlue.png [new file with mode: 0644]
remotecontrol/www/assets/homeWhite.png [new file with mode: 0644]
remotecontrol/www/assets/icn_toolbar_back_button_up.png [new file with mode: 0644]
remotecontrol/www/assets/icn_volume_up-2.png [new file with mode: 0644]
remotecontrol/www/assets/keyboardButton.png [new file with mode: 0644]
remotecontrol/www/assets/keyboardIcon.png [new file with mode: 0644]
remotecontrol/www/assets/mouseArea.png [new file with mode: 0644]
remotecontrol/www/assets/mouseAreaLarge.png [new file with mode: 0644]
remotecontrol/www/assets/pauseBlue.png [new file with mode: 0644]
remotecontrol/www/assets/pauseWhite.png [new file with mode: 0644]
remotecontrol/www/assets/playBig.png [new file with mode: 0755]
remotecontrol/www/assets/playBig2.png [new file with mode: 0644]
remotecontrol/www/assets/playWhite.png [new file with mode: 0644]
remotecontrol/www/assets/pressedButton.png [new file with mode: 0644]
remotecontrol/www/assets/prv_thumb_sml_press.png [new file with mode: 0644]
remotecontrol/www/assets/shift.png [new file with mode: 0644]
remotecontrol/www/assets/textArea.png [new file with mode: 0644]
remotecontrol/www/assets/upArrow.png [new file with mode: 0644]
remotecontrol/www/assets/volume_panel_bg.png [new file with mode: 0644]
remotecontrol/www/assets/volume_white.png [new file with mode: 0644]
remotecontrol/www/css/style.css [new file with mode: 0644]
remotecontrol/www/index.html [new file with mode: 0644]
remotecontrol/www/js/audioControl.js [new file with mode: 0644]
remotecontrol/www/js/buttonObject.js [new file with mode: 0644]
remotecontrol/www/js/canvasObject.js [new file with mode: 0644]
remotecontrol/www/js/imageObject.js [new file with mode: 0644]
remotecontrol/www/js/jquery-1.7.2.min.js [new file with mode: 0644]
remotecontrol/www/js/keyboard.js [new file with mode: 0644]
remotecontrol/www/js/listObject.js [new file with mode: 0644]
remotecontrol/www/js/masterControl.js [new file with mode: 0644]
remotecontrol/www/js/menuObject.js [new file with mode: 0644]
remotecontrol/www/js/popupObject.js [new file with mode: 0644]
remotecontrol/www/js/textObject.js [new file with mode: 0644]
scripts/start-remoteserver [new file with mode: 0755]
setup.py [new file with mode: 0644]