commit fda4190561a1488ef1166c6bd0673c115b403186 Author: Theppitak Karoonboonyanan Date: 2010-02-08 Updated Thai translation. po/th.po | 46 +++++++++++++++++++++++++++++----------------- 1 files changed, 29 insertions(+), 17 deletions(-) commit 8f63c6bab966e3af8512264991f2f9388895a33d Author: Adam Schreiber Date: 2010-02-07 Fix formatting of g_strsplit to add space before parens libseahorse/seahorse-util.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e2092a387868e7a71db7f0c230e7b18da5bbc844 Author: Adam Schreiber Date: 2010-02-07 Remove daemon autostart file from lists po/POTFILES.in | 1 - po/POTFILES.skip | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit 8d80091e8fe708d2c7e771a797946f04b50868a9 Author: nobled Date: 2010-01-20 pgp: Make subkey creation more robust Creating subkeys depends on a hack based on the numbers gpg happens to use for each keytype in its UI, which can change at random with new versions. This detects the gpg version in use at runtime and sends the appropriate keytype selection number instead of a defined constant. Seahorse no longer depends on using the same gpg version as at compile-time. This also adds support for creating subkeys using gnupg 1.2.x. Closes: bgo#605967. pgp/seahorse-gpgme-key-op.c | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) commit c7671f25e6c752924c1957491b9fff16f79b4e2d Author: nobled Date: 2010-01-20 pgp: Add keytype numbers Add the keytype selection numbers used by gpg from 1.2.0 to 2.0.14. pgp/seahorse-gpgme.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ pgp/seahorse-gpgme.h | 8 ++++++ 2 files changed, 73 insertions(+), 0 deletions(-) commit e992586c5058b4639c422c02818bd0665030791f Author: nobled Date: 2010-01-20 libseahorse: Add version string parsing libseahorse/seahorse-util.c | 28 +++++++++++++++++++++++++++- libseahorse/seahorse-util.h | 4 ++++ 2 files changed, 31 insertions(+), 1 deletions(-) commit e53ff18f839871a60eb70d450062c5a1f357f046 Author: Jorge González Date: 2010-02-07 Updated Spanish translation po/es.po | 33 +++++++++++++++++++++++++-------- 1 files changed, 25 insertions(+), 8 deletions(-) commit 395506b50e0a60aea0c73397f98ee918a48fe153 Author: Martin Pitt Date: 2010-01-25 Drop daemon autostart file Do not install an autostart desktop file for the daemon any more. It takes a lot of CPU resources on startup, and is not needed for most day to day operations. The SSH/GPG agent functionality does not need it at all, and for the GUIs (seahorse-preferences and the nautilus plugins) a slightly increased startup cost is a small price to pay for getting a faster desktop startup. https://bugzilla.gnome.org/show_bug.cgi?id=608012 configure.in | 1 - daemon/Makefile.am | 8 -------- daemon/seahorse-daemon.desktop.in.in | 13 ------------- 3 files changed, 0 insertions(+), 22 deletions(-) commit 4dcbc1f5bac4331b5bef5f3a15b839bba9fd8925 Author: Mario Blättermann Date: 2010-02-07 Updated German translation po/de.po | 171 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 91 insertions(+), 80 deletions(-) commit ba8bcf321291f8cd8f91ba60e1f05ebcdbea300c Author: Adam Schreiber Date: 2010-02-07 Bug 608010 - Crashes if autostart desktop file is not present Update eggdesktopfile.[ch] from libegg/smclient libegg/eggdesktopfile.c | 103 +++++++++++++++++++++++++++++++++------------- libegg/eggdesktopfile.h | 8 +++- 2 files changed, 80 insertions(+), 31 deletions(-) commit c388601bf88412756621e4382c691829bc903ab0 Author: Thorsten Sick Date: 2010-02-01 Adds a DBus interface to create keys User name, email address and comments can be passed over DBus. The only dialog being shown is the password creation dialog. daemon/seahorse-service.c | 72 ++++++++++++++++++++++++++ daemon/seahorse-service.h | 3 + daemon/seahorse-service.xml | 7 +++ pgp/seahorse-gpgme-dialogs.h | 14 +++++- pgp/seahorse-gpgme-generate.c | 111 ++++++++++++++++++++++++++++++---------- 5 files changed, 178 insertions(+), 29 deletions(-) commit c6681cd99a4bfbeb5ada3e396accb06a378a67d5 Author: Thorsten Sick Date: 2009-09-14 changed GPG_ERR_CANCELED to GPG_ERR_BAD_PASSPHRASE pgp/seahorse-gpgme-key-op.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8e37fabd89fcfd3fe0f267e2cc5d9563d2365aa7 Author: Thorsten Sick Date: 2009-08-22 Error windows after the third wrong pasword is displayed now. pgp/seahorse-gpgme-key-op.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit b2e176fe36424efcf2a78a543a377e50a1789ef3 Author: Theppitak Karoonboonyanan Date: 2010-02-07 Updated Thai translation. po/th.po | 361 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 187 insertions(+), 174 deletions(-) commit 2d7ad2bc35cfe2c957e32997e8808cf9e2fae609 Author: Jorge González Date: 2010-02-01 Updated Spanish translation po/es.po | 402 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 207 insertions(+), 195 deletions(-) commit 6a85f6e93660ccb6a9943feab9a858b2db861252 Author: Mattias Põldaru Date: 2010-02-01 Updating Estonian translation po/et.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 3e560335a4dc44dc2f1b5cb8e251505a26961c2c Author: Kjartan Maraas Date: 2010-01-31 Updated Norwegian bokmål translation po/nb.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 148848196cbb292e337b727f475d230e221b2c76 Author: Christian Kirbach Date: 2010-01-29 Fixed: POTFILES.in references non-existing file https://bugzilla.gnome.org/show_bug.cgi?id=608248 po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit f4c06b573b20172bbbbd44634fdf6bfc830eb427 Author: Jamil Ahmed Date: 2010-01-29 Updated Bengali translation po/bn.po | 6116 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 3065 insertions(+), 3051 deletions(-) commit 16b5de56416f64f2f3a65ed7ec965bb783eda7c9 Author: Christian Kirbach Date: 2010-01-28 Fixed typo in daemon/seahorse-service-crypto.c https://bugzilla.gnome.org/show_bug.cgi?id=608256 daemon/seahorse-service-crypto.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c06b59c95921d3ae12e9262a1451f4ab6c422f97 Author: Ivar Smolin Date: 2010-01-28 Updating Estonian translation po/et.po | 62 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 34 insertions(+), 28 deletions(-) commit d92ff4314c64c5366693ce7f9850221ce7c1db47 Author: Christian Kirbach Date: 2010-01-27 Updated German translation po/de.po | 379 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 196 insertions(+), 183 deletions(-) commit 17d9d43ca6aa6f4c885db48a3ddd38b0810c4233 Author: Matej Urbančič Date: 2010-01-27 Updated Slovenian translation po/sl.po | 506 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 260 insertions(+), 246 deletions(-) commit 369fb7930f91edbd671f5c8757c1ceeb5607b787 Author: Pablo Castellano Date: 2010-01-26 Updated HACKING file HACKING | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-) commit 287fa9c4925e1e4faa8a4f97c6b9bf9682039895 Author: Alexander Shopov Date: 2010-01-25 Updated Bulgarian translation po/bg.po | 363 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 180 insertions(+), 183 deletions(-) commit 9bf8b84ebcbb9cfadae7decae0c7d9ea8de611c6 Author: Kjartan Maraas Date: 2010-01-22 Updated Norwegian bokmål translation po/nb.po | 385 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 191 insertions(+), 194 deletions(-) commit 6bfb8025ed42f47748b6d83d604a4fa71aec61df Author: Stef Walter Date: 2010-01-21 Use GTK+ GtkEntryBuffer for secure password entry. Remove our own copy of GtkEntry, and use the new GtkEntryBuffer in GTK+ 2.18. Bump requred GTK+ version. common/Makefile.am | 4 +- common/seahorse-secure-buffer.c | 196 +++ common/seahorse-secure-buffer.h | 57 + configure.in | 2 +- gkr/seahorse-gkr-add-item.c | 20 +- gkr/seahorse-gkr-item-properties.c | 50 +- libseahorse/Makefile.am | 1 - libseahorse/seahorse-passphrase.c | 44 +- libseahorse/seahorse-prefs.c | 1 - libseahorse/seahorse-secure-entry.c | 3007 ----------------------------------- libseahorse/seahorse-secure-entry.h | 187 --- 11 files changed, 322 insertions(+), 3247 deletions(-) commit a066a303e4a167f107eeb981d3b4a7f9c96f3331 Author: Thorsten Sick Date: 2009-12-21 Adds Dbus commands to encrypt/decrypt files This adds the DBus commands EncryptFile and DecryptFile to process a file and store the results in another file. The second file will be overwritten. These commands are meant to allow people to encrypt/decrypt binary data using DBus commands. daemon/seahorse-service-crypto.c | 417 ++++++++++++++++++++++++++++-------- daemon/seahorse-service-crypto.xml | 20 ++ daemon/seahorse-service.h | 16 ++ 3 files changed, 367 insertions(+), 86 deletions(-) commit 8330d061885ce133d3b6dd8792879b167f7a82d1 Author: Wouter Bolsterlee Date: 2010-01-17 Updated Dutch translation po/nl.po | 1202 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 622 insertions(+), 580 deletions(-) commit 3233b32ff70566ce1c7da61388a3087a9e58a960 Author: Xandru Armesto Fernandez Date: 2010-01-04 Updated asturian translation po/ast.po | 2930 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2930 insertions(+), 0 deletions(-) commit 8c8323351679826a47035c74ec3c5ff429f66f0e Author: Xandru Armesto Fernandez Date: 2010-01-04 Added asturian language po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8572a86718b4f8d07417713eafe597ba7b09c165 Author: Matthias Clasen Date: 2010-01-02 Bug 604541 - wrong use of gdk_property_get Check return value of gdk_property_get before returning value. src/seahorse-key-manager-store.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit e329c309f8330c140acb86d270f531f2fc1cca64 Author: Vincent Untz Date: 2009-12-29 Fixed bad usage of g_strconcat: missing NULL Closes: bgo#605367 pgp/seahorse-gpg-options.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5e233999df4fb0ee11422020a93b9577c810f128 Author: Vincent Untz Date: 2009-12-24 [release] post-release bump to 2.29.5 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 24c55a5ba010fae3a3424991132b21e1ef877539 Merge: 23d181e f98a38f Author: Vincent Untz Date: 2009-12-24 Merge branch 'releasing-2.29.4' commit f98a38fd3ecd1824da15c138f00bfc885832a38d Author: Vincent Untz Date: 2009-12-24 [release] 2.29.4 NEWS | 14 ++++++++++++++ README | 2 +- 2 files changed, 15 insertions(+), 1 deletions(-) commit 176b907abc137ccaf9ce637c1f2792587c7321c2 Author: Vincent Untz Date: 2009-12-24 Fix distcheck with introspection libcryptui/Makefile.am | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-)