First commit of collapsable groups. A lot more needs to still be done.

This commit is contained in:
Mitchell Livingston
2008-02-06 23:45:44 +00:00
parent e372450e98
commit a0061f43fb
12 changed files with 2901 additions and 2971 deletions

View File

@@ -52,7 +52,6 @@ typedef enum
tr_handle * fLib;
NSMutableArray * fTorrents, * fDisplayedTorrents;
NSMutableIndexSet * fDisplayedGroupIndexes;
PrefsController * fPrefsController;
InfoWindowController * fInfoController;
@@ -63,7 +62,6 @@ typedef enum
IBOutlet NSWindow * fWindow;
DragOverlayWindow * fOverlayWindow;
IBOutlet NSScrollView * fScrollView;
IBOutlet TorrentTableView * fTableView;
IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder;
@@ -183,6 +181,8 @@ typedef enum
- (void) updateUI;
- (void) setBottomCountTextFiltering: (BOOL) filtering;
- (void) updateTorrentsInQueue;
- (int) numToStartFromQueue: (BOOL) downloadQueue;
@@ -247,6 +247,8 @@ typedef enum
- (void) setWindowSizeToFit;
- (NSRect) sizedWindowFrame;
- (void) updateForExpandCollape;
- (void) showMainWindow: (id) sender;
- (void) linkHomepage: (id) sender;