2004-03-29 Damon Chaplin * Released Glade 2.5.1 2004-03-29 Damon Chaplin * glade/source.c: don't output acconfig.h, and use AC_DEFINE with all 3 args, to get rid of warnings about AC_DEFINE. * doc/C/glade-faq/glade-faq.xml (type): * doc/C/glade-user-guide/glade-user-guide.xml: * FAQ (http): remove references to acconfig.h. * configure.in: use AC_DEFINE with all 3 args. * acconfig.h: removed, to get rid of warnings about AC_DEFINE. 2004-03-29 Damon Chaplin * configure.in: bump GTK+ and GNOME version requirements. * glade/gnome-db/gnomedblogindlg.c (gb_gnome_db_logindlg_new): * glade/gnome-db/gnomedberrordlg.c (gb_gnome_db_errordlg_new): * glade/gnome/gnomepropertybox.c (on_gnome_property_box_dialog_ok): * glade/gnome/gnomemessagebox.c (gb_gnome_message_box_new): * glade/gnome/gnomedialog.c (gb_gnome_dialog_new): * glade/gnome/gnomeabout.c (gb_gnome_about_new): * glade/gbwidgets/gbfilechooserdialog.c (gb_file_chooser_dialog_new): * glade/gbwidgets/gbinputdialog.c (gb_input_dialog_new): * glade/gbwidgets/gbfontselectiondialog.c (gb_font_selection_dialog_new): * glade/gbwidgets/gbfileselection.c (gb_file_selection_new): * glade/gbwidgets/gbdialog.c (create_dialog): * glade/gbwidgets/gbcolorselectiondialog.c (gb_color_selection_dialog_new): set the initial type hint to dialog. Bug #135893. * glade/gb.h (GLADE_TYPE_HINT_DIALOG_INDEX): added a define to contain the index of the dialog type hint. * glade/gbwidgets/gbwindow.c (GbTypeHintChoices): added a note to make sure the above define is updated if the array is changed. * glade/gbwidgets/gbaspectframe.c (gb_aspect_frame_new): * glade/gbwidgets/gbframe.c (gb_frame_new): try to set up the frame according to the HIG. i.e. set the shadow to none, use a bold label, and add an alignment with 12 pixels padding on the left. Bug #118183. 2004-03-28 Damon Chaplin * glade/load.c (real_load_project_file): if we don't find a project options file, guess if it is a GTK+ or GNOME project by looking at the tags. * glade/glade_project.c (glade_project_load_options): return a bool indicating the options were found & loaded OK. * glade/gbwidgets/gbtoolbar.c (gb_toolbar_add_child): insert a GtkToolItem when loading child widgets that aren't plain/radio/toggle items. 2004-03-25 Damon Chaplin * glade/gbwidgets/gbbutton.c (gb_button_normal_find_child_widgets): return FALSE if the child is a label GbWidget, since we handle that separately. Fixes bug #127860. * glade/main.c (main): try to load gail-gnome as well as gail. 2004-03-23 Damon Chaplin * glade/property.c (show_filesel_dialog): * glade/utils.c (glade_util_set_file_selection_filename) (glade_util_get_file_selection_filename): * glade/glade_project_window.c: (glade_project_window_on_open_project): * glade/glade_project_options.c (glade_project_options_show_file_selection): * glade/glade_menu_editor.c (on_icon_button_clicked): use filechooser rather than old file selection dialog. Bug #132905. 2004-03-21 Damon Chaplin * glade/gbwidgets/gbimagemenuitem.c (gb_image_menu_item_set_properties): translate the stock menuitem label. Fixes bug #136229. * glade/gbwidgets/gbtext.c (gb_text_write_source): use -1 for text length, so it works for translated strings. This was bug #62531.