mirror of
https://github.com/transmission/transmission
synced 2025-01-05 22:44:23 +00:00
7e244c6792
Adds stop at ratio, Adds sorting by name, date or state, Seperates Info window into its own nib, Adds option to enable or disabled autostarting downloads, Seperates Network / Transfers in the Preferences
25 lines
No EOL
797 B
Text
25 lines
No EOL
797 B
Text
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
CLASS = InfoWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
fAnnounce = NSTextField;
|
|
fDownloaded = NSTextField;
|
|
fHash = NSTextField;
|
|
fImageView = NSImageView;
|
|
fLeechers = NSTextField;
|
|
fName = NSTextField;
|
|
fPieceSize = NSTextField;
|
|
fPieces = NSTextField;
|
|
fSeeders = NSTextField;
|
|
fSize = NSTextField;
|
|
fTracker = NSTextField;
|
|
fUploaded = NSTextField;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |