commit 054bc2312ca52e1a1add64bea0ecd5b08708b5c6 Author: Bastien Nocera Date: Wed Jul 29 17:08:55 2009 +0100 Fix warning due to GtkBuilder patch src/nautilus-sendto-command.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7735102a4525c669cf06d3ed4521901961d940f Author: Sebastien Bacher Date: Wed Jul 29 16:40:43 2009 +0100 Bug 587368 – should use gtkbuilder rather than libglade Remove libglade dependency and use libglade instead configure.in | 7 +- po/POTFILES.in | 2 +- src/Makefile.am | 8 +- src/nautilus-sendto-command.c | 34 +- src/nautilus-sendto.glade | 509 ----------------------------- src/nautilus-sendto.ui | 498 ++++++++++++++++++++++++++++ src/plugins/bluetooth/Makefile.am | 1 - src/plugins/empathy/Makefile.am | 1 - src/plugins/evolution/Makefile.am | 1 - src/plugins/gajim/Makefile.am | 1 - src/plugins/nautilus-burn/Makefile.am | 1 - src/plugins/pidgin/Makefile.am | 1 - src/plugins/removable-devices/Makefile.am | 1 - src/plugins/upnp/Makefile.am | 1 - 14 files changed, 524 insertions(+), 542 deletions(-) commit 8723e86a73f326450be7dc8b1c237efe3ecacd9f Author: Shankar Prasad Date: Wed Jul 15 16:35:15 2009 +0530 Added & Updated Kannada(kn) translation and updated the LINGUAS file po/LINGUAS | 1 + po/kn.po | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 314 insertions(+), 0 deletions(-) commit 3654f177ff722d19cf775248dc01e9ad03f98b65 Author: Amitakhya Phukan Date: Tue Jul 14 17:02:06 2009 +0530 Adding as to LINGUAS and adding Assamese translations. po/LINGUAS | 1 + po/as.po | 317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 318 insertions(+), 0 deletions(-) commit e97d1bdbc4222191fc736939696fcea963e3aba0 Author: krishnababu k Date: Thu Jul 2 20:28:05 2009 +0530 Updated Telugu Translaions po/te.po | 315 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 315 insertions(+), 0 deletions(-) commit b90e7720d65f3e35465f30f43d03b6316cb3e85a Author: krishnababu k Date: Thu Jul 2 20:27:51 2009 +0530 Added entry in LINGUAS for telugu [te] po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7b05926e76f76d2a47dff4740b18197b5cc40d1d Author: ifelix Date: Thu Jul 2 11:31:40 2009 +0530 Tamil Linguas added po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1841a3a2a845d35e333c7ee607824ad01f48f9ac Author: ifelix Date: Thu Jul 2 11:31:18 2009 +0530 Updated Tamil Translations po/ta.po | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 316 insertions(+), 0 deletions(-) commit 84566de888b7382522da80a32afecf62a6896b5e Author: Ladyko Andrey Date: Mon Jun 29 14:42:46 2009 +0300 Updated Belarusian translation po/be.po | 212 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 110 insertions(+), 102 deletions(-) commit f4410b7aed334f161b583380564124a08b15a0b6 Author: Runa Bhattacharjee Date: Fri Jun 26 17:07:22 2009 +0530 Added Bengali India (bn_IN) to the list of languages po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a77fb5b7ed981e9e20d5e1b1876e3d5fb167b12f Author: Runa Bhattacharjee Date: Fri Jun 26 17:07:07 2009 +0530 Adding Bengali India Translations po/bn_IN.po | 313 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 313 insertions(+), 0 deletions(-) commit fa2697e1b0dd20eb675a77ad6d99914a2512dd37 Author: Jonny Lamb Date: Thu Jun 25 19:27:32 2009 +0100 Only display contacts which can accept files. (Closes: #576277) Signed-off-by: Jonny Lamb src/plugins/empathy/empathy.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 1ba51330f2519f054ca7a654f28cdf2f8d607acf Author: Bastien Nocera Date: Thu Jun 25 16:10:13 2009 +0100 Bug 586530 – Remove deprecated GTK+ symbols Easy! src/nautilus-sendto-command.c | 2 +- src/plugins/evolution/e-contact-entry.h | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) commit 4d378babdf20aaa866ca3c3398e89b429dc4852f Author: Bastien Nocera Date: Thu Jun 25 16:06:58 2009 +0100 Add deprecated flags when in maintainer-mode src/Makefile.am | 1 + src/plugins/bluetooth/Makefile.am | 1 + src/plugins/empathy/Makefile.am | 1 + src/plugins/evolution/Makefile.am | 1 + src/plugins/gajim/Makefile.am | 1 + src/plugins/nautilus-burn/Makefile.am | 1 + src/plugins/pidgin/Makefile.am | 1 + src/plugins/removable-devices/Makefile.am | 1 + src/plugins/upnp/Makefile.am | 1 + 9 files changed, 9 insertions(+), 0 deletions(-) commit 258a1e1a1c8aaa8544a4f491196daf6411300c46 Author: Cosimo Cecchi Date: Fri Jun 19 21:13:27 2009 +0200 Bug 584716 – Use the new Empathy file transfer API Empathy 2.27.3 changed its file transfer API; adapt the Empathy plugin in nautilus-sendto to use it. configure.in | 4 +- src/plugins/empathy/empathy.c | 113 +++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 73 deletions(-) commit abe1a594f08cdc271d318dde24a5bb8080270729 Author: Bastien Nocera Date: Thu Jun 18 16:14:17 2009 +0100 Bug 579925 – Claws mail not listed as a known email client Check for "claws" as a Sylpheed type. src/plugins/evolution/evolution.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6734d638d474eb9e2fdee458f47783d684ee46e7 Author: A S Alam Date: Thu Jun 11 06:45:28 2009 +0530 updating translation for Punjabi (Gurmukhi) pa.po po/pa.po | 142 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 69 insertions(+), 73 deletions(-) commit 45f7d62d5afcc477aabd1204ab1fc9de5d18f34d Author: Mark Krapivner Date: Mon May 25 23:35:14 2009 +0300 Updated Hebrew translation po/he.po | 235 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 131 insertions(+), 104 deletions(-) commit 6b2ac55672649530b1bf86cee697fd8cae532f10 Author: A S Alam Date: Mon May 25 21:52:37 2009 +0530 Updating Punjabi (Gurmukhi) Translation po/pa.po | 329 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 267 insertions(+), 62 deletions(-) commit 9499b437dc43de780001d759db46a22503fa5020 Author: Bastien Nocera Date: Tue May 19 12:51:48 2009 +0100 Bug 582924 – Fix UI with long plugin descriptions - Ellipsise the plugin descriptions to avoid them resizing the combo box bizarrely - Make the dialogue resizeable - Fix plugin loading for the uninstalled case - Use a GtkListStore instead of a GtkTreeStore src/nautilus-sendto-command.c | 25 ++++++++++++++++--------- src/nautilus-sendto.glade | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) commit 5edb2fd4e50dad685ad9e2c338cc0034065c432d Author: Bastien Nocera Date: Tue May 5 12:29:58 2009 +0100 Disable evolution plugin for newer Evos The Evolution attachment API for plugins changed in 2.27.1, so our plugin doesn't build anymore. It will be moved to Evo itself now. (Closes: #579099) configure.in | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)