Message Log window, accessible from the Transmission menu.

This commit is contained in:
Mitchell Livingston
2006-08-21 22:07:08 +00:00
parent 9ef1ebaf19
commit 1b0811c812
14 changed files with 243 additions and 10 deletions

View File

@@ -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;