Commit Graph

169 Commits

Author SHA1 Message Date
michael starke
5e4254b45f Started Move to KeePassKit - Project compiles but does NOT work properly
Removed MiniKeePass Categories.
Moved Random streams form MiniKeePass to KeePassKit
Changed MacPass to use KeePassKit
2013-09-01 02:16:27 +02:00
michael starke
f335825c44 fixed #62 application now shows a welcome screen if no other window is opened
fixed #79 modification data can be used as table column
fixed #74 added group sorting in search results
2013-08-16 04:00:08 +02:00
michael starke
f87e60442e Some work to get Drag and Drop back up again. Might be useful to postpone it until KeePassKit is ready to replace MiniKeePassLib 2013-08-04 23:16:41 +02:00
michael starke
780c8782e6 Updated Localization
Added configureable Table headers in Entry view
2013-07-31 02:50:13 +02:00
michael starke
31f456929c Added Template editing.
Creating with templates not supported yet.

Templates are listed in Context-Menu under the AddEntry Toolbar
Toolbar Button is missing an Arrow for now. Control-Size is not working correctly for now
Nested Template or Trash groups aren't considered, this is a bug!
Minor changes to the UI (Settings tabs now use common icons)
Added Workflow-Settings tab to extract all the custom action possible on entries. The copy or open on URL dbl-click setting will move over to this tab.
2013-07-30 20:37:59 +02:00
Kurt
ad07c0de6c Adding a setting to enable launching URLs on double-click 2013-07-29 21:31:29 -04:00
michael starke
e33a9fdc93 Enhanced Context menu on outline view 2013-07-30 00:23:25 +02:00
michael starke
07dae46b4c Fixed #39 Overall search behavior ironed out.
Fixed #71 Added A simple entropy calculation for purely random generated passwords
Added separate Views for Group and Entry Inspector
Added "no Selection" view for Inpsector
2013-07-28 13:31:37 +02:00
michael starke
4172d10aa7 Search bar is now animated 2013-07-25 02:46:53 +02:00
michael starke
af4336e94b Experimenting in Inspector with readonly inputs 2013-07-24 03:04:11 +02:00
michael starke
4a35d0d4ff Refactored the selection tracking to be in the document now
Filtering should work reliably now. No "sticking" of entries
Fixed #42. Deleted entries now result in desolation.
2013-07-24 01:05:49 +02:00
michael starke
030dbd5be7 Fixed #46 Binaries get now deleted when entries are delete on trans cleaning
MenuEntries are validated and disabled to fix #58. Model still doesn't do any testing
2013-07-20 16:31:20 +02:00
michael starke
0986271199 Updated Submodules
Extracted TabelViewDelegates for Attachments and Custom Fields
2013-07-18 02:55:09 +02:00
michael starke
0a42e55f0e Added custom-field copy to the context menu on entries. It's not fully functional as it's not correctly using the click but always the selected entry! 2013-07-17 01:02:02 +02:00
michael starke
75c9aa6873 Temporarily disabled drag and drop until it's working properly
Fixed issues with clearing the trash
2013-07-10 01:20:08 +02:00
michael starke
fb0887ebf0 Refactored Undo/Redo 2013-07-09 21:58:28 +02:00
michael starke
f55e78349e Reworked DatabaseSettings to be cancelable
Moved Password edit to Database settings
2013-07-06 04:18:10 +02:00
michael starke
31530ba586 fixed issue trying to copy nil objects to the pasteboard 2013-07-03 23:46:05 +02:00
michael starke
df98a9b649 Converted project to ARC 2013-07-03 23:40:20 +02:00
michael starke
9b074eb6b6 Lock files are generated and internal state is stored (#22)
Feed back for the user missing
Protection missing
2013-06-26 21:55:41 +02:00
michael starke
17f2155aa4 Fixed memory leaks
Removed obsolete CreationViewController references
2013-06-26 03:50:23 +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
dd14bae24f Revamped selection handling to ensure Groupt/Entry display on view switchting 2013-06-20 20:56:14 +02:00
michael starke
1f105c5bdb Fixed #18. Passwords are now displayed as 8-dots or empy 2013-06-17 21:01:20 +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
dadf416950 Fixed error when double-clicking on and empty entryTable 2013-06-16 10:40:25 +02:00
michael starke
cbbf55e0c5 Started support for file attachments 2013-06-16 00:57:44 +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
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
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
4fe6f617d6 Filterbar now shows ups correctly with auto layout
Filtering enabled again, but very fragile
2013-06-09 03:55:52 +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
bb8937b4c9 Roved unused code 2013-06-08 18:50:02 +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
ba924701b0 switch to iVar instead of property 2013-06-07 23:23:36 +02:00
michael starke
f7c6222910 Extracted RoundedTextFieldCell 2013-06-05 12:32:39 +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
2b1d2dca06 More work on undo/redo
Updated README
2013-05-23 22:50:34 +02:00
michael starke
130a14de54 Fixed crash that occurred while reopening a document after closing another one 2013-05-18 01:50:09 +02:00
michael starke
292187d1c4 Using NSSplitview with auto layout instead of delgation 2013-05-17 22:09:29 +02:00
michael starke
ca4b8ee946 Fixed memory leaks
Introduced Sorting
2013-05-11 23:56:49 +02:00
michael starke
e33545a1de Testing Undo/Redo 2013-05-11 00:12:09 +02:00
michael starke
30a17f39bb Fixed notification for outline view to just subscribe to single instances not all notifications as we are now dealing with multiple windows. 2013-05-10 01:35:28 +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
bb7a903a03 Group and Entry selection now fill some Inspector Fields. No Editingin at the moment 2013-03-12 00:19:17 +01:00
michael starke
ff7e8aaadd Removed Search form toolbar and added field to search bar. Searching is broken for now.
Added rudimentary add group/entry functionality
2013-03-10 03:12:34 +01:00
michael starke
816fb9f29e Removed unused View stubs
Cleaned the deselectoin/selection behavior on click/select/open/close of databases
2013-03-09 16:13:04 +01:00