diff options
author | rh <rh@pkgsrc.org> | 1999-09-08 16:10:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-08 16:10:24 +0000 |
commit | 269a46c528634a9ecda0c261868e1004529ef57b (patch) | |
tree | ef8589a7ef6def8d1265029fc4959bee33246b20 /devel/libglade | |
parent | 8a3640e99e364688bc3e1554686521412d6decd4 (diff) | |
download | pkgsrc-269a46c528634a9ecda0c261868e1004529ef57b.tar.gz |
Update libglade to 0.5
Changes include:
* glade/glade-gnome.c (propbox_build_children): added similar
behaviour here.
* glade/glade-gtk.c (notebook_build_children): added underline
accelerator support for notebook tabs. You can switch between
pages of the notebook by using the underline accelerator on the
page's tab.
* glade/glade-gnome.c (button_build_children): same function here
for gnome support.
* glade/glade-gtk.c (button_build_children): new function for
building button children. It also adds an accelerator for the
clicked signal if appropriate.
* glade/glade-xml.c (glade_xml_set_common_params): check to see if
any label underline accelerators have to be attached.
* glade/glade-private.h (GladeXMLPrivate): added new fields for
label underline accelerators.
* glade/glade-build.h: added prototypes for the new functions.
* glade/glade-xml.c (glade_xml_handle_label_accel): handle label
underline accelerators.
(glade_xml_get_parent_accel): routine for getting underline
accelerators directed at the parent widget.
* glade/glade-gtk.c (label_new): extract the underline accelerator
from the label.
* glade/glade-gnome.c (propbox_new): set up the property box to use
a new accel group.
* glade/glade-xml.c (glade_get_adjustment): accept the adjustment
element names from glade 0.5.2 and pre 0.5.2.
* glade/glade-xml.c (glade_xml_new_from_memory): added new function
to create a GladeXML object from a in memory buffer.
* po/POTFILES.in: removed all the entries someone added here to
discourage people from translating this module. None of the installed
components need translation.
* glade/glade-sax.c (my_xmlSAXParseMemory):
* glade/glade-sax.c (glade_widget_tree_parse_memory): added an function
to create a GladeWidgetTree from a string.
* glade/glade-gtk.c (layout_new): added support for GtkLayout.
* glade/glade-gnome.c (iconlist_new): added support for GnomeIconList.
(iconsel_new): support for GnomeIconSelection.
(druid*): added support for GnomeDruid, GnomeDruidPageStart,
GnomeDruidPageFinish, GnomeDruidPageStandard.
(pixmap_new): added support for GnomePixmap.
(propbox_new): added support for GnomePropertyBox.
* glade/glade-build.h: changed declaration of GladeWidgetBuildData
structure so it does not cause problems for newer gtk-doc's.
* doc/Makefile.am (scan): fixed up target so that libtool works
correctly even if it does not recognise the C compiler name (there
were problems with CC=egcs).
* glade/glade-xml.c: save a reference to the GladeWidgetTree
structure, and unref it when the GladeXML structure is destroyed.
This is so it does not get destroyed if it gets purged from the
cache.
* glade/glade-private.h: added the GladeWidgetTree to the private
structure.
* glade/glade-tree.c (glade_tree_get): check mtime on file to see
if tree needs to be read in again.
* glade/glade-sax.c: added implementations of reference counting
routines, and save modification time of the file in the structure.
* glade/glade-widget-tree.h: added an mtime field to GladeWidgetTree
and added reference counting.
* po/da.po: added danish file
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade/files/md5 | 4 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 1f1b81fefd9..396b0d01846 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 1999/09/06 20:29:24 rh Exp $ +# $NetBSD: Makefile,v 1.7 1999/09/08 16:10:24 rh Exp $ # -DISTNAME= libglade-0.4 +DISTNAME= libglade-0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/} diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 index 66a82c17b01..108fee6180b 100644 --- a/devel/libglade/files/md5 +++ b/devel/libglade/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/08/27 14:31:02 rh Exp $ +$NetBSD: md5,v 1.3 1999/09/08 16:10:25 rh Exp $ -MD5 (libglade-0.4.tar.gz) = cad4812b969f64ac5d9be2b72de05eea +MD5 (libglade-0.5.tar.gz) = 6ae6fbd7d214c349b8ae1980a307d0fa diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST index 23fce890fb0..2d1c9360c02 100644 --- a/devel/libglade/pkg/PLIST +++ b/devel/libglade/pkg/PLIST @@ -1,14 +1,13 @@ -@comment $NetBSD: PLIST,v 1.5 1999/09/06 21:05:52 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/09/08 16:10:25 rh Exp $ bin/libglade-config bin/libglade-xgettext include/glade/glade.h include/glade/glade-xml.h include/glade/glade-build.h include/glade/glade-widget-tree.h -lib/locale/no/LC_MESSAGES/libglade.mo -lib/libglade.so.1.1 +lib/libglade.so.2.0 lib/libglade.a -lib/libglade-gnome.so.1.1 +lib/libglade-gnome.so.2.0 lib/libglade-gnome.a lib/libgladeConf.sh share/aclocal/libglade.m4 |