commit e270921c6f712b1132d78a0885cc747f0caf69a6 Author: Thorsten Sick Date: 2009-10-13 full documentation for seahorse-service-crypto.c daemon/seahorse-service-crypto.c | 110 +++++++++++++++++++++++++++++++++++++- 1 files changed, 108 insertions(+), 2 deletions(-) commit dbc15703a35ac78efeba285d20e627f755070c73 Author: Thorsten Sick Date: 2009-10-11 seahorse-service.c fully documented Signed-off-by: Stef Walter daemon/seahorse-service.c | 95 +++++++++++++++++++++++++++++++++++++-------- 1 files changed, 79 insertions(+), 16 deletions(-) commit 5f8867464217f505c825892189b1cda25c2b6950 Author: Gil Forcada Date: 2009-10-13 Updated Catalan translation po/ca.po | 1048 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 544 insertions(+), 504 deletions(-) commit 0159fb43a1e32832fdcefa333c2abac1adf834a6 Author: Leonid Kanter Date: 2009-10-11 Updated Russian translation po/ru.po | 1073 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 562 insertions(+), 511 deletions(-) commit 9065861cdb314a6351fe241145c73436f9252a8f Author: nobled Date: 2009-10-10 Set usage flags during unattended key generation Add lines for "Key-Usage:" and "Subkey-Usage:" to the standard input to `gpg --batch --gen-key`, as documented in GnuPG's doc/DETAILS. Closes: bgo#555205 pgp/seahorse-gpgme-key-op.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b0cef6e39c8aa2643dd78b79f4ddf73a704e5273 Author: Stef Walter Date: 2009-10-10 Set bits setting properly when creating SSH key. The key bit size setting was not set properly in the SSH key generate dialog. ssh/seahorse-ssh-generate.c | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) commit 05d133f818b574fab1a36a8f71ae14993e20e26c Author: nobled Date: 2009-10-10 Add support for GnuPG DSA2 keys Newer versions of GPG have support for 3072-bit DSA keys turned on by default. This tests for supported GPG versions at compile-time with the new macro GPG_MICRO. Closes: bgo#594707 Signed-off-by: Stef Walter pgp/seahorse-gpgme-key-op.c | 2 +- pgp/seahorse-gpgme-key-op.h | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) commit 5773f60e19156ac4c20a9af5cd3ed15e423a7245 Author: nobled Date: 2009-10-10 Use the right macro names; create GPG_MICRO version macro Signed-off-by: Stef Walter configure.in | 1 + pgp/seahorse-gpgme-key-op.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 01a06706174d04f9e19b63892299b1d2516c1248 Author: Petr Kovar Date: 2009-10-10 Added Czech translation by Marek Cernocky Reviewed by: Petr Kovar. help/cs/cs.po | 1558 +++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 1071 insertions(+), 487 deletions(-) commit 1e1e68896263a043334ae744b22a1d878502af86 Author: Pablo Castellano Date: 2009-09-09 Prevent opening help window twice. Fixes bug #593695 Signed-off-by: Stef Walter pgp/seahorse-pgp-generate.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 44b1bb974b3d3cab80171fa8f3d7e0cd906b8a32 Author: Stef Walter Date: 2009-10-10 Remove translatable attribute from placeholder strings. Actually, we also remove the placeholder strings all together. It's (slightly) inefficient to have these here, and better to just leave them blank in glade. Fixes bug: #594269 src/seahorse-keyserver-sync.xml | 2 +- ssh/seahorse-ssh-key-properties.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a9034b0d23ed3156e6a64319713f3c1cb90ac0fa Author: Stef Walter Date: 2009-10-10 Fix build problem with libcryptui libraries. Fixes botched fix in commit dc8d2827... configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 433bb13701b754f3cb2c0e8b93ec8b52744685b8 Author: nobled Date: 2009-09-10 Fix subkey creation on newer GnuPG versions gpg 2.0.12 and 1.4.10 and later, changed their --edit-key options for creating subkeys. The prompts have changed in a backwards incompatible manner. Closes: bgo#594809 Signed-off-by: Stef Walter pgp/seahorse-gpgme-key-op.h | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) commit ec4795be0b8f1a62d078fc02e4bcf01350dd33be Author: Thorsten Sick Date: 2009-09-20 seahorse-gpgme-generate.c fully documented Signed-off-by: Stef Walter pgp/seahorse-gpgme-generate.c | 75 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 75 insertions(+), 0 deletions(-) commit 34a674c2a96b38f805fcd6b628d621373a0fc1e7 Author: Thorsten Sick Date: 2009-09-14 complete documentation for seahorse-gpgme Signed-off-by: Stef Walter pgp/seahorse-gpgme.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 57 insertions(+), 1 deletions(-) commit 5c272eb9dfff23c2cde308419327131398e600c7 Author: Thorsten Sick Date: 2009-08-24 documented the process of creating a new gkr keyring Signed-off-by: Stef Walter gkr/seahorse-gkr-add-keyring.c | 39 +++++++++++++++++++++++++++++++++++ gkr/seahorse-gkr-keyring-commands.c | 7 ++++++ libseahorse/seahorse-widget.c | 15 +++++++++++++ 3 files changed, 61 insertions(+), 0 deletions(-) commit dc8d28276204dbd9b47e6ff6fb2f3419a648bc1b Author: Stef Walter Date: 2009-10-09 Link libcryptui to dbus-glib and dbus Fixes bug #596691 configure.in | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 2dcd1fb71e0406fa48c64e9d04b43f5b1e11b23d Author: Stef Walter Date: 2009-10-09 Fix location label in SSH key properties. Fixed gtkbuilder identifier for location label. Also removed some useless placeholder text that was marked as translatable. Fixes bug #597583 ssh/seahorse-ssh-key-properties.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit e344df96c7828f321d13eca670c04c9484090067 Author: Stef Walter Date: 2009-10-09 Fix assertion when destroying object with children. This is due to a modify while iterating a list. We copy the list so that the original is modified, while we iterate the copy. Fixes bug #596842 libseahorse/seahorse-object.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit c210d3b3592c51d5371cd8bda79f2a00d4339a0c Author: Gintautas Miliauskas Date: 2009-10-06 Updated Lithuanian translation. po/lt.po | 1146 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 599 insertions(+), 547 deletions(-) commit c65ba7c1554859f3c919f1020ec5caa4379adb12 Author: Adam Schreiber Date: 2009-10-04 Premtively fix 'bogus' handling of the flags type common/seahorse-bind.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) commit 432d298ed320ea0aaccd27e6d6200bfe345e8c2d Author: Adam Schreiber Date: 2009-10-04 BugĀ 596592 - Can't paste into filter field Check to see if the filter field has focus when pasting and if so paste to it instead of trying to import text. When filter doesn't have focus, importing is attempted. src/seahorse-key-manager.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 457ebc5a23fe88a777e4b7f1238cbe557d6d9ff2 Author: Bastien Nocera Date: 2009-10-04 BugĀ 596583 - Fix property bindings when using enums The enums won't ever get to the G_TYPE_ENUM case because they're sub-classes of G_TYPE_ENUM. Check whether the value holds an enum instead and manually check for equality. common/seahorse-bind.c | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) commit 5834ab2c23ddab6b27525c339bf5c74e5f3d460c Author: Peteris Krisjanis Date: 2009-10-03 Fix for wrongly translated term 'keys' in Latvian translation. po/lv.po | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit c4fcd75a6b826a2b8306c8fa5acea43d34b596cb Author: Manoj Kumar Giri Date: 2009-09-22 Upadated Oriya Translation po/or.po | 311 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 162 insertions(+), 149 deletions(-) commit 26d8e6410ba0203e9ce4f8dcbbc1a69333e7725e Author: Stef Walter Date: 2009-09-21 Bump version number configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cccda296b89f6b3dad942c18b84b9812f07a8d08 Author: Stef Walter Date: 2009-09-21 Release 2.28.0 NEWS | 5 +++++ README | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)