summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* rolling 3.0.2GLADE3_3_0_BRANCHPOINTGLADE3_3_0_2Tristan Van Berkom2006-09-291-1/+1
|
* Updated English (British) translation Added en_GB to LINGUASDavid Lodge2006-09-141-1/+1
| | | | | | | 2006-09-14 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation * configure.in: Added en_GB to LINGUAS
* Added ko in ALL_LINGUAS.Changwoo Ryu2006-08-221-1/+1
| | | | | | 2006-08-22 Changwoo Ryu <cwryu@debian.org> * configure.in: Added ko in ALL_LINGUAS.
* wrapping 3.0.1 tarballGLADE3_3_0_1Tristan Van Berkom2006-08-201-3/+3
| | | | * configure.in, NEWS: wrapping 3.0.1 tarball
* o Use Unicode characters where appropriate. o Set website property forTristan Van Berkom2006-08-191-1/+1
| | | | | | | | | | | | | * src/glade-project-window.c: o Use Unicode characters where appropriate. o Set website property for About dialog. o Beefed up Projects menu. Added "Previous" and "Next" actions. Removed the tab alignment. * glade-3.desktop.in, src/main.c: Removed the "3" from the application title. * configure.in: Fixed typo.
* Wrapping the 3.0 tarball.GLADE3_3_0_0Tristan Van Berkom2006-08-121-6/+3
| | | | * configure.in, NEWS: Wrapping the 3.0 tarball.
* Check for --disable-gnome arg.Tristan Van Berkom2006-07-061-4/+13
| | | | * configure.in: Check for --disable-gnome arg.
* Updated.Tristan Van Berkom2006-06-241-1/+1
| | | | | | | | | | | | * TODO: Updated. * doc/gladeui-sections.txt: Updated * doc/Makefile.am: Ignoring some headers. * configure.in: Package name is now glade3-2.91.3 and not glade-3-2.91.3, this conforms with gnome server scripts and matches the cvs name and bugzilla name.
* Rework for new icons.Tristan Van Berkom2006-06-191-0/+2
| | | | | | | | | | | | | | | | | | | | * pixmaps/Makefile.am: Rework for new icons. * configure.in: Add new Makefiles for output. * src/glade-clipboard-view.c, src/glade-project-view.c: o Treeview widgets now use 16x16 icons. o More padding between icons and widget labels. * src/glade-palette.c: Now uses 22x22 icons. * src/glade-widget-class.[ch]: o Widget classes now have a 16x16 'small' icon and a 22x22 'large' icon. o Abstract widget classes do not need to have icons. * src/glade-project-window.c: fix memory leak in gpw_save_as ().
* Added gnome catalog relevent files for translation.Tristan Van Berkom2006-05-271-28/+31
| | | | | | | | | | | * po/POTFILES.in: Added gnome catalog relevent files for translation. * src/glade-devhelp.[ch]: Removed. * configure.in, src/Makefile.am: shuffled, devhelp removed * src/glade-project-window.c, src/glade-utils.[ch]: implement devhelp search as `devhelp -s \"search string\"`. (spawn it)
* added check for GnomeUI libs (PKG_CHECK_MODULES)Tristan Van Berkom2006-05-181-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: added check for GnomeUI libs (PKG_CHECK_MODULES) * widgets/Makefile.am: New catalogs added (bonobo.xml gnome.xml) * widgets/bonobo.xml.in: Created new catalog for libbonoboui. * widgets/gnome.xml.in: Created new catalog for libgnomeui. * widgets/canvas.xml.in: empty file just to declare the module. GnomeCanvas is declared in gnome catalog. * widgets/gtk+.xml.in: added GtkMenuItem "stock-item" property. o added glade_gtk_box_get_internal_child() o disabled GtkLayout's hadjustment and vadjustment properties. * src/Makefile.am: added gladegnome conditional build. * src/glade-builtins.[ch]: added glade_standard_pixbuf_spec(), glade_standard_gdkcolor_spec() and glade_standard_uint_spec(). Fixed stock order in glade_standard_stock_get_type() * src/glade-editor-property.c: added G_PARAM_SPEC_VALUE_ARRAY support to GladeEPropText. * src/glade-gnome.c: New support file for gnome/bonobo catalogs. * src/glade-gtk.h: Created to include it in others plugings. * src/glade-gtk.c: o added GtkMenuItem stock-item property. o Moved GladeGtkImageType and GladeGtkButtonType to glade-gtk.h o Moved GLADE_CREATE_USER block from idle function to glade_gtk_button_post_create() * src/glade-project.c: fixed bug in glade_project_resource_fullpath() project->path could be NULL. * src/glade-property-class.c: added G_PARAM_SPEC_VALUE_ARRAY support in glade_property_class_make_string_from_gvalue() and glade_property_class_make_gvalue_from_string()
* o Bumped version to 2.91.3 (for anjuta to get the devhelp 0.12 requirementTristan Van Berkom2006-05-151-1/+1
| | | | | | correctly). o Bumped version to 2.91.3 (for anjuta to get the devhelp 0.12 requirement correctly).
* removed unused var HAVE_DEVHELPTristan Van Berkom2006-05-151-1/+0
| | | | (since WITH_DEVHELP is what is actually used).
* Bumping required devhelp version to 0.12 (current devhelp cvs).Tristan Van Berkom2006-05-151-1/+1
| | | | | * configure.in: Bumping required devhelp version to 0.12 (current devhelp cvs).
* o Cleanup build in src/Makefile.am o Now build and install a devhelpTristan Van Berkom2006-04-301-4/+17
| | | | | | | | | | | | | | | | * configure.in, src/Makefile.am, src/glade-paths.sh.in: o Cleanup build in src/Makefile.am o Now build and install a devhelp module if a usable version of libdevhelp is available * src/glade-devhelp.[ch]: A loadable devhelp dockable widgets built into a plugin module. * src/glade-app.c, src/glade.h: Added a global for glade_plugins_dir. * src/glade-project-window.c, src/glade-utils.[ch]: Detect if there is a devhelp plugin installed and load the devhelp window into the project window in a paned window with the project view.
* Relesed 2.91.1, now we are working on 2.91.2Tristan Van Berkom2006-04-261-3/+3
| | | | * configure.in: Relesed 2.91.1, now we are working on 2.91.2
* Remove obsolete entry for no_NO. And the translation.Kjartan Maraas2006-04-171-1/+1
| | | | | | | 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO. * po/no.po: And the translation.
* o Use glib instead of libpopt for command-line parsing. o AddedTristan Van Berkom2006-04-101-12/+0
| | | | | | | | | | * src/main.c: o Use glib instead of libpopt for command-line parsing. o Added '--version' option. o Do not try to open non-existent files supplied on command-line. * configure.in: Remove libpopt dependency.
* Updated docs to reflect the recently implemented installation method.Tristan Van Berkom2006-04-041-0/+1
| | | | | | | | | | | | | 2006-04-04 Tristan Van Berkom <tvb@gnome.org> * doc/catalogintro.sgml: Updated docs to reflect the recently implemented installation method. 2006-04-04 Yevgen Muntyan <muntyan@tamu.edu> * configure.in, src/Makefile.am, src/glade-3.pc.in: New pc file for extention libraries to find where to install there catalogs, pixmaps and library.
* Glade 3.0 --> Glade-3Tristan Van Berkom2006-02-101-2/+1
| | | | | | | * configure.in: Glade 3.0 --> Glade-3 * doc/tmpl/*.sgml, doc/*.sgml, src/*.c: Massive doc updates, migrated some doc from sgml into source files.
* Require gtkdocize 1.4Tristan Van Berkom2006-02-091-1/+1
| | | | | | | | | | | | | | | * configure.in: Require gtkdocize 1.4 * doc/Makefile.am: Ignore glade-popup.h * doc/children.sgml, doc/gladeui-docs.sgml, doc/tmpl/glade-app.sgml, doc/tmpl/glade-project.sgml: Doc updates. * src/glade-project.c: Made project signals have object type args for GladeWidgets (of type GLADE_TYPE_WIDGET). * src/glade-widget.c: GladeWidget GType is now registered as "GladeWidget" and not "Gladewidget".
* Fixed up blurbs on installed propertiesTristan Van Berkom2006-02-071-1/+1
| | | | | | | | * src/glade-property.c: Fixed up blurbs on installed properties * src/glade-editor-property.c: Added tooltips on i18n dialog. * configure.in: Now really bumping the required GTK+ to 2.8
* require automake 1.9Tristan Van Berkom2006-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * autogen.sh: require automake 1.9 * Makefile.am, doc/Makefile.am, doc/.cvsignore, configure.in: Added environment for gtk-doc generation. * doc/glade-docs.sgml, doc/glade-sections.txt, doc/glade.types, doc/version.xml.in, doc/tmpl/*: Added initial documentation metadata. * src/*.h: Line break LIBGLADEUI_API everywhere so that documentation generation works (wierd trade, I know). * po/POTFILES.in: Added glade-custom.c Modified Files: ChangeLog Makefile.am autogen.sh configure.in po/POTFILES.in src/glade-app.h src/glade-catalog.h src/glade-clipboard-view.h src/glade-clipboard.h src/glade-command.c src/glade-command.h src/glade-editor-property.c src/glade-editor-property.h src/glade-editor.c src/glade-editor.h src/glade-fixed-manager.h src/glade-gtk.c src/glade-palette.h src/glade-parameter.h src/glade-placeholder.h src/glade-popup.c src/glade-project-view.c src/glade-project-view.h src/glade-project-window.c src/glade-project.c src/glade-project.h src/glade-property-class.c src/glade-property-class.h src/glade-property.c src/glade-property.h src/glade-signal-editor.h src/glade-signal.c src/glade-utils.c src/glade-utils.h src/glade-widget-class.h src/glade-widget.c src/glade-widget.h src/glade-xml-utils.h Added Files: doc/.cvsignore doc/Makefile.am doc/glade-docs.sgml doc/glade-sections.txt doc/glade.types doc/version.xml.in doc/tmpl/glade-app.sgml doc/tmpl/glade-catalog.sgml doc/tmpl/glade-clipboard-view.sgml doc/tmpl/glade-clipboard.sgml doc/tmpl/glade-command.sgml doc/tmpl/glade-editor-property.sgml doc/tmpl/glade-editor.sgml doc/tmpl/glade-fixed-manager.sgml doc/tmpl/glade-palette.sgml doc/tmpl/glade-parameter.sgml doc/tmpl/glade-parser.sgml doc/tmpl/glade-placeholder.sgml doc/tmpl/glade-project-view.sgml doc/tmpl/glade-project.sgml doc/tmpl/glade-property-class.sgml doc/tmpl/glade-property.sgml doc/tmpl/glade-signal-editor.sgml doc/tmpl/glade-signal.sgml doc/tmpl/glade-utils.sgml doc/tmpl/glade-widget-class.sgml doc/tmpl/glade-widget.sgml
* ----------------------------------------------------------------------Clytie Siddall2006-02-061-1/+1
| | | | | * configure.in Added vi in ALL_LINGUAS line. CVS: ----------------------------------------------------------------------
* Relesed 2.91.0, now we are working on 2.91.1Tristan Van Berkom2006-01-261-2/+2
| | | | * configure.in: Relesed 2.91.0, now we are working on 2.91.1
* undo/redo buttons cleanup. Use of "destroy" signal instead of weekTristan Van Berkom2006-01-251-1/+1
| | | | | | | | | * glade-app.c: undo/redo buttons cleanup. Use of "destroy" signal instead of week pointers and use update-ui default handler to update buttons. * glade-project-window.c: glade_project_window_update_ui() chain up with GLADE_APP_CLASS update-ui handler.
* Added Brazilian Portuguese translationRaphael Higino2006-01-241-1/+1
|
* Added da, fr, nb and sk to ALL_LINGUASTristan Van Berkom2005-12-121-1/+1
| | | | * configure.in: Added da, fr, nb and sk to ALL_LINGUAS
* Added en_CA to ALL_LINAUS. Added many missing files. Added CanadianAdam Weinberger2005-12-041-1/+1
| | | | | | | | 2005-12-03 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINAUS. * po/POTFILES.in: Added many missing files. * po/en_CA.po: Added Canadian English translation.
* Added Simplified Chinese translation.Funda Wang2005-11-261-1/+1
|
* post release bumping to work on version 2.91.0Tristan Van Berkom2005-09-291-1/+1
| | | | * configure.in: post release bumping to work on version 2.91.0
* Fixing cvs...Tristan Van Berkom2005-09-291-1/+1
|
* Added 'ja' (Japanese) to ALL_LINGUAS.Takeshi AIHANA2005-05-221-1/+1
| | | | | 2005-05-22 Takeshi AIHANA <aihana@gnome.gr.jp> * configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.
* 2005-04-10 Ivan, Wong Yat Cheung <email@ivanwong.infoIvan Wong Yat Cheung2005-04-101-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Version number should start from 0:0:0 before a public release. * src/glade-clipboard-view.c (glade_clipboard_view_button_press_cb): * src/glade-editor.c (glade_editor_table_append_items): * src/glade-signal-editor.c (glade_signal_editor_load_widget): * src/glade-project-view.c: * src/glade-widget.c: * src/main.c: Get rid of some compilation warnings, correct some inconsistent coding style, plus some silly things. * src/glade-project.c: Correct some project loading behaviours. Use glade_widget_class_container_get_all_children instead of glade_widget_class_container_get_children. * src/glade-utils.c (glade_util_container_get_all_children): glade_widget_class_container_get_all_children should use gtk_container_forall instead of gtk_container_foreach. * src/glade-widget-class.c: Fix some class inhertance bugs. * src/glade-widget.[ch] (glade_widget_get_pack_property): New. * widgets/gtk+.xml: * src/glade-gtk.c: Add some custom add-functons that know how to handle placeholder. Handlers for "special child type" are there, we just need to wait and re-enable them once placeholder has GladeWidget.
* catalogs should be put inside datadirIvan Wong Yat Cheung2005-04-021-1/+1
|
* pixmaps/Makefile.am, src/Makefile.am, widgets/Makefile.am,Ivan, Wong Yat Cheung2005-04-021-48/+34
| | | | | | | | | | | | | | | | | | | 2005-04-02 Ivan, Wong Yat Cheung <email@ivanwong.info> * configure.in: pixmaps/Makefile.am, src/Makefile.am, widgets/Makefile.am, src/glade-app.c, src/glade-widget.c, src/glade-paths.sh.in: Use a more proper way to detect paths. * src/glade-app.h, src/glade-command.c, src/glade-command.h, src/glade-debug.h, src/glade-editor.h, src/glade-gtk.c, src/glade-palette.h, src/glade-placeholder.c, src/glade-placeholder.h, src/glade-project-view.h, src/glade-project.h, src/glade-property.h, src/glade-utils.h, src/glade-widget-class.h, src/glade-widget.h, src/glade.h: Introduce LIBGLADEUI_API, remove *.def. * src/main.c: some global variables should be freed by libgladeui.
* Merged LIBGLADE_INTEGRATION --> HEAD, gentlemen; we have reached normality.Tristan Van Berkom2005-02-281-2/+2
| | | | | | | | | | | * src/Makefile.am: Added glade-plugin.h & fixed_bg.xpm to header list (for `make dist' purposes) * src/glade-gtk.c: includes fixed_bg.xpm from new location (moved fixed_bg.xpm from pixmaps --> src) * src/glade-plugin.h: include glade-palette.h for compiler warnings.
* - clean up a little bit. - drop acconfig.h, use the third arg of AC_DEFINEIvan Wong2004-11-181-19/+25
| | | | | | | | | | | | | | | | | | | | | 2004-11-17 Ivan Wong <email@ivanwong.info> * configure.in: - clean up a little bit. - drop acconfig.h, use the third arg of AC_DEFINE instead. - allow user to specify what version (dynamic/static) of libpopt is to be used (win32 only). * acconfig.h, config.h.win: removed * src/Makefile.am: drop flags that are never used, and probably won't be used. * src/glade-catalog.c, src/glade-palette.c, src/glade-project-window.c, src/glade-widget-class.c, src/glade.h, src/main.c: use global variables instead of preprocessor definitions for data/locale/pixmaps/widgets/catalogs directory names.
* rewrote function to create a GtkFileSelector or GtkFileChooser dependingShane Butler2004-11-051-1/+1
| | | | | | | | | | 2004-11-02 Shane Butler <shane_b@users.sourceforge.net> * src/glade-utils.[ch] (glade_util_file_dialog_new): rewrote function to create a GtkFileSelector or GtkFileChooser depending on the GTK+ version. (glade_util_file_dialog_get_filename, glade_util_file_dialog_set_filename): Metods to retrieve and set the filename of whichever file selector type is supported. * src/glade-project-window.c (gpw_open_cb, gpw_save_cb, gpw_save_as_cb, gpw_confirm_close_project): Update to use new functions (above). * src/glade-menu-editor.c (on_icon_button_clicked): Update to new functions. * configure.in: Revert back to requiring GTK+ 2.2 or above.
* Win32 related fixes (bug 154927)Ivan Wong2004-11-031-0/+10
| | | | | | | | 2004-11-02 Ivan Wong <email@ivanwong.info> * acconfig.h, autogen.sh, config.h.win, configure.in, src/Makefile.am, src/glade-catalog.c, src/glade-palette.c, src/glade-project-window.c, src/glade-widget-class.c, src/glade_plugin.def, src/main.c: Win32 related fixes (bug 154927)
* Add support to automatically generate the marshallers files rather thanDavid Hoover2004-10-251-0/+2
| | | | | | | | | | | 2004-10-25 David Hoover <karma@deadmoose.com> * configure.in, src/.cvsignore, src/Makefile.am, src/glade-marshallers.list: Add support to automatically generate the marshallers files rather than checking in generated versions. * src/glade-marshallers.c, src/glade-marshallers.h: Removed, since they are now automatically generated.
* Minor configure.in updates.Paolo Borelli2004-06-161-9/+5
|
* read the name of the plugin to be used by each catalog and pass it to theJoaquín Cuenca Abela2003-10-041-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | * src/glade-catalog.c: read the name of the plugin to be used by each catalog and pass it to the constructor of glade-widget-class. Also if a specific class has a specific plugin name to be used, use it instead of the generic of the whole catalog. * src/glade-gtk.c: remove the "static" from the functions that should be exported, and remove the "temp hack" that was used to load the address of the functions, as it's no more needed. * src/glade-property-class.c: remove glade_property_class_get_{get,set}_function and use g_module_symbol instead. * src/glade-widget-class.c: use g_module_symbol instead of the previous {get,set} functions. Remove unused functions. Rename glade_widget_class_new_from_name2 to glade_widget_class_new as it's the only constructor. Use the plugin name that glade-widget-class passed to the constructor and load it. * src/glade-widget-class.h: add a GModule* by GladeWidgetClass. * src/glade-widget.c: remove the #include <glade-gtk.h> * widgets/gtk-additional.xml: add the name of the plugin ("gtk") for all the widgets on gtk-additional. * widgets/gtk-base.xml: ditto * widgets/gtkwidget.xml: remove the "name" tag, as it's not need. * widgets/gtkwindow.xml: change glade_gtk_widget_{get,set}_tooltip by "ignore", as that's what these functions do.
* Fixed the pixmap location.glade3_may_01_2002_chemaCarlos Perello Marin2002-04-271-1/+1
| | | | | | 2002-04-27 Carlos Perello Marin <carlos@gnome-db.org> * configure.in: Fixed the pixmap location.
* Changed all references from glade2 to glade3 Renamed to glade-3.desktop.inCarlos Perello Marin2002-04-271-14/+14
| | | | | | | | | | | | | 2002-04-27 Carlos Perello Marin <carlos@gnome-db.org> * Makefile.am, configure.in, src/glade-packing.c, src/glade-project-window.c, src/glade-widget-class.c, src/main.c: Changed all references from glade2 to glade3 * glade-2.desktop.in: Renamed to glade-3.desktop.in * glade-2.png: Renamed to glade-3.png * configure.in: Changed all references from glade2 to glade3 and added version number to the directory where all data is stored. Updated the version to 2.1.90
* *** empty log message ***Hasbullah Bin Pit2002-01-131-1/+1
|
* Added pl.Zbigniew Chyla2002-01-071-1/+1
| | | | | | 2002-01-07 Zbigniew Chyla <cyba@gnome.pl> * configure.in (ALL_LINGUAS): Added pl.
* Added portuguese to ALL_LINGUASDuarte Loreto2001-12-271-1/+1
| | | | | | 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added portuguese to ALL_LINGUAS
* Added Ukrainian TranslationYuri Syrota2001-12-211-1/+1
|
* Reverted my change about GETTEXT_PACKAGE. We should use the "standar" nameCarlos Perelló Marín2001-12-031-6/+6
| | | | | | | | | 2001-12-03 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: Reverted my change about GETTEXT_PACKAGE. We should use the "standar" name (glade-2.0 instead of glade-2). * acconfig.h, configure.in, src/glade-catalog.c, widgets/Makefile.am: /s/catalog/catalogs/ && /s/CATALOG/CATALOGS/ when we are talking about