Commit Graph

9092 Commits

Author SHA1 Message Date
Matthias Clasen
7142292fa2 Add a comment regarding cell renderers to the docs.
2004-10-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
	cell renderers to the docs.
2004-10-01 19:01:11 +00:00
Matthias Clasen
7ff7a6c7c1 Silently ignore info being NULL. This is unavoidable with the current
2004-10-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
	* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
	Silently ignore info being NULL. This is unavoidable with the
	current design where we have every implementation of layout_clear
	call layout_clear_attributes, and also delegate calls to dependent
	cell layouts.  (#154191, Martyn Russell)
2004-10-01 18:54:33 +00:00
Matthias Clasen
523c9393c9 Prevent a crash if the entry is finalized before the sorting idle is
2004-10-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_finalize):
	Prevent a crash if the entry is finalized before the sorting
	idle is removed, noticed by Frederic Crozat.
2004-10-01 14:05:36 +00:00
Abel Cheung
9bd1e7d6dd Added "ang" to ALL_LINGUAS.
2004-09-29  Abel Cheung  <maddog@linuxhall.org>

	* configure.in: Added "ang" to ALL_LINGUAS.
2004-09-29 05:40:53 +00:00
Matthias Clasen
b915fe54f9 Turn off sorting while inserting batches of new files, since sorting is
2004-09-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserentry.c (update_current_folder_files): Turn
	off sorting while inserting batches of new files, since sorting
	is slow with the current list store implementation. The sorting
	is turned back on in an idle since the gnome-vfs backend returns
	directory contents in chunks of 100 files, and we don't want to
	turn sorting back on until the whole directory is read.
2004-09-28 21:16:59 +00:00
Matthias Clasen
0aaac89cfd Turn off sorting while inserting batches of new files, since sorting is
2004-09-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserentry.c (update_current_folder_files): Turn
	off sorting while inserting batches of new files, since sorting
	is slow with the current list store implementation.
2004-09-28 19:19:49 +00:00
Matthias Clasen
851a9de3f3 Allow to disable sorting. 2004-09-28 02:47:57 +00:00
Matthias Clasen
98769cab15 Emit GtkFileFolder::finished-loading.
2004-09-27  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children):
	Emit GtkFileFolder::finished-loading.
2004-09-27 16:50:10 +00:00
Roozbeh Pournader
e8665cab15 Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS. Added Iranian
2004-09-27  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* configure.in: Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS.
	* po/az_IR.po, po-properties/az_IR.po: Added Iranian Azerbaijani
	translation by Amir Hedayaty <amir@bamdad.org>.
2004-09-27 13:00:32 +00:00
Vincent van Adrighem
9073be9fc4 Translation updated by Tino Meinen.
2004-09-27  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2004-09-27 10:04:17 +00:00
Matthias Clasen
a04fa6d9c6 Add a missing _ to the name of the has_secondary_backward_stepper
2004-09-26  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
	to the name of the has_secondary_backward_stepper property.
	Noticed by Michèle Garoche.
2004-09-27 03:41:34 +00:00
Robert Ögren
c7a75ce4fe Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a
2004-09-25  Robert Ögren  <gtk@roboros.com>

	* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
	lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
	a further fix for bug #145467.
