Commit Graph

153 Commits

Author SHA1 Message Date
michael starke
f586127cd1 Toolbar now should get autosaved 2013-08-09 15:42:12 +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
michael starke
e33a9fdc93 Enhanced Context menu on outline view 2013-07-30 00:23:25 +02:00
michael starke
b96810db1b Experimented with URL draggin and Entry creationg 2013-07-26 02:12:09 +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
9ced3fce0b Changed password/keyfile requesting. No password/keyfile is enforced until you want to save the file. 2013-07-22 00:02:14 +02:00
michael starke
acc800c9e6 Fixed #59 Password length input is nu read only. Not a nice solution but for now working
Attachments for Kdb and Kdbx Databases are now supported. Save, Add, Delete
2013-07-21 23:23:45 +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
efa727eaba Settings now work with KDB1 Files and do not trap the Application in the modal dialog
Added user base settings to hide/show passwords at KDB1 field. The settings are stored but not considered ;)
2013-07-19 22:25:40 +02:00
michael starke
5e6d2bed3d Removed commented code 2013-07-19 18:42:18 +02:00
michael starke
c1b47bdb77 Enhanced password input to check and verify
Added repeat password input in settings
New databases without password request on (it's not changed on file until the saved)
2013-07-19 01:39:52 +02:00
michael starke
0e102d3f0f Saving last state of Inspector (last document wins) 2013-07-18 21:23:32 +02:00
michael starke
d4c7d49d6f Fixed issue with window restoration 2013-07-18 21:16:56 +02:00
michael starke
bfc610a25e Added "reopen last database" featuer
Removed standard open new db on activate
Enabled windows state restoration
Enabled table column state restoration
Menu items should be validated better
2013-07-18 04:21:23 +02:00
michael starke
c0051f852e Added export to XML action for Version2 Databases
Small updates to Database Settings window
2013-07-15 22:10:27 +02:00
michael starke
a31e287ec8 Fixed Tests
Fixed error that lead to trying to create and array with nil object
2013-07-13 00:00:51 +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
df98a9b649 Converted project to ARC 2013-07-03 23:40:20 +02:00
michael starke
f3001b35e1 More work on Recylcebin support #24
Document settings display tree to chose recycle bin location
2013-07-02 00:48:48 +02:00
Michael Starke
ccd9c9cfa9 Fixed issue that did not set the correct document version in MPDocument
Reverted undoable settings for Database
Updated to latest HNHUi
2013-06-30 13:40:18 +02:00
michael starke
dbd424ffae Extended Settings 2013-06-27 03:33:30 +02:00
michael starke
cef74284e1 started layout of settings window 2013-06-26 23:38:04 +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
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
17f2155aa4 Fixed memory leaks
Removed obsolete CreationViewController references
2013-06-26 03:50:23 +02:00
michael starke
eeada7904b Disabled toolbar items on lock screen (drop down menu on action button still enabled) 2013-06-26 02:05:57 +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
1b20ce0628 Optimized Locking timer
Disabled re-locking of already locked documents
Disabled locking of documents without a password
2013-06-24 21:54:05 +02:00
michael starke
449b6fa8bf Rearranged Inspector Layout to use the space more efficently 2013-06-22 13:02:42 +02:00
michael starke
84fdd1fb47 Changed Inspector to dual tab view and removed Popups 2013-06-22 01:45:23 +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
e76195565c Fixed #19 Layout now gets restored correctly after unlocking with hidden ispector 2013-06-17 21:04:37 +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
665167cf42 Reenabled the "Toggle Inspector" Behaviour 2013-06-15 12:28:33 +02:00
michael starke
df7a492ec8 Small updates to locking
Refactorings
2013-06-11 02:50:25 +02:00
michael starke
ed1d09df3d Experimenting with a status bar and buttons 2013-06-10 03:18:10 +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
90d1c0da44 Fixed #12 Views now resize in a good manner 2013-06-09 18:33:13 +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
9e451fb139 Used bindings in Inspector and Tabelview
Added undoable actions for KdbGroup
2013-06-01 04:22:36 +02:00
michael starke
b969baa7fb Fixed decryption error handling 2013-05-29 14:52:08 +02:00
michael starke
fb17bc0a00 Added inspector again 2013-05-29 02:07:35 +02:00
michael starke
4396dbe9f4 Fixed nib name for DocumentWindowController 2013-05-29 02:07:01 +02:00
michael starke
2b1d2dca06 More work on undo/redo
Updated README
2013-05-23 22:50:34 +02:00
michael starke
10f827c867 Removed unused Delegate. App does not run stable! 2013-05-17 22:20:49 +02:00
michael starke
292187d1c4 Using NSSplitview with auto layout instead of delgation 2013-05-17 22:09:29 +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