Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
7 | 7 | announceSelectedTorrents = id; |
8 | 8 | applyFilter = id; |
9 | 9 | applySpeedLimit = id; |
10 | | copyTorrentFile = id; |
| 10 | copyTorrentFiles = id; |
11 | 11 | doNothing = id; |
12 | 12 | linkForums = id; |
13 | 13 | linkHomepage = id; |
| 14 | moveDataFiles = id; |
14 | 15 | openShowSheet = id; |
15 | 16 | openURLCancelEndSheet = id; |
16 | 17 | openURLEndSheet = id; |
… |
… |
|
19 | 20 | removeDeleteDataAndTorrent = id; |
20 | 21 | removeDeleteTorrent = id; |
21 | 22 | removeNoDelete = id; |
| 23 | resetCacheForSelectedTorrents = id; |
22 | 24 | resumeAllTorrents = id; |
23 | 25 | resumeSelectedTorrents = id; |
24 | 26 | resumeSelectedTorrentsNoWait = id; |
… |
… |
|
30 | 32 | setQuickLimitGlobal = id; |
31 | 33 | setQuickRatioGlobal = id; |
32 | 34 | setSort = id; |
| 35 | setSortReverse = id; |
33 | 36 | showInfo = id; |
34 | 37 | showMainWindow = id; |
35 | 38 | showMessageWindow = id; |
… |
… |
|
47 | 50 | LANGUAGE = ObjC; |
48 | 51 | OUTLETS = { |
49 | 52 | fActionButton = NSButton; |
| 53 | fBottomBar = ImageBackgroundView; |
50 | 54 | fDateSortActionItem = NSMenuItem; |
51 | 55 | fDateSortItem = NSMenuItem; |
52 | 56 | fDockMenu = NSMenu; |
53 | | fDownloadFilterButton = BarButton; |
| 57 | fDownloadFilterButton = FilterBarButton; |
54 | 58 | fDownloadLimitItem = NSMenuItem; |
55 | 59 | fDownloadMenu = NSMenu; |
56 | 60 | fDownloadNoLimitItem = NSMenuItem; |
57 | | fFilterBar = ImageBackgroundView; |
| 61 | fFilterBar = FilterBarView; |
58 | 62 | fNameSortActionItem = NSMenuItem; |
59 | 63 | fNameSortItem = NSMenuItem; |
60 | 64 | fNextFilterItem = NSMenuItem; |
61 | 65 | fNextInfoTabItem = NSMenuItem; |
62 | | fNoFilterButton = BarButton; |
| 66 | fNoFilterButton = FilterBarButton; |
63 | 67 | fOpenIgnoreDownloadFolder = NSMenuItem; |
64 | 68 | fOrderSortActionItem = NSMenuItem; |
65 | 69 | fOrderSortItem = NSMenuItem; |
66 | | fPauseFilterButton = BarButton; |
| 70 | fPauseFilterButton = FilterBarButton; |
67 | 71 | fPrevFilterItem = NSMenuItem; |
68 | 72 | fPrevInfoTabItem = NSMenuItem; |
69 | 73 | fProgressSortActionItem = NSMenuItem; |
70 | 74 | fProgressSortItem = NSMenuItem; |
71 | 75 | fScrollView = NSScrollView; |
72 | 76 | fSearchFilterField = NSSearchField; |
73 | | fSeedFilterButton = BarButton; |
| 77 | fSeedFilterButton = FilterBarButton; |
74 | 78 | fSpeedLimitButton = NSButton; |
75 | 79 | fStateSortActionItem = NSMenuItem; |
76 | 80 | fStateSortItem = NSMenuItem; |
… |
… |
|
89 | 93 | }; |
90 | 94 | SUPERCLASS = NSObject; |
91 | 95 | }, |
| 96 | {CLASS = FilterBarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, |
92 | 97 | { |
| 98 | CLASS = FilterBarView; |
| 99 | LANGUAGE = ObjC; |
| 100 | OUTLETS = { |
| 101 | fDownloadFilterButton = FilterBarButton; |
| 102 | fNoFilterButton = FilterBarButton; |
| 103 | fPauseFilterButton = FilterBarButton; |
| 104 | fSeedFilterButton = FilterBarButton; |
| 105 | }; |
| 106 | SUPERCLASS = ImageBackgroundView; |
| 107 | }, |
| 108 | { |
93 | 109 | ACTIONS = {deselectAll = id; revealFile = id; setNextTab = id; setPreviousTab = id; }; |
94 | 110 | CLASS = FirstResponder; |
95 | 111 | LANGUAGE = ObjC; |
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | 5 | <key>IBDocumentLocation</key> |
6 | | <string>65 310 356 240 0 0 1680 1028 </string> |
| 6 | <string>462 64 356 240 0 0 1440 878 </string> |
7 | 7 | <key>IBEditorPositions</key> |
8 | 8 | <dict> |
9 | 9 | <key>549</key> |
10 | | <string>364 417 144 49 0 0 1152 842 </string> |
| 10 | <string>472 436 185 49 0 0 1440 878 </string> |
11 | 11 | </dict> |
12 | 12 | <key>IBFramework Version</key> |
13 | 13 | <string>446.1</string> |
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
21 | 21 | fConnectedPeersField = NSTextField; |
22 | 22 | fCreatorField = NSTextField; |
23 | 23 | fDataLocationField = NSTextField; |
| 24 | fDateActivityField = NSTextField; |
| 25 | fDateAddedField = NSTextField; |
| 26 | fDateCompletedField = NSTextField; |
24 | 27 | fDateCreatedField = NSTextField; |
25 | 28 | fDateStartedField = NSTextField; |
26 | 29 | fDownloadLimitField = NSTextField; |
… |
… |
|
61 | 64 | }; |
62 | 65 | SUPERCLASS = NSWindowController; |
63 | 66 | }, |
| 67 | {CLASS = NSLevelIndicatorCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; }, |
64 | 68 | {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, |
65 | 69 | { |
| 70 | CLASS = PeerProgressIndicatorCell; |
| 71 | LANGUAGE = ObjC; |
| 72 | SUPERCLASS = NSLevelIndicatorCell; |
| 73 | }, |
| 74 | { |
66 | 75 | CLASS = PiecesImageView; |
67 | 76 | LANGUAGE = ObjC; |
68 | 77 | OUTLETS = {fPiecesView = PiecesView; }; |
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
11 | 11 | helpForNetwork = id; |
12 | 12 | importFolderSheetShow = id; |
13 | 13 | incompleteFolderSheetShow = id; |
| 14 | resetWarnings = id; |
14 | 15 | setAutoImport = id; |
15 | 16 | setAutoSize = id; |
16 | 17 | setAutoSpeedLimit = id; |
… |
… |
|
24 | 25 | setRatioStop = id; |
25 | 26 | setSound = id; |
26 | 27 | setSpeedLimit = id; |
| 28 | setStalled = id; |
| 29 | setStalledMinutes = id; |
27 | 30 | setUpdate = id; |
28 | 31 | }; |
29 | 32 | CLASS = PrefsController; |
… |
… |
|
50 | 53 | fSeedingSoundPopUp = NSPopUpButton; |
51 | 54 | fSpeedLimitDownloadField = NSTextField; |
52 | 55 | fSpeedLimitUploadField = NSTextField; |
| 56 | fStalledField = NSTextField; |
53 | 57 | fTransfersView = NSView; |
54 | 58 | fUpdatePopUp = NSPopUpButton; |
55 | 59 | fUploadField = NSTextField; |