mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Message Log window, accessible from the Transmission menu.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#import <transmission.h>
|
||||
#import "PrefsController.h"
|
||||
#import "InfoWindowController.h"
|
||||
#import "MessageWindowController.h"
|
||||
#import "Badger.h"
|
||||
#import "ImageBackgroundView.h"
|
||||
#import "BarButton.h"
|
||||
@@ -47,6 +48,7 @@
|
||||
PrefsController * fPrefsController;
|
||||
NSUserDefaults * fDefaults;
|
||||
InfoWindowController * fInfoController;
|
||||
MessageWindowController * fMessageController;
|
||||
|
||||
IBOutlet NSWindow * fWindow;
|
||||
IBOutlet NSScrollView * fScrollView;
|
||||
@@ -135,6 +137,8 @@
|
||||
- (void) showInfo: (id) sender;
|
||||
- (void) setInfoTab: (id) sender;
|
||||
|
||||
- (void) showMessageWindow: (id) sender;
|
||||
|
||||
- (void) updateControlTint: (NSNotification *) notification;
|
||||
|
||||
- (void) updateUI: (NSTimer *) timer;
|
||||
|
||||
Reference in New Issue
Block a user