11 Commits

Author SHA1 Message Date
Javier Jardón
5e8ed7e0df Modernize autotools configuration file
New dependencies:
automake >= 1.11
autoconf >= 2.64
libtool >= 2.2.6
intltool >= 0.41.0
gtk-doc >= 1.13
gnome-doc-utils >= 0.18
2010-12-29 18:40:46 +01:00
Tristan Van Berkom
c43aaea090 Run gtkdocize with --flavour=no-tmpl
* autogen.sh: Run gtkdocize with --flavour=no-tmpl
	
	* configure.ac: Require gtk-doc 1.9 and bump to 3.5.0 dev version.
	
	* doc/gladeui-overrides.txt, doc/children.sgml, doc/tmpl/*: Removed unneeded.

	* doc/gladeui-docs.sgml, doc/widgetclasses.sgml,
	doc/catalogintro.sgml, doc/Makefile.am: Mega docs update, added new
	files and completely rediscribed the catalog in its new form.

	* gladeui/glade-design-view.c, gladeui/glade-widget.c, 
	gladeui/glade-widget-adaptor.c, gladeui/glade-command.c,
	gladeui/glade-widget-adaptor.h, gladeui/glade-base-editor.c,
	gladeui/glade-widget-action.c, gladeui/glade-xml-utils.c,
	gladeui/glade-utils.c, gladeui/glade-catalog.c, gladeui/glade-property.c,
	gladeui/glade-project.c: Added some description statements to newly 
	documented files, fixed some warnings in other sources.

M    ChangeLog
M    configure.ac
M    doc/gladeui-docs.sgml
M    doc/widgetclasses.sgml
M    doc/catalogintro.sgml
D    doc/gladeui-overrides.txt
M    doc/Makefile.am
D    doc/children.sgml
D    doc/tmpl
M    doc/gladeui-sections.txt
M    doc/gladeui.types
M    doc/properties.sgml
M    gladeui/glade-design-view.c
M    gladeui/glade-widget.c
M    gladeui/glade-widget-adaptor.c
M    gladeui/glade-command.c
M    gladeui/glade-widget-adaptor.h
M    gladeui/glade-base-editor.c
M    gladeui/glade-widget-action.c
M    gladeui/glade-xml-utils.c
M    gladeui/glade-utils.c
M    gladeui/glade-catalog.c
M    gladeui/glade-property.c
M    gladeui/glade-project.c
M    autogen.sh

svn path=/trunk/; revision=1775
2008-04-07 12:23:11 +00:00
Christian Persch
03c8b253f5 Set the required gdu version in autogen too. Bug #392411.
2007-02-17  Christian Persch  <chpe@svn.gnome.org>

	* autogen.sh: Set the required gdu version in autogen too. Bug
	#392411.

svn path=/trunk/; revision=1110
2007-02-17 13:48:56 +00:00
Tristan Van Berkom
6cc7d36903 renamed configure.in -> configure.ac
2007-01-17  Tristan Van Berkom <tvb@gnome.org>

	* autogen.sh: renamed configure.in -> configure.ac

2007-01-07  Vincent Geddes <vincent.geddes@gmail.com>

        * configure.in: Quote some macro arguments. Use AS_HELP_STRING
	  to format the messages for AC_ARG_ENABLE macros. Other cleanups
	  and updates.

	* src/glade-editor-property.c: Modified some dialogs for HIG
	  compliance. Mostly about adjusting border widths and spacings,
	  and setting mnemonics. Title for "Edit Text Property" dialog
	  is now a simpler "Edit Text". Title for "Select Flags" dialog
	  is also now a more descriptive "Select Events".

	* src/glade-project-window.c: Set URL for online help to
	  "http://glade.gnome.org/manual/index.html".


svn path=/trunk/; revision=1044
2007-01-18 01:54:46 +00:00
Tristan Van Berkom
d6ea83cbdf require automake 1.9
* 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
2006-02-07 05:24:08 +00:00
Archit Baweja
b8657d4331 reverting the autogen.sh patchfor debian, I did last commit. 2004-12-18 02:28:04 +00:00
Archit Baweja
b7f09c2754 Added GtkFileChooserDialog to gtk-dialogs.xml. Moved GtkFileSelection to gtk-obsolete.xml. Small main window title fix. 2004-12-16 21:24:02 +00:00
Ivan Wong
0b45fe74db Win32 related fixes (bug 154927)
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)
2004-11-03 05:30:27 +00:00
Carlos Perello Marin
44acf7955f Changed all references from glade2 to glade3 Renamed to glade-3.desktop.in
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
2002-04-27 19:38:57 +00:00
Carlos Perell Marn
5edecc7430 Modified to use the new GNOME 2.0 config stuff. Removed a dup "#include
2001-08-29  Carlos Perell Marn <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
2001-09-02 07:59:26 +00:00
Jose Maria Celorio
dc4dfdf188 Initial revision 2001-06-19 03:29:28 +00:00