Database settings now store and load color of db and compression algorithm

Fixed wrong sort descriptor for modificationDate on entry view table
This commit is contained in:
michael starke
2013-10-15 00:26:57 +02:00
parent 63a756039c
commit 8a7b2f8085
7 changed files with 533 additions and 4238 deletions

View File

@@ -24,7 +24,9 @@ typedef NS_ENUM(NSUInteger, MPDatabaseSettingsTab) {
/* General Tab */
@property (weak) IBOutlet NSTextField *databaseNameTextField;
@property (weak) IBOutlet NSPopUpButton *databaseCompressionPopupButton;
@property (unsafe_unretained) IBOutlet NSTextView *databaseDescriptionTextView;
@property (weak) IBOutlet NSColorWell *databaseColorColorWell;
/* Security Tab */
@property (weak) IBOutlet NSButton *protectTitleCheckButton;