summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-04-142-62/+85
| | | | | | 2004-04-14 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated Portuguese translation.Duarte Loreto2004-04-142-58/+84
| | | | | | 2004-04-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* patch from Owen to make the buttons sized by a bold label. This makes theJonathan Blandford2004-04-136-10/+86
| | | | | | | | Tue Apr 13 16:19:23 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkpathbar.c (make_directory_button): patch from Owen to make the buttons sized by a bold label. This makes the text 'swim' a little, but stops the buttons from resizign, #137210
* Don't crash if a node has no name. (start_element_handler): AcceptMatthias Clasen2004-04-138-3/+43
| | | | | | | | | | | | 2004-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (get_child_node): Don't crash if a node has no name. (start_element_handler): Accept separators without unique names. (#133302, Anders Carlsson) * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak list nodes. (#138862, Morten Welinder)
* Document possible accelerator gotcha when using this function. (#139641,Matthias Clasen2004-04-136-1/+26
| | | | | | | | 2004-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document possible accelerator gotcha when using this function. (#139641, Christian Persch)
* Don't leak list nodes. (#138862, Morten Welinder)Matthias Clasen2004-04-136-6/+31
| | | | | | | 2004-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak list nodes. (#138862, Morten Welinder)
* Typo fix.Federico Mena Quintero2004-04-132-1/+5
| | | | | | 2004-04-13 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Typo fix.
* remove unused variable. (gtk_tree_view_button_press): If we activated theJonathan Blandford2004-04-136-4/+49
| | | | | | | | | | Tue Apr 13 12:24:49 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused variable. (gtk_tree_view_button_press): If we activated the row we don't want to grab focus back, as moving focus to another widget is pretty common, #138458
* When calling fread() in a loop, check for ferror() as well as for feof()Matthias Clasen2004-04-133-4/+13
| | | | | | | | | | | 2004-04-13 Matthias Clasen <mclasen@redhat.com> * io-ani.c (gdk_pixbuf__ani_image_load_animation): * gdk-pixbuf-io.c (gdk_pixbuf_get_file_info) (_gdk_pixbuf_generic_image_load) (gdk_pixbuf_new_from_file_at_size): When calling fread() in a loop, check for ferror() as well as for feof() to avoid infinite loops on directories. (#137804, Alex Converse)
* Updated Serbian translation.Danilo Å egan2004-04-133-120/+162
|
* Added documentation to all the signals.Federico Mena Quintero2004-04-138-0/+268
| | | | | | | 2004-04-12 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added documentation to all the signals.
* Don't unref model if it is NULL. (#139770)Matthias Clasen2004-04-126-2/+20
| | | | | | | 2004-04-12 Matthias Clasen <mclasen@dhcp64-228.boston.redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref model if it is NULL. (#139770)
* Typo fix.Matthias Clasen2004-04-129-17/+162
| | | | | | | | | | | | | | | | | | | | | | | | 2004-04-12 Matthias Clasen <mclasen@dhcp64-228.boston.redhat.com> * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix. * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add a shadow inside the scrolled window, add it around the vbox. * gtk/gtkentryprivate.h: * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Return a boolean indicating whether the popup is positioned above or below. Scroll the completions to the beginning or the end, depending on the positioning. * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav wrap around in the entry completion popup, and allow GDK_UP to enter the popup. (#137440) 2004-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is there before using it.
* Updated Italian translation.Alessio Frusciante2004-04-122-52/+79
|
* Moved search entries into priv data.Jonathan Blandford2004-04-119-113/+212
| | | | | | | | | | | | | | | | | | | | | | | | | Sun Apr 11 15:08:45 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeprivate.h: Moved search entries into priv data. * gtk/gtktreeview.c: Prep for type-ahead support. (gtk_tree_view_destroy): Destroy the search window explicitly. (gtk_tree_view_key_press): Minor change; prep for type-ahead (gtk_tree_view_ensure_interactive_directory): New function (gtk_tree_view_focus_out): Rework to handle new entry life-cycle. (gtk_tree_view_real_start_interactive_search): rework (gtk_tree_view_search_dialog_hide): ditto (gtk_tree_view_search_delete_event): ditto (gtk_tree_view_search_button_press_event): ditto (gtk_tree_view_search_key_press_event): ditto (gtk_tree_view_search_move): ditto (gtk_tree_view_search_init): ditto * gtk/gtktreeviewcolumn.c: (gtk_tree_view_column_cell_layout_clear): remove unused variable. * tests/testfilechooser.c: (main): change
* workaround for bug #137496, the real fix would involve just another smallHans Breuer2004-04-117-5/+47
| | | | | | | | | | 2004-04-11 Hans Breuer <hans@breuer.org> * gdk/win32/gdkspawn-win32.c : workaround for bug #137496, the real fix would involve just another small API breakage, i.e. gdk_spawn_* using GPid not just gint. * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
* John C Barstow <jbowtie@amathaine.com> * mi.po: Updated Maori translationJohn C Barstow2004-04-112-60/+56
|
* If both Shift and CapsLock pressed, ignore the shift only for lettersTor Lillqvist2004-04-108-7/+79
| | | | | | | | | | | | | | | 2004-04-10 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state): If both Shift and CapsLock pressed, ignore the shift only for letters (that would have been affected by the CapsLock). (#139095) * gdk/win32/gdkglobals-win32.c: Disable tablet support by default, seems to be even buggier now than it used to be. (#138341) Initialize _gdk_input_ignore_wintab to TRUE. * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and GDK_USE_WINTAB environment variable to turn on tablet support.
* Updated British English translationGareth Owen2004-04-102-53/+79
|
* Updated Turkish TranslationBaris Cicek2004-04-101-1/+1
|
* corrected default:LTR entriesPablo Saratxaga2004-04-0913-12/+17
|
* Updated Turkish TranslationBaris Cicek2004-04-092-771/+697
|
* Updated Simplified Chinese translationFunda Wang2004-04-092-51/+76
|
* Updated Turkish TranslationBaris Cicek2004-04-092-99/+126
|
* Updated Korean translation.Changwoo Ryu2004-04-092-53/+77
| | | | * ko.po: Updated Korean translation.
* Terminate g_object_[dis]connect() calls with NULL instead of 0. FixesChristian Persch2004-04-096-2/+38
| | | | | | | | | 2004-04-09 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group), (gtk_ui_manager_remove_action_group): Terminate g_object_[dis]connect() calls with NULL instead of 0. Fixes #138997.
* Translation updated by Tino Meinen.Vincent van Adrighem2004-04-092-48/+72
| | | | | | 2004-04-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Added gujarati translationsGuntupalli Karunakar2004-04-0910-1/+10472
|
* Updated Albanian translationLaurent Dhima2004-04-091-0/+4
| | | | * sq.po: Updated Albanian translation
* UpdatedLaurent Dhima2004-04-091-85/+95
|
* Updated Spanish translation.Francisco Javier F. Serrador2004-04-082-72/+87
| | | | | | 2004-04-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Canadian English translation.Adam Weinberger2004-04-082-47/+72
| | | | * en_CA.po: Updated Canadian English translation.
* Fix #132500.Federico Mena Quintero2004-04-078-23/+186
| | | | | | | | | | | | | | | | | | | | | | 2004-04-07 Federico Mena Quintero <federico@ximian.com> Fix #132500. * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the passed-in 'str' is not NULL. * gtk/gtkfilesystemunix.c (expand_tilde): New helper function; expands "~/" or "~foo/" at the beginning of a filename. (gtk_file_system_unix_parse): Use expand_tilde() before doing anything else. * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_maybe_update_directory): Take in a force_reload argument. (gtk_file_chooser_entry_changed): If gtk_file_system_parse() returns an error, set the file_part_pos to -1. (load_directory_callback): Only populate the model if the file_part_pos is not -1.
* Updated Brazilian Portuguese translation from Alex Camacho CastilhoEvandro Fernandes Giovanini2004-04-072-54/+85
| | | | | | | 2004-04-07 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Alex Camacho Castilho <gnomebr@uol.com.br>.
* Update Czech translationMiloslav Trmac2004-04-072-48/+72
|
* Updated Ukrainian translationYuri Syrota2004-04-072-61/+77
|
* Updated Icelandic translation by Helgi Þormar ÞorbjörnssonSamúel Jón Gunnarsson2004-04-072-3620/+768
| | | | | | | 2004-04-06 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation by Helgi Þormar Þorbjörnsson <helgi@trance.is>
* Updated Canadian English translation.Adam Weinberger2004-04-062-4/+13
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Lithuanian translation.Zygimantas Berucka2004-04-062-155/+168
| | | | | | 2004-04-07 Zygimantas Berucka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Swedish translation.Christian Rose2004-04-062-53/+85
| | | | | | 2004-04-06 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* updated Walloon filePablo Saratxaga2004-04-065-47/+49
|
* Completed ALL_LINGUAS listPablo Saratxaga2004-04-066-1/+21
|
* updated Walloon file; corrected Japanese pluralsPablo Saratxaga2004-04-065-70/+107
|
* Updated Indonesian translationMohammad DAMT2004-04-062-158/+179
| | | | | | 2004-04-06 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation
* Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.Federico Mena Quintero2004-04-066-1/+16
| | | | | | | 2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.
* Look for G_DIR_SEPARATOR in the display_name, and err out if it isFederico Mena Quintero2004-04-066-0/+32
| | | | | | | | 2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look for G_DIR_SEPARATOR in the display_name, and err out if it is present; use the same error message as Nautilus. Fixes #136467.
* Make the new-folder button say "Create Fo_lder" rather than "CreateFederico Mena Quintero2004-04-066-1/+36
| | | | | | | | | 2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (file_pane_create): Make the new-folder button say "Create Fo_lder" rather than "Create _Folder", so that the mnemonic doesn't conflict with the "Save in _folder" label. Fixes #136975.
* Ref/sink the buttons. Also, free them correctly upon failure. Based on aFederico Mena Quintero2004-04-066-3/+39
| | | | | | | | 2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the buttons. Also, free them correctly upon failure. Based on a patch by Morten Welinder, fixes #137956.
* Handle '--' correctly.Anders Carlsson2004-04-056-1/+21
| | | | | | 2004-04-05 Anders Carlsson <andersca@gnome.org> * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
* 2004-04-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-04-052-48/+63
|