added thread to flush VT queue after timeout

improved auth popup
This commit is contained in:
Patrick Wardle
2015-07-03 14:20:58 -10:00
parent 4a14f0a763
commit ffd9a43eba
16 changed files with 272 additions and 164 deletions
+13
View File
@@ -15,6 +15,15 @@
/* PROPERTIES */
//auth button
@property (weak) IBOutlet NSButton *authButton;
//arrow icon
@property (weak) IBOutlet NSImageView *arrowIcon;
//help button
@property (weak) IBOutlet NSButton *helpButton;
//status msg
@property (weak) IBOutlet NSTextField *statusMsg;
@@ -27,6 +36,10 @@
// ->auths user!
-(IBAction)authenticate:(id)sender;
//invoked when user clicks 'help' button
// ->open product's page w/ anchor to help
-(IBAction)help:(id)sender;
//invoked when user clicks 'cancel' button
// ->exits app
-(IBAction)close:(id)sender;