commit 7ac75c5b9c1e453ba71aa2b5f61f7089506ef2d6 Author: Petr Kovar Date: 2009-07-26 Added Czech help translation by Marek Cernocky help/Makefile.am | 2 +- help/cs/cs.po | 1160 +++++++++++++++++++++++++++++++++++ help/cs/figures/seahorse-window.png | Bin 0 -> 29600 bytes 3 files changed, 1161 insertions(+), 1 deletions(-) commit 20cdc65e9a278534f5dbb464f47726e7c06e96b3 Author: Mario Blättermann Date: 2009-07-26 Updated German translation help/de/de.po | 601 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 314 insertions(+), 287 deletions(-) commit 8ac922bc6fc1d9d2817833bd667d7d3f248cc76d Author: Gil Forcada Date: 2009-07-26 Added cy to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e0d9a542eb8de055bb4b3b47e279aee171e03d9f Author: Daniel Nylander Date: 2009-07-22 Updated Swedish translation po/sv.po | 856 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 453 insertions(+), 403 deletions(-) commit 1bca34cd4a83a1c25b4ff95e234ad1b92dced6c8 Author: Chao-Hsiung Liao Date: 2009-07-22 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1023 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 1023 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1074 insertions(+), 972 deletions(-) commit b83f88949cc9f70d83f92eedd738c74efae916a6 Author: drtvasudevan Date: 2009-07-20 Updated Tamil translation po/ta.po | 861 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 457 insertions(+), 404 deletions(-) commit 182819bf5c5951a92b622e344c68ed98bde4a8d9 Author: Ivar Smolin Date: 2009-07-19 Updating Estonian translation po/et.po | 124 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 80 insertions(+), 44 deletions(-) commit 32ab2109b99e903521537f6f6a2238a58702ce66 Author: Jorge González Date: 2009-07-18 Updated Spanish translation po/es.po | 28 +++++++++------------------- 1 files changed, 9 insertions(+), 19 deletions(-) commit dbc9cc7b859d06e3c0ebd9941946acb32b817296 Author: Runa Bhattacharjee Date: 2009-07-15 Updated Bengali India Translations po/bn_IN.po | 1137 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 583 insertions(+), 554 deletions(-) commit a8629d13f50623ec7cc705cb3d849d85ed0be5b6 Author: Kjartan Maraas Date: 2009-07-14 Fix GTK+ single include libseahorse/seahorse-widget.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6b7d1de066011d04db35548217f0b64e607abe4b Author: Stef Walter Date: 2009-07-13 Move password tab to first place. Also change the label of the other keys. src/seahorse-key-manager.xml | 44 +++++++++++------------------------------ 1 files changed, 12 insertions(+), 32 deletions(-) commit f56f0bb48adf30d7ca406885c15a4808b030ada3 Author: Jorge González Date: 2009-07-12 Updated Spanish translation po/es.po | 850 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 456 insertions(+), 394 deletions(-) commit e9d379fa809beac670f19c1c608dc305bf479072 Author: Stef Walter Date: 2009-07-11 Add support for adding manual keyring secrets. User can now manually add items to keyrings from the File | New menu. 'Stored Password' is the name. gkr/Makefile.am | 4 +- gkr/seahorse-gkr-add-item.c | 172 +++++++++++++++++++++++++++++++ gkr/seahorse-gkr-add-item.xml | 191 +++++++++++++++++++++++++++++++++++ gkr/seahorse-gkr-add-keyring.c | 78 +-------------- gkr/seahorse-gkr-dialogs.c | 99 ++++++++++++++++++ gkr/seahorse-gkr-dialogs.h | 7 ++ gkr/seahorse-gkr-keyring-commands.c | 11 ++- gkr/seahorse-gkr-keyring.c | 1 + libseahorse/seahorse-gtkstock.c | 1 + po/POTFILES.in | 2 + 10 files changed, 488 insertions(+), 78 deletions(-) commit 25a1e1010a6a6aaa94bb268f548501331cf08709 Author: Claude Paroz Date: 2009-07-11 Update POTFILES.in after GTKBuilder migration. po/POTFILES.in | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) commit ce616ee6aa9027c818b06346404dcd08dcab11bb Author: Stef Walter Date: 2009-07-11 Use GtkBuilder instead of libglade. Automatic connecting of handlers is used. Handlers are exported via G_MODULE style exports. All handlers start with 'on_'. Most of the work done by Andreas Brauchli. Fixes bug# 577875 configure.in | 2 +- daemon/Makefile.am | 7 +- gkr/Makefile.am | 14 +- gkr/seahorse-add-keyring.glade | 175 -- gkr/seahorse-add-keyring.xml | 132 ++ gkr/seahorse-gkr-add-keyring.c | 14 +- gkr/seahorse-gkr-item-properties.c | 40 +- gkr/seahorse-gkr-item-properties.glade | 919 -------- gkr/seahorse-gkr-item-properties.xml | 562 +++++ gkr/seahorse-gkr-keyring-properties.c | 9 +- gkr/seahorse-gkr-keyring.glade | 287 --- gkr/seahorse-gkr-keyring.xml | 195 ++ libcryptui/Makefile.am | 6 +- libseahorse/Makefile.am | 16 +- libseahorse/seahorse-add-keyserver.glade | 263 --- libseahorse/seahorse-add-keyserver.xml | 201 ++ libseahorse/seahorse-notify.glade | 98 - libseahorse/seahorse-notify.xml | 90 + libseahorse/seahorse-passphrase.c | 2 - libseahorse/seahorse-prefs.c | 112 +- libseahorse/seahorse-prefs.glade | 441 ---- libseahorse/seahorse-prefs.xml | 312 +++ libseahorse/seahorse-progress.c | 20 +- libseahorse/seahorse-progress.glade | 189 -- libseahorse/seahorse-progress.xml | 128 ++ libseahorse/seahorse-widget.c | 100 +- libseahorse/seahorse-widget.h | 13 +- pgp/Makefile.am | 26 +- pgp/seahorse-add-subkey.glade | 298 --- pgp/seahorse-add-subkey.xml | 220 ++ pgp/seahorse-add-uid.glade | 263 --- pgp/seahorse-add-uid.xml | 188 ++ pgp/seahorse-expires.glade | 186 -- pgp/seahorse-expires.xml | 142 ++ pgp/seahorse-gpgme-add-subkey.c | 34 +- pgp/seahorse-gpgme-add-uid.c | 33 +- pgp/seahorse-gpgme-expires.c | 28 +- pgp/seahorse-gpgme-generate.c | 33 +- pgp/seahorse-gpgme-revoke.c | 19 +- pgp/seahorse-gpgme-sign.c | 51 +- pgp/seahorse-pgp-generate.glade | 651 ------ pgp/seahorse-pgp-generate.xml | 452 ++++ pgp/seahorse-pgp-key-properties.c | 403 ++--- pgp/seahorse-pgp-private-key-properties.glade | 2890 ------------------------- pgp/seahorse-pgp-private-key-properties.xml | 1771 +++++++++++++++ pgp/seahorse-pgp-public-key-properties.glade | 2393 -------------------- pgp/seahorse-pgp-public-key-properties.xml | 1435 ++++++++++++ pgp/seahorse-revoke.glade | 174 -- pgp/seahorse-revoke.xml | 190 ++ pgp/seahorse-sign.glade | 475 ---- pgp/seahorse-sign.xml | 514 +++++ pgp/seahorse-signer.c | 2 +- pgp/seahorse-signer.glade | 95 - pgp/seahorse-signer.xml | 96 + pkcs11/Makefile.am | 8 +- src/Makefile.am | 22 +- src/seahorse-change-passphrase.glade | 194 -- src/seahorse-change-passphrase.xml | 184 ++ src/seahorse-generate-select.glade | 222 -- src/seahorse-generate-select.xml | 207 ++ src/seahorse-key-manager.c | 42 +- src/seahorse-key-manager.glade | 586 ----- src/seahorse-key-manager.xml | 360 +++ src/seahorse-keyserver-results.c | 4 +- src/seahorse-keyserver-results.glade | 155 -- src/seahorse-keyserver-results.xml | 97 + src/seahorse-keyserver-search.c | 57 +- src/seahorse-keyserver-search.glade | 410 ---- src/seahorse-keyserver-search.xml | 273 +++ src/seahorse-keyserver-sync.c | 25 +- src/seahorse-keyserver-sync.glade | 346 --- src/seahorse-keyserver-sync.xml | 324 +++ src/seahorse-viewer.c | 4 +- ssh/Makefile.am | 14 +- ssh/seahorse-ssh-generate.c | 2 +- ssh/seahorse-ssh-generate.glade | 648 ------ ssh/seahorse-ssh-generate.xml | 634 ++++++ ssh/seahorse-ssh-key-properties.c | 61 +- ssh/seahorse-ssh-key-properties.glade | 1014 --------- ssh/seahorse-ssh-key-properties.xml | 613 ++++++ ssh/seahorse-ssh-upload.c | 25 +- ssh/seahorse-ssh-upload.glade | 351 --- ssh/seahorse-ssh-upload.xml | 331 +++ 83 files changed, 10163 insertions(+), 14459 deletions(-) commit b7a4c9f75254684ce6c8216283b6e8b24e7871cb Author: Jorge González Date: 2009-07-11 Updated Spanish translation po/es.po | 86 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 43 insertions(+), 43 deletions(-) commit 6d356c1b6c9b8dc239858191f316ac44147d6640 Author: Stef Walter Date: 2009-07-10 Remove the 'trusted keys' tab and combine with 'other keys'. Also make 'passwords' tab first since that's what people seem to use the most. src/seahorse-key-manager.c | 13 ------- src/seahorse-key-manager.glade | 76 +++++---------------------------------- 2 files changed, 10 insertions(+), 79 deletions(-) commit e92778463984f47fa913ebe954ed4215f7aa6a4e Author: Stef Walter Date: 2009-07-10 Gray out displayed non-trusted keys. Gray out PGP keys that are not trusted in the main key display and other places where they're rendered as markup. pgp/seahorse-pgp-uid.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 9b047fb6a974101fdb5cb74f693e0f795b7e1180 Author: Stef Walter Date: 2009-07-10 Ignore project files and backup files. .gitignore | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) commit dd3f1b871fa57e4eddf5ab57650cfa40cb1fc989 Author: Maxim V. Dziumanenko Date: 2009-07-09 Updated Ukrainian translation po/uk.po | 822 +++----------------------------------------------------------- 1 files changed, 37 insertions(+), 785 deletions(-) commit 13582f9987de9ac2d79004452684adc80cb67112 Author: A S Alam Date: 2009-07-07 updating translation for Punjabi po/pa.po | 283 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 117 insertions(+), 166 deletions(-) commit 2e2a3d529b62ea39b69b707b6dde7a1425ba7ca4 Author: Adam Schreiber Date: 2009-07-02 Bug 587539 – seahorse-daemon should autostart by default Remove the autostart condition on the sharing gconf key. daemon/seahorse-daemon.desktop.in.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 572e429904fc62bdc1c6eddbf1316b6b70fd2fd2 Author: Ivar Smolin Date: 2009-06-21 Updating Estonian translation po/et.po | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit e22cad4e318df704d865f97ea41a3f46a2c584f4 Author: Ivar Smolin Date: 2009-06-17 Updating Estonian translation po/et.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 123cb92dcdb0ede08a179d34ac0f2d084543a347 Author: Daniel Nylander Date: 2009-06-14 Updated sv translation (Daniel Nylander) po/sv.po | 180 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 92 insertions(+), 88 deletions(-) commit a6763731b54d929c12053a279dc4e5d00a453e2a Author: Ivar Smolin Date: 2009-06-09 Updating Estonian translation po/et.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 50bb662cfc8d7292aca391ba279776fd87002f7b Author: Ask H. Larsen Date: 2009-05-30 Updated Danish translation po/da.po | 214 ++++++++++++++++++++++---------------------------------------- 1 files changed, 75 insertions(+), 139 deletions(-) commit 3082358a3e788dbff9fa0af7f18319758f3ffa4d Author: Claude Paroz Date: 2009-05-29 Updated French translation help/fr/fr.po | 666 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 345 insertions(+), 321 deletions(-) commit d7333ecea390bae86cb10d2406641e8dede33587 Author: Adam Schreiber Date: 2009-05-23 Bug 583656 – Old result in search dialog should be selected Initially select the old search text in the GtkEntry. src/seahorse-keyserver-search.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 34df28756a71b16ffa95135e04a02c06ed048c6e Author: drtvasudevan Date: 2009-05-23 Updated Tamil translation po/ta.po | 350 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 163 insertions(+), 187 deletions(-) commit 6eda8ecc06e4e114e5ebe8b8817e57363aad5287 Author: Thomas Klausner Date: 2009-05-21 Bug 583281 – Unportable test(1) construct in configure script Change == tests to = tests configure.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit b0b0192ceeddb8383a4c0899be0ee19c7d5ef876 Author: Josselin Mouette Date: 2009-05-20 Bug 583356 – Should not daemonize when autostarted by D-Bus Adds the --no-daemonize flag to the DBus autostart file. daemon/org.gnome.seahorse.service.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 83ef5295fca7692d12df9f61f15ac4003985fce6 Author: Ivar Smolin Date: 2009-05-20 Updating Estonian translation po/et.po | 97 ++++++++----------------------------------------------------- 1 files changed, 13 insertions(+), 84 deletions(-) commit 8a529cfdacd70a5e4219cc34216d6e64c7ff6ab3 Author: Simos Xenitellis Date: 2009-05-20 updated Greek documentation translation help/el/el.po | 1193 +++++++++++++++------------------------------------------ 1 files changed, 302 insertions(+), 891 deletions(-) commit c204f2848789b579a265d07d18f8ba2344acc2d6 Author: Fotis Tsamis Date: 2009-05-20 updated Greek documentation translation help/el/el.po | 2660 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 1352 insertions(+), 1308 deletions(-) commit fa86856ba00a9edd59773767263d30352cfc4973 Author: Jorge Gonzalez Date: 2009-05-19 Updated Spanish translation help/es/es.po | 622 +++++++++++++++++++++++++++++++-------------------------- 1 files changed, 339 insertions(+), 283 deletions(-) commit 9bfc8c5873e01c6534fa460390dd96948f029490 Author: Jorge Gonzalez Date: 2009-05-19 Updated Spanish translation po/es.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 814a307dada575e07f1ce6d1664a4d9d30ffe4e0 Author: Jorge Gonzalez Date: 2009-05-18 Updated Spanish translation po/es.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 0c54c0301b8b53d85a6645ea3696e8fc57dd0c4b Author: Paul Cutler Date: 2009-05-07 Update docs / bug 580171 help/C/seahorse.xml | 70 +++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 59 insertions(+), 11 deletions(-) commit 3c39bec3bff25ac0e8b449044c1454924cc83b83 Author: Adam Schreiber Date: 2009-05-13 Fix whitespace errors libcryptui/cryptui-key-chooser.h | 2 +- libcryptui/cryptui-key-list.h | 2 +- libcryptui/cryptui.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 51f876027692b0473376f2b577bee815e0387f91 Author: Adam Schreiber Date: 2009-05-13 Fix white space errors libcryptui/cryptui-key-list.c | 2 +- libcryptui/cryptui-key-list.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit aaed9690f94d433e1dbcf92632cf2b1aa37e4f22 Author: Adam Schreiber Date: 2009-05-13 Fix function definition libcryptui/cryptui-key-store.c | 4 ++-- libcryptui/cryptui-key-store.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit b58c4e86b61ab8c09e0c4fe85e412c1d05445346 Author: Adam Schreiber Date: 2009-05-13 Add unimplemented function libcryptui/cryptui-keyset.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 3ec1d9abb9d8cc5b6feac25a8736efd7949c2281 Author: Adam Schreiber Date: 2009-05-13 Document enums libcryptui/cryptui.h | 76 ++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 59 insertions(+), 17 deletions(-) commit 7e953f440ae48e6d1b9b3e0c21644e04bbacd603 Author: Adam Schreiber Date: 2009-05-13 Fix gtk-doc make errors libcryptui/cryptui-key-chooser.c | 6 ------ libcryptui/cryptui-key-combo.c | 4 ---- libcryptui/cryptui-key-list.c | 6 ------ libcryptui/cryptui-keyset.c | 10 +--------- libcryptui/cryptui.c | 10 ---------- 5 files changed, 1 insertions(+), 35 deletions(-) commit 6d1e191c8a45af154079141947d8ddf347925f03 Author: Adam Schreiber Date: 2009-05-13 Document cryptui-key-store libcryptui/cryptui-key-store.c | 155 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 154 insertions(+), 1 deletions(-) commit 55abce79c4cf3f376b602d74e3f35b349556f194 Author: Adam Schreiber Date: 2009-05-12 Document cryptui-keyset.c libcryptui/cryptui-keyset.c | 152 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 152 insertions(+), 0 deletions(-) commit 3b10ec965928ff0b7277ef1ec68ec84fc69a6ce4 Author: Adam Schreiber Date: 2009-05-03 Add annotations and harmonize function defs and implementations libcryptui/cryptui-key-combo.c | 40 +++++++------- libcryptui/cryptui-key-combo.h | 6 +- libcryptui/cryptui-key-list.c | 113 +++++++++++++++++++++++++++++++++------ libcryptui/cryptui-key-list.h | 14 +++--- 4 files changed, 125 insertions(+), 48 deletions(-) commit 5a367e6f1f462ed1758d6d354c0be03e6a37fe7a Author: Adam Schreiber Date: 2009-05-03 Add gtk-doc annotations to cryptui-key-combo.c libcryptui/cryptui-key-combo.c | 88 +++++++++++++++++++++++++++++++--------- 1 files changed, 69 insertions(+), 19 deletions(-) commit 57c48766afc271e4bb9cc08b15fda9761026fd0b Author: Adam Schreiber Date: 2009-05-03 Remove blank lines at end of file libcryptui/cryptui-key-chooser.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit a21a950035a09f36db1f362ac80da47ff3cb983a Author: Adam Schreiber Date: 2009-05-02 Fix trailing white space libcryptui/cryptui-key-chooser.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 43a254c17950fcd5423c8518e5e58d7ff95f573e Author: Adam Schreiber Date: 2009-04-29 Fix function define formatting libcryptui/cryptui-key-chooser.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 784b0b3aa02d689013ff9007cac2c3a9b5260c9b Author: Adam Schreiber Date: 2009-04-29 Fix gtk-doc formatting libcryptui/cryptui.c | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) commit 52a842ee99b598feb9db435ebe13f78a93656c3f Author: Adam Schreiber Date: 2009-04-29 Add missing functions and fix gtk-doc formatting libcryptui/cryptui-key-chooser.c | 44 ++++++++++++++++++++++++++++++++----- 1 files changed, 38 insertions(+), 6 deletions(-) commit c8e9ec48a0ef23b4d90d8ff74a15baa74ad8bb5b Author: Adam Schreiber Date: 2009-04-29 Add defines for implemented functions libcryptui/cryptui-key-chooser.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 57a27ccec066708c75d8d0e211e57a384967f83c Author: Adam Schreiber Date: 2009-04-29 Document the key chooser widget libcryptui/cryptui-key-chooser.c | 65 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 65 insertions(+), 0 deletions(-) commit f58998347181cf993bc6790265e66b89825d33a9 Author: Adam Schreiber Date: 2009-04-29 Fix trailing white space in gtk-doc comments libcryptui/cryptui.c | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit a4f63c558f157770f9594f690ac6945ebc3c35a5 Author: Adam Schreiber Date: 2009-04-29 Finish documenting cryptui.c libcryptui/cryptui.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 80 insertions(+), 6 deletions(-) commit bd5e30160ab7411420779dbc799866c2ae132ad8 Author: Adam Schreiber Date: 2009-05-11 Fix logic for setting owner trust combo The logic for the trust combo set it insensitive if it was not disabled instead of the other way around. pgp/seahorse-pgp-key-properties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dc34e33e11bcc02904ea97f9ee08a5c9fcd6e13d Author: Marios Zindilis Date: 2009-05-10 Updated Greek translation po/el.po | 705 +++++++++++++++++++++----------------------------------------- 1 files changed, 240 insertions(+), 465 deletions(-) commit 6ec0523ff9556a4c80ce92c757125e6978515081 Author: Jorge Gonzalez Date: 2009-05-04 Updated Spanish translation po/es.po | 127 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 65 insertions(+), 62 deletions(-) commit 5ba4b75ce38f341f5421a11301b077b34e6c5ac0 Author: Jorge Gonzalez Date: 2009-05-04 Updated Spanish translation po/es.po | 92 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 46 insertions(+), 46 deletions(-) commit ce471134a70ce79ffaba5b017af3ceb128429233 Author: Alexander Faithfull Date: 2009-05-03 Bug 577235 – Seahorse doesn't know about a --version parameter Patch from Alexander Faithfull. I added a short option to it. Signed-off-by: Adam Schreiber src/seahorse-main.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-)