Commit Graph

8493 Commits

Author SHA1 Message Date
Baris Cicek
3483a90d40 Updated Turkish translation 2004-03-20 17:50:07 +00:00
Raymond Penners
43a6de6c89 Renamed GTK-Wimp to MS-Windows Engine 2004-03-20 11:42:30 +00:00
Federico Mena Quintero
da83c1cbf3 Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.
2004-03-19  Federico Mena Quintero  <federico@ximian.com>

	* Revert the patch to #137520, as 2.4.1 is for conservative bug
	fixes only.  The patch is attached to the bug report, for
	reference.

2004-03-19  Morten Welinder  <terra@gnome.org>

	* gtk/gtkfilechooserdefault.c
2004-03-19 21:16:24 +00:00
Morten Welinder
f1c18d57d6 Test existance of the path after checking for locality, if needed.
2004-03-19  Morten Welinder  <terra@gnome.org>

	* gtk/gtkfilechooserdefault.c
	(gtk_file_chooser_default_set_current_folder): Test existance of
	the path after checking for locality, if needed.
2004-03-19 20:18:09 +00:00
Federico Mena Quintero
68030a7ee7 Fix #137520.
2004-03-19  Federico Mena Quintero  <federico@ximian.com>

	Fix #137520.

	* gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
	for an ::is_finished_loading() method and a ::finished_loading()
	signal at the end of the struct.

	* gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
	"finished-loading" signal.
	(gtk_file_folder_is_finished_loading): New function.

	* gtk/gtkfilesystemunix.c
	(gtk_file_folder_unix_is_finished_loading): Implement.

	* gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
	slot for a "finished-loading" signal.
	(gtk_file_system_model_class_init): Create the "finished-loading"
	signal.
	(struct _GtkFileSystemModel): New field
	idle_finished_loading_source.  We emit the "finished-loading"
	signal in an idle if the root folder was done loading right in
	_gtk_file_system_model_new(), so that the caller has a chance to
	connect to the signal.
	(_gtk_file_system_model_new): Connect to the normal signals of the
	folder even if the initial _list_children() fails.  Also, see if
	the folder is finished loading; connect to the "finished-loading"
	signal otherwise.
	(gtk_file_system_model_finalize): Remove the idle handler.

	* gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
	and connect to the model's "finished-loading" signal.
	(get_toplevel): New helper function.
	(error_message): Use get_toplevel().
	(trap_activate_cb): Likewise.
	(location_popup_handler): Likewise.
	(set_busy_cursor): New function.
	(browse_files_model_finished_loading_cb): New callback.
2004-03-19 19:41:06 +00:00
Dmitry Mastrukov
0da002e0f2 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-03-19 10:35:56 +00:00
Arafat Medini
9373f7e166 Updated Arabic translation.
2004-03-19  Arafat Medini  <lumina@silverpen.de>

	* ar.po: Updated Arabic translation.
2004-03-19 07:03:55 +00:00
Danilo Šegan
91429b3169 Updated Serbian translations. 2004-03-19 06:46:30 +00:00
Arafat Medini
9bdeee72ae Updated Arabic translation.
2004-03-18  Arafat Medini  <lumina@silverpen.de>

	* ar.po: Updated Arabic translation.
