#3613 run a script when download completes - patch by Alexander Courtis

This commit is contained in:
Mitchell Livingston
2010-11-23 00:32:43 +00:00
parent 48c0862b08
commit 3700c97b21
14 changed files with 4277 additions and 708 deletions

View File

@@ -39,7 +39,7 @@
IBOutlet NSTextField * fCheckForUpdatesLabel;
IBOutlet NSButton * fCheckForUpdatesButton, * fCheckForUpdatesBetaButton;
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp;
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp, * fDoneScriptPopUp;
IBOutlet NSTextField * fRatioStopField, * fIdleStopField, * fQueueDownloadField, * fQueueSeedField, * fStalledField;
IBOutlet NSTextField * fUploadField, * fDownloadField,
@@ -117,6 +117,9 @@
- (void) setRenamePartialFiles: (id) sender;
- (void) setDoneScriptEnabled: (id) sender;
- (void) doneScriptSheetShow: (id) sender;
- (void) applyRatioSetting: (id) sender;
- (void) setRatioStop: (id) sender;
- (void) updateRatioStopField;