summaryrefslogtreecommitdiff
path: root/devel/glade/files
AgeCommit message (Collapse)AuthorFilesLines
2001-02-15regenwiz1-2/+2
2000-11-09Use the same method as devel/ee to get the locale files in the right place.mycroft1-0/+3
2000-10-15Update glade to 0.5.11. Changes include:rh1-2/+2
* 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-06-01Update glade to 0.5.9. Relevant changes are:rh1-2/+2
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.
1999-11-26Rob was correct, and ftp.netbsd.org (and our mirrors...) were wrong.hubertf1-2/+2
1999-11-26Correct the md5 checksum again.agc1-2/+2
1999-11-23corrected bad checksumwindsor1-2/+2
1999-11-08Update "glade" package to version 0.5.3 belonging to GNOME 1.0.53 release.tron1-2/+2
This version fixes several bugs found since version 0.5.1.
1999-08-06Update glade to 0.5.1rh1-2/+2
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.
1999-05-02Update glade to 0.4.1rh1-2/+2
1998-12-31Initial import of glade-0.3.9, a user interface builder for GTK+.frueauf1-0/+3
Provided in pr 6692 by Rene Hexel.