Changeset 416

Show
Ignore:
Timestamp:
11/15/08 06:09:46 (8 weeks ago)
Author:
tomoyo
Message:

* ロシア語のリソースを追加 (by ErgoSis? <ceu4ac@…>)
* アンインストールをキャッシュが妨害してしまう問題を修正 (by ErgoSis? <ceu4ac@…>)

Location:
Windows Sidebar Gadgets/VistaFace.gadget/trunk
Files:
7 added
6 modified

Legend:

Unmodified
Added
Removed
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/LICENSE.txt

    r308 r416  
    1 MIT License 
     1MIT License 
    22 
    3 Copyright © 2007 Mayuki Sawatari <mayuki@misuzilla.org> 
     3Copyright © 2008 Mayuki Sawatari <mayuki@misuzilla.org> 
     4Перевод на русский язык выполнен ErgoSis <ceu4ac@gmail.com> (Russian Translation+Patch) 
    45 
    56Permission is hereby granted, free of charge, to any person obtaining a copy of this 
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/common/js/vistaFace.js

    r402 r416  
    4141 
    4242_VistaFace.prototype = { 
    43     main : function () { 
     43    onLoad : function () { 
    4444        try { 
    4545            this.initialize(); 
     
    5353            this.mainFrame.innerText = e.message; 
    5454        } 
     55    } 
     56 
     57    , onUnload : function () { 
     58        this._cache.imgObjs = null; 
     59        this._cache.backgroundPartFilename = null; 
     60        this._cache.cpuUsageIndex = null; 
     61        this._cache.memUsageIndex = null; 
     62        this._cache.marker1 = null; 
     63        this._cache.marker2 = null; 
    5564    } 
    5665     
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/gadget.html

    r308 r416  
    1515 
    1616<body 
    17     onload     ="VistaFace.main();" 
     17    onload="VistaFace.onLoad();" 
     18    onunload="VistaFace.onUnload();" 
    1819    ondragenter="VistaFace.onDragEnter();" 
    1920    ondragover ="VistaFace.onDragOver();" 
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/gadget.xml

    r403 r416  
    66  </namespace> 
    77  <version> 
    8     1.3.1.0 
     8    1.4.0.0 
    99  </version> 
    1010  <author name="Mayuki Sawatari"> 
     
    1515    © 2008 
    1616  </copyright> 
    17   <description>Gadget displays this computer information by facial expressions.</description> 
     17  <description>Display this computer load by a cute facial expressions.</description> 
    1818  <icons> 
    1919    <icon height="100" width="125" src="common/images/icon.png"/> 
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/ja-JP/gadget.xml

    r403 r416  
    66  </namespace> 
    77  <version> 
    8     1.3.1.0 
     8    1.4.0.0 
    99  </version> 
    1010  <author name="Mayuki Sawatari"> 
  • Windows Sidebar Gadgets/VistaFace.gadget/trunk/setting.html

    r308 r416  
    1717<body onload="VistaFaceConfig.main()"> 
    1818<div> 
    19     <label for="faceDef">Patterns:</label> 
     19    <label for="faceDef">Pattern:</label> 
    2020        <select id="faceDef" onchange="VistaFaceConfig.onFaceDefSelectionChanged()"> 
    2121        </select> <input type="button" id="browse" onclick="VistaFaceConfig.onBrowseClicked()" value="..." /> 
     
    2626    Version: <span id="version"></span><br /> 
    2727    <a id="website" href="about:blank"></a><br /> 
    28     <div id="faceSample" style="position: absolute; width: 128px; height: 128px; left: 75px;"> 
     28    <div id="faceSample" style="position: relative; width: 128px; height: 128px; left: 75px;"> 
    2929    </div> 
    3030</div> 
    3131<hr /> 
    3232<div> 
    33     <label for="cpuUsage">Status Pattern 1 value(Original: CPU):</label> 
     33    <label for="cpuUsage">Modifier 1:</label> 
    3434    <br /> 
    3535        <select id="cpuUsage"> 
     
    4040        </select> 
    4141    <br /> 
    42     <label for="cpuUsage">Status Pattern 2 value(Original: memory)</label> 
     42    <label for="cpuUsage">Modifier 2:</label> 
    4343    <br /> 
    4444       <select id="memUsage">