mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 03:09:27 +00:00
Fixed some localizations in the inspector
Added emptryTrash action More work on the trash can integration Undo/Redo get's fucked up if any Trash-related operation is in the stack!
This commit is contained in:
@@ -65,11 +65,15 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
|
||||
- (Kdb4Tree *)treeV4;
|
||||
- (Kdb3Tree *)treeV3;
|
||||
|
||||
#pragma mark Data Manipulation
|
||||
- (void)useGroupAsTrash:(KdbGroup *)group;
|
||||
|
||||
|
||||
#pragma mark Undo Data Manipulation
|
||||
/* Undoable Intiialization of elements */
|
||||
- (KdbGroup *)createGroup:(KdbGroup *)parent;
|
||||
- (KdbEntry *)createEntry:(KdbGroup *)parent;
|
||||
- (StringField *)createStringField:(KdbEntry *)entry;
|
||||
|
||||
/*
|
||||
All non-setter undoable actions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user