mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
Added contributors
This commit is contained in:
13
MacPass/MPDocument+HistoryBrowsing.h
Normal file
13
MacPass/MPDocument+HistoryBrowsing.h
Normal file
@@ -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
|
||||
13
MacPass/MPDocument+HistoryBrowsing.m
Normal file
13
MacPass/MPDocument+HistoryBrowsing.m
Normal file
@@ -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
|
||||
25
README.md
25
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
##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:
|
||||
|
||||
Reference in New Issue
Block a user