チェンジセット 108
- 更新日時:
- 2010/01/11 23:13:35 (2 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 2 追加
- 7 変更
-
chrome/content/about.js (変更) (2 diff)
-
chrome/content/about.xul (変更) (1 diff)
-
chrome/content/skin/kittokat_piacryptonC.png (追加)
-
chrome/content/skin/kittokat_piacryptonD.png (追加)
-
chrome/content/skin/skin.properties (変更) (2 diff)
-
chrome/content/vocalofx.js (変更) (4 diff)
-
chrome/locale/en-US/vocalofx.properties (変更) (2 diff)
-
chrome/locale/ja/vocalofx.properties (変更) (2 diff)
-
install.rdf (変更) (1 diff)
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/about.js
r94 r108 41 41 , "nyaco" 42 42 , "ion" 43 , "kittokat" 43 44 , "tomoyoshi" 44 45 , "osayo" … … 55 56 var colorpallets = 56 57 [ "smallwebmemo" 57 , "mikugermvictim"58 58 ]; 59 59 var specialthanks = 60 60 [ "gf-tlv" 61 61 , "yararchive" 62 , "mikugermvictim" 62 63 ]; 63 64 var creators = -
branches/release-1.0/chrome/content/about.xul
r94 r108 46 46 <hbox id="colorpalletBox"> 47 47 <vbox/> 48 <vbox/>49 48 </hbox> 50 49 51 50 <label class="sectionTitle" value="&vocalofx.specialthanks.label;"/> 52 51 <hbox id="specialthanksBox"> 52 <vbox/> 53 53 <vbox/> 54 54 <vbox/> -
branches/release-1.0/chrome/content/skin/skin.properties
r97 r108 1 skinmenu=kei_miku,kei_miku_sing,kei_miku_sd,hachune_miku,sanari_miku,nagamon_miku,ion_mikuhachune,amino_miku,mayo_miku,nyaco_2ndAnniversary,yuki_miku,yuki_miku2,kei_rinlen2,kei_rinlen,kei_rinlen_sd,sanari_rinlen,nendloid_rinlen,roadroller_rinlen,yuki_rinlen,komore_rinlen,zasikiusa_rinlen,karuru_rinlen,yuki_rinlen2,kei_luka,sanpati_takoluka,sarahimuro_luka,sanari_luka,momonenami_luka,t_tomoe_luka,kaya_meiko,rumeco_meiko,ruchi_kk_meiko,sanari_meiko,necco1211_kaito,hachimetre_kaito,bsxxx5419_kaito,sanari_kaito,miura_gackpo1,miura_gackpo2,miura_gackpo3,atora_gackpo,asaki3103_gackpo,hachimetre_gackpo,yuuki_gumi1,yuuki_gumi2,yuuki_gumi3,NASHI_K_gumi,megumistina_gumi,shiwasuta_megumegu,kittokat_piacryptonA,kittokat_piacryptonB 1 skinmenu=kei_miku,kei_miku_sing,kei_miku_sd,hachune_miku,sanari_miku,nagamon_miku,ion_mikuhachune,amino_miku,mayo_miku,nyaco_2ndAnniversary,yuki_miku,yuki_miku2,kei_rinlen2,kei_rinlen,kei_rinlen_sd,sanari_rinlen,nendloid_rinlen,roadroller_rinlen,yuki_rinlen,komore_rinlen,zasikiusa_rinlen,karuru_rinlen,yuki_rinlen2,kei_luka,sanpati_takoluka,sarahimuro_luka,sanari_luka,momonenami_luka,t_tomoe_luka,kaya_meiko,rumeco_meiko,ruchi_kk_meiko,sanari_meiko,necco1211_kaito,hachimetre_kaito,bsxxx5419_kaito,sanari_kaito,miura_gackpo1,miura_gackpo2,miura_gackpo3,atora_gackpo,asaki3103_gackpo,hachimetre_gackpo,yuuki_gumi1,yuuki_gumi2,yuuki_gumi3,NASHI_K_gumi,megumistina_gumi,shiwasuta_megumegu,kittokat_piacryptonA,kittokat_piacryptonB,kittokat_piacryptonC,kittokat_piacryptonD 2 2 palletmenu=miku,miku2,miku3,miku4,miku5,rinlen1,rinlen2,rinlen3,rinlen4,rinlen5,luka1,luka2,luka3,luka4,luka5,meiko1,meiko2,kaito1,kaito2,gackpo1,gackpo2,gackpo3,gackpo4,gumi1,gumi2,piapro1,mikuonly 3 3 palletmenu.miku=miku,miku2,miku3,miku4,miku5,mikuonly … … 161 161 kittokat_piacryptonB.category=piapro 162 162 kittokat_piacryptonB.category_sub=piapro 163 kittokat_piacryptonC.position=250,2 164 kittokat_piacryptonC.category=piapro 165 kittokat_piacryptonC.category_sub=piapro 166 kittokat_piacryptonD.position=200,2 167 kittokat_piacryptonD.category=piapro 168 kittokat_piacryptonD.category_sub=piapro -
branches/release-1.0/chrome/content/vocalofx.js
r103 r108 30 30 BROWSER_PREF_CHANGED: "nsPref:changed", 31 31 DOMWINDOWOPENED: "domwindowopened", 32 DEFAULT_CATEGORY: " miku",33 DEFAULT_SKIN: "k ei_miku_sing",34 DEFAULT_PALLET: " miku",32 DEFAULT_CATEGORY: "piapro", 33 DEFAULT_SKIN: "kittokat_piacryptonC", 34 DEFAULT_PALLET: "piapro", 35 35 36 36 openVocalofxTool: function(tool){ … … 100 100 101 101 var image; 102 var skin; 103 var category; 102 104 try{ 103 105 image = this.pref.getCharPref(this.SKIN_PROPERTY_IMAGE); 106 skin = image.substring(image.lastIndexOf("/") + 1, image.length - 4); 107 category = this.skin_properties.getString(skin + ".category_sub"); 104 108 } 105 109 catch(e){ … … 110 114 this.main_window.style.backgroundRepeat = "no-repeat"; 111 115 this.main_window.style.backgroundImage = "url('" + image + "')"; 112 113 var skin = image.substring(image.lastIndexOf("/") + 1, image.length - 4);114 116 this.selectMenuitemIcon(this.ICONCLASS_SKIN_IMAGE, skin); 115 var category = this.skin_properties.getString(skin + ".category_sub");116 117 this.selectMenuitemIcon(this.ICONCLASS_SKIN_MENU, category); 117 118 } … … 335 336 , 336 337 setMenuitemIcon: function(menuitem, onoff){ 337 if(onoff){ 338 menuitem.setAttribute("image", "chrome://vocalofx/content/icons/defaultFavicon.png"); 339 } 340 else{ 341 menuitem.setAttribute("image", ""); 338 try{ 339 if(onoff){ 340 menuitem.setAttribute("image", "chrome://vocalofx/content/icons/defaultFavicon.png"); 341 } 342 else{ 343 menuitem.setAttribute("image", ""); 344 } 345 } 346 catch(e){ 347 // nop 342 348 } 343 349 } -
branches/release-1.0/chrome/locale/en-US/vocalofx.properties
r97 r108 54 54 vocalofx.skin.kittokat_piacryptonA=KittoKat "Pia Crypton A" 55 55 vocalofx.skin.kittokat_piacryptonB=KittoKat "Pia Crypton B" 56 vocalofx.skin.kittokat_piacryptonC=KittoKat "Pia Crypton C" 57 vocalofx.skin.kittokat_piacryptonD=KittoKat "Pia Crypton D" 56 58 vocalofx.skin.pallet.miku=Hatsune Miku 57 59 vocalofx.skin.pallet.miku2=Hatsune Miku(no pink) … … 163 165 vocalofx.creator.NASHI_K.name=NASHI-K 164 166 vocalofx.creator.NASHI_K.homepage=http://piapro.jp/NASHI_K 167 vocalofx.creator.kittokat.name=kittoKat 168 vocalofx.creator.kittokat.homepage=http://piapro.jp/nkquatre_kat 165 169 vocalofx.creator.tomoyoshi.name=tomoyoshi 166 170 vocalofx.creator.tomoyoshi.homepage=http://piapro.jp/tomoyoshi_ohta -
branches/release-1.0/chrome/locale/ja/vocalofx.properties
r97 r108 54 54 vocalofx.skin.kittokat_piacryptonA=きっとKat 「ピア・クリプトン A」 55 55 vocalofx.skin.kittokat_piacryptonB=きっとKat 「ピア・クリプトン B」 56 vocalofx.skin.kittokat_piacryptonC=きっとKat 「ピア・クリプトン C」 57 vocalofx.skin.kittokat_piacryptonD=きっとKat 「ピア・クリプトン D」 56 58 vocalofx.skin.pallet.miku=初音ミク 57 59 vocalofx.skin.pallet.miku2=初音ミク(ピンクなし) … … 163 165 vocalofx.creator.NASHI_K.name=NASHI-Kさん 164 166 vocalofx.creator.NASHI_K.homepage=http://piapro.jp/NASHI_K 167 vocalofx.creator.kittokat.name=きっとKatさん 168 vocalofx.creator.kittokat.homepage=http://piapro.jp/nkquatre_kat 165 169 vocalofx.creator.tomoyoshi.name=ともよしさん 166 170 vocalofx.creator.tomoyoshi.homepage=http://piapro.jp/tomoyoshi_ohta -
branches/release-1.0/install.rdf
r94 r108 3 3 <Description about="urn:mozilla:install-manifest"> 4 4 <em:id>vocalofx@rayflood.org</em:id> 5 <em:version>1. 0</em:version>5 <em:version>1.1pre</em:version> 6 6 <em:type>2</em:type> 7 7
