source: trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib @ 539

Last change on this file since 539 was 539, checked in by livings124, 17 years ago

Monitor a folder for torrent files, adding them as they are added (by polling the folder). Growl notifications for import, and only try to reimport the same torrent if the setting is changed, the app is restarted, or the torrent file is moved to a different folder then moved back.

Original code from Steve (brilla on the forums).

File size: 2.6 KB
Line 
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4        {CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
5        {
6            ACTIONS = {
7                folderSheetShow = id;
8                importFolderSheetShow = id;
9                setAutoImport = id;
10                setBadge = id;
11                setDownloadLocation = id;
12                setLimit = id;
13                setLimitCheck = id;
14                setMoveTorrent = id;
15                setPort = id;
16                setRatio = id;
17                setRatioCheck = id;
18                setShowMessage = id;
19                setSpeedLimit = id;
20                setStartSetting = id;
21                setUpdate = id;
22                setWaitToStart = id;
23            };
24            CLASS = PrefsController;
25            LANGUAGE = ObjC;
26            OUTLETS = {
27                fAutoImportCheck = NSButton;
28                fBadgeDownloadRateCheck = NSButton;
29                fBadgeUploadRateCheck = NSButton;
30                fBandwidthView = NSView;
31                fCopyTorrentCheck = NSButton;
32                fDeleteOriginalTorrentCheck = NSButton;
33                fDownloadCheck = NSButton;
34                fDownloadField = NSTextField;
35                fFolderPopUp = NSPopUpButton;
36                fGeneralView = NSView;
37                fImportFolderPopUp = NSPopUpButton;
38                fNetworkView = NSView;
39                fPortField = NSTextField;
40                fQuitCheck = NSButton;
41                fQuitDownloadingCheck = NSButton;
42                fRatioCheck = NSButton;
43                fRatioField = NSTextField;
44                fRemoveCheck = NSButton;
45                fRemoveDownloadingCheck = NSButton;
46                fSpeedLimitDownloadField = NSTextField;
47                fSpeedLimitUploadField = NSTextField;
48                fStartMatrix = NSMatrix;
49                fTransfersView = NSView;
50                fUpdatePopUp = NSPopUpButton;
51                fUpdater = SUUpdater;
52                fUploadCheck = NSButton;
53                fUploadField = NSTextField;
54                fWaitToStartField = NSTextField;
55            };
56            SUPERCLASS = NSWindowController;
57        },
58        {
59            ACTIONS = {checkForUpdates = id; };
60            CLASS = SUUpdater;
61            LANGUAGE = ObjC;
62            SUPERCLASS = NSObject;
63        },
64        {
65            CLASS = TorrentTableView;
66            LANGUAGE = ObjC;
67            OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
68            SUPERCLASS = NSTableView;
69        }
70    );
71    IBVersion = 1;
72}
Note: See TracBrowser for help on using the repository browser.