From tvb at gnome.org Mon Sep 17 10:40:56 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 17 Sep 2007 10:40:56 -0400 Subject: [Glade-devel] Glade 3.4 released Message-ID: <1190040056.4754.14.camel@thug> Hi all, This is the final release of Glade 3.4, in this release cycle we've focused mainly on bug fixing and improving the user experience, context menu items that people have been accustomed to from Glade-2 should no longer be found lacking. Enjoy, - The Glade team What is Glade ? =============== Glade is a RAD tool to enable quick & easy development of user interfaces for the Gtk+ toolkit and the GNOME desktop environment. The user interfaces designed in Glade are stored in XML format, enabling easy integration with external tools. In particular libglade can load the XML files and create the interfaces at runtime. The DTD for the XML files is included with libglade, and is also at http://glade.gnome.org/glade-2.0.dtd. =========== Glade 3.4.0 =========== - Nothing to be seen here since 3.3.4, reffer to the NEWS file for details about what happened since 3.3.0 New and updated translations ============================ - Priit Laes (et) - Jorge Gonzalez (es) - Ilkka Tuohela (fi) - Ignacio Casal Quinteiro (gl) - Daniel Nylander (sv) - Adam Weinberger (en_CA) - Takeshi AIHANA (ja) - Raphael Higino (pt_BR) - Theppitak Karoonboonyanan (th) - Gabor Kelemen (hu) - Duarte Loreto (pt) - Kenneth Nielsen (da) - Clytie Siddall (vi) - Alexander Shopov (bg) - Gintautas Miliauskas (lt) - Jovan Naumovski (mk) - Kjartan Maraas (nb) - Maxim Dziumanenko (uk) - Alessio Frusciante (it) - Hendrik Richter (de) - Danishka Navin (si) - Jamil Ahmed (bn) - Claude Paroz (fr) - Djihed Afifi (ar) - David Lodge (en_GB) - Nickolay V. Shmyrev (ru) - Artur Flinta (pl) - Gil Forcada (ca) Where can I get it ? ==================== http://download.gnome.org/sources/glade3/3.4/ For more information consult our home page at http://glade.gnome.org/ From juanpablougarte at gmail.com Wed Sep 26 14:34:45 2007 From: juanpablougarte at gmail.com (Juan Pablo Ugarte) Date: Wed, 26 Sep 2007 11:34:45 -0700 Subject: [Glade-devel] GtkImage, and pixbuf eprop bugfix Message-ID: <1190831685.15357.12.camel@debian.sj.pioneer-pra.com> This pach fixes this two annoying problems a) pixbuf eprop bug: glade_eprop_resource_entry_activate() was calling glade_eprop_resource_entry_activate() with an empty string instead of NULL so you cant set back a pixbuf prop to NULL and if you do not even change the value when the focus goes out you get a dot as the filename. maybe we should check for empty strings inglade_property_class_make_object_from_string() and return NULL b) GtkImage: When you do a paste of a gtkimage that is being edited as filename, glade-stock reset stock prop to gtk-missing-image :S greets Juan Pablo -------------- next part -------------- A non-text attachment was scrubbed... Name: pixbufs.patch Type: text/x-patch Size: 1944 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070926/25561d94/attachment.bin