add ability to set transfer priority in the Mac ui

This commit is contained in:
Mitchell Livingston
2009-04-20 03:36:35 +00:00
parent bada82a96c
commit 1181e4e8f1
7 changed files with 515 additions and 16 deletions

View File

@@ -45,7 +45,7 @@
NSInteger fMouseControlRow, fMouseRevealRow, fMouseActionRow, fActionPushedRow;
NSArray * fSelectedValues;
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu;
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu, * fPriorityMenu;
IBOutlet NSMenuItem * fGlobalLimitItem;
Torrent * fMenuTorrent;
@@ -82,6 +82,8 @@
- (void) setQuickRatioMode: (id) sender;
- (void) setQuickRatio: (id) sender;
- (void) setPriority: (id) sender;
- (void) checkFile: (id) sender;
- (void) moveDataFile: (id) sender;