From db8450a3fd841ea6854cf34f721155b82c331161 Mon Sep 17 00:00:00 2001 From: Christopher Bowns Date: Sun, 20 Jan 2008 18:18:32 -0500 Subject: [PATCH] adding tasks. Updating some internal Plists with new app name and ownership. Need to finish release notes later. --- CPU History.xcodeproj/cbowns.pbxuser | 49 +++++++++++++++++++++++++++++++++++ CPU History.xcodeproj/project.pbxproj | 8 +++--- CPUMon.taskpaper | 1 + English.lproj/Credits.rtf | 18 ++++++------- English.lproj/InfoPlist.strings | 8 +++--- French.lproj/InfoPlist.strings | 8 +++--- German.lproj/InfoPlist.strings | 8 +++--- Info.plist | 6 ++--- Japanese.lproj/InfoPlist.strings | 8 +++--- 9 files changed, 82 insertions(+), 32 deletions(-) diff --git a/CPU History.xcodeproj/cbowns.pbxuser b/CPU History.xcodeproj/cbowns.pbxuser index 01e6726..21a24bc 100644 --- a/CPU History.xcodeproj/cbowns.pbxuser +++ b/CPU History.xcodeproj/cbowns.pbxuser @@ -20,6 +20,20 @@ E580F1290D30269D00C5732E /* CPU History */, ); }; + 2176CA0A040261B60085C446 /* Japanese */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {703, 487}}"; + sepNavSelRange = "{165, 0}"; + sepNavVisRange = "{0, 209}"; + }; + }; + 21C369E10A792EAB00F42D2F /* French */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {703, 487}}"; + sepNavSelRange = "{133, 34}"; + sepNavVisRange = "{0, 217}"; + }; + }; 29B97313FDCFA39411CA2CEA /* Project object */ = { activeArchitecture = ppc; activeBuildConfigurationName = Development; @@ -83,6 +97,20 @@ PBXBreakpointsDataSource_ContinueID, ); }; + PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID; + PBXFileTableDataSourceColumnWidthsKey = ( + 22, + 300, + 413, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXExecutablesDataSource_ActiveFlagID, + PBXExecutablesDataSource_NameID, + PBXExecutablesDataSource_CommentsID, + ); + }; PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; @@ -436,6 +464,27 @@ sepNavVisRange = "{0, 1374}"; }; }; + F53312B80246253601000101 /* English */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {703, 487}}"; + sepNavSelRange = "{203, 0}"; + sepNavVisRange = "{0, 211}"; + }; + }; + F53EE786028EAA3D010D26FD /* English */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {703, 487}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 125}"; + }; + }; + F5500BDE027A0B6101000102 /* German */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {703, 487}}"; + sepNavSelRange = "{131, 34}"; + sepNavVisRange = "{0, 211}"; + }; + }; F5646DC601034B7801000001 /* MemInfo.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {702, 798}}"; diff --git a/CPU History.xcodeproj/project.pbxproj b/CPU History.xcodeproj/project.pbxproj index a5ab70f..a7e2d10 100644 --- a/CPU History.xcodeproj/project.pbxproj +++ b/CPU History.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 21756FEF09FBAD77009CBAB7 /* TranslucentWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B721AA02B379CE01000101 /* TranslucentWindow.h */; }; 21756FF009FBAD77009CBAB7 /* TranslucentView.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE4D1E02B3F74401000101 /* TranslucentView.h */; }; 21756FF209FBAD77009CBAB7 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; - 21756FF309FBAD77009CBAB7 /* MemoryMonitor.icns in Resources */ = {isa = PBXBuildFile; fileRef = F59A5273010C69D001000001 /* MemoryMonitor.icns */; }; 21756FF409FBAD77009CBAB7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F53312B70246253601000101 /* InfoPlist.strings */; }; 21756FF509FBAD77009CBAB7 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = F53312BA0246278401000101 /* Credits.rtf */; }; 21756FF609FBAD77009CBAB7 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = F53312BD0246292F01000101 /* Credits.html */; }; @@ -27,6 +26,7 @@ 21756FFF09FBAD77009CBAB7 /* TranslucentWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B721AB02B379CE01000101 /* TranslucentWindow.m */; }; 2175700009FBAD77009CBAB7 /* TranslucentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DE4D1D02B3F74401000101 /* TranslucentView.m */; }; 2175700209FBAD77009CBAB7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + E50FC8960D440C68008511D2 /* CPUHistory.icns in Resources */ = {isa = PBXBuildFile; fileRef = E50FC8950D440C68008511D2 /* CPUHistory.icns */; }; E578B9A70D34363700ED84FE /* CPUInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E578B9A50D34363700ED84FE /* CPUInfo.h */; }; E578B9A80D34363700ED84FE /* CPUInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E578B9A60D34363700ED84FE /* CPUInfo.m */; }; /* End PBXBuildFile section */ @@ -55,6 +55,7 @@ 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; + E50FC8950D440C68008511D2 /* CPUHistory.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = CPUHistory.icns; sourceTree = ""; }; E578B9A50D34363700ED84FE /* CPUInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUInfo.h; sourceTree = ""; }; E578B9A60D34363700ED84FE /* CPUInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPUInfo.m; sourceTree = ""; }; F51FAB760108F99B01000001 /* Preferences.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Preferences.h; sourceTree = ""; }; @@ -74,7 +75,6 @@ F5646DC80103500801000001 /* MemInfo.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MemInfo.m; sourceTree = ""; }; F586DED003159FA101000102 /* German */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = German; path = German.lproj/Help; sourceTree = ""; }; F586DED60315A01C01000102 /* English */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = English; path = English.lproj/Help; sourceTree = ""; }; - F59A5273010C69D001000001 /* MemoryMonitor.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = MemoryMonitor.icns; sourceTree = ""; }; F5B721AA02B379CE01000101 /* TranslucentWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TranslucentWindow.h; sourceTree = ""; }; F5B721AB02B379CE01000101 /* TranslucentWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = TranslucentWindow.m; sourceTree = ""; }; F5DE4D1D02B3F74401000101 /* TranslucentView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = TranslucentView.m; sourceTree = ""; }; @@ -161,11 +161,11 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + E50FC8950D440C68008511D2 /* CPUHistory.icns */, F586DECF03159FA101000102 /* Help */, F53EE783028EA9C2010D26FD /* Localizable.strings */, 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, F53312C00246312401000101 /* Preferences.nib */, - F59A5273010C69D001000001 /* MemoryMonitor.icns */, F53312BD0246292F01000101 /* Credits.html */, F53312BA0246278401000101 /* Credits.rtf */, F53312B70246253601000101 /* InfoPlist.strings */, @@ -244,13 +244,13 @@ buildActionMask = 2147483647; files = ( 21756FF209FBAD77009CBAB7 /* MainMenu.nib in Resources */, - 21756FF309FBAD77009CBAB7 /* MemoryMonitor.icns in Resources */, 21756FF409FBAD77009CBAB7 /* InfoPlist.strings in Resources */, 21756FF509FBAD77009CBAB7 /* Credits.rtf in Resources */, 21756FF609FBAD77009CBAB7 /* Credits.html in Resources */, 21756FF709FBAD77009CBAB7 /* Preferences.nib in Resources */, 21756FF809FBAD77009CBAB7 /* Localizable.strings in Resources */, 21756FF909FBAD77009CBAB7 /* Help in Resources */, + E50FC8960D440C68008511D2 /* CPUHistory.icns in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/CPUMon.taskpaper b/CPUMon.taskpaper index 3e018a1..9248ccf 100644 --- a/CPUMon.taskpaper +++ b/CPUMon.taskpaper @@ -4,6 +4,7 @@ CPU Mon: - remove extraneous information for memory monitor: - preferences form - if we can't make CPUInfo object, exit app gracefully +- tidy up release notes, remove localizations if they're not accurate. - future upgrades: - CPU usage across processors: - get # of processors with http://www.cocoadev.com/index.pl?NSProcessInfo diff --git a/English.lproj/Credits.rtf b/English.lproj/Credits.rtf index 378c073..2cd35ff 100644 --- a/English.lproj/Credits.rtf +++ b/English.lproj/Credits.rtf @@ -1,12 +1,10 @@ -{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410 -{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fmodern\fcharset77 Courier; -} +{\rtf1\ansi\ansicpg1252\cocoartf949 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;} -\vieww11700\viewh17140\viewkind0 \pard\tx0\tx1120\tx2240\tx3360\tx4480\tx5600\tx6720\tx7840\tx8960\tx10080\tx11200\tx12320\tx13440\tx14560\tx15680\tx16800\tx17920\tx19040\tx20160\tx21280\tx22400\tx23520\tx24640\tx25760\tx26880\tx28000\tx29120\tx30240\tx31360\tx32480\tx33600\tx34720\sl280\ql\qnatural \f0\b\fs28 \cf0 \CocoaLigature0 License -\f1\b0\fs24 \ +\b0\fs24 \ \ \pard\tx0\tx1120\tx2240\tx3360\tx4480\tx5600\tx6720\tx7840\tx8960\tx10080\tx11200\tx12320\tx13440\tx14560\tx15680\tx16800\tx17920\tx19040\tx20160\tx21280\tx22400\tx23520\tx24640\tx25760\tx26880\tx28000\tx29120\tx30240\tx31360\tx32480\tx33600\tx34720\ql\qnatural \cf0 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ @@ -21,11 +19,13 @@ The GNU General Public License is online available at http://www.gnu.org/copylef The source code for Memory Monitor is available at the authors homepage, see below.\ \pard\tx0\tx1120\tx2240\tx3360\tx4480\tx5600\tx6720\tx7840\tx8960\tx10080\tx11200\tx12320\tx13440\tx14560\tx15680\tx16800\tx17920\tx19040\tx20160\tx21280\tx22400\tx23520\tx24640\tx25760\tx26880\tx28000\tx29120\tx30240\tx31360\tx32480\tx33600\tx34720\ql\qnatural -\f2\fs28 \cf0 \ +\f1\fs28 \cf0 \ \pard\tx0\tx1120\tx2240\tx3360\tx4480\tx5600\tx6720\tx7840\tx8960\tx10080\tx11200\tx12320\tx13440\tx14560\tx15680\tx16800\tx17920\tx19040\tx20160\tx21280\tx22400\tx23520\tx24640\tx25760\tx26880\tx28000\tx29120\tx30240\tx31360\tx32480\tx33600\tx34720\ql\qnatural \f0\b \cf0 Acknowledgements -\f1\b0\fs24 \ +\b0\fs24 \ +\ +CPU History is based on the source code of Memory Monitor, by Bernhard Baehr, and CPU Usage, by Peter Hosey. Code is available at http://www.bernhard-baehr.de/ and http://boredzo.org/cpuusage/ respectively. Much thanks to both authors for releasing their code: I couldn't have created this without their source. What follows are the remainder of the release notes for Memory Monitor.\ \ Memory Monitor is based on the source code of LoadInDock, a CPU load monitor application by Takashi T. Hamada, available at http://homepage.mac.com/takashi_hamada/Acti/MacOSX/LoadInDock/index.html.\ \ @@ -37,8 +37,8 @@ Japanese localization by E-WA (e-wa@ilocalizes.com).\ French localization by Claude Le Mestric.\ \ -\f0\b\fs28 Authors Address -\f1\b0\fs24 \ +\b\fs28 Authors Address +\b0\fs24 \ \ E-Mail: bernhard.baehr@gmx.de\ Internet: http://www.bernhard-baehr.de/} \ No newline at end of file diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings index 5c63c51..ef96a0f 100644 --- a/English.lproj/InfoPlist.strings +++ b/English.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ -CFBundleName = "Memory Monitor"; -CFBundleDisplayName = "Memory Monitor"; -NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr"; -CFBundleHelpBookName = "Memory Monitor Help"; +CFBundleName = "CPU History"; +CFBundleDisplayName = "CPU History"; +NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr; Copyright 2008 Christopher Bowns"; +CFBundleHelpBookName = "CPU History Help"; diff --git a/French.lproj/InfoPlist.strings b/French.lproj/InfoPlist.strings index ba97158..6a31c1e 100644 --- a/French.lproj/InfoPlist.strings +++ b/French.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ -CFBundleName = "Moniteur de la Mémoire"; -CFBundleDisplayName = "Moniteur de la Mémoire"; -NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr"; -CFBundleHelpBookName = "Aide de Moniteur de la Mémoire"; +CFBundleName = "CPU Histoire"; +CFBundleDisplayName = "CPU Histoire"; +NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr; Copyright 2008 Christopher Bowns"; +CFBundleHelpBookName = "Aide de CPU Histoire"; diff --git a/German.lproj/InfoPlist.strings b/German.lproj/InfoPlist.strings index 1e30499..b81b10e 100644 --- a/German.lproj/InfoPlist.strings +++ b/German.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ -CFBundleName = "Memory Monitor"; -CFBundleDisplayName = "Memory Monitor"; -NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr"; -CFBundleHelpBookName = "Memory Monitor Hilfe"; \ No newline at end of file +CFBundleName = "CPU History"; +CFBundleDisplayName = "CPU History"; +NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr; Copyright 2008 Christopher Bowns"; +CFBundleHelpBookName = "CPU History Hilfe"; \ No newline at end of file diff --git a/Info.plist b/Info.plist index 36dc405..e63db0c 100644 --- a/Info.plist +++ b/Info.plist @@ -7,8 +7,8 @@ CFBundleExecutable CPU History CFBundleGetInfoString - Memory Monitor 1.2.6 -Copyright © 2001-2006 B. Baehr + CPU History 1.0 +Copyright © 2008 Christopher Bowns CFBundleHelpBookFolder Help CFBundleIconFile @@ -20,7 +20,7 @@ Copyright © 2001-2006 B. Baehr CFBundlePackageType APPL CFBundleShortVersionString - 1.2.6 + 1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Japanese.lproj/InfoPlist.strings b/Japanese.lproj/InfoPlist.strings index 0a2e201..f6b7a26 100644 --- a/Japanese.lproj/InfoPlist.strings +++ b/Japanese.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ -CFBundleName = "Memory Monitor"; -CFBundleDisplayName = "Memory Monitor"; -NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr"; -CFBundleHelpBookName = "Memory Monitor ヘルプ"; \ No newline at end of file +CFBundleName = "CPU History"; +CFBundleDisplayName = "CPU History"; +NSHumanReadableCopyright = "Copyright © 2001-2006 Bernhard Baehr; Copyright 2008 Christopher Bowns"; +CFBundleHelpBookName = "CPU History ヘルプ"; \ No newline at end of file -- 2.11.4.GIT