Merge file selection and torrent creation into the main branch.

The new code for these features is under a new license.
This commit is contained in:
Mitchell Livingston
2007-06-18 03:40:41 +00:00
parent 33ade6978b
commit 0256f4616d
102 changed files with 5259 additions and 3645 deletions

View File

@@ -7,8 +7,10 @@
revealDataFile = id;
revealFile = id;
revealTorrentFile = id;
setCheck = id;
setLimitSetting = id;
setPex = id;
setPriority = id;
setRatioLimit = id;
setRatioSetting = id;
setSpeedLimit = id;
@@ -32,8 +34,13 @@
fDownloadedValidField = NSTextField;
fDownloadingFromField = NSTextField;
fErrorMessageView = NSTextView;
fFileCheckItem = NSMenuItem;
fFileOutline = NSOutlineView;
fFilePriorityHigh = NSMenuItem;
fFilePriorityLow = NSMenuItem;
fFilePriorityNormal = NSMenuItem;
fFileTableStatusField = NSTextField;
fFileUncheckItem = NSMenuItem;
fHashField = NSTextField;
fImageView = NSImageView;
fLeechersField = NSTextField;