summaryrefslogtreecommitdiff
path: root/gcr/gcr-gnupg-key.h
Commit message (Collapse)AuthorAgeFilesLines
* gcr: Drop GcrColumnNiels De Graef2022-06-271-4/+0
| | | | | These were just used for display treeviews. We're not really interested in putting that kind of stuff inside gcr itself, so just remove it.
* Drop custom icons in gcrNiels De Graef2022-06-271-2/+0
| | | | | | | | | | | Icons are problematic to provide within gcr, as different DEs that are using it, have different expectations what such an icon should look like: one wants it to be colorful, another wants it to be monochrome, yet another wants everything skeumorphic etc. Let's not deal with this in gcr4 and drop any icons. If applications want to provide an icon, they can do that themselves much better then we ever can.
* gcr: Update the inclusion guard to not mention gcr-baseCorentin Noël2022-04-091-4/+4
| | | | Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
* gcr: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+2
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* gcr: mark many fields as privateEvan Nemerson2011-09-281-2/+1
|
* gcr: Add Renderer for Gnupg keysStef Walter2011-09-271-4/+0
| | | | * Uses the colon style GcrRecord data to render gnupg key.
* Split the gcr library into base and ui components.Stef Walter2011-09-261-3/+2
| | | | | | * Different pkg-config files gcr-3.pc and gcr-base-3.pc * The base library doesn't link to GTK+ or anything that is used in the UI. It can be used by non-ui programs.
* gcr: Display photo as icon for Gnupg keys.Stef Walter2011-07-121-0/+2
| | | | | | | | * Load the first photo uid and use as icon for Gnupg Keys. * Add GcrMemoryIcon which is a GLoadableIcon which loads from data in memory. https://bugzilla.gnome.org/show_bug.cgi?id=650433
* gcr: Implement loading of attributes in GcrGnupgCollectionStef Walter2011-07-121-0/+2
| | | | | | | | | | * These attributes can contain photo ids. * Add various definitions for dealing with attributes. * Since we like everything in the --with-colons gnupg format, we implement our own record type 'xa1' and cram the attribute (photo id) into there, along with all data. https://bugzilla.gnome.org/show_bug.cgi?id=650433
* gcr: Rename GcrColons to GcrRecordStef Walter2011-05-151-7/+7
| | | | | * These records can be used for other purposes as well. Can represent any data with uniform single character delimiters
* gcr: Make GcrGnupgKey::keyid full keyid and add short-keyid for display.Stef Walter2011-05-151-0/+2
| | | | | | * More documentation fixes and cleanup. https://bugzilla.gnome.org/show_bug.cgi?id=648019
* gcr: More testing for secret gnupg keys.Stef Walter2011-05-131-1/+2
| | | | | | | | * Create an example keyring * Change signature of _gcr_gnupg_key_new so it also accepts the secret part. https://bugzilla.gnome.org/show_bug.cgi?id=648019
* gcr: Add support for listing secret gnupg keys.Stef Walter2011-05-131-2/+7
| | | | | | * Also add support to GcrGnupgKey for holding the secret info. https://bugzilla.gnome.org/show_bug.cgi?id=648019
* gcr: A rudimentary Gnupg Collection implementation.Stef Walter2011-04-191-0/+75
* Loads basic GPG keys. * No splitting of UIDs yet. * No monitoring yet. https://bugzilla.gnome.org/show_bug.cgi?id=647885