Dim filter buttons and "turtle" button when the window isn't key.

Larger status bar.
Toggle button for filter bar in status bar (image needed!).
Custom ordering only when filter disabled (even if filtering causes nothing to be hidden).
This commit is contained in:
Mitchell Livingston
2006-07-19 00:06:32 +00:00
parent 202c8743df
commit cd97152658
10 changed files with 112 additions and 21 deletions

View File

@@ -58,6 +58,7 @@
IBOutlet ImageBackgroundView * fStatusBar;
BOOL fStatusBarVisible;
IBOutlet NSTextField * fTotalDLField, * fTotalULField, * fTotalTorrentsField;
IBOutlet NSButton * fShowFilterButton;
NSString * fSortType;
IBOutlet NSMenuItem * fNameSortItem, * fStateSortItem, * fProgressSortItem,