#1575 Auto-select a group for new torrents according to criteria for each group

This commit is contained in:
Mitchell Livingston
2008-12-08 03:26:28 +00:00
parent e3b039cd21
commit 678a3f7c3e
10 changed files with 1649 additions and 1153 deletions

View File

@@ -35,10 +35,21 @@
IBOutlet NSTextField * fSelectedColorNameField;
IBOutlet NSButton * fCustomLocationEnableCheck;
IBOutlet NSPopUpButton * fCustomLocationPopUp;
IBOutlet NSView * fGroupRulesPrefsContainer;
IBOutlet NSButton * fAutoAssignRulesEnableCheck;
IBOutlet NSButton * fAutoAssignRulesEditButton;
IBOutlet NSWindow * fGroupRulesSheetWindow;
IBOutlet NSRuleEditor * fRuleEditor;
}
- (void) addRemoveGroup: (id) sender;
- (IBAction) toggleUseCustomDownloadLocation: (id) sender;
- (IBAction) customDownloadLocationSheetShow: (id) sender;
- (IBAction) toggleUseAutoAssignRules: (id) sender;
- (IBAction) orderFrontRulesSheet: (id) sender;
- (IBAction) cancelRules: (id) sender;
- (IBAction) saveRules: (id) sender;
@end