Added Sparkle to project (nothing integrated)

This commit is contained in:
michael starke
2014-02-04 20:05:24 +01:00
parent 1bd68d0194
commit 9ba441b002
8 changed files with 169 additions and 8 deletions

View File

@@ -11,6 +11,8 @@
#import "KPKEntry.h"
#import "MPEntryFilterHelper.h"
#import "NSButton+HNHTextColor.h"
typedef NS_ENUM(NSUInteger, MPContextTab) {
MPContextTabFilter,
MPContextTabTrash,
@@ -84,6 +86,8 @@ typedef NS_ENUM(NSUInteger, MPContextTab) {
self.trashBar.inactiveGradient = [[NSGradient alloc] initWithColors:inactiveColors];
[[self view] bind:NSSelectedIndexBinding toObject:self withKeyPath:@"activeTab" options:nil];
self.emptyTrashButton.textColor = [NSColor whiteColor];
if(self.nextKeyView) {
[self.exitHistoryButton setNextKeyView:self.nextKeyView];
[self.emptyTrashButton setNextKeyView:self.nextKeyView];