mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 18:38:42 +00:00
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
797 B
Plaintext
25 lines
797 B
Plaintext
{
|
|
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;
|
|
} |