diff --git a/MacPass/MPDocument+HistoryBrowsing.h b/MacPass/MPDocument+HistoryBrowsing.h new file mode 100644 index 00000000..e5a18417 --- /dev/null +++ b/MacPass/MPDocument+HistoryBrowsing.h @@ -0,0 +1,13 @@ +// +// MPDocument+HistoryBrowsing.h +// MacPass +// +// Created by Michael Starke on 26.02.14. +// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved. +// + +#import "MPDocument.h" + +@interface MPDocument (HistoryBrowsing) + +@end diff --git a/MacPass/MPDocument+HistoryBrowsing.m b/MacPass/MPDocument+HistoryBrowsing.m new file mode 100644 index 00000000..08e22c02 --- /dev/null +++ b/MacPass/MPDocument+HistoryBrowsing.m @@ -0,0 +1,13 @@ +// +// MPDocument+HistoryBrowsing.m +// MacPass +// +// Created by Michael Starke on 26.02.14. +// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved. +// + +#import "MPDocument+HistoryBrowsing.h" + +@implementation MPDocument (HistoryBrowsing) + +@end diff --git a/README.md b/README.md index 88c2a203..0108603d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you want to live dangerously and want to take a look at the master: git submodule init git submodule update -After that you can build and run in XCode. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92) +After that you can build and run in Xcode. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92) ##Known Major Issues @@ -81,6 +81,29 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . +##Contribtuions + +[Iiro Jäppinen](https://iiro.jappinen.me) MacPass icon + +[Gil André](mailto:gil@panix.com) French localizations + +[Nathaniel Madura](mailto:nmadura@umich.edu) Refacotrings, first create Database + +[Kurt Legerlotz](https://github.com/lotz) Settings to open or copy URL on double click + +[Adam Doppelt](mailto:amd@gurge.com) whitespace polish on EntryInspectorView, Autosave table sorting. Default to sort by title. + +[Stephen Taylor](http://www.makegames.co.uk/) Fixed tab ordering + +[Andrew Schleifer](mailto:me@andrewschleifer.name) Enable fullscreen option for document windows, Centralise the Validation, Only enable password entry fields when option is checked + +[Frank Enderle](http://www.anamica.de/) Cmd+F now marks the text of the search field if the filterbar is already visible and sets the focus. Set remaining password fields to fixed width font. + +[Josh Halstead](mailto:jhalstead85@gmail.com) Update Readme (typo) + +[Chhom Seng](https://github.com/cseng) Fixed issue with blank outline and entry views if the inspector was hidden before unlocking the database. Implemented context menu validation for entry context menu. + + ##Copyright This Project is based upon the following work: