Fixed deallocation cleanup

Minor view changes

Sketching path bar to use for search as hint to where the entries are
Some experiments with the filter bar (extracted the view to a separate nib)
This commit is contained in:
michael starke
2013-02-25 03:31:55 +01:00
parent 1b878c4d0b
commit 841647a3ed
25 changed files with 1151 additions and 852 deletions

View File

@@ -24,4 +24,7 @@ APPKIT_EXTERN NSString *const MPEntryTableURLColumnIdentifier;
@property (readonly, retain) NSArrayController *entryArrayController;
@property (nonatomic, retain) NSString *filter;
/* Clear the Search filter*/
- (void)clearFilter;
@end