mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Merged Mitchell's changes, this includes:
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
This commit is contained in:
@@ -7,7 +7,19 @@
|
||||
[self setState: NSOnState];
|
||||
[self highlight: YES];
|
||||
|
||||
[NSMenu popUpContextMenu: [self menu] withEvent: event forView: self];
|
||||
NSPoint location = NSMakePoint(3, -2);
|
||||
|
||||
NSEvent * theEvent= [NSEvent mouseEventWithType: [event type]
|
||||
location: location
|
||||
modifierFlags: [event modifierFlags]
|
||||
timestamp: [event timestamp]
|
||||
windowNumber: [event windowNumber]
|
||||
context: [event context]
|
||||
eventNumber: [event eventNumber]
|
||||
clickCount: [event clickCount]
|
||||
pressure: [event pressure]];
|
||||
|
||||
[NSMenu popUpContextMenu: [self menu] withEvent: theEvent forView: self];
|
||||
|
||||
[self setState: NSOffState];
|
||||
[self highlight: NO];
|
||||
|
||||
Reference in New Issue
Block a user