Commit graph

5057 commits

Author SHA1 Message Date
Funda Wang
d26bdb7ba5 Updated Simplified Chinese translation 2005-07-18 04:56:19 +00:00
Sven Herzberg
c2b7a167f1 use pkg-config to check for xcursor
2005-07-17  Sven Herzberg  <herzi@gnome-de.org>

        * configure.in: use pkg-config to check for xcursor
2005-07-17 19:12:30 +00:00
Clytie Siddall
5bf42ad35b vi.po: Updated Vietnamese translation.CVS: ---------------------------------------------------------------------- 2005-07-17 11:34:44 +00:00
Francisco Javier F. Serrador
5632425d96 Updated Spanish translation.
2005-07-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2005-07-17 10:39:34 +00:00
Theppitak Karoonboonyanan
0a603c851d Updated Thai translation.
2005-07-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.
2005-07-17 01:47:44 +00:00
Diego Gonzalez
35a9a8f946 change the order of the buttons to match the HIG.
2005-07-16  Diego Gonzalez <diego@pemas.net>

    * gnome-about-me.c (about_me_image_clicked_cb): change the order
      of the buttons to match the HIG.

      Patch by Denis Cranston. Fixes bug 309632.
2005-07-16 21:42:40 +00:00
Dennis Cranston
6b0cd523f8 Set a default message. Use g_strconcat() instead of g_strdup() and mark
2005-07-12  Dennis Cranston <dennis_cranston at yahoo com>

    * gnome-about-me-password.c (passdlg_check_password_timeout_cb):
      Set a default message. Use g_strconcat() instead of g_strdup()
      and mark strings for translation; (gnome_about_me_password):
      Set the window icon.

    * gnome-about-me.glade:  Rearrange the change password dialog.
      Relabel the ok button to 'Change Password'.

      Closes bug 310307
2005-07-16 21:37:15 +00:00
Diego Gonzalez
542dfba26c Don't build e-util-marshal, as we can use the glib marshallers. Use
2005-07-16  Diego Gonzalez  <diego@pemas.net>

    * Makefile.am: Don't build e-util-marshal, as we can use
      the glib marshallers.
    * e-image-chooser.c: (e_image_chooser_class_init): Use standard
      glib marshallers.
    * gnome-about-me.c: (about_me_focus_out),
      (about_me_get_address_field), (about_me_setup_dialog): Add some
      error checking.

      Patch by James Bowes.
