summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Removed bindings framework since now all binding work will be doneJuan Pablo Ugarte2007-07-111-1/+1
| | | | | | in the branch until we have a proper framework and a full implementation (python) svn path=/trunk/; revision=1447
* Remove 'm4' from EXTRA_DIST. m4 files are included automaticallyVincent Geddes2007-06-091-1/+0
| | | | | | | * Makefile.am: Remove 'm4' from EXTRA_DIST. m4 files are included automatically (#445028). svn path=/trunk/; revision=1343
* Call GNOME_DOC_INIT unconditionally. Bug #392411.Christian Persch2007-02-131-4/+1
| | | | | | | | | 2007-02-13 Christian Persch <chpe@svn.gnome.org> * Makefile.am: * configure.ac: Call GNOME_DOC_INIT unconditionally. Bug #392411. svn path=/trunk/; revision=1098
* fixed conditionally building gnome & python.Tristan Van Berkom2007-01-251-3/+4
| | | | | | | | | | | | | | | | | | | * Makefile.am, configure.ac, plugins/Makefile.am, bindings/Makefile.am: fixed conditionally building gnome & python. * data/libgladeui-1.0.pc.in: Renamed to gladeui-1.0.pc.in. Updated for change in location of header files. * gladeui/glade.h, gladeui/glade-xml-utils.c: Cleaned up 'glade.h'. - Moved GLADE_TAG_* defines to glade-xml-utils.h. - Nuked GLADE_GENERIC_BORDER_WIDTH. * gladeui/*.h, plugins/gtk+/glade-gtk.[ch], plugins/gnome/glade-gnome.ch, bindings/python/*.[ch]: Changed header files location for libgladeui. svn path=/trunk/; revision=1054
* Reorganised package structure, moved a lot of files and directories.Tristan Van Berkom2007-01-231-28/+3
| | | | | | | | | | | | * Reorganised package structure, moved a lot of files and directories. Modified the Makefile.am in most directories. * po/POTFILES.in, po/POTFILES.skip: Update for reorganisation. * configure.ac: Add files to AC_CONFIG_FILES. Change AC_CONFIG_SRCDIR. svn path=/trunk/; revision=1050
* Add version to bugzilla info in the .desktop file. Bug #392395.Christian Persch2007-01-031-5/+3
| | | | | | | | | | | | | 2007-01-03 Christian Persch <chpe@svn.gnome.org> * Makefile.am: * configure.in: * glade-3.desktop.in.in: * po/POTFILES.in: * po/POTFILES.skip: Add version to bugzilla info in the .desktop file. Bug #392395. svn path=/trunk/; revision=1032
* New files.Tristan Van Berkom2006-12-071-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * help/ChangeLog, help/Makefile.am, help/glade.omf.in, help/.cvsignore, help/C/glade.xml, help/C/legal.xml, help/C/figures/main-window.png, m4/.cvsignore: New files. * configure.in: - Check for gnome-doc-utils and scrollkeeper - Use AC_CONFIG_FILES instead of AC_OUTPUT with args. AC_OUTPUT with args is deprecated. - set macro dir with AC_CONFIG_MACRO_DIR. * Makefile.am: - Update for gnome-doc-utils integration. - Conditionally set SUBDIRS if docs building is enabled. - Set `ACLOCAL_AMFLAGS = -I m4' as recommended in Autoconf manual. * .cvsignore: Add `gnome-doc-utils.make'. * src/glade-utils.[ch]: New function `glade_util_url_show'. * src/glade-project-window.c: - Add functionality for launching the GNOME user manual. - Set URL hook for GtkAboutDialog. - If devhelp is not available, the online developer reference is displayed instead. * src/glade-paths.sh.in: New variable GLADE_GNOMEHELPDIR. * glade-3.desktop.in: Add "X-GNOME-DocPath" entry. Add "GTK" to "Categories".
* *** empty log message ***Juan Pablo Ugarte2006-10-181-2/+4
|
* relicense pixmaps under GNU LGPLJuan Pablo Ugarte2006-10-171-0/+2
| | | | | | | | * COPYING: relicense pixmaps under GNU LGPL * COPYING.GPL, COPYING.LGPL: new files * Makefile.am: added license files to EXTRA_DIST.
* Glade now installs theme friendly icons (GNOME Goal #2)Vincent Geddes2006-04-301-1/+13
| | | | | | | | | | | | | | | | | 2006-04-28 Vincent Geddes <vgeddes@metroweb.co.za> * Glade now installs theme friendly icons (GNOME Goal #2) 2006-04-30 Yevgen Muntyan <muntyan@tamu.edu> * src/glade-project-window.c: fixed bug 339855 (recent project ordering) and bug 339249. 2006-04-30 Tristan Van Berkom <tvb@gnome.org> * src/glade-editor.c: Beautified the editor (added alignments and a gtk-clear icon for the reset button
* require automake 1.9Tristan Van Berkom2006-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Delete .desktop file on make clean.Paolo Borelli2003-11-011-6/+13
|
* Changed all references from glade2 to glade3 Renamed to glade-3.desktop.inCarlos Perello Marin2002-04-271-19/+4
| | | | | | | | | | | | | 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
* Install .desktop file into the proper location for GNOME2Carlos Perelló Marín2002-01-291-5/+5
| | | | | | | | | | | | | 2002-01-29 Carlos Perelló Marín <carlos@gnome-db.org> * Makefile.am: Install .desktop file into the proper location for GNOME2 (PREFIX/share/applications). * glade-2.desktop.in: Renamed from glade2.desktop.in to use the same standar as glade1 port. Added a Categories field for GNOME 2 panel. Tweak the Name to follow the HIG. All those changes are a copy of the changes by Seth at glade1 port. * glade-2.png: Added.
* Migrated to intltoolCarlos Perelló Marín2001-11-041-4/+4
| | | | | | | 2001-11-04 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in: * Makefile.am: Migrated to intltool
* Modified to use the new GNOME 2.0 config stuff. Removed a dup "#includeCarlos Perelló Marín2001-09-021-9/+12
| | | | | | | | | | | | | 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
* *** empty log message ***Jose Maria Celorio2001-06-191-10/+2
|
* Initial revisionJose Maria Celorio2001-06-191-0/+39