mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
remove bindings from the rest of the text fields, added back glue code
This commit is contained in:
@@ -32,12 +32,14 @@
|
||||
tr_handle_t * fHandle;
|
||||
|
||||
NSUserDefaults * fDefaults;
|
||||
BOOL hasLoaded;
|
||||
|
||||
NSToolbar * fToolbar;
|
||||
IBOutlet NSView * fGeneralView, * fTransfersView, * fBandwidthView, * fNetworkView;
|
||||
|
||||
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp,
|
||||
* fDownloadSoundPopUp, * fSeedingSoundPopUp;
|
||||
IBOutlet NSTextField * fRatioStopField, * fQueueField;
|
||||
|
||||
NSArray * fSounds;
|
||||
|
||||
@@ -76,8 +78,14 @@
|
||||
- (void) setNat: (id) sender;
|
||||
- (void) updateNatStatus;
|
||||
|
||||
- (void) updateRatioStopField;
|
||||
- (void) setRatioStop: (id) sender;
|
||||
|
||||
- (void) applySpeedSettings: (id) sender;
|
||||
|
||||
- (void) updateLimitFields;
|
||||
- (void) setGlobalLimit: (id) sender;
|
||||
|
||||
- (void) applyTorrentLimitSetting: (id) sender;
|
||||
- (void) setTorrentLimit: (id) sender;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user