summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Added CATALOG_DIR to store catalogs Added to load several catalogs fromCarlos Perelló Marín2001-12-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-12-02 Carlos Perelló Marín <carlos@gnome-db.org> * acconfig.h, configure.in: Added CATALOG_DIR to store catalogs * src/glade-catalog.* (glade_catalog_load_all): Added to load several catalogs from $prefix/share/glade/catalog/*.xml. It calls the old glade_catalog_load with a new arg which is the catalog file name. * src/glade-catalog.h: Added the title gchar* to store the title for this catalog. * src/glade-palette.h: Added a notebook at GladePalette object. * src/glade-palette.c (glade_palette_init): We create a notebook to store several catalogs. * src/glade-palette.c (glade_palette_create): Really ugly hack that needs to be FIXED when we finish glade2 functionality. Sorry, it's a fast hack that works. * src/glade-palette.c (on_palette_button_toggled): Implemented, we change the notebook page. * src/glade-project-window.*: * src/main.c: Instead of GladeCatalog we have now a list (GList) of GladeCatalog. * widgets/gtkmenubar.xml: Added some default values. * widgets/gtk-base.xml: Added. It has the catalog for gtk2 base. * widgets/gtk-additional.xml: Added. It has the catalog for gtk2 additional. * widgets/catalog.xml: Removed, now we have several catalogs.
* We need now latest gtk2 version.Carlos Perelló Marín2001-11-211-2/+2
| | | | | | 2001-11-21 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: We need now latest gtk2 version.
* Changed GETTEXT_PACKAGE from glade-2.0 to glade-2Carlos Perelló Marín2001-11-211-1/+1
| | | | | | 2001-11-21 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: Changed GETTEXT_PACKAGE from glade-2.0 to glade-2
* Migrated to intltoolCarlos Perelló Marín2001-11-041-1/+1
| | | | | | | 2001-11-04 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: * Makefile.am: Migrated to intltool
* drop the 2 from the package name, and set GETTEXT_PACKAGE addCarlos Perelló Marín2001-11-011-1/+4
| | | | | | | | | 2001-11-01 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: drop the 2 from the package name, and set GETTEXT_PACKAGE * acconfig.h: add GETTEXT_PACKAGE * src/main.c: modified the gettext args to use GETTEXT_PACKAGE
* Added ta.Fatih Demir2001-09-231-1/+1
|
* Added Azeri filePablo Saratxaga2001-09-231-1/+1
|
* Added russian translation.Valek Frob2001-09-191-1/+1
|
* Added sv to ALL_LINGUAS. Added Swedish translation.Christian Rose2001-09-101-1/+1
| | | | | | | 2001-09-10 Christian Rose <menthos@menthos.com> * configure.in: Added sv to ALL_LINGUAS. * po/sv.po: Added Swedish translation.
* don't unref the cell nor the column. Thanks jacob@ximian.comChema Celorio2001-09-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-03 Chema Celorio <chema@celorio.com> * src/glade-project-view.c (glade_project_view_create_widget): don't unref the cell nor the column. Thanks jacob@ximian.com 2001-09-03 Chema Celorio <chema@celorio.com> * src/glade.h: add new xml tags * src/glade-xml-utils.h: standarize a lot of the calls to xml-utils and rename all the calling funcitions to the new names * src/glade-widget.c (glade_widget_new): add a project parameter needed for loading objects. (glade_widget_create_gtk_widget): only call the widget resize when the object is an actual widget (v.s. beeing an object like a gtkadjustment) * src/glade-widget-class.c (glade_widget_class_set_type): call get_type_from_name and move the code to get the type there (glade_widget_class_load_packing_properties_from_node): impl. (glade_widget_class_load_packing_properties): impl. * src/glade-utils.c (glade_util_get_type_from_name): move here * src/glade-property.c (glade_property_new_from_class): set property->child for type = _TYPE_OBJECT (glade_property_set_enum): s/choice/enum * src/glade-packing.c (glade_packing_add_properties_from_list): add packing properties too (glade_packing_property_get_from_class): impl. * src/glade-gtk.c (glade_gtk_button_set_stock): implement stock buttons * src/glade-editor.c (glade_editor_property_changed_enum): s/choice/enum * src/glade-choice.c (glade_enum_from_string): add a temp entry for gtk-ok, glade-none and gtk-cancel. (glade_choice_list_new_from_node): change the XML tag name to ENUMS from CHOICE * src/glade-catalog.h: add prototype for glade_catalog_get * src/glade-catalog.c (glade_catalog_get): impl. (glade_catalog_load): after loading all the widgets load the packing properties.
* Modified to use the new GNOME 2.0 config stuff. Removed a dup "#includeCarlos Perelló Marín2001-09-021-99/+13
| | | | | | | | | | | | | 2001-08-29 Carlos Perelló Marín <carlos@gnome-db.org> * autogen.sh: * configure.in: * Makefile.am: Modified to use the new GNOME 2.0 config stuff. * src/glade.h: Removed a dup "#include <libintl.h>" * src/main.c: Moved the NLS stuff to be the first at main() and added setlocale (LC_ALL, ""); before the bindtextdomain call Now the l10n works!!!! Thanks Martin for your comments ;-) * src/Makefile.am: popt is checked at configure.in
* Added "nn" and "no" to ALL_LINGUAS.Kjartan Maraas2001-08-191-1/+1
| | | | | | 2001-08-20 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added "nn" and "no" to ALL_LINGUAS.
* try to fix gettext support. Duno why translations are not working. FeelChema Celorio2001-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-11 Chema Celorio <chema@celorio.com> * src/glade.h: try to fix gettext support. Duno why translations are not working. Feel free to fix it ;-). * src/glade-widget.c (glade_property_refresh): implement (glade_widget_new): clean widget creation (glade_widget_new_full): ditto (glade_widget_get_from_gtk_widget): ditto (glade_widget_apply_property_from_node): impl. (glade_widget_new_from_node): impl. * src/glade-property.c : port to GValue * src/glade-property.h: ditto * src/glade-property-class.c : port to GValue * src/glade-property-class.h : ditto * src/glade-project.c (glade_project_new_from_node): implement. (glade_project_open_from_file): implement. (glade_project_open): implemnt. * src/glade-project-view.h (struct _GladeProjectViewClass): add a selection_update signal. * src/glade-project-view.c (glade_project_view_populate_model_real): add a add_childs parameter (glade_project_view_selection_update): implment (not yet working) * src/glade-parameter.c (glade_parameter_adjustment_new): port to GValue * src/glade-palette.c (glade_palette_clear): impl. * src/glade-gtk.c: port to GValue from string (glade_gtk_box_set_size): impl. * src/glade-editor.c (glade_editor_property_changed_*): use g_property_set_foo rather than g_property_changed_foo. port to GValues from string * src/glade-choice.c (glade_choice_list_new_from_node): use _TAG_ENUM and not _CHOICES * src/glade-catalog.c: remove <config.h> * src/Makefile.am (SUBDIRS): remove tests
* Added tr to languages listFatih Demir2001-08-051-1/+1
|
* If the catalog is not found, exitJose Maria Celorio2001-07-111-1/+1
|
* lots of work. Selection is starting to work nowJose Maria Celorio2001-06-251-1/+1
|
* more work on GParamStuff,Jose Maria Celorio2001-06-211-2/+2
| | | | i'll start writing ChangeLogs when it starts getting close to beeing complete
* *** empty log message ***Jose Maria Celorio2001-06-191-1/+1
|
* bump versionsJose Maria Celorio2001-06-191-2/+2
|
* *** empty log message ***Jose Maria Celorio2001-06-191-2/+1
|
* Initial revisionJose Maria Celorio2001-06-191-0/+176