2
0

hidePasswords, preferences, UI improvements.

[ADDED]     hidePasswords to Mac app for hiding the passwords in the large passwords display, hold alt to reveal.
[ADDED]     Way to easily open the Mac app's preferences.
[IMPROVED]  Use transparent main window to improve the blur effect.
[ADDED]     Key equivalent coach marks when holding alt.
[FIXED]     Don't change sites table when site text field loses focus.
This commit is contained in:
Maarten Billemont
2014-06-26 23:13:21 -04:00
parent 2bd4d57869
commit f294a8c9f5
16 changed files with 1109 additions and 58 deletions

View File

@@ -22,6 +22,7 @@
@interface MPPasswordWindowController : NSWindowController<NSTextViewDelegate, NSTextFieldDelegate, NSTableViewDataSource, NSTableViewDelegate>
@property(nonatomic, strong) NSMutableArray *elements;
@property(nonatomic) BOOL alternatePressed;
@property(nonatomic, weak) IBOutlet NSArrayController *elementsController;
@property(nonatomic, weak) IBOutlet NSImageView *blurView;