2005-07-16 21:09:01 +00:00
Sebastien Bacher
e1723021da fixed a mnemonic conflict (#155953).
2005-07-16  Sebastien Bacher  <seb128@debian.org>

	* gnome-network-preferences.glade: fixed a mnemonic conflict (#155953).
2005-07-16 14:55:33 +00:00
Kjartan Maraas
0ee3eaab67 Updated Norwegian translation. Same
2005-07-16  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian translation.
	* no.po: Same
2005-07-16 09:05:55 +00:00
Clytie Siddall
e2094b33e2 vi.po: Updated Vietnamese translation.CVS: ---------------------------------------------------------------------- 2005-07-16 06:56:28 +00:00
Takeshi AIHANA
66de225e6c Updated Japanese translation for v2.11.6.
2005-07-16  Takeshi AIHANA <aihana@gnome.gr.jp>

	* ja.po: Updated Japanese translation for v2.11.6.
2005-07-16 05:32:06 +00:00
Ignacio Casal Quinteiro
c7a821f347 *** empty log message *** 2005-07-15 16:09:29 +00:00
Rodney Dawes
d8715b0371 If xmlParseFile returns NULL, then just return, rather than trying to
2005-07-14  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-xml.c (gnome_wp_xml_load_xml): If xmlParseFile returns
	NULL, then just return, rather than trying to parse the document

	Fixes #310041
2005-07-15 04:41:53 +00:00
Miloslav Trmac
174da6fb3c Updated Czech translation.
2005-07-14  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2005-07-14 16:43:36 +00:00
Rodney Dawes
72f3f194b1 Pass the md5sum to the call to g_strconcat to create the path to the
2005-07-13  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-info.c (gnome_wp_info_new): Pass the md5sum to the call
	to g_strconcat to create the path to the thumbnail file

	Fixes #310293
2005-07-14 03:06:24 +00:00
Sebastien Bacher
2ad4a31496 new file.
2005-07-13  Sebastien Bacher  <seb128@debian.org>

        * .cvsignore: new file.
2005-07-13 21:54:58 +00:00
Sebastien Bacher
c6038d4f0b update to 2.11.7.
2005-07-13  Sebastien Bacher  <seb128@debian.org>

        * configure.in: update to 2.11.7.
2005-07-13 21:51:44 +00:00
Sebastien Bacher
dded3cf6f4 updated for 2.11.6.
2005-07-13  Sebastien Bacher  <seb128@debian.org>

        * NEWS: updated for 2.11.6.
2005-07-13 21:14:27 +00:00
Diego Gonzalez
c18fbc4555 change the maxium width and height permitted on an image, in the hope that
2005-07-13  Diego Gonzalez  <diego@pemas.net>

    * gnome-about-me.c (about_me_update_photo): change the maxium width
      and height permitted on an image, in the hope that it mitigates
      the problem reported in bug 309643.
2005-07-13 20:28:10 +00:00
Diego Gonzalez
c9c0a84331 fix image loading when draging an image on the image button, it was
2005-07-13  Diego Gonzalez  <diego@pemas.net>

    * e-image-chooser.c (image_drag_data_received_cb): fix image loading
      when draging an image on the image button, it was getting hanged.
      (e_image_chooser_init): fix the positioning of the image on the button,
      still not perfect but a bit better.

      Also included in this patch are several cleanups to the code.

      Fixes bug 309628 and partially bugs 309629 and 309387

    * gnome-about-me.c (about_me_setup_dialog): connect to the changed
      signal on the image-chooser, so that we are notified when the
      user changes the image using DnD.
      (about_me_image_changed_cb): new function, it is called whenever
      the user changes the image using D&D.

      Mark two strings for translation.
2005-07-13 20:16:13 +00:00
Diego Gonzalez
624869b522 if the saving timeout has not yet expired and we click exit then commit
2005-07-13  Diego Gonzalez  <diego@pemas.net>

    * gnome-about-me.c (about_me_button_clicked_cb): if
      the saving timeout has not yet expired and we click
      exit then commit the changes so that we don't loose
      any data.

      Fixes bug 309737.
2005-07-13 10:46:56 +00:00
Diego González
98d1ad8a49 Forgot to commit this file. 2005-07-13 10:03:25 +00:00
Marcel Telka
f8483a3a03 Updated Slovak translation.
2005-07-13  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2005-07-13 05:04:16 +00:00
Diego Gonzalez
7099ba51af this file is no longer used.
2005-07-12  Diego Gonzalez  <diego@pemas.net>

    * gnome-about-me.png: this file is no longer used.
2005-07-12 18:41:25 +00:00
Sven Herzberg
c08f3685cc fix the without HAVE_XCURSOR build
2005-07-12  Sven Herzberg  <herzi@gnome-de.org>

        * gnome-mouse-properties.c: fix the without HAVE_XCURSOR build
2005-07-12 18:29:13 +00:00
Diego Gonzalez
a6bfb5ca46 remove gdk_pixbuf_unref calls which are deprecated and use g_object_unref
2005-07-11  Diego Gonzalez  <diego@pemas.net>

    * e-image-chooser.c: remove gdk_pixbuf_unref calls which are
      deprecated and use g_object_unref instead

2005-07-11  Diego Gonzalez  <diego@pemas.net>

    * gnome-about-me-password.c: fix some string errors

      Fixes bug 309951 and bug 309950

2005-07-10  Dennis Cranston <dennis_cranston at yahoo com>

    * gnome-about-me.glade:  HIG fixes; fix widget padding,
      use sentence capitalization for text field labels, fix
      mnemonic conflics, and remove mnemonics from tab labels.

      Also fixes bug 309952
2005-07-12 18:06:41 +00:00
Sebastien Bacher
9d434685b9 fix a label form (Closes: #167739).
2005-07-12  Sebastien Bacher  <seb128@debian.org>

	* modmap-dialog.glade: fix a label form (Closes: #167739).
2005-07-12 10:23:17 +00:00
Rodney Dawes
0fbe40bd72 Remove the unref call on the GtkIconTheme object to avoid crashing
2005-07-11  Rodney Dawes  <dobey@novell.com>

	* capplet-util.c (capplet_set_icon): Remove the unref call on the
	GtkIconTheme object to avoid crashing

	Fixes #310037
2005-07-12 00:48:13 +00:00
Marcel Telka
854c6ea4fb Updated Slovak translation.
2005-07-11  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2005-07-11 17:30:08 +00:00
Adam Weinberger
c8e6b7adab Updated Canadian English translation.
2005-07-10  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.
2005-07-10 21:57:10 +00:00
Rodney Dawes
ea7222e775 Update to use the GtkIconTheme API instead of the deprecated
2005-07-10  Rodney Dawes  <dobey@novell.com>

	* capplet-util.c (capplet_set_icon): Update to use the GtkIconTheme
	API instead of the deprecated GnomeIconTheme API
	Based on patch from Jan de Groot

	Fixes #171679
2005-07-10 21:10:56 +00:00
Rodney Dawes
e7819d9175 Update to use GtkIconTheme rather than GnomeIconTheme Based on patch from
2005-07-10  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.[ch]:
	(gnome_wp_icon_theme_changed):
	(wallpaper_properties_init):
	Update to use GtkIconTheme rather than GnomeIconTheme
	Based on patch from Jan de Groot

	Fixes #171677
2005-07-10 20:45:00 +00:00
Miloslav Trmac
58f7a0ef14 Updated Czech translation.
2005-07-10  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2005-07-10 17:25:09 +00:00
Vincent van Adrighem
0a6e484438 Translation updated by Reinout van Schouwen.
2005-07-10  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Reinout van Schouwen.
2005-07-10 17:20:41 +00:00
Rodney Dawes
422dd268e6 Fix some memory leaks by using a separate variable to store the escaped
2005-07-10  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-info.c (gnome_wp_info_new): Fix some memory leaks by using
	a separate variable to store the escaped path, and md5sum

	* gnome-wp-item.c (gnome_wp_item_get_thumbnail): Fix a couple of
	memory leaks by using a separate variable to store the escaped path
	Don't unref the pixbuf from the thumbnail generation, and then try
	to load it again after saving
2005-07-10 15:58:14 +00:00
Sebastien Bacher
e04dd790c9 new cursor theme manager for the mouse capplet, patch by Sven Herzberg
2005-07-10  Sebastien Bacher  <seb128@debian.org>

	* gnome-mouse-properties.c: (cursor_size_from_widget),
	(event_box_button_press_event), (cursor_theme_changed),
	(cursor_font_changed), (cursor_changed),
	(gdk_pixbuf_from_xcursor_image), (populate_tree_model),
	(setup_dialog), (create_dialog):
	* gnome-mouse-properties.glade:
	new cursor theme manager for the mouse capplet,
	patch by Sven Herzberg <herzi@gnome-de.org> with changes
	by Matthias Clasen <mclasen@redhat.com> (Closes: #110670).
2005-07-10 11:02:10 +00:00
Theppitak Karoonboonyanan
95eb67e805 Fixed plurals in Thai translation.
2005-07-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Fixed plurals in Thai translation.
2005-07-10 09:56:45 +00:00
Theppitak Karoonboonyanan
c7898f4448 Updated Thai translation.
2005-07-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.
2005-07-10 09:39:40 +00:00
Terance Sola
e4243fda83 Updated Norwegian bokmål translation. Same.
2005-07-09  Terance Sola  <terance@lyse.net>

	* nb.po: Updated Norwegian bokmål translation.
	* no.po: Same.
2005-07-09 01:47:49 +00:00
Sebastien Bacher
8681a6d672 updated the libxft requirement to 2.1.7, Christian Lohmaier
2005-07-08  Sebastien Bacher  <seb128@debian.org>

	* configure.in: updated the libxft requirement to 2.1.7,
	Christian Lohmaier <cloph@cup.uni-muenchen.de> (Closes: #309558).
2005-07-08 21:13:09 +00:00
Marcel Telka
b8cfac0a78 Updated Slovak translation.
2005-07-08  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2005-07-08 18:30:14 +00:00
Rajesh Ranjan
c8b2aea34d updated by rranjan@redhat.com 2005-07-08 13:58:53 +00:00
Francisco Javier F. Serrador
2861ff85d5 Updated Spanish translation.
2005-07-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2005-07-08 09:26:46 +00:00
Adam Weinberger
8caab020c3 Updated Canadian English translation.
2005-07-07  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.
2005-07-08 00:02:22 +00:00
Sebastien Bacher
3a2e074ecd Update of the list of files to translate.
2005-07-08  Sebastien Bacher  <seb128@debian.org>

	* POTFILES.in:
	* POTFILES.skip:
	Update of the list of files to translate.
2005-07-07 22:16:14 +00:00
Sebastien Bacher
79b65ac793 this file is not useful on the CVS.
2005-07-08  Sebastien Bacher  <seb128@debian.org>

        * gnome-about-me.desktop.in: this file is not useful on the CVS.
2005-07-07 22:13:44 +00:00
Sebastien Bacher
e9b40e06bf updated.
2005-07-08  Sebastien Bacher  <seb128@debian.org>

	* NEWS: updated.
2005-07-07 22:10:36 +00:00
William Jon McCann
707124edd6 Don't include gnome.h (file_transfer_dialog_update_num_files)
2005-06-30  William Jon McCann  <mccann@jhu.edu>

	* file-transfer-dialog.c: Don't include gnome.h
	(file_transfer_dialog_update_num_files)
	(file_transfer_dialog_set_prop, eel_gtk_label_make_bold)
	(create_titled_label, file_transfer_dialog_init)
	(file_transfer_dialog_update_cb):
	HIG updates and make consistent with nautilus transfer
	progress dialog.
2005-07-07 22:06:56 +00:00
Sebastien Bacher
1f30c47d1d fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-07 21:24:03 +00:00