From tvb at gnome.org Mon Jun 4 11:18:26 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 04 Jun 2007 11:18:26 -0400 Subject: [Glade-devel] Glade 3.3.0 snapshot released Message-ID: <1180970306.4731.3.camel@thug> Hi all, This is the first development release on the 3.3 series, it has everything from 3.2 plus a new framework for context menu actions. 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.3.0 =========== - Allow plugin authors to add context menu items for thier widgets (one entry point to act upon a widget, and another to operate on a widget's child). - Juan Pablo Ugarte - Insert before/after context menu actions for GtkBox & GtkTable (bug 438881) - Juan Pablo Ugarte Where can I get it ? ==================== http://download.gnome.org/sources/glade3/3.3/ For more information consult our home page at http://glade.gnome.org/ From juanpablougarte at gmail.com Tue Jun 5 18:20:08 2007 From: juanpablougarte at gmail.com (Juan Pablo Ugarte) Date: Tue, 05 Jun 2007 19:20:08 -0300 Subject: [Glade-devel] Placeholder packing actions Message-ID: <1181082008.3004.15.camel@localhost.localdomain> Since placeholder are added everywhere we would have to create the packing actions list in notify::parent and make sure the actions implementations work without a gladewidget. Packing actions implemented so far can work with placeholders but there is no way to tell if future actions will, so i guess we would need some way to differentiate normal packing actions with the packing actions that can work with a placeholder, maybe a simple flag can do the trick so... * notify::parent is to hackish but its probably the easiest way to do it otherwise we would have to have GladeWidget for placeholders, rigth?? or at least the placeholder would need a parent property (GladeWidget) anyway we would need to change how placeholder are created, packed etc :S well... i have started writing nonsese!... again! :P anyway, this is a little patch showing all this hack! -------------- next part -------------- A non-text attachment was scrubbed... Name: placeholder_packing_actions.patch Type: text/x-patch Size: 11534 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070605/d2a73134/attachment.bin From tvb at gnome.org Mon Jun 18 11:28:55 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 18 Jun 2007 11:28:55 -0400 Subject: [Glade-devel] Glade 3.3.1 released Message-ID: <1182180536.4579.1.camel@thug> Hi all, This is the second development release on the 3.3 series, it has some bugfixes and some more context menu actions. 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.3.1 =========== - Insert before/after & Remove page context menu actions for GtkNotebook (bug 438881) - Juan Pablo Ugarte - Remove row/column context menu actions for GtkTable - Juan Pablo Ugarte - Fix C89 compilation (bug 444045) - Jens Granseuer - Fixed win32 build (bug 444605) - Juan Pablo Ugarte - Allow child contextual actions to work on placeholders - Juan Pablo Ugarte - Remove 'm4' from EXTRA_DIST (bug 445028) - Vincent Geddes - Some misc. win32 build fixes - Vincent Geddes - Fixed cut/paste glitches inside notebooks - Tristan Van Berkom - Fixed incorrectly loaded stock icons (bug 444959) - Juan Pablo Ugarte - Spelling/Translation fixes (bug 419979, 429736) - Vincent Geddes - Fixed console warnings (bug 424509) - Vincent Geddes Where can I get it ? ==================== http://download.gnome.org/sources/glade3/3.3/ For more information consult our home page at http://glade.gnome.org/ From leyland at gmail.com Mon Jun 18 13:25:43 2007 From: leyland at gmail.com (leyland needham) Date: Mon, 18 Jun 2007 10:25:43 -0700 Subject: [Glade-devel] Recommended build environment (for Win32) Message-ID: <5903803c0706181025y1df2bbc4ie7d5c826c82e6a87@mail.gmail.com> I want to build Glade3 on a Win32 system, and was wondering what is the best environment for it? I have MSVC8, MSVC7, and a simple Cygwin setup (no GCC). I could install Cygwin's GCC or Mingw if that is the recommended one to use. Cint (http://root.cern.ch/root/Cint.html) was the last project I compiled on this system through Cygwin. It had a nice 'Configure' option for building using msvc8's compiler/linker, but it also supports cygwin, mingw options. It would be nice to be able to take the compiled results and use it on other systems that don't have any special libraries etc. Although requiring gtk+ to be installed would be fine. Leyland Needham -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20070618/4c7dab1b/attachment-0001.html From alexey.kurochkin at pathfinderlwd.com Tue Jun 19 08:53:26 2007 From: alexey.kurochkin at pathfinderlwd.com (Alexey Kurochkin) Date: Tue, 19 Jun 2007 07:53:26 -0500 Subject: [Glade-devel] [Glade-users] Glade 3.3.1 released In-Reply-To: <397017.99821.qm@web61323.mail.yahoo.com> References: <397017.99821.qm@web61323.mail.yahoo.com> Message-ID: <1182257606.9904.2.camel@localhost.localdomain> On Tue, 2007-06-19 at 00:05 -0700, salaria113 at yahoo.com wrote: > Hi, the link to http://glade.gnome.org/glade-2.0.dtd doesn't work. > Is it only my problem ? It works, but the browser doesn't show it since it tries to interpret it as html. Use "view source" in your browser, or save the page and open in a text editor. >