| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Recent gettext version can extract and merge back strings from and to
various file formats, no need for intltool anymore.
https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
https://gitlab.gnome.org/GNOME/glade/issues/279
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Dieter Verfaillie,
bug 634978.
|
| |
|
|
|
|
|
| |
So we follow current automake recommendations:
http://sources.redhat.com/automake/automake.html#Extending-aclocal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gladeui/glade-catalog.c: added name parameter to
GladeCatalogInitFunc.
* python/glade-python.c: New plugin to support python widget
at runtime.
* m4/python.m4, glade3/configure.ac, plugins/Makefile.am,
plugins/python/Makefile.am:
added python check and build rules.
* gnome/glade-gnome.c: updated glade_gnomeui_init() prototype
svn path=/trunk/; revision=1844
|
|
|
|
| |
svn path=/trunk/; revision=1101
|
|
|
|
|
|
|
|
| |
* set 'svn:ignore' properties for the directory tree.
Delete all '.cvsignore' files.
svn path=/trunk/; revision=1052
|
|
* 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".
|