- 25 Feb, 2004 1 commit
-
-
Owen Taylor authored
Tue Feb 24 19:12:07 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.4 === * configure.in: Bump version to 2.3.4, fix broken gtk_binary_age value by copying the GLib logic to automatically set it to the right values.
-
- 24 Feb, 2004 31 commits
-
-
Alastair McKinstry authored
-
Matthias Clasen authored
Wed Feb 25 00:13:24 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): Don't resize priv->cell_view if it is NULL. (#127804, Damon Chaplin) Wed Feb 25 00:06:50 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c: Add a comment about the different modi of this widget. Get rid of priv->hbox, and some other cleanups. Make sure that gtk_combo_box_unset_model() is always called before setting up a different mode.
-
Federico Mena Quintero authored
2004-02-24 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkexpander.sgml: Added a section about usage when you want to manage the expanded widgets yourself.
-
Owen Taylor authored
Tue Feb 24 17:51:49 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert underscores in keyval names to spaces. (#131480)
-
Owen Taylor authored
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com> * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073, Uwe Zeisberger)
-
Owen Taylor authored
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.3 === * configure.in: Version 2.3.3, interface age 0. * NEWS: Finish updates for 2.3.3.
-
Federico Mena Quintero authored
2004-02-24 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain GtkEntry for the filename, not a GtkFileChooserEntry. (update_chooser_entry): Use gtk_entry_set_text() rather than _gtk_file_chooser_entry_set_file_part(). (gtk_file_chooser_default_set_current_name): Likewise. (gtk_file_chooser_default_set_current_folder): Don't set the base folder of the entry, and don't call update_chooser_entry(). (gtk_file_chooser_default_get_paths): Use the plain entry. (save_widgets_create): Store the "Save in Folder" label in the impl structure. (expander_activate_cb): Set the sensitivity of the label and combo. (save_widgets_create): Connect to "notify::expanded" rather than "activate" on the expander. (expander_changed_cb): Renamed from expander_activate_cb(). Flip the conditions again...
-
Miloslav Trmac authored
-
Jonathan Blandford authored
Tue Feb 24 14:43:07 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort column as different if there are 3 or more visible columns.
-
Kostas Papadimas authored
-
Christophe Merlet authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Changwoo Ryu authored
* ko.po: Updated Korean translation.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Changwoo Ryu authored
* ko.po: Updated Korean translation.
-
Christian Rose authored
2004-02-24 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Anders Carlsson authored
2004-02-24 Anders Carlsson <andersca@gnome.org> * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator): Fix compilation (#135278, Padraig O'Briain).
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-
Anders Carlsson authored
2004-02-24 Anders Carlsson <andersca@gnome.org> * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop): Translate the desktop label. (shortcuts_get_index), (shortcuts_add_bookmarks), (shortcuts_insert_separator), (create_shortcuts_model): Don't show the bookmark separator if there are no bookmarks.
-
Kjartan Maraas authored
2004-02-24 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
-
Artur Flinta authored
2004-02-24 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
-
Jonathan Blandford authored
Tue Feb 24 01:41:30 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the dialog look like the nautilus dialog. (expander_activate_cb): get the order correct.
-
Hasbullah Bin Pit authored
2004-02-23 Hasbullah Bin Pit <sebol@my-penguin.org> * ms.po: Updated Malay translation.
-
Federico Mena Quintero authored
2004-02-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (list_selection_changed): Call bookmarks_check_add_sensitivity(). (shortcut_exists): New helper function; moved the testing code over from bookmarks_check_add_sensitivity(). (bookmarks_check_add_sensitivity): Check the contents of the selection in the file/folder list. Use shortcut_exists(). (shortcuts_add_bookmark_from_path): Don't insert the bookmark if the path is already in the shortcuts list. (add_bookmark_button_clicked_cb): Add the bookmarks from the list selection or from the current folder, as appropriate.
-
Jonathan Blandford authored
Mon Feb 23 21:09:06 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add mnemonics. Sorry translators.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Jonathan Blandford authored
Mon Feb 23 19:57:45 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size): Add a get_size implementation so that we are no longer the same height as text.
-
Anders Carlsson authored
2004-02-24 Anders Carlsson <andersca@gnome.org> * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path), (shortcuts_remove_rows), (shortcuts_append_bookmarks), (create_shortcuts_model), (shortcuts_tree_create), (gtk_file_chooser_default_remove_shortcut_folder): Improve bookmark list rendering by controlling the visibility of the pixbuf cell so that it will be invisible for the separator row, also use a list store instead of a tree store for the model so we won't get unnecessary space for an expander.
-
Matthias Clasen authored
Tue Feb 24 01:08:27 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c: Add a destroy implementation in order to set priv->cell_view to NULL before finalize stumbles over the dangling pointer. This big array of pointers into the widget tree in GtkComboBoxPrivate is really fragile and should be cleaned up.
-
- 23 Feb, 2004 8 commits
-
-
Jonathan Blandford authored
Mon Feb 23 17:52:43 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (main_paned_create): use a size group when allocating space for the buttons at the bottom just in case. Also, move the filter to below the file list.
-
Jonathan Blandford authored
Mon Feb 23 16:52:12 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init): Seth was confused by keybindings. They should be Alt, not Ctl. Also, A-Home should go home, not up.
-
Christian Rose authored
2004-02-23 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Jonathan Blandford authored
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit more cleanly. * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
-
Federico Mena Quintero authored
2004-02-23 Federico Mena Quintero <federico@ximian.com> Rework the user interface of the file chooser, as per Seth Nickell's design. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init): Add binding signals and bindings: "location-popup" - C-l "up-folder" - C-Up "home-folder" - C-Home (up_folder_handler): New function; moved the code from up_button_clicked(). (up_button_clicked_cb): Call up_folder_handler(). (home_folder_handler): New function. (location_popup_handler): New function. (struct _GtkFileChooserDefault): Add an hpaned field. (gtk_file_chooser_default_set_current_name): Check that we are in Save mode. (save_widgets_create): New function, create the widgets specific to Save mode. (main_paned_create): New function, create the hpaned's widgets here. (gtk_file_chooser_default_constructor): Create the open and save widgets, and show only one set. (gtk_file_chooser_default_set_property): Show/hide the save widgets. (gtk_file_chooser_default_get_paths): Only pay attention to the entry in Save mode. (update_chooser_entry): Update the entry only in Save mode. (entry_activate): Removed.
-
Owen Taylor authored
Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com> * configure.in: Remove the configure.in check for fontconfig entirely; it's not needed, since PangoXft implies that sufficiently new fontconfig is present.
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-