draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support)

This commit is contained in:
Mitchell Livingston
2009-09-04 04:10:46 +00:00
parent ae675f3d6f
commit 5e2ef3aa89
12 changed files with 180 additions and 354 deletions

View File

@@ -25,12 +25,13 @@
#import <Cocoa/Cocoa.h>
#import <transmission.h>
#import "Controller.h"
#import <Quartz/Quartz.h>
@class TorrentCell;
#define GROUP_SEPARATOR_HEIGHT 18.0
@interface TorrentTableView : NSOutlineView
@interface TorrentTableView : NSOutlineView <QLPreviewPanelDataSource, QLPreviewPanelDelegate>
{
IBOutlet Controller * fController;
@@ -51,6 +52,8 @@
CGFloat fPiecesBarPercent;
NSAnimation * fPiecesBarAnimation;
QLPreviewPanel * fPreviewPanel;
}
- (BOOL) isGroupCollapsed: (NSInteger) value;