Changeset 416
- Timestamp:
- 11/15/08 06:09:46 (8 weeks ago)
- Location:
- Windows Sidebar Gadgets/VistaFace.gadget/trunk
- Files:
-
- 7 added
- 6 modified
-
LICENSE.txt (modified) (1 diff)
-
common/js/vistaFace.js (modified) (2 diffs)
-
gadget.html (modified) (1 diff)
-
gadget.xml (modified) (2 diffs)
-
ja-JP/gadget.xml (modified) (1 diff)
-
ru-RU (added)
-
ru-RU/LICENSE.txt (added)
-
ru-RU/common (added)
-
ru-RU/common/js (added)
-
ru-RU/common/js/locale.js (added)
-
ru-RU/gadget.xml (added)
-
ru-RU/setting.html (added)
-
setting.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Windows Sidebar Gadgets/VistaFace.gadget/trunk/LICENSE.txt
r308 r416 1 MIT License1 MIT License 2 2 3 Copyright © 2007 Mayuki Sawatari <mayuki@misuzilla.org> 3 Copyright © 2008 Mayuki Sawatari <mayuki@misuzilla.org> 4 Перевод на русский язык выполнен ErgoSis <ceu4ac@gmail.com> (Russian Translation+Patch) 4 5 5 6 Permission 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 41 41 42 42 _VistaFace.prototype = { 43 main: function () {43 onLoad : function () { 44 44 try { 45 45 this.initialize(); … … 53 53 this.mainFrame.innerText = e.message; 54 54 } 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; 55 64 } 56 65 -
Windows Sidebar Gadgets/VistaFace.gadget/trunk/gadget.html
r308 r416 15 15 16 16 <body 17 onload ="VistaFace.main();" 17 onload="VistaFace.onLoad();" 18 onunload="VistaFace.onUnload();" 18 19 ondragenter="VistaFace.onDragEnter();" 19 20 ondragover ="VistaFace.onDragOver();" -
Windows Sidebar Gadgets/VistaFace.gadget/trunk/gadget.xml
r403 r416 6 6 </namespace> 7 7 <version> 8 1. 3.1.08 1.4.0.0 9 9 </version> 10 10 <author name="Mayuki Sawatari"> … … 15 15 © 2008 16 16 </copyright> 17 <description> Gadget displays this computer information byfacial expressions.</description>17 <description>Display this computer load by a cute facial expressions.</description> 18 18 <icons> 19 19 <icon height="100" width="125" src="common/images/icon.png"/> -
Windows Sidebar Gadgets/VistaFace.gadget/trunk/ja-JP/gadget.xml
r403 r416 6 6 </namespace> 7 7 <version> 8 1. 3.1.08 1.4.0.0 9 9 </version> 10 10 <author name="Mayuki Sawatari"> -
Windows Sidebar Gadgets/VistaFace.gadget/trunk/setting.html
r308 r416 17 17 <body onload="VistaFaceConfig.main()"> 18 18 <div> 19 <label for="faceDef">Pattern s:</label>19 <label for="faceDef">Pattern:</label> 20 20 <select id="faceDef" onchange="VistaFaceConfig.onFaceDefSelectionChanged()"> 21 21 </select> <input type="button" id="browse" onclick="VistaFaceConfig.onBrowseClicked()" value="..." /> … … 26 26 Version: <span id="version"></span><br /> 27 27 <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;"> 29 29 </div> 30 30 </div> 31 31 <hr /> 32 32 <div> 33 <label for="cpuUsage"> Status Pattern 1 value(Original: CPU):</label>33 <label for="cpuUsage">Modifier 1:</label> 34 34 <br /> 35 35 <select id="cpuUsage"> … … 40 40 </select> 41 41 <br /> 42 <label for="cpuUsage"> Status Pattern 2 value(Original: memory)</label>42 <label for="cpuUsage">Modifier 2:</label> 43 43 <br /> 44 44 <select id="memUsage">
