michael starke
2371793da4
Autotype fix dialog now only shows candiates.
2014-08-11 15:46:32 +02:00
James Hurst
6c9946a1b1
Select correct row for new entry regardless of sort order
2014-08-06 07:40:03 -04:00
James Hurst
5ff911b824
Improved "Add Entry" workflow (issue #156 )
...
- New entry is automatically scrolled to and selected
- Title textfield is automatically focused
- Pre-generate a password using the deault password creation settings
2014-08-05 20:53:37 -04:00
michael starke
24e45b74e9
Updated translations
...
Added note to run auto type fix for any newly opened file
2014-06-25 19:34:03 +02:00
michael starke
9240de444a
Entries copied to pasteboard now get placeholder and references evaluated
2014-05-27 11:59:20 +02:00
michael starke
33d992b7fb
Updated Readme with warning of Autotype fuck up (0.4.2 will have a fix-up tool)
...
Fixed issue with inspector still displaying deleted entries
2014-04-04 23:18:24 +02:00
michael starke
3d8c0acf64
Added warning image to FixAutotypeDialog to indicate possible MacPass corruptions
2014-03-30 14:11:26 +02:00
michael starke
6a28d03801
Fixed #159 URL is now below Password
...
Sorting columns is added (as mentioned in #64 )
2014-03-18 19:32:52 +01:00
michael starke
e222ebf379
fixed #157 . cmd+delete now triggers the delete action
2014-03-18 03:12:24 +01:00
michael starke
00da9013a8
Included TransformerKit for easier NSValueTransformer generation
...
Date picking for expiry dates now works
2014-03-17 18:09:58 +01:00
michael starke
1f75722e67
Notes are now displayed in a split view inside the inspector
2014-03-15 22:16:56 +01:00
michael starke
5b69453868
fixed #152 Sorting now ignored case. All previously saved sorting settings in the entry view will be reverted to the default behaviour
2014-03-11 22:01:28 +01:00
michael starke
90d5bc9ef2
Search structurally works again. Filtering is not polished.
2014-02-27 21:54:59 +01:00
michael starke
4273e41142
MPDocument now does the searching and notifies anyone that want to be informed
2014-02-27 21:31:45 +01:00
michael starke
c1d6574172
Cmd+F Selects old search string
2014-02-27 01:53:41 +01:00
michael starke
ffabda0242
Context bar display now works again. Search is still broken
2014-02-27 01:40:50 +01:00
michael starke
61310d2300
It's getting there again :)
2014-02-26 23:04:00 +01:00
michael starke
51bb22a9b7
Moving more stuff about context bar into the document away from the EntryViewController.
...
Some refactorings considering notification registration.
2014-02-26 21:17:35 +01:00
michael starke
f6dc2193de
Refactored Notification setup to use only the document as object
2014-02-25 22:49:41 +01:00
michael starke
21f299bdff
Moved search to MPDocument. Not working properly at the moment
2014-02-25 22:23:53 +01:00
michael starke
81dc24d9b2
Broken commit - refactoring search
2014-02-24 12:05:41 +01:00
michael starke
ae38cdce32
Minor change to codestyle
2014-02-22 11:39:28 +01:00
michael starke
1bd68d0194
Fixed problem with tab order when another tab was displayed in the context bar
...
Began reworking filter selection in context bar
2014-01-29 12:20:16 +01:00
michael starke
500140d5a2
Simple approach to fix Issue #137 . Tab navigates to the entry view after the "done" button
2014-01-22 11:52:36 +01:00
Chhom Seng
ce838f6b7a
Implemented context menu validation.
2014-01-01 18:03:25 -07:00
michael starke
37f7f8123a
Fixed missing binding to enable trahs in settings tab
...
Updated copy/drag and drop to changed KeePassKit
2013-12-20 19:50:23 +01:00
michael starke
92d963a9ef
Extracted context bar for trash, history and filter browsing. Some regressions in focus handling were introduced. History tab will go away as this will be incorporated in the entry comparable to searching. Code cleanup. Moved copying to KeePassKit
2013-12-18 02:29:25 +01:00
michael starke
6b1aff9449
Fixed tests. Layout for filterBar now uses only two constants and animates a constant instead of adding and removing a bunch of constraints all the time.
2013-12-12 11:20:36 +01:00
michael starke
28fdf9f57a
Fixed merging issue
2013-12-12 02:14:15 +01:00
Michael Starke
a01e5ce54f
Merge pull request #126 from fenderle/master
...
Fixes search field (Issue #65 )
2013-12-11 17:10:18 -08:00
michael starke
467b600673
Removed non-functional binding for now
2013-12-12 02:05:50 +01:00
michael starke
5a4cf2152a
Fixed layout constraint issues on filter bar display
2013-12-12 01:20:20 +01:00
Frank Enderle
7215677b86
Fixes search field (Issue #65 )
2013-12-08 00:37:41 +01:00
michael starke
4d9aa8cc02
Fixed issue with composite key storing not updating the MasterKeyChanged date (this should be moved to KeePassKit)
...
Fixed #120 (at least that's what I hope ;) )
2013-12-04 21:22:29 +01:00
michael starke
fa52de144c
Using bindings for iconImage for instant updates
...
Icon setting now gets registered via NSUndoManager
Refactored iconId property
2013-12-04 01:57:54 +01:00
michael starke
1964adb439
Merged pull request #117
2013-12-02 17:15:13 +01:00
michael starke
1a6d5114b9
IconSelectionView now can be used to set default icons. Setting other Icons is broken for now. Setting custom icons doesn't work at all.
2013-12-01 02:29:37 +01:00
michael starke
213bb3d51f
Added method to put focus on group, entry or inspector view via keyboard shortcuts. This might be better done via a simple "cmd + arrow" shortcut to move about
2013-11-27 01:04:06 +01:00
michael starke
7c103abd53
Added removed validation but calling into central document function, since the responder needs to validate the menu items #112
2013-11-23 21:34:10 +01:00
Andrew Schleifer
71939a4497
consolidate other validations
2013-11-23 10:46:07 -06:00
michael starke
eeb440fa1c
Sped up table view creation to reuse date formatter
2013-11-16 00:02:54 +01:00
michael starke
56938909df
fixed #93 #106 for good.
...
resolved some Autolayout issues
2013-11-08 19:14:04 +01:00
michael starke
55b4ce648f
Added dynamic visibility for edit button. Button should only be used if history is enabled and thus will be saved. Otherwise direct editing should be possible
2013-10-23 03:01:12 +02:00
michael starke
620be11f0d
Fixed #93 . Formatter are now cleaned up on reused table cell views
2013-10-21 19:11:39 +02:00
michael starke
373b7f6381
Hidden unused edit button in inspector
...
Fixed wrong displayed group name for search results.
2013-10-20 19:47:26 +02:00
michael starke
5d90b23569
Fixed #64 Attachment count is now displayable as a column in the entry view
2013-10-15 23:20:46 +02:00
michael starke
8a7b2f8085
Database settings now store and load color of db and compression algorithm
...
Fixed wrong sort descriptor for modificationDate on entry view table
2013-10-15 00:26:57 +02:00
michael starke
eeb6cfbe95
Fixed #86
2013-09-16 02:07:35 +02:00
michael starke
5796333a2e
Fixed #61 searching in passwords is now supported
...
Fixed #80 nested groups can be selected as templates or trash
Trash UUID now get's stored correctly
Enhanced and fixed some undo errors in moving groups and/or entries
Added action names for moving groups/entries via drag and drop
2013-09-10 00:57:47 +02:00
michael starke
e7cdf352f8
Group inspector now correctly edits expires flag and search and auto type inheritance
2013-09-03 01:26:03 +02:00