michael starke
422d74ee5c
Moved defaults cleanup for key file from document to app delegate.
...
Added clear button to settings to remove any keys stored
2014-02-12 20:51:36 +01:00
michael starke
b82bc8c9e9
Fixed #143 Save now uses dots only when prompt will be displayed
2014-02-12 12:51:34 +01:00
michael starke
9ba441b002
Added Sparkle to project (nothing integrated)
2014-02-04 20:05:24 +01:00
michael starke
3385f09c2c
Removed edit button from interface as it's not fully supported.
...
Refactored editing button actions to be localisations safe
Added a candle editing button to cancel the edit process
2014-01-03 20:54:20 +01:00
Chhom Seng
da93396ee7
Implemented Edit button; it must be clicked to modify an entry.
2014-01-01 19:10:03 -07:00
michael starke
6cb7d49e69
Fixed more password input fonts
2013-12-18 18:42:25 +01:00
Frank Enderle
b293baad34
Set remaining password fields to fixed width font ( #97 )
2013-12-18 16:17:37 +01:00
michael starke
336fe02e2d
Added Import from XML functionality. KPKXmlTreeReader is not fully working with all possible formats (zipped or non zipped data)
2013-12-02 02:06:21 +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
4173141108
Added placeholder strings and updates to correspond to enable/disable of password in unlock and change password window
2013-11-24 00:50:17 +01:00
michael starke
77461a12e2
Added check box to password entry view to allow "no password" as currently only empty strings were allowed
2013-11-23 21:11:56 +01:00
michael starke
5fba430335
Added warning for key file remembering to general preferences
2013-11-23 04:19:32 +01:00
michael starke
9192504939
Refactored key file storing into the document.
2013-11-17 23:59:36 +01:00
michael starke
14130d0aa0
Added settings to remember last used key file. Functionality still missing
2013-11-16 00:05:11 +01:00
michael starke
00c43ef50f
Updated more xibs to Xcode 5
...
Fixed KeePassKit issue on savin kdbx files with deleted objects
2013-11-04 21:26:31 +01:00
michael starke
52b734239f
Fixed layout constraints bug in InspectorView
...
Updated more xibs to Xcode 5 format
More stubbing regarding autotype
2013-11-04 00:26:19 +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
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
accfdbc4f2
Fixed MPDocument tests to work again
2013-09-20 01:54:02 +02:00
michael starke
868950e873
Upgraded project to XCode 5
...
Fixed warnings in XCode 5
2013-09-19 00:06:29 +02:00
michael starke
64e56fd876
Changed drag and drop architecture to use pasteboard and encoded entries/groups
...
First steps to enhance drag and drop to for cross document dragging and inter-document copying
2013-09-15 23:41:02 +02:00
michael starke
d30bcac236
Updated submodule
...
Fixed error in Autotype test (password wrong)
2013-08-17 15:39:40 +02:00
michael starke
bbd0062301
Minor GUI changes
...
Updated KeePassKit submodule
Added test stub for autotype parsing
2013-08-17 01:45:18 +02:00
michael starke
450bc3d4dd
Entropy is now calculated for Custom Alphabets in Password Generator View
...
Custom String in Password Generator View are now filtered to only include unique characters
2013-08-04 03:41:09 +02:00
michael starke
115537c95b
Copy on disabled TextFields now possible. This behavior will be used when edit mode is added.
...
Fixed include issue
Added Tests for NSCoding compliance of KPKAttribute, KPKEntry and KPKBinary
2013-08-01 01:33:27 +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
514477d6fc
Iconselection view now shows available icons
2013-07-28 14:14:32 +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
3dfadd7af1
Updates to the Toolbar
2013-07-27 00:19:16 +02:00
michael starke
b96810db1b
Experimented with URL draggin and Entry creationg
2013-07-26 02:12:09 +02:00
michael starke
a6622148a0
Changed Inspectorview to 3 tabs. Notes are now at the first tab.
2013-07-25 01:49:15 +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
1f94a626bb
Create new on activate disabled. There's a annoying bug in there :(
2013-07-21 14:22:44 +02:00
michael starke
a6afe0bcf4
Fixed #29 Application now stores the last open database by itself. If window restoration in OS X is disabled, the app also reopens the last db.
2013-07-21 14:14:05 +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
c207b2b24a
Experiments with token filed in Inspector
2013-07-20 03:23:18 +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
0986271199
Updated Submodules
...
Extracted TabelViewDelegates for Attachments and Custom Fields
2013-07-18 02:55:09 +02:00
michael starke
63c3c83eb8
Updated Screenshots
...
Fixed some localization errors
2013-07-17 01:34:57 +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
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
6b14f84afb
Experimenting with edit mode for the Inspector
2013-07-13 18:45:32 +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
6ba8b1445d
Updated to new HNHRoundedSecureTextField
2013-07-09 03:04:55 +02:00
michael starke
79a8c05e95
Updated views to new Password input.
2013-07-09 02:41:22 +02:00
michael starke
a98720a00c
experiments with password toggle input
2013-07-07 23:39:06 +02:00
michael starke
d3cdc4d574
Added 4 more icons. Updated HNHUi
2013-07-07 14:04:43 +02:00
michael starke
f55e78349e
Reworked DatabaseSettings to be cancelable
...
Moved Password edit to Database settings
2013-07-06 04:18:10 +02:00