pkgsrc/devel/glade/PLIST

189 lines
8.7 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.4 2003/02/20 23:19:01 salo Exp $
bin/glade
share/doc/glade/README
share/doc/glade/TODO
share/doc/glade/developer.txt
share/doc/glade/file_format.txt
share/doc/glade/generic.txt
share/doc/glade/manual.txt
share/doc/glade/notes.txt
share/doc/glade/portability.txt
share/doc/glade/source_code.txt
share/glade/gnome/Makefile.am
share/glade/gnome/aclocal-include.m4
share/glade/gnome/autogen.sh
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/gperf-check.m4
share/glade/gnome/linger.m4
share/glade/gnome/need-declaration.m4
share/glade/gtk/autogen.sh
share/gnome/apps/Development/glade.desktop
share/gnome/help/glade/C/faq/faq.sgml
share/gnome/help/glade/C/faq/index.html
share/gnome/help/glade/C/faq/ln7.html
Update glade to 0.5.9. Relevant changes are: Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01 17:28:56 +02:00
share/gnome/help/glade/C/topic.dat
share/gnome/help/glade/C/turbo-start/index.html
share/gnome/help/glade/C/turbo-start/ln7.html
share/gnome/help/glade/C/turbo-start/turbo-start.sgml
share/gnome/help/glade/C/user-guide/authors.html
share/gnome/help/glade/C/user-guide/edit-menu.html
share/gnome/help/glade/C/user-guide/helloworld.html
share/gnome/help/glade/C/user-guide/help-menu.html
share/gnome/help/glade/C/user-guide/index.html
share/gnome/help/glade/C/user-guide/introduction.html
share/gnome/help/glade/C/user-guide/libglade.html
share/gnome/help/glade/C/user-guide/ln7.html
share/gnome/help/glade/C/user-guide/menus.html
share/gnome/help/glade/C/user-guide/output.html
share/gnome/help/glade/C/user-guide/project-options.html
share/gnome/help/glade/C/user-guide/quickstart.html
share/gnome/help/glade/C/user-guide/settings-menu.html
share/gnome/help/glade/C/user-guide/toolbar.html
Update glade to 0.5.9. Relevant changes are: Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01 17:28:56 +02:00
share/gnome/help/glade/C/user-guide/user-guide-images/edit-menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/file-menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/grid-options.png
share/gnome/help/glade/C/user-guide/user-guide-images/help-menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/options-c.png
share/gnome/help/glade/C/user-guide/user-guide-images/options-general.png
share/gnome/help/glade/C/user-guide/user-guide-images/options-libglade.png
share/gnome/help/glade/C/user-guide/user-guide-images/settings-menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/snap-options.png
share/gnome/help/glade/C/user-guide/user-guide-images/toolbar.png
share/gnome/help/glade/C/user-guide/user-guide-images/view-menu.png
share/gnome/help/glade/C/user-guide/user-guide-images/window-main.png
share/gnome/help/glade/C/user-guide/user-guide-images/window-palette-add.png
share/gnome/help/glade/C/user-guide/user-guide-images/window-palette-basic.png
share/gnome/help/glade/C/user-guide/user-guide-images/window-palette-gnome.png
share/gnome/help/glade/C/user-guide/user-guide.sgml
Update glade to 0.5.9. Relevant changes are: Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01 17:28:56 +02:00
share/gnome/help/glade/C/user-guide/using.html
share/gnome/help/glade/C/user-guide/view-menu.html
share/gnome/help/glade/C/user-guide/windows-clipboard.html
share/gnome/help/glade/C/user-guide/windows-editor.html
share/gnome/help/glade/C/user-guide/windows-palette.html
share/gnome/help/glade/C/user-guide/windows-tree.html
share/gnome/help/glade/C/user-guide/windows.html
Update glade to 0.5.11. Changes include: * Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3. * A few changes in the generated code to keep g++ happy. * Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the lists of standard signal handlers. * Changed the widget tree view so it automatically expands to show selected widgets. * Updates to Russian, Swedish, French, Korean and Japanese translations. * Fixed code generation bug with GnomePropertyBox which caused a SEGV. * Added support for the "relief" property for GtkButton & GtkToggleButton. This is the only change to the XML file format. * Fixed menu editor bug which meant that widgets were occasionally given the same name. * Added support for tooltips for GtkRadioButton and GtkCheckButton. * Better support for keyboard navigation (from Jon K Hellan). * Fixed --write-source option so it handles relative paths (from Rick Niles). * Stopped installing logo into `gnome-config --datadir` since it causes problems for people installing in personal directories etc. Also changed the generated Makefile.am so it doesn't do it either. * Added 'Class' property to the property editor so you can see the class of the selected widget (from Jon K Hellan). * Output the GtkOptionMenu and GtkCombo item strings separately in the translatable strings file. * Allowed start & finish pages of a GnomeDruid to be removed, in case the developer wants to replace them with custom pages. * Fixed the 'Redisplay Window' (Ctl-R) command so it should work again. * Added the XML file and the autogen.sh file to the EXTRA_DIST in the generated Makefile.am so they get distributed with the project.
2000-10-15 19:20:44 +02:00
share/gnome/help/glade/C/user-guide/x225.html
share/gnome/help/glade/C/user-guide/x324.html
share/gnome/help/glade/it/faq/faq.sgml
share/gnome/help/glade/it/faq/index.html
share/gnome/help/glade/it/faq/ln10.html
share/gnome/help/glade/it/topic.dat
share/gnome/help/glade/it/turbo-start/index.html
share/gnome/help/glade/it/turbo-start/ln10.html
share/gnome/help/glade/it/turbo-start/turbo-start.sgml
share/gnome/help/glade/it/user-guide/authors.html
share/gnome/help/glade/it/user-guide/edit-menu.html
share/gnome/help/glade/it/user-guide/helloworld.html
share/gnome/help/glade/it/user-guide/help-menu.html
share/gnome/help/glade/it/user-guide/index.html
share/gnome/help/glade/it/user-guide/introduction.html
share/gnome/help/glade/it/user-guide/libglade.html
share/gnome/help/glade/it/user-guide/ln7.html
share/gnome/help/glade/it/user-guide/menus.html
share/gnome/help/glade/it/user-guide/output.html
share/gnome/help/glade/it/user-guide/project-options.html
share/gnome/help/glade/it/user-guide/quickstart.html
share/gnome/help/glade/it/user-guide/settings-menu.html
share/gnome/help/glade/it/user-guide/toolbar.html
share/gnome/help/glade/it/user-guide/user-guide-images/edit-menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/file-menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/grid-options.png
share/gnome/help/glade/it/user-guide/user-guide-images/help-menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/options-c.png
share/gnome/help/glade/it/user-guide/user-guide-images/options-general.png
share/gnome/help/glade/it/user-guide/user-guide-images/options-libglade.png
share/gnome/help/glade/it/user-guide/user-guide-images/settings-menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/snap-options.png
share/gnome/help/glade/it/user-guide/user-guide-images/toolbar.png
share/gnome/help/glade/it/user-guide/user-guide-images/view-menu.png
share/gnome/help/glade/it/user-guide/user-guide-images/window-main.png
share/gnome/help/glade/it/user-guide/user-guide-images/window-palette-add.png
share/gnome/help/glade/it/user-guide/user-guide-images/window-palette-basic.png
share/gnome/help/glade/it/user-guide/user-guide-images/window-palette-gnome.png
share/gnome/help/glade/it/user-guide/user-guide.sgml
share/gnome/help/glade/it/user-guide/using.html
share/gnome/help/glade/it/user-guide/view-menu.html
share/gnome/help/glade/it/user-guide/windows-clipboard.html
share/gnome/help/glade/it/user-guide/windows-editor.html
share/gnome/help/glade/it/user-guide/windows-palette.html
share/gnome/help/glade/it/user-guide/windows-tree.html
share/gnome/help/glade/it/user-guide/windows.html
share/gnome/help/glade/it/user-guide/x225.html
share/gnome/help/glade/it/user-guide/x324.html
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/glade.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/glade.mo
share/omf/glade/faq-C.omf
share/omf/glade/faq-it.omf
share/omf/glade/turbo-start-C.omf
share/omf/glade/turbo-start-it.omf
share/omf/glade/user-guide-C.omf
share/omf/glade/user-guide-it.omf
share/pixmaps/glade.png
share/pixmaps/glade/glade_logo.png
@dirrm share/pixmaps/glade
@dirrm share/omf/glade
@comment in scrollkeeper: share/omf
@dirrm share/gnome/help/glade/it/user-guide/user-guide-images
@dirrm share/gnome/help/glade/it/user-guide
@dirrm share/gnome/help/glade/it/turbo-start
@dirrm share/gnome/help/glade/it/faq
@dirrm share/gnome/help/glade/it
Update glade to 0.5.9. Relevant changes are: Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01 17:28:56 +02:00
@dirrm share/gnome/help/glade/C/user-guide/user-guide-images
@dirrm share/gnome/help/glade/C/user-guide
@dirrm share/gnome/help/glade/C/turbo-start
@dirrm share/gnome/help/glade/C/faq
Update glade to 0.5.9. Relevant changes are: Glade 0.5.9 (May 20 2000) =========== o Added a Turbo-Start Guide from Paul J. Drongowski. o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox widgets, and setting all the standard window properties of GnomePropertyBox. o Updated Norwegian, Russian, Swedish, Japanese and German translations. Glade 0.5.8 (May 14 2000) =========== o Added User Guide and FAQ to the Help menu, though these are unfinished. o Added option to support the Gnome Help system. Currently this only adds the GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a complete template User Guide with all the build files in future. Note that you will have to install the topic.dat file in the appropriate directory for the Help menuitems to be added. See the Glade source for an example. o Installed the menu hints in the GnomeAppBar. o Added a '--write-source' command line option to just build the source code and exit. Note that an X connection is probably necessay for this to work. o Partial support for GnomeDB widgets, though you'll have to set up the configure.in/Makefile.am yourself. Parts of this may be unfinished. o The beginnings of support for Bonobo controls. To include this configure with '--with-bonobo'. This is still unfinished. Source code output isn't done. o Lots of new translations (many thanks to the people who do this behind the scenes). Glade 0.5.7 (Feb 19 2000) =========== o Fixed problem with gnome-gettext.m4 macros being removed. o French, Swedish, Japanese & Norwegian translations updated. Glade 0.5.6 (Feb 13 2000) =========== o Bug fixes - XML/source code output for box children with PACK_END set. Using normal pixmaps in menu items. Used correct default for C++ option cxx_use_heap, so it doesn't appear in projects for other languages. Fixed code output for children of paned widgets. Fixed progress bar bug. Fixed GLADE_DATA_DIR so --datadir works. Fix bug which caused widgets to be skipped in code output. o Used WM_NAME & WM_CLASS properties so window positions can be saved by the window manager. o Defaults for project options - to cut down on XML output. More default values will be used in future - see doc/file_format.txt. Glade 0.5.5 (Nov 11 1999) =========== o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles. output (void) as the function prototypes in interface.c Glade 0.5.4 (Nov 6 1999) =========== o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I still think people shouldn't use these. o Added some support for GnomeAnimator. You just have to add the frames of the animation yourself. o Moved accelerator keys from a property editor page to a separate dialog, which you can access via the 'Basic' page of the property editor. o Bug fixes - Allow label to be removed from buttons etc. Make sure GnomeDruid strings are translated. Don't let widgets be added to GnomeCanvas. Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted. Ignore <style> stuff in XML file.
2000-06-01 17:28:56 +02:00
@dirrm share/gnome/help/glade/C
@dirrm share/gnome/help/glade
@dirrm share/glade/gtk
@dirrm share/glade/gnome
@dirrm share/glade
@dirrm share/doc/glade