Commit Graph

82 Commits

Author SHA1 Message Date
michael starke
f56c325242 Changed custom fields to use a tableview
Custom fields are stored and loaded, missing Undo
2013-06-28 02:17:49 +02:00
michael starke
81c3bdcb5a Added test for custom field ui. Field can be added/removed. But no data is displayes/stored 2013-06-27 04:35:09 +02:00
michael starke
0df7ed4458 Changed outline view to display the root node as a normal node and added a separate Group header 2013-06-26 21:32:32 +02:00
michael starke
9120edfcd5 Added document settings window stubb 2013-06-26 01:31:45 +02:00
michael starke
cb18013964 Fixed #23 Revert to saved now working
Fixed KVO issues with active items not being updated on tree reset
Fixed #6 Moved all move/delete/create functions into MPDocument
Intigrated OutlineViewDelegate into OutlineViewController
2013-06-26 01:19:44 +02:00
michael starke
c2e9cfc7d6 Adodopted changes in KeePassLib 2013-06-25 23:15:54 +02:00
michael starke
16ee3c5ce6 Added binary lookup to MPDocument 2013-06-25 16:06:00 +02:00
michael starke
b8375d0514 Removed obsolete category since it's transferred to MiniKeePassLib 2013-06-25 02:03:57 +02:00
michael starke
8f884d799a Updated MiniKeePassLib
Updated Credits
2013-06-25 02:02:10 +02:00
michael starke
8e655a1bd9 Switched to development branch in KeePassLib 2013-06-25 01:24:05 +02:00
michael starke
84fdd1fb47 Changed Inspector to dual tab view and removed Popups 2013-06-22 01:45:23 +02:00
michael starke
6c08f908a6 Test with popover Attachment and Notes view. 2013-06-21 21:07:26 +02:00
michael starke
1c91b1a9a1 Newly created groups should now be selected
Added lock on sleep
Lock on idle still missing
Fixed some issues with clipboard clearing
Fixed preferences bindings errors
2013-06-21 18:29:24 +02:00
michael starke
dd14bae24f Revamped selection handling to ensure Groupt/Entry display on view switchting 2013-06-20 20:56:14 +02:00
michael starke
491569ba2e added more infrastructure for KeepassHttp 2013-06-18 00:11:27 +02:00
michael starke
510113156d Added more handler stubs 2013-06-17 21:49:00 +02:00
michael starke
ed78068a6d Started on Feature #14. Server is now running. But cannot communicate. 2013-06-17 21:06:27 +02:00
michael starke
236e7036bc Remove DMSplitView as it's never used
Updated Readme to reflect new modules
Added CocoaHTTPServer submodule
Fixed SettingsWindow, works now with multiple tabs
Added ServerSettings tab
2013-06-17 01:29:29 +02:00
michael starke
a39dc7ea68 Added scrollview to inspector to accommodate bigger conntent 2013-06-16 14:13:19 +02:00
michael starke
dadf416950 Fixed error when double-clicking on and empty entryTable 2013-06-16 10:40:25 +02:00
michael starke
eb6f5c3411 Fixed #17
Added new icons for inspector and delete
2013-06-15 22:03:58 +02:00
michael starke
cc58ec3770 Refactored to NS_ENUM and NS_OPTION 2013-06-13 23:31:19 +02:00
michael starke
a54b2aae5a Ui for the password wizzard now works more or less.
Password creation needs to be finalized
2013-06-12 01:13:05 +02:00
michael starke
df7a492ec8 Small updates to locking
Refactorings
2013-06-11 02:50:25 +02:00
michael starke
ae0fae13c1 Renamed Categories better
Introduced Drag'n'Drop of Entries to outline view. Unfinished and fragile!
2013-06-10 01:12:32 +02:00
michael starke
75d05eae9f Localization swap fix 2013-06-09 20:39:15 +02:00
michael starke
288d118184 Extracted context menu operations into MPContextMenuHelper
Removed private declarations as they aren't needed for the compiler anymore
Fixed drawing order in MPPopupImageView
Fixed #7 Error occurred due to duplicate shortcut.
Copy Password now is bound to ⌘+⌥+C
2013-06-09 18:20:04 +02:00
michael starke
88ff8c79a0 Refactorings 2013-06-09 17:10:41 +02:00
michael starke
53850d8d35 Changed layout to accommodate locking
Fixed Autolayout hickups
Added lock screen
Removed unused views
Some refactorings
2013-06-08 23:54:57 +02:00
michael starke
62d6bf4313 missing File 2013-06-08 16:37:03 +02:00
michael starke
929871e682 Introduced KVO compliance for group and entry manipulation
Converted outline view to use NSTreeController
2013-06-08 01:34:03 +02:00
michael starke
5b79f8c256 SecureTextFieldCell added 2013-06-07 03:26:45 +02:00
michael starke
f84ef7208f Extracted HNHGradientView 2013-06-06 23:50:29 +02:00
michael starke
b92d8cdc80 Moved separator view to HNHUi 2013-06-06 23:33:54 +02:00
michael starke
f7c6222910 Extracted RoundedTextFieldCell 2013-06-05 12:32:39 +02:00
michael starke
b81ec2128b Outline View now displays Header Cell correctly 2013-06-01 17:30:21 +02:00
michael starke
9e451fb139 Used bindings in Inspector and Tabelview
Added undoable actions for KdbGroup
2013-06-01 04:22:36 +02:00
michael starke
19a518b3bd Reduced complexity of inspector view
Added simple separator line view
App is currently very unstable :(
2013-06-01 00:23:14 +02:00
michael starke
4396dbe9f4 Fixed nib name for DocumentWindowController 2013-05-29 02:07:01 +02:00
michael starke
8a21b194df Entry positions are now editable in groups
Added undo wrapper for moving to new group and moving to new indexes for Entries
2013-05-18 01:21:31 +02:00
michael starke
10f827c867 Removed unused Delegate. App does not run stable! 2013-05-17 22:20:49 +02:00
michael starke
e5355393f1 Cleaned up old KdbEntry and KdbGroup categories
Fixed dealloc bug in MPDocumentWindowController
Introduced undo category for entries and groups
2013-05-12 00:58:59 +02:00
michael starke
c1110f7a4d First running Version that used document based architecture. Search is broken. 2013-05-10 01:24:51 +02:00
michael starke
c7596d49fe Refactoring for document based application 2013-05-09 14:02:30 +02:00
michael starke
35c92fbf0b Started transition to document based application 2013-05-08 23:56:17 +02:00
michael starke
b3bbcf55fb Removed Create controller. Added change Password controller.
TODO: Add step to set password if file has non on first save!
2013-04-29 01:32:56 +02:00
michael starke
8a30ce873f Merge branch 'master' of https://github.com/mstarke/MacPass
Conflicts:
	MacPass.xcodeproj/project.pbxproj
2013-04-18 23:02:39 +02:00
michael starke
de43936e30 More work on Password creation 2013-04-18 22:49:07 +02:00
Nathaniel Madura
426339c5e5 Created view and supporting code to create a new file
Created a new view CreationView, and supporting ViewController. Design
closely mirrors that of opening an existing file. Added the
viewcontrollers to the main window controller. Creation of a new file
sort of works, the file is created and can be saved, but one can't add
anything to it.
2013-04-18 13:45:36 -04:00
michael starke
b6504b3dc4 More work on password generation 2013-04-02 14:53:46 +02:00