commit 9bfde704f3378c3a8c91da3d9ac9779d3f52d703 Author: Adam Schreiber Date: 2009-11-29 Update my email address MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 28f756d642e8dbd047ab931c87c2c3a7ac07f9e3 Author: Pablo Castellano Date: 2009-08-23 seahorse-tool: added return carriage. Added return carriage to the output when you don't specify any argument. plugins/nautilus/seahorse-tool.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 94e42238e3ec1826d60e8de1f7d7b9daabce9cb9 Author: Jeff Cai Date: 2009-11-29 Bug 599015 - Seahorse should support GnuPG 2.0 Patch configure to recognize gpg2 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fef7f3782c2b05d90663f1a57b7c9ffed6744fa9 Author: Adi Roiban Date: 2009-11-27 Update Romanian translation po/LINGUAS | 1 + po/ro.po | 1103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1104 insertions(+), 0 deletions(-) commit f2fd3fa3e4f9f0c834f38e098f0ccde2fed36ee9 Author: Adam Schreiber Date: 2009-11-26 Close preferences window properly Created and connected signal handlers for the close button and the window's delete event. Deleted signal names from the gtkbuilder file. plugins/applet/seahorse-applet-preferences.xml | 9 +++------ plugins/applet/seahorse-applet.c | 22 ++++++++++++++++++++-- 2 files changed, 23 insertions(+), 8 deletions(-) commit 22109ef5e1944b8ef419dd844a95da122cf52d87 Author: Pablo Castellano Date: 2009-11-03 Fixed typo in two gtkbuilder signals plugins/applet/seahorse-applet-preferences.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 373e908ed16ba19e42dff244cfcc95e571cabf83 Author: Pablo Castellano Date: 2009-08-23 Get rid of libglade. Finish migration from libglade to gtkbuilder. README | 1 - agent/Makefile.am | 6 +++--- agent/seahorse-agent-status.c | 1 - configure.in | 3 +-- libseahorse/Makefile.am | 2 +- libseahorse/seahorse-passphrase.c | 1 - plugins/epiphany/Makefile.am | 2 +- plugins/nautilus/Makefile.am | 4 ++-- 8 files changed, 8 insertions(+), 12 deletions(-) commit d2bbb531a1072569a396859c299eb365cd90c65b Author: Adam Schreiber Date: 2009-08-23 glade to gtkbuilder conversion Change .glade files to .xml files and add type statements po/POTFILES.in | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 79e1e254ff036ed4ded9e4b12236c0ce358c7a00 Author: Adam Schreiber Date: 2009-08-23 Change glade file to gtkbuilder plugins/applet/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c426b19843a0ca28e838e0d6b8428db287f1a0c2 Author: Adam Schreiber Date: 2009-08-19 Bug 590247 - Migrate from libglade to GtkBuilder agent/Makefile.am | 6 +- agent/seahorse-agent-cache.glade | 226 -------- agent/seahorse-agent-cache.xml | 156 ++++++ agent/seahorse-agent-status.c | 60 ++-- libseahorse/Makefile.am | 14 +- libseahorse/seahorse-gconf.h | 2 + libseahorse/seahorse-multi-encrypt.glade | 340 ------------ libseahorse/seahorse-multi-encrypt.xml | 236 +++++++++ libseahorse/seahorse-notify.glade | 99 ---- libseahorse/seahorse-notify.xml | 79 +++ libseahorse/seahorse-prefs.c | 13 +- libseahorse/seahorse-prefs.glade | 600 ---------------------- libseahorse/seahorse-prefs.xml | 398 ++++++++++++++ libseahorse/seahorse-progress.c | 40 +- libseahorse/seahorse-progress.glade | 189 ------- libseahorse/seahorse-progress.xml | 128 +++++ libseahorse/seahorse-widget.c | 347 +++++-------- libseahorse/seahorse-widget.h | 50 +- plugins/applet/Makefile.am | 15 +- plugins/applet/seahorse-applet-preferences.glade | 216 -------- plugins/applet/seahorse-applet-preferences.xml | 159 ++++++ plugins/applet/seahorse-applet.c | 11 +- plugins/nautilus/seahorse-pgp-preferences.c | 15 +- plugins/nautilus/seahorse-tool-files.c | 20 +- 24 files changed, 1412 insertions(+), 2007 deletions(-) commit febaf6d59f9e327b4ca9486f9566cfcb8a276e69 Author: Thomas Thurman Date: 2009-11-19 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 744 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 745 insertions(+), 0 deletions(-) commit 1f016c02825e7c79bf8e79d9a543f53374f2ceff Author: Kjartan Maraas Date: 2009-11-15 Updated Norwegian bokmål translation. po/nb.po | 45 +++++++++++++++++++++++++++------------------ 1 files changed, 27 insertions(+), 18 deletions(-) commit 9f3d20632b48842596b515de1ff18246f0620916 Author: Adam Schreiber Date: 2009-10-26 Bump version number configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 121122b83695fa06c5ea66d9d7011d438898a11c Author: Adam Schreiber Date: 2009-10-26 Release 2.29.1 NEWS | 5 +++++ README | 2 +- configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-)