2004-09-25 20:25:25 +00:00
Laszlo Dvornik
0b17e54c95 Updated Hungarian translation by Gabor Kelemen.
2004-09-25  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-09-25 15:04:01 +00:00
Matthias Clasen
745f5693f3 Don't access attr[-1]. (#153628, Padraig O'Briain)
2004-09-25  Matthias Clasen  <mclasen@x1-6-00-50-fc-70-9f-e0>

	* gtk/gtktextiter.c (inside_word_func): Don't access
	attr[-1].  (#153628, Padraig O'Briain)
2004-09-25 04:27:47 +00:00
Adam Weinberger
70b23a7b03 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-24 17:41:03 +00:00
Matthias Clasen
6c3a8d215d Don't use bitops on booleans. (gtk_file_chooser_default_should_respond):
2004-09-22  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
	bitops on booleans.
	(gtk_file_chooser_default_should_respond): Make it easier to
	select folders in SELECT_FOLDER mode.
2004-09-22 20:15:45 +00:00
Matthias Clasen
6b3f5d0d67 Don't use bitops on booleans.
2004-09-22  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
	bitops on booleans.
2004-09-22 19:28:13 +00:00
Matthias Clasen
7745b5ff2e Don't leak the frame pixbuf.
Wed Sep 22 00:52:44 2004  Matthias Clasen  <mclasen@redhat.com>

	* demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame
	pixbuf.
2004-09-22 04:53:26 +00:00
Matthias Clasen
fd83f1c36d Don't assert that current_focus != NULL, just return FALSE.
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
	Don't assert that current_focus != NULL, just return FALSE.
2004-09-21 20:37:43 +00:00
Matthias Clasen
ea747c393d Give the path bar arrow buttons some more room.
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path
	bar arrow buttons some more room.
2004-09-21 20:22:38 +00:00
Matthias Clasen
76c0da0d5d Refer to GTK2_RC_FILES, not to GTK_RC_FILES. (#153326, Billy Biggs)
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/running.sgml: Refer to GTK2_RC_FILES, not to
	GTK_RC_FILES.  (#153326, Billy Biggs)
2004-09-21 19:40:30 +00:00
Matthias Clasen
062d21fe58 Fix typos in signal docs. (#153224, John Finlay)
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkactiongroup.c: Fix typos in signal docs.  (#153224,
	John Finlay)
2004-09-21 17:46:22 +00:00
Ivan Stojmirov
b1da918d3f update 2004-09-21 16:28:27 +00:00
Matthias Clasen
5ba902e605 Don't return FALSE from a void function. (#153185, Joel Fredrikson)
Mon Sep 20 19:27:48 2004  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
	return FALSE from a void function.  (#153185, Joel Fredrikson)
2004-09-20 23:33:05 +00:00
Adam Weinberger
912095f4bf Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-19 20:42:44 +00:00
Federico Mena Quintero
0216ec037d Removed the GTK_FILE_PATH() and GTK_IS_FILE_PATH() macros. They are not
2004-09-18  Federico Mena Quintero  <federico@ximian.com>

	* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
	GTK_IS_FILE_PATH() macros.  They are not supposed to exist, as
	GtkFilePath is not an object.  And they never worked, anyway.
2004-09-18 20:08:46 +00:00
Matthias Clasen
1800ebb2b9 Bump version 2004-09-18 19:22:21 +00:00
Matthias Clasen
35fe7f27f9 2.4.10 GTK_2_4_10 2004-09-18 18:46:33 +00:00
Marco Pesenti Gritti
6f33202c91 Make numeric pad enter activate the selected completion entry. Fix bug
2004-09-18  Marco Pesenti Gritti  <marco@gnome.org>

        * gtk/gtkentry.c: (gtk_entry_completion_key_press):

        Make numeric pad enter activate the selected completion
        entry. Fix bug 143486 reported by Edd Dumbill.
2004-09-18 10:05:29 +00:00
Matthias Clasen
7f0210fd09 More updates. 2004-09-17 19:40:22 +00:00
Matthias Clasen
434e95da34 Scroll to the selected row. (#143868, Christian Persch)
2004-09-17  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected
	row.  (#143868, Christian Persch)
2004-09-17 19:04:36 +00:00
Matthias Clasen
17dcc1ac18 Improve the behaviour of the file chooser in save mode. Fixes bugs
2004-09-17  Matthias Clasen  <mclasen@redhat.com>

	Improve the behaviour of the file chooser in save mode. Fixes bugs
	#151031, #151608, #151994 reported by Owen Taylor and Alexander
	Larsson.

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property):
	(location_entry_create): Propagate the action to the file
	chooser entries.
	(gtk_file_chooser_default_should_respond): Switch folders if
	the user enters a directory name in the entry and clear the entry
	after switching folders.
	(gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb):
	Move focus to the file list when activating a shortcut.
	(gtk_file_chooser_default_should_respond): Handle the case where the
	user clicks on "Save" after selecting a folder in the file list.

	* gtk/gtkfilechooserentry.h:
	* gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action):
	(_gtk_file_chooser_entry_get_action): New functions to propagate
	the GtkFileChooserAction of the file chooser to the file chooser
	entry.
	(check_completion_callback): If we are in save mode, only do
	inline completion for directories.
2004-09-17 17:52:01 +00:00
Raphael Higino
ce0c3d5ca1 Updating pt_BR translation 2004-09-17 11:49:37 +00:00
Laszlo Dvornik
156b2d8d3b Updated Hungarian translation.
2004-09-17  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-09-17 09:29:35 +00:00
Laurent Dhima
50c3a75f3c Updated Albanian translation.
2004-09-17  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-09-17 08:03:37 +00:00
Matthias Clasen
b738ec5cd4 Reuse existing message to avoid unnecessary string freeze break. Noticed
Thu Sep 16 23:24:36 2004  Matthias Clasen  <maclas@gmx.de>

	* io-xpm.c (pixbuf_create_from_xpm): Reuse existing message
	to avoid unnecessary string freeze break. Noticed by Danilo
	Segan.
2004-09-17 03:27:01 +00:00
Matthias Clasen
b2484c8f95 Warn if a UTF8_STRING property contains invalid UTF-8. (#152845, Owen
Thu Sep 16 23:10:37 2004  Matthias Clasen  <maclas@gmx.de>

	* gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING
	property contains invalid UTF-8. (#152845, Owen Taylor)
2004-09-17 03:11:52 +00:00
Matthias Clasen
17ebc8414b Forgotten ChangeLog 2004-09-17 02:36:55 +00:00
Miloslav Trmac
13eb6884c6 Updated Czech translation.
2004-09-16  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-09-16 15:22:34 +00:00
Amanpreet Singh Alam
4468c47dce proofreading 2004-09-16 13:44:45 +00:00
Ankitkumar Rameshchandra Patel
912e49b912 ankit@redhat.com 16/09/2004 * Proof read 2004-09-16 09:01:46 +00:00
N Jayaradha
a732d38919 1 string trans 2004-09-16 07:57:44 +00:00
Ankitkumar Rameshchandra Patel
285cb969b4 ankit@redhat.com 16/09/2004 * Proof read 2004-09-16 07:41:44 +00:00
Dmitry Mastrukov
afc7f42ac9 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-09-16 04:33:47 +00:00
Adam Weinberger
7b4169c13b Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-15 20:25:28 +00:00
David Lodge
a621e55bb6 Updated British translation.
2004-09-08  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.
2004-09-15 20:07:45 +00:00
Alessio Frusciante
c4d3f3eb91 Updated Italian translation. 2004-09-15 19:06:39 +00:00
Tor Lillqvist
7418f2c815 Remove bogus code that tried to do what the X11 backend does in its
2004-09-15  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
	Remove bogus code that tried to do what the X11 backend does in
	its version of this function. There are no "frame windows" (for
	toplevel window decoration) on Windows. The desktop ("root")
	window is not the parent of a toplevel window. (#152481)
2004-09-15 18:33:16 +00:00
Kwok-Koon Cheung
08014324db Updated traditional Chinese translation by GNOME HK Team
* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
2004-09-15 17:41:09 +00:00
Matthias Clasen
3a146d9a5e Updates 2004-09-15 17:17:52 +00:00