Commit Graph

2025 Commits

Author SHA1 Message Date
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
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
e573e461f1 Listing Icons now working. Nothing to select 2013-03-11 03:22:17 +01:00
michael starke
46636445a4 Popover for image selection now gets created correctly
NSPopupimageview now sends action on mouse clicks
2013-03-11 02:43:23 +01:00
michael starke
5271381d5e Introduced Custom Image View for editing-popup 2013-03-11 00:50:04 +01:00
michael starke
5ab229b0e8 Added AI assets
Keyfiles are now usable for opening databases
2013-03-10 16:02:06 +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
michael starke
55a6df90e2 Splitter handling now works better with Inspector. Still some work to be done! 2013-03-09 01:08:45 +01:00
michael starke
ba788a8626 Adde screenshot to README 2013-03-08 01:23:28 +01:00
michael starke
88b8a38e98 added Screenshots 2013-03-08 01:19:33 +01:00
michael starke
fd7a77f625 Added a shad to the inspector
Inspector now shows selected items (image,title) still no editing
2013-03-08 01:08:36 +01:00
michael starke
93e61210f4 Sketched new Inspector view 2013-03-07 03:49:43 +01:00
michael starke
0236128df4 Updated MineKeepassLib to current release 2013-03-07 01:17:54 +01:00
michael starke
a90c46f7cd Fixed crash that occurred when a database was open and another one failed to be opened
Some updates on the Splitter handling
2013-03-05 22:00:33 +01:00
michael starke
cb6326480e added inspector to split views.
Rough setup, nothing working right now
2013-03-05 01:56:19 +01:00
michael starke
03bb227c16 Fixed responder chain issues with ViewControllers
Context menu and copy actions now working (unfinished)
2013-03-04 01:24:11 +01:00
michael starke
4c59a137a2 Updated responder chain handling for view controller 2013-03-03 20:14:54 +01:00
michael starke
54b8afdda4 Added correct window title 2013-03-03 14:01:35 +01:00
michael starke
7d6712536b Added simple hud overlay on double-click actions 2013-03-03 04:46:25 +01:00
michael starke
72bf306a3c switched from selected to clicked row in copy actions
fixed refactoring but in clipboard clearing
2013-03-02 23:39:28 +01:00
michael starke
b021aefd51 Added PasteboardController to handle pasteboard cleanup on shutdown and timeout 2013-03-02 23:31:28 +01:00
michael starke
b26434569c Fixed typos and added note to KeePassX 2013-02-26 21:04:16 +01:00
michael starke
361b405825 Added MPToolbarButton to handle small control size in Toolbar
EntryEditView now gets displayed (without any functionality)
2013-02-26 20:57:25 +01:00
michael starke
2e8d35a432 Enhancement on selection behavior 2013-02-26 12:20:47 +01:00
michael starke
edaf4aa30d PathBar extended
Filtering enhanced
2013-02-26 05:18:25 +01:00
michael starke
841647a3ed Fixed deallocation cleanup
Minor view changes

Sketching path bar to use for search as hint to where the entries are
Some experiments with the filter bar (extracted the view to a separate nib)
2013-02-25 03:31:55 +01:00