2004-03-18 21:55:50 +00:00
Dafydd Harries
c9d51ef8b9 Updated Welsh translation. 2004-03-18 19:00:40 +00:00
Owen Taylor
a6790fc471 Include eventbox for expander. (#137564, reported by Jacques Garrigue)
Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktreeitem.c (gtk_tree_item_forall): Include
        eventbox for expander. (#137564, reported by
        Jacques Garrigue)
2004-03-18 18:53:19 +00:00
Ole Laursen
584c14f46d Updated Danish translation.
2004-03-18  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-03-18 16:56:11 +00:00
Owen Taylor
bc60ec0b83 Fix ./-> typo. (Federic Crozat)
Thu Mar 18 10:07:15 2004  Owen Taylor  <otaylor@redhat.com>

        * pixbuf-draw.c (match_theme_image): Fix ./-> typo.
        (Federic Crozat)
2004-03-18 15:09:55 +00:00
Nikos Charonitakis
d57f91eddb Updated Greek translation 2004-03-18 13:36:52 +00:00
Guntupalli Karunakar
2e0dd991cd Added Marathi translations 2004-03-18 11:15:39 +00:00
Guntupalli Karunakar
1a3f325d04 Added Marathi transnlations 2004-03-18 11:05:29 +00:00
Mətin Əmirov
a829355de7 Translation updated.
2004-03-18  Mətin Əmirov  <metin@karegen.com>

	* az.po: Translation updated.
2004-03-18 10:44:13 +00:00
Sayamindu Dasgupta
e4bf71940f Updated Bengali translation 2004-03-18 05:59:58 +00:00
Dmitry Mastrukov
1dab12511d ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-03-18 04:42:01 +00:00
Gustavo Noronha Silva
0ed2784031 updated translation.
* pt_BR.po: updated translation.
2004-03-17 23:52:44 +00:00
Morten Welinder
72d48463da Free volumes not actually put into the shortcut list.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
	volumes not actually put into the shortcut list.
2004-03-17 21:52:29 +00:00
Owen Taylor
22767f65f7 Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
Wed Mar 17 16:38:00 2004  Owen Taylor  <otaylor@redhat.com>

        * pixbuf-draw.c (match_theme_image): Fix problem with
        NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
2004-03-17 21:43:47 +00:00
Morten Welinder
99aa131ee8 Plug leak.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* tests/prop-editor.c (object_changed): Plug leak.
2004-03-17 21:38:58 +00:00
Morten Welinder
6cacaf3d15 Plug some leaks and expose others.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* tests/testfilechooser.c (main): Plug some leaks and expose
	others.
2004-03-17 19:01:00 +00:00
Morten Welinder
d38a1574f7 Forgot bug number. 2004-03-17 18:53:42 +00:00
Morten Welinder
c25fece766 Don't leak the tooltip object.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
	object.
2004-03-17 18:51:03 +00:00
Sanlig Badral
3c20703bd7 Updated Mongolian translation 2004-03-17 16:19:42 +00:00
Sayamindu Dasgupta
5e31fd76a6 Updated Bengali translation 2004-03-17 16:10:42 +00:00
Morten Welinder
8d3344036c Do nothing if we have no screen. Fixes #137260.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
	have no screen.  Fixes #137260.
	(shortcuts_add_bookmark_from_path): Simplify using check_is_folder
	thereby fixing leak.  Fixes #137259.
2004-03-17 15:34:21 +00:00
Morten Welinder
feba65f266 Make this work when the slider buttons have been destroyed.
2004-03-17  Morten Welinder  <terra@gnome.org>

	* gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
	slider buttons have been destroyed.
	(gtk_path_bar_remove): Make this work for slider buttons too.
	Fixes http://bugzilla.gnome.org/show_bug.cgi?id=137257
2004-03-17 15:29:06 +00:00
Arafat Medini
1077e7f904 Updated faulty Arabic translation
2004-03-17  Arafat Medini <lumina@silverpen.de>

	* ar.po: Updated faulty Arabic translation
2004-03-17 07:31:10 +00:00
Gareth Owen
2f37d1a563 Updated British translations Updated British translations
2004-03-16  Gareth Owen  <gowen72@yahoo.com>

	* po/en_GB.po: Updated British translations
	* po-properties.po: Updated British translations
2004-03-17 03:02:30 +00:00
Arafat Medini
914fed7f70 Updated Arabic translation
2004-03-17  Arafat Medini <lumina@silverpen.de>

	* ar.po: Updated Arabic translation
2004-03-17 00:48:23 +00:00
Matthias Clasen
4036e7f5e6 Move the repositioning logic from _gtk_entry_completion() popup over here.
Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
	Move the repositioning logic from _gtk_entry_completion() popup
	over here. Fixes #137355, reported by Niklas Knutsson.
2004-03-17 00:17:07 +00:00
Owen Taylor
096dc4cc93 === Released 2.4.0 ===
Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.4.0 ===

        * configure.in: Version 2.4.0, interface age 0;
        require glib-2.4.0, pango-1.4.0.

        * configure.in: Change gtk_binary_version to 2.4.0;
        there are some compatibility issues with older theme engines.
2004-03-16 21:25:16 +00:00
Owen Taylor
221843e95e === Released 2.4.0 ===
Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.4.0 ===

        * configure.in: Version 2.4.0, interface age 0;
        require glib-2.4.0, pango-1.4.0.

        * NEWS: Updates

        * README.in: Updates
2004-03-16 20:22:55 +00:00
Christophe Merlet
460737c534 Updated French translation. 2004-03-16 19:37:54 +00:00
Jonathan Blandford
14582ece47 Block the ::changed handler during the ::match-selected when done by
Tue Mar 16 13:54:07 2004  Jonathan Blandford  <jrb@redhat.com>

        * gtk/gtkentry.c (gtk_entry_completion_key_press): Block the
        ::changed handler during the ::match-selected when done by
        keyboard.
2004-03-16 19:03:17 +00:00
Laurent Dhima
f35e70a4c6 Updated Albanian translation
* sq.po: Updated Albanian translation
2004-03-16 18:44:33 +00:00
Laurent Dhima
192999bb92 Updated 2004-03-16 18:42:49 +00:00
Francisco Javier F. Serrador
d8cc60aed0 Updated Spansih translation.
2004-03-16  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spansih translation.
2004-03-16 18:23:04 +00:00
Updated ja.po. T.Aihana
db63280764 2004-03-16 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> 2004-03-16 14:05:13 +00:00
Maxim Dziumanenko
116e1bcfe2 Updated Ukrainian translation
2004-03-16  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* uk.po: Updated Ukrainian translation
2004-03-16 13:50:00 +00:00
Vincent van Adrighem
81ac370bbb Translation updated by Tino Meinen.
2004-03-16  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2004-03-16 12:49:35 +00:00
Christian Rose
ba34a08ac7 Updated Swedish translation.
2004-03-16  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2004-03-16 10:29:12 +00:00
Dmitry Mastrukov
d60c39eb11 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-03-16 05:58:33 +00:00
Paisa Seeluangsawat
2304ec740b Updated Thai translation.
2004-03-16  Paisa Seeluangsawat  <paisa@users.sf.net>

	* th.po: Updated Thai translation.
2004-03-16 01:33:49 +00:00
Dafydd Harries
76080f677e Updated Welsh translation. 2004-03-16 00:55:53 +00:00
Changwoo Ryu
4679a82931 Updated Korean translation.
* ko.po: Updated Korean translation.
2004-03-16 00:43:03 +00:00
Matthias Clasen
baa73d2315 Fix a typo in the docs. 2004-03-16 00:04:46 +00:00