No description, website, or topics provided.
Vala C Makefile M4 Ruby Python Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
data
egg
flatpak
gpgme-glib
libgd @ 63d1488
m4
po
src
tests
.dir-locals.el
.gitmodules
COPYING
Makefile.am
NEWS
README
autogen.sh
configure.ac
git.mk
glib-tap.mk
gnome-credentials.anjuta
gnome-credentials.doap
gnome-credentials.spec

README

About gnome-credentials
=======================

gnome-credentials is a prototyping effort to implement the new
"Passwords and Keys" application design:
https://wiki.gnome.org/Design/Apps/PasswordsAndKeys

License
=======

GPL 2.0 or later (see the file COPYING).

Derived code from other projects are:

- the libsecret backend (src/secret-*.vala) is based on Seahorse
  (seahorse/gkr/*.vala)

- src/list-box-helper.vala is based on gnome-control-center
  (gnome-control-center/shell/list-box-helper.c)

- The format_date() function in src/utils.vala is based on Nautilus
  (the nautilus_file_get_date_as_string() function in
  libnautilus-private/nautilus-file.c)