チェンジセット 61
- 更新日時:
- 2009/07/11 14:52:41 (3 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 1 追加
- 1 削除
- 3 変更
- 3 移動
-
chrome/content/about.js (変更) (1 diff)
-
chrome/content/splash (追加)
-
chrome/content/splash.wav (削除)
-
chrome/content/splash/eclipse-3.4.png (移動) (移動元: branches/release-1.0/chrome/content/icons/eclipse-3.4.png)
-
chrome/content/splash/splash.js (移動) (移動元: branches/release-1.0/chrome/content/splash.js) (1 diff)
-
chrome/content/splash/splash.xul (移動) (移動元: branches/release-1.0/chrome/content/splash.xul) (1 diff)
-
components/vocalofx.js (変更) (1 diff)
-
defaults/preferences/vocalofx.js (変更) (1 diff)
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/about.js
r60 r61 106 106 107 107 function openSplashScreen(){ 108 var splash = "chrome://vocalofx/content/splash .xul";108 var splash = "chrome://vocalofx/content/splash/splash.xul"; 109 109 var option = "chrome,centerscreen,alwaysRaised=yes,titlebar=no,modal=yes"; 110 110 window.openDialog(splash, "vocalofx-splash", option, -1); -
branches/release-1.0/chrome/content/splash/splash.js
r60 r61 9 9 var height = pref.getIntPref("extensions.vocalofx.skin_splash.screen_height"); 10 10 if(!image){ 11 image = "chrome://vocalofx/content/ icons/eclipse-3.4.png";11 image = "chrome://vocalofx/content/splash/eclipse-3.4.png"; 12 12 width = 455; 13 13 height = 295; -
branches/release-1.0/chrome/content/splash/splash.xul
r60 r61 4 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 5 5 id="vocalofx-splash" onload="init();" hidechrome="true"> 6 <script type="application/x-javascript" src="chrome://vocalofx/content/splash .js"/>6 <script type="application/x-javascript" src="chrome://vocalofx/content/splash/splash.js"/> 7 7 <keyset> 8 8 <key keycode="VK_ESCAPE" oncommand="window.close();"/> -
branches/release-1.0/components/vocalofx.js
r60 r61 17 17 if(pref.getCharPref("extensions.vocalofx.skin_splash.screen")){ 18 18 var watcher = Cc['@mozilla.org/embedcomp/window-watcher;1'].getService(Ci.nsIWindowWatcher); 19 watcher.openWindow(null, "chrome://vocalofx/content/splash .xul", "vocalofx-splash", "chrome,centerscreen,alwaysRaised=yes,titlebar=no,modal=yes", null);19 watcher.openWindow(null, "chrome://vocalofx/content/splash/splash.xul", "vocalofx-splash", "chrome,centerscreen,alwaysRaised=yes,titlebar=no,modal=yes", null); 20 20 } 21 21 } -
branches/release-1.0/defaults/preferences/vocalofx.js
r60 r61 17 17 pref("extensions.vocalofx.skin_icons.bookmark-item", "bookmark-item-negiroller"); 18 18 pref("extensions.vocalofx.skin_icons.sidebar-treechildren", "sidebar-treechildren-negiroller"); 19 pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/ icons/Firemiku_about.png");20 pref("extensions.vocalofx.skin_splash.screen_width", 300);21 pref("extensions.vocalofx.skin_splash.screen_height", 2 16);22 pref("extensions.vocalofx.skin_splash.voice", "chrome://vocalofx/content/splash .wav");19 pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/splash/eclipse-3.4.png"); 20 pref("extensions.vocalofx.skin_splash.screen_width", 455); 21 pref("extensions.vocalofx.skin_splash.screen_height", 295); 22 pref("extensions.vocalofx.skin_splash.voice", "chrome://vocalofx/content/splash/miku_kidou.wav"); 23 23 pref("extensions.vocalofx.skin_pallet_alert", true); 24 24 pref("extensions.vocalofx.skin_theme_alert", true);
