diff options
author | rh <rh@pkgsrc.org> | 1999-08-06 22:49:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-06 22:49:24 +0000 |
commit | ad7da7b1c5e2ca92e471e676be6f87499971d0e4 (patch) | |
tree | e6b24005ed0e052507038eb9078a0677241e2b83 /devel/glade/pkg | |
parent | 94b3faac462dc90d818707322c0821e524b93ce8 (diff) | |
download | pkgsrc-ad7da7b1c5e2ca92e471e676be6f87499971d0e4.tar.gz |
Update glade to 0.5.1
This release contains quite a few bug fixes, and a couple of new features:
* New widget properties - GtkWindow & dialog subclasses now have default
width & height properties. GtkPaned has Position property, and
children have Shrink & Resize packing properties.
* GtkMenubar has shadow type property. GtkHandleBox has shadow type,
handle position & snap edge properties. GtkBox children have Position
property (which isn't saved in the XML), though this may be a little
confusing due to the PACK_START/END flag.
* More support for underlined accelerator keys. If the label in a button
has an underlined character, then the button can be activated by
pressing Alt + the underlined key. Similarly if a normal label has
an underlined character, pressing Alt + the key will set the keyboard
focus to the widget on the right, e.g. a text entry box.
* Ctrl-R accelerator to redisplay a window - it should appear at the same
size it will be in the final application. Very handy.
* Bug fixes, including a fairly serious one in the generated code which
meant that widgets were never destroyed.
Diffstat (limited to 'devel/glade/pkg')
-rw-r--r-- | devel/glade/pkg/PLIST | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/devel/glade/pkg/PLIST b/devel/glade/pkg/PLIST index a0b6f09e30e..d7f60f7b396 100644 --- a/devel/glade/pkg/PLIST +++ b/devel/glade/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1999/05/02 14:50:33 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/08/06 22:49:24 rh Exp $ bin/glade share/doc/glade/README share/doc/glade/TODO @@ -6,13 +6,49 @@ share/doc/glade/developer.txt share/doc/glade/file_format.txt share/doc/glade/generic.txt share/doc/glade/manual.txt -share/doc/glade/portability.txt share/doc/glade/notes.txt +share/doc/glade/portability.txt share/doc/glade/source_code.txt share/locale/de/LC_MESSAGES/glade.mo share/locale/es/LC_MESSAGES/glade.mo share/locale/fr/LC_MESSAGES/glade.mo +share/locale/it/LC_MESSAGES/glade.mo share/locale/ja/LC_MESSAGES/glade.mo +share/locale/no/LC_MESSAGES/glade.mo +share/locale/pl/LC_MESSAGES/glade.mo share/locale/ru/LC_MESSAGES/glade.mo share/locale/pt_BR/LC_MESSAGES/glade.mo +share/gnome/apps/Development/glade.desktop +share/pixmaps/glade/glade_logo.png +share/glade/gtk/autogen.sh +share/glade/gnome/Makefile.am +share/glade/gnome/autogen.sh +share/glade/gnome/aclocal-include.m4 +share/glade/gnome/compiler-flags.m4 +share/glade/gnome/curses.m4 +share/glade/gnome/gnome-bonobo-check.m4 +share/glade/gnome/gnome-common.m4 +share/glade/gnome/gnome-fileutils.m4 +share/glade/gnome/gnome-gettext.m4 +share/glade/gnome/gnome-ghttp-check.m4 +share/glade/gnome/gnome-gnorba-check.m4 +share/glade/gnome/gnome-guile-checks.m4 +share/glade/gnome/gnome-libgtop-check.m4 +share/glade/gnome/gnome-objc-checks.m4 +share/glade/gnome/gnome-orbit-check.m4 +share/glade/gnome/gnome-print-check.m4 +share/glade/gnome/gnome-pthread-check.m4 +share/glade/gnome/gnome-support.m4 +share/glade/gnome/gnome-undelfs.m4 +share/glade/gnome/gnome-vfs.m4 +share/glade/gnome/gnome-x-checks.m4 +share/glade/gnome/gnome-xml-check.m4 +share/glade/gnome/gnome.m4 +share/glade/gnome/linger.m4 +share/glade/gnome/need-declaration.m4 +@dirrm share/gnome/apps/Development +@dirrm share/pixmaps/glade @dirrm share/doc/glade +@dirrm share/glade/gnome +@dirrm share/glade/gtk +@dirrm share/glade |