Upload initial implementation for wrt support 64/147564/7
authorYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 5 Sep 2017 02:03:16 +0000 (11:03 +0900)
committerSungsik Han <ss440.han@samsung.com>
Tue, 12 Sep 2017 04:50:43 +0000 (04:50 +0000)
commit4a751b8124d064742119535fe3747fc1ed5a0534
treebf15182f4d7ee46fffc46e0dc6613407db478c08
parent8d609641cbdf7fdf5782a8591feb464e191b4f3f
Upload initial implementation for wrt support

This uploads initial components such as launcher, installer,
extension, app_repos, and sample apps.

Note that they are implementations, excepting wrt core functionality.

Change-Id: I4a56305ca87d0c4b4df263aa9b1ce4fa084f00e6
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
704 files changed:
wrt/wrt_support/apps_repo/database.json [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/config.xml [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/css/button.css [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/css/style.css [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/font/TizenSansRegular.ttf [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/icon.png [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/image/bg.jpg [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/index.html [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/main.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/package.json [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/src/extension_manager.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/src/extension_server.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/src/main.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/extensions_settings/src/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/assets/js/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/config.xml [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/css/style.css [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/icon.png [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/images/bg.jpg [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/index.html [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/js/installer.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/installer/js/restServer.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/assets/js/three.min.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/assets/js/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/assets/textures/crate.gif [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/config.xml [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/icon.png [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/index.html [new file with mode: 0644]
wrt/wrt_support/apps_repo/webgl/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/alarm/AlarmAbsolute.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/alarm/AlarmRelative.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/alarm/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/banner_slide/banner_slide.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/banner_slide/deep-minified.html [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/img/a17.png [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/img/gear_s2.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/img/loading.gif [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/img/soscon.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/img/tizen_z3.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/js/jquery-1.9.1.min.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/js/jssor.slider.debug.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/js/jssor.slider.min.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/js/jssor.slider.min.js.bak [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/js/jssor.slider.mini.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/no-jquery.html [new file with mode: 0755]
wrt/wrt_support/extensions_repo/banner_slide/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/banner_slide/with-jquery.html [new file with mode: 0755]
wrt/wrt_support/extensions_repo/chrome_installer/extractor.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/chrome_installer/installmanager.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/chrome_installer/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/chrome_installer/parser.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/iframe_banner_ads/IFrameBannerAds.htm [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/ad_1.htm [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/ad_2.htm [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/ad_3.htm [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/ad_style.css [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/iframe_banner_ads.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/iframe_banner_ads/image/gear_s2.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/iframe_banner_ads/image/soscon.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/iframe_banner_ads/image/tizen_z3.jpg [new file with mode: 0755]
wrt/wrt_support/extensions_repo/iframe_banner_ads/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/launcher_new/launcher_new.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/launcher_new/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/ticker_test/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/ticker_test/ticker_test.js [new file with mode: 0644]
wrt/wrt_support/extensions_repo/webos_installer/extractor.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/webos_installer/installmanager.js [new file with mode: 0755]
wrt/wrt_support/extensions_repo/webos_installer/package.json [new file with mode: 0644]
wrt/wrt_support/extensions_repo/webos_installer/parser.js [new file with mode: 0755]
wrt/wrt_support/extensions_settings/config.xml [new file with mode: 0644]
wrt/wrt_support/extensions_settings/css/button.css [new file with mode: 0644]
wrt/wrt_support/extensions_settings/css/style.css [new file with mode: 0644]
wrt/wrt_support/extensions_settings/font/TizenSansRegular.ttf [new file with mode: 0644]
wrt/wrt_support/extensions_settings/icon.png [new file with mode: 0644]
wrt/wrt_support/extensions_settings/image/bg.jpg [new file with mode: 0644]
wrt/wrt_support/extensions_settings/index.html [new file with mode: 0755]
wrt/wrt_support/extensions_settings/main.js [new file with mode: 0644]
wrt/wrt_support/extensions_settings/package.json [new file with mode: 0755]
wrt/wrt_support/extensions_settings/src/extension_manager.js [new file with mode: 0755]
wrt/wrt_support/extensions_settings/src/extension_server.js [new file with mode: 0755]
wrt/wrt_support/extensions_settings/src/main.js [new file with mode: 0755]
wrt/wrt_support/extensions_settings/src/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/installer/database/db/db_installer_extension.json [new file with mode: 0755]
wrt/wrt_support/installer/database/installer_extension.js [new file with mode: 0755]
wrt/wrt_support/installer/js/OWR_InstallerManager/index.js [new file with mode: 0755]
wrt/wrt_support/installer/js/OWR_InstallerManager/package.json [new file with mode: 0755]
wrt/wrt_support/installer/js/database.js [new file with mode: 0755]
wrt/wrt_support/installer/js/extension/tizen/extractor.js [new file with mode: 0755]
wrt/wrt_support/installer/js/extension/tizen/installmanager.js [new file with mode: 0755]
wrt/wrt_support/installer/js/extension/tizen/packageManager.js [new file with mode: 0755]
wrt/wrt_support/installer/js/extension/tizen/parser.js [new file with mode: 0755]
wrt/wrt_support/installer/js/installManager.js [new file with mode: 0755]
wrt/wrt_support/installer/js/installer.js [new file with mode: 0755]
wrt/wrt_support/installer/js/packageManager.js [new file with mode: 0755]
wrt/wrt_support/installer/js/uninstallManager.js [new file with mode: 0755]
wrt/wrt_support/installer/manager.js [new file with mode: 0755]
wrt/wrt_support/installer/package.json [new file with mode: 0755]
wrt/wrt_support/sample/installer/assets/js/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/sample/installer/config.xml [new file with mode: 0644]
wrt/wrt_support/sample/installer/css/style.css [new file with mode: 0644]
wrt/wrt_support/sample/installer/icon.png [new file with mode: 0644]
wrt/wrt_support/sample/installer/images/bg.jpg [new file with mode: 0644]
wrt/wrt_support/sample/installer/index.html [new file with mode: 0644]
wrt/wrt_support/sample/installer/installer.wgt [new file with mode: 0644]
wrt/wrt_support/sample/installer/js/installer.js [new file with mode: 0755]
wrt/wrt_support/sample/installer/js/restServer.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/css/ie.css [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/css/launcher.css [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/css/reset.css [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/bar_bottom.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/bar_top.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/bar_top_link.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/trans_black.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/trans_white.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/window_buttons.gif [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/window_content.gif [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/gui/window_corner.gif [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_computer.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_disc.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_documents.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_drive.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_folder.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_folder_home.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_folder_remote.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_music.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_network.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_page.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_photo.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_server.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_system.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_trash.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_16_vpn.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_computer.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_desktop.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_disc.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_drive.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_network.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_22_recycle.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_32_computer.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_32_disc.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_32_drive.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_32_network.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/icons/icon_uninstall.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/images/misc/album_cover.jpg [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/misc/firehost.png [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/images/misc/samsung.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/images/misc/samsung_small.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/images/misc/wallpaper.jpg [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/LICENSE.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/README.md [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/example.html [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/application-monitor.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/application-table.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/bin-metal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/book-open-list.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/cassette.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/magnifier-zoom-actual-equal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/receipt-text.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/icons/shopping-basket.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/demo/screenshot.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/jquery.contextmenu.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/jquery.contextmenu.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/context-menu/simplecontextmenu.jquery.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/assets/js/jquery.desktop.js [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/js/jquery.js [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/js/jquery.ui.js [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/js/launcher.js [new file with mode: 0755]
wrt/wrt_support/sample/launcher/assets/js/was_key_event_handler.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/.bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/LICENSE [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/backbone-min.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/backbone-min.map [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/backbone.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/backbone/bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/.bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/MIT-LICENSE.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/dist/jquery.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/dist/jquery.min.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/dist/jquery.min.map [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/jsonp.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/load.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/parseJSON.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/parseXML.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/script.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/var/nonce.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/var/rquery.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/ajax/xhr.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes/attr.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes/classes.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes/prop.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes/support.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/attributes/val.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/callbacks.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core/access.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core/init.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core/parseHTML.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core/ready.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/core/var/rsingleTag.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/addGetHookIf.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/curCSS.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/defaultDisplay.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/hiddenVisibleSelectors.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/support.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/swap.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/var/cssExpand.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/var/getStyles.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/var/isHidden.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/var/rmargin.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/css/var/rnumnonpx.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/data.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/data/Data.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/data/accepts.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/data/var/data_priv.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/data/var/data_user.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/deferred.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/deprecated.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/dimensions.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/effects.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/effects/Tween.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/effects/animatedSelector.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/event.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/event/ajax.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/event/alias.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/event/support.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/exports/amd.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/exports/global.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/intro.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/jquery.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/manipulation.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/manipulation/_evalUrl.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/manipulation/support.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/manipulation/var/rcheckableType.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/offset.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/outro.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/queue.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/queue/delay.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/selector-native.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/selector-sizzle.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/selector.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/serialize.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/sizzle/dist/sizzle.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/sizzle/dist/sizzle.min.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/sizzle/dist/sizzle.min.map [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/traversing.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/traversing/findFilter.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/traversing/var/rneedsContext.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/arr.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/class2type.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/concat.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/hasOwn.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/indexOf.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/pnum.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/push.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/rnotwhite.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/slice.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/strundefined.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/support.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/var/toString.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/jquery/src/wrap.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/.bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/LICENSE [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/README.md [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/bower.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/underscore-min.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/underscore-min.map [new file with mode: 0644]
wrt/wrt_support/sample/launcher/bower_components/underscore/underscore.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/css/desktop.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/css/launcher.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/css/reset.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/db.json [new file with mode: 0644]
wrt/wrt_support/sample/launcher/index.html [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.cs-CZ.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.de-DE.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.en-CA.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.en-US.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.fr-FR.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.he-IL.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.hr-HR.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.hu-HU.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.it-IT.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.ja-JP.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.lt.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.ru-RU.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.culture.sa-IN.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/globalization/globalize.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqx-all.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxangular.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxbulletchart.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxbuttongroup.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxbuttons.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcalendar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.annotations.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.api.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.core.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.rangeselector.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxchart.waterfall.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcheckbox.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcolorpicker.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcombobox.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcomplexinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxcore.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdata.export.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdata.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdatatable.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdate.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdatetimeinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdocking.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdockinglayout.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdockpanel.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdragdrop.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdraw.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdropdownbutton.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxdropdownlist.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxeditor.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxexpander.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxfileupload.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxformattedinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgauge.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.aggregates.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.columnsreorder.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.columnsresize.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.edit.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.export.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.filter.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.grouping.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.pager.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.selection.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.sort.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxgrid.storage.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxknockout.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxlayout.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxlistbox.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxlistmenu.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxloader.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxmaskedinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxmenu.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxnavbar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxnavigationbar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxnotification.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxnumberinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxpanel.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxpasswordinput.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxpopover.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxprogressbar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxradiobutton.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxrangeselector.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxrating.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxresponse.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxresponsivepanel.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxribbon.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxscheduler.api.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxscheduler.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxscrollbar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxscrollview.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxslider.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxsplitter.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxswitchbutton.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtabs.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtagcloud.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtextarea.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtoolbar.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtooltip.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtouch.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtree.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtreegrid.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxtreemap.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxvalidator.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/jqxwindow.js [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/backImage.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/backgroundTop.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_black_horizontal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_blackhover.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_blackhover_horizontal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_blackpressed.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_blackpressed_horizontal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_blueenergy.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_darkblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_darkbluehover.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/bg_darkbluepressed.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/black_gradient.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/blackbackground.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_blue_indeterminate.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_disabled.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_indeterminate_black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_indeterminate_disabled.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_indeterminate_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_lightblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_lightblue_indeterminate.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/check_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/close.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/close_black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/close_blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/close_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/bar-hue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/bar-saturation.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/map-hue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/map-saturation-overlay.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/colorpicker/map-saturation.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/crosshair-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/crosshair.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_flat_30_cccccc_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_flat_50_5c5c5c_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_glass_20_555555_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_glass_40_0078a3_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_glass_40_ffc73d_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_gloss-wave_25_333333_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_inset-soft_25_000000_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-bg_inset-soft_30_f58400_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-icons_222222_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-icons_4b8e0b_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-icons_a83300_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-icons_cccccc_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkness/ui-icons_ffffff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/darkred_gradient.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/drag.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/dragcancel.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/error.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/filter.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/html_editor.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/html_editor_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-calendar-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-calendar.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-cancel-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-cancel.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-delete-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-delete.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-down-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-down-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-down-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-down.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-edit-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-edit.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-first-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-first-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-first-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-first.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-last-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-last-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-last-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-last.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-left-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-left-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-left-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-left.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-menu-minimized-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-menu-minimized.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-recurrence-exception-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-recurrence-exception.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-recurrence-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-recurrence.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-right-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-right-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-right-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-right.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-save-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-save.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-showpassword-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-showpassword.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-time-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-time.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-up-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-up-transparent.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-up-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/icon-up.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/info.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_glass_55_fbf5d0_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-bg_inset-soft_10_285c00_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-icons_4eb305_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-icons_72b42d_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/le-frog/ui-icons_ffffff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/icon-first.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/icon-last.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-icons_222222_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-icons_228ef1_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/lightness/ui-icons_ffffff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/loader-small.gif [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/loader.gif [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/mail.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/menubutton.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-down-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-down.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-first-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-first.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-last-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-last.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-left-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-left.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-right - Copy.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-right-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-right.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-up-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/metro-icon-up.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/multi-arrow.gif [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-down.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-first.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-last.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-left.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-right.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/office-icon-up.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_flat_0_eeeeee_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_flat_55_c0402a_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_flat_55_eeeeee_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_glass_100_f8f8f8_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_glass_35_dddddd_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_glass_60_eeeeee_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_inset-hard_75_999999_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-icons_3383bb_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-icons_454545_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-icons_70b2e1_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-icons_999999_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/overcast/ui-icons_fbc856_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin-black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin-lightblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin-yellow.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pin.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned-black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned-blue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned-lightblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned-white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned-yellow.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pinned.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/plus.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/plus_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/pointer.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/rangebar_classic.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/rangebar_darkblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/rangebar_shinyblack.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/rangebar_summer.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/red_arrow_down.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/red_arrow_up.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/red_gradient.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/icon-first.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/icon-last.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_flat_55_fbec88_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_glass_75_d0e5f5_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_glass_85_dfeffc_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_217bc0_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_469bdd_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_6da8d5_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_d8e7f3_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/redmond/ui-icons_f9bd01_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_check_black.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_check_disabled.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_check_indeterminate.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_check_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_classic_hover.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_classic_normal.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/roundbg_disabled.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/search.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/search_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-icons_222222_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-icons_454545_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-icons_888888_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/smoothness/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sortasc.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sortascbutton.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sortdesc.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sortdescbutton.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sortremove.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/star.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/star_disabled.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/star_hover.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_flat_55_999999_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_flat_75_aaaaaa_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_glass_45_0078ae_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_glass_55_f8da4e_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_glass_75_79c9ec_1x400.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_gloss-wave_45_e14f1c_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_gloss-wave_50_6eac2c_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_gloss-wave_75_2191c0_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-bg_inset-hard_100_fcfdfd_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_0078ae_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_056b93_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_d8e7f3_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_e0fdff_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_f5e175_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_f7a50d_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/start/ui-icons_fcd113_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/stripes.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/success.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ReadMe.txt [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_flat_30_cccccc_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_flat_50_5c5c5c_40x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_gloss-wave_45_817865_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-bg_inset-soft_30_ffffff_1x100.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_3d3d3d_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_bd7b00_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_d19405_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_eb990f_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_ed9f26_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_fadc7a_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/sunny/ui-icons_ffe180_256x240.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/tick.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/time.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/track_classic.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/track_darkblue.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/track_shinyblack.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/track_summer.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/warning.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/wp_check_indeterminate_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/images/wp_check_white.png [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.android.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.arctic.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.base.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.black.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.blackberry.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.bootstrap.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.classic.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.darkblue.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.energyblue.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.fresh.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.glacier.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.highcontrast.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.metro.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.metrodark.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.mobile.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.office.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.orange.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.shinyblack.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.summer.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-darkness.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-le-frog.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-lightness.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-overcast.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-redmond.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-smoothness.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-start.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.ui-sunny.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.web.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/jqwidgets/styles/jqx.windowsphone.css [new file with mode: 0644]
wrt/wrt_support/sample/launcher/templates/launcher.html [new file with mode: 0644]
wrt/wrt_support/sample/launcher/templates/menu.html [new file with mode: 0644]
wrt/wrt_support/sample/launcher/templates/popover.html [new file with mode: 0644]
wrt/wrt_support/sample/launcher/templates/webapp.html [new file with mode: 0644]
wrt/wrt_support/sample/wgt/extensions_settings.wgt [new file with mode: 0644]
wrt/wrt_support/sample/wgt/icon/icon_default.png [new file with mode: 0644]
wrt/wrt_support/sample/wgt/icon/icon_extensions_settings.png [new file with mode: 0644]
wrt/wrt_support/sample/wgt/icon/icon_webgl.png [new file with mode: 0755]
wrt/wrt_support/sample/wgt/webgl.wgt [new file with mode: 0644]