michael starke
aeb5d630d4
Comment
2013-06-08 11:15:48 +02:00
michael starke
2470f70391
Introduced auto-expansion on Outlineview
2013-06-08 11:14:18 +02:00
michael starke
fab145ce77
Fixed wrong background drawing in MPTableView
2013-06-08 11:13:49 +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
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
8c4383b4d1
Improvements on rounded textviews. Indentation seems broken
2013-06-02 19:12:09 +02:00
michael starke
4052c5b306
Used Bindings in outline view
2013-06-02 00:58:33 +02:00
michael starke
b81ec2128b
Outline View now displays Header Cell correctly
2013-06-01 17:30:21 +02:00
michael starke
4ce13c3f4b
Changed font size in inspector view
2013-06-01 04:50:23 +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
c4e5bec779
Merge branch 'master' of https://github.com/mstarke/MacPass
2013-06-01 00:23:31 +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
c7d863a2e3
Added license file
2013-05-31 14:26:39 +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
18ad6f2f74
Added DMSplitView submodule
2013-05-27 23:00:34 +02:00
michael starke
071a8168a4
MiniKeePassLib
2013-05-23 22:56:26 +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
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
292187d1c4
Using NSSplitview with auto layout instead of delgation
2013-05-17 22:09:29 +02:00
michael starke
73bd260c46
Localization
2013-05-12 01:04:16 +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
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
070467d106
Password input now works with document controller
2013-05-09 14:41:09 +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
22a105aaf8
Open and New now work when the main windows is closed
2013-04-20 21:35:22 +02:00
michael starke
42cb3743c5
Fixed binding error that caused a crash on clipboard actions
2013-04-20 12:58:39 +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
a1aa03d05f
Merge pull request #1 from nmadura/master
...
Implemented beginnings of new file creation
2013-04-18 13:49:39 -07: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
Nathaniel Madura
5e8e1e86c1
Implemented path through which a file can be created.
...
MPDatabaseController and MPDatabaseDocument, needed new initializers to
properly support creating a new document.
2013-04-18 13:42:13 -04:00
Nathaniel Madura
f4cf6413f2
MPDatabaseVersion in own header
...
moved MPDatabaseVersion out to its own header and then added references
in other header files where appropriate.
2013-04-18 13:39:06 -04:00
Nathaniel Madura
f1b7e755f2
moved to seperate header file
...
this typedef needed to move to a seperate header file so that it could
be referenced in other header files, as there is no forward declartions
for enums.
2013-04-18 13:36:34 -04:00
michael starke
b6504b3dc4
More work on password generation
2013-04-02 14:53:46 +02:00
michael starke
a70aedb51e
First drafting for Password generator.
...
Extended Settings handling to be able to use Tabs
2013-03-31 15:57:41 +02:00
michael starke
476e18b870
Expermintes with NSCopying and Iconselection window
2013-03-23 00:14:29 +01:00
michael starke
a91c1a64d9
Fixed memory leak in IconHelper
...
First test with password show/hide input
2013-03-14 01:21:30 +01:00