[nvda-addons] Re: commit/resourceMonitor: 2 new changesets

  • From: "Joseph Lee" <joseph.lee22590@xxxxxxxxx>
  • To: <nvda-addons@xxxxxxxxxxxxx>
  • Date: Mon, 1 Jun 2015 21:41:32 -0700

Hi Resource Monitor users and reviewers,
Resource Monitor 4.0-dev is now ready for public review. I propose June 29th as
the release date for Resource Monitor 4.0, which adds Windows 10 support and
includes updated psutil dependency.
Thank you.
Cheers,
Joseph

-----Original Message-----
From: nvda-addons-commits-bounce@xxxxxxxxxxxxx
[mailto:nvda-addons-commits-bounce@xxxxxxxxxxxxx] On Behalf Of
commits-noreply@xxxxxxxxxxxxx
Sent: Monday, June 1, 2015 9:40 PM
To: nvda-addons-commits@xxxxxxxxxxxxx
Subject: commit/resourceMonitor: 2 new changesets

2 new commits in resourceMonitor:

https://bitbucket.org/nvdaaddonteam/resourcemonitor/commits/af60312695ec/
Changeset: af60312695ec
Branch: None
User: josephsl
Date: 2015-06-02 04:37:00+00:00
Summary: Merged stable

Affected #: 2 files

diff --git a/addon/doc/de/readme.md b/addon/doc/de/readme.md index
a940372..8350b64 100644
--- a/addon/doc/de/readme.md
+++ b/addon/doc/de/readme.md
@@ -2,11 +2,11 @@

* Autoren: Alex Hall, Joseph Lee, beqa gozalishvili und andere
NVDA-Entwickler
-* Download [stable version][1]
-* Download [development version][2]
+* [stabile version][1] herunterladen
+* [Testversion][2] herunterladen

-This plugin gives information about CPU load, memory usage and other -resource
usage information.
+Diese Erweiterung gibt Informationen über Prozessor-Auslastung,
+verwendeten Arbeitsspeicher sowie andere nützliche Resourcen.

Wichtig: Resourcenmonitor 3.1 ist nicht zu NVDA 2013.3 und älter kompatibel.
Fals Sie die Version 2013.3 oder älter verwenden, verwenden Sie @@ -22,8 +22,9
@@ bitte Resourcenmonitor 3.0.
virtuellen und physikalischen Arbeitsspeichers aus.
* NVDA+Umschalt+3 gibt den verwendeten und verfügbaren Speicherplatz aller
angeschlossenen Datenträger am Computer aus.
-* NVDA+Shift+4 Presents battery percentage, charging status, remaining time
- (if not charging), and a warning if the battery is low or critical.
+* NVDA+Umschalt+4 gibt den Ladezustand des Akkus und die verbleibende
+Zeit
+ (sofern das Netzteil nicht angeschlossen ist), und eine Warnung bei
+ geringem oder kritischem Ladezustand aus.
* NVDA+Shift+6 Gibt die Windows-Version, die verwendete
Prozessor-Architektur sowie verwendete Service Packs aus


diff --git a/addon/doc/hu/readme.md b/addon/doc/hu/readme.md index
c363fea..d5e029a 100644
--- a/addon/doc/hu/readme.md
+++ b/addon/doc/hu/readme.md
@@ -2,8 +2,8 @@

* Fejlesztők: Alex Hall , Joseph Lee, beqa gozalishvili és további NVDA
közreműködők
-* Download [stable version][1]
-* Download [development version][2]
+* Letöltés [Stabil verzió][1]
+* Letöltés [Fejlesztői verzió] [2]

A kiegészítő hasznos információkat ad a memória, processzor, háttértár, és az
akkumulátor aktuális állapotáról.


https://bitbucket.org/nvdaaddonteam/resourcemonitor/commits/12062afa1c2c/
Changeset: 12062afa1c2c
Branch: master
User: josephsl
Date: 2015-06-02 04:39:58+00:00
Summary: Officially recognize Windows 10, let release candidate review begin

Affected #: 1 file

diff --git a/addon/globalPlugins/resourceMonitor/__init__.py
b/addon/globalPlugins/resourceMonitor/__init__.py
index ea9bc8a..3c8da6b 100644
--- a/addon/globalPlugins/resourceMonitor/__init__.py
+++ b/addon/globalPlugins/resourceMonitor/__init__.py
@@ -155,10 +155,10 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
elif winMinor == 1: winverName = "Windows 7" if server
== 1 else "Windows Server 2008 R2" # Windows 7
elif winMinor == 2: winverName = "Windows 8" if server
== 1 else "Windows Server 2012" # Windows 8.
elif winMinor == 3: winverName = "Windows 8.1" if
server == 1 else "Windows Server 2012 R2" # Windows 8.1.
- elif winMajor == 10: # Windows 10/Server 2015 (10.0).
+ elif winMajor == 10: # Windows 10/Server 2016 (10.0).
if winMinor == 0:
# Remove this once WinTen is officially
released unless MS decides to update build numbers during automatic updates.
- winverName = "Windows 10 Preview" if server ==
1 else "Windows Server 10 Preview"
+ winverName = "Windows 10" if server == 1 else
"Windows Server 10"
buildNum = sys.getwindowsversion().build
# Translators: Presented under 64-bit Windows.
if is64Bit: x64 = _("64-bit")

Repository URL: https://bitbucket.org/nvdaaddonteam/resourcemonitor/

--

This is a commit notification from bitbucket.org. You are receiving this
because you have the service enabled, addressing the recipient of this email.

----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for reporting bugs.

Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe:
//www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx

Other related posts: