Changeset 4136
- Timestamp:
- Dec 12, 2007, 3:53:37 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r4128 r4136 106 106 A25892770CF1FCE800CCCDDF /* StatsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = A25892750CF1FCE800CCCDDF /* StatsWindow.xib */; }; 107 107 A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */ = {isa = PBXBuildFile; fileRef = A259316A0A73B2CC002F4FE7 /* TransmissionHelp */; }; 108 A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A25AFDE80D1038AD0092A1BA /* MenuLabel.m */; }; 108 109 A25D2CBD0CF4C73E0096A262 /* stats.c in Sources */ = {isa = PBXBuildFile; fileRef = A25D2CBB0CF4C7190096A262 /* stats.c */; }; 109 110 A25D2CBE0CF4C73E0096A262 /* stats.h in Headers */ = {isa = PBXBuildFile; fileRef = A25D2CBA0CF4C7190096A262 /* stats.h */; }; … … 470 471 A25892760CF1FCE800CCCDDF /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = macosx/English.lproj/StatsWindow.xib; sourceTree = "<group>"; }; 471 472 A259316A0A73B2CC002F4FE7 /* TransmissionHelp */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TransmissionHelp; path = macosx/TransmissionHelp; sourceTree = "<group>"; }; 473 A25AFDE70D1038AD0092A1BA /* MenuLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MenuLabel.h; path = macosx/MenuLabel.h; sourceTree = "<group>"; }; 474 A25AFDE80D1038AD0092A1BA /* MenuLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MenuLabel.m; path = macosx/MenuLabel.m; sourceTree = "<group>"; }; 472 475 A25D2CBA0CF4C7190096A262 /* stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stats.h; path = libtransmission/stats.h; sourceTree = "<group>"; }; 473 476 A25D2CBB0CF4C7190096A262 /* stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stats.c; path = libtransmission/stats.c; sourceTree = "<group>"; }; … … 773 776 4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */, 774 777 4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */, 778 A25AFDE70D1038AD0092A1BA /* MenuLabel.h */, 779 A25AFDE80D1038AD0092A1BA /* MenuLabel.m */, 775 780 A26397530D0F714300D36DF2 /* ActionPopUpButton.h */, 776 781 A26397540D0F714300D36DF2 /* ActionPopUpButton.m */, … … 1719 1724 3C7A11960D0B2EE300B5701F /* natpmp.c in Sources */, 1720 1725 A26397550D0F714300D36DF2 /* ActionPopUpButton.m in Sources */, 1726 A25AFDE90D1038AD0092A1BA /* MenuLabel.m in Sources */, 1721 1727 ); 1722 1728 runOnlyForDeploymentPostprocessing = 0; -
trunk/macosx/Controller.h
r4107 r4136 32 32 #import "StatusBarView.h" 33 33 #import "FilterButton.h" 34 #import "MenuLabel.h" 34 35 #import "IPCController.h" 35 36 … … 63 64 IBOutlet StatusBarView * fStatusBar; 64 65 IBOutlet NSButton * fStatusButton; 66 IBOutlet MenuLabel * fStatusTigerField; 67 IBOutlet NSImageView * fStatusTigerImageView; 65 68 IBOutlet NSTextField * fTotalDLField, * fTotalULField; 66 69 -
trunk/macosx/Controller.m
r4133 r4136 291 291 //set up status bar 292 292 [fStatusBar setHidden: YES]; 293 [fStatusBar setShowOnTiger: YES]; 293 294 if (![NSApp isOnLeopardOrBetter]) 295 { 296 [fStatusBar setShowOnTiger: YES]; 297 298 [fStatusButton setHidden: YES]; 299 [fStatusTigerField setHidden: NO]; 300 [fStatusTigerImageView setHidden: NO]; 301 } 294 302 295 303 [fTotalDLField setToolTip: NSLocalizedString(@"Total download speed", "Status Bar -> speed tooltip")]; … … 1476 1484 [fStatusButton sizeToFit]; 1477 1485 1486 [fStatusTigerField setStringValue: statusString]; 1487 [fStatusTigerField sizeToFit]; 1488 1478 1489 //width ends up being too long 1479 1490 NSRect statusFrame = [fStatusButton frame]; -
trunk/macosx/English.lproj/MainMenu.nib/classes.nib
r4128 r4136 12 12 <key>SUPERCLASS</key> 13 13 <string>NSResponder</string> 14 </dict> 15 <dict> 16 <key>CLASS</key> 17 <string>MenuLabel</string> 18 <key>LANGUAGE</key> 19 <string>ObjC</string> 20 <key>SUPERCLASS</key> 21 <string>NSTextField</string> 14 22 </dict> 15 23 <dict> … … 194 202 <key>fStatusButton</key> 195 203 <string>NSButton</string> 204 <key>fStatusTigerField</key> 205 <string>MenuLabel</string> 206 <key>fStatusTigerImageView</key> 207 <string>NSImageView</string> 196 208 <key>fTableView</key> 197 209 <string>TorrentTableView</string> -
trunk/macosx/English.lproj/MainMenu.nib/info.nib
r4130 r4136 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer>1 684</integer>13 <integer>1480</integer> 14 14 </array> 15 15 <key>IBSystem Version</key>
Note: See TracChangeset
for help on using the changeset viewer.