From tvb at gnome.org Wed Jul 4 10:19:56 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Wed, 04 Jul 2007 10:19:56 -0400 Subject: [Glade-devel] Glade development meeting Message-ID: <1183558796.4717.18.camel@thug> Good morning, We're doing another one of our every month-or-two'ish team meetings this comming monday and you're all more than welcome to attend. Agenda: - fate of the bindings framework - game plan for GtkBuilder format support - recap of what we want done for 3.4 release The meeting will take place in the #glade3 channel on irc.gnome.org at 20:00 UTC [1]. See you there :D Cheers, -Tristan [1]http://www.timeanddate.com/worldclock/fixedtime.html?month=7&day=9&year=2007&hour=20&min=0&sec=0&p1=0 From tvb at gnome.org Wed Jul 11 17:29:49 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Wed, 11 Jul 2007 17:29:49 -0400 Subject: [Glade-devel] Glade 3 - translations & ui/string change announcements Message-ID: <1184189389.4719.28.camel@thug> Ok 2 things to announce, - gnome-2-18 branch closed, not planning on making any more glade 3.2.x releases, that means translators please go back to translating trunk for now. - Today we made a user visible change, the view menu now has "Dock Palette", "Dock Editor", "Dock Inspector" toggle menuitems (which have the predictable consequence of docking/undocking those tools from the main glade window). Question: At this point, should I overwrite glade3-trunk/po/*.po with glade3-gnome-2-18/po/*.po ? is there a standard merging proceedure or do I leave all that up to the translation teams when moving across branches ? Cheers, -Tristan From johannes.schmid at gmx.de Sat Jul 21 06:38:03 2007 From: johannes.schmid at gmx.de (Johannes Schmid) Date: Sat, 21 Jul 2007 12:38:03 +0200 Subject: [Glade-devel] Problem with glade and anjuta Message-ID: <46A1E20B.7030101@gmx.de> Hi! We have some problems with the glade integration recently: 1) We wanted to load the first availible widget from the widget tree when a file is opened but I did not find a way to do that 2) There are some Gtk-Criticals in the glade code when you embed it in anjuta - would be nice if you could have a look at them. Obviously at least they do no harm One other thing: It would be really nice if you could remind us (with bugzilla or mail) when you change API in your development version because it breaks our build. Of course we don't care about API additions, just about incompatible API changes. (We also do not really care about ABI at this point) Thanks and regards, Johannes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070721/daddef02/attachment.bin From tvb at gnome.org Sat Jul 21 14:10:09 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Sat, 21 Jul 2007 14:10:09 -0400 Subject: [Glade-devel] Problem with glade and anjuta In-Reply-To: <46A1E20B.7030101@gmx.de> References: <46A1E20B.7030101@gmx.de> Message-ID: <1185041410.4585.6.camel@scrabble-desktop> On Sat, 2007-07-21 at 12:38 +0200, Johannes Schmid wrote: > Hi! > > We have some problems with the glade integration recently: > 1) We wanted to load the first availible widget from the widget tree > when a file is opened but I did not find a way to do that Hmmm, - glade_app_get_project () - glade_project_get_objects () - loop through objects, GTK_IS_WINDOW (object) ? + glade_widget_show (glade_widget_get_from_gobject (object)) That should do it (note that there is no "first" widget, although chance might have it that this will get you the widget that is on top in the widget tree/inpsector) > 2) There are some Gtk-Criticals in the glade code when you embed it in > anjuta - would be nice if you could have a look at them. Obviously at > least they do no harm Sure, can you attach those to a bug report ? You mean criticals in general or criticals as a result of parenting the workspace widget into anjuta ? I am assuming the later, there will always be criticals comming from gtk+ widgets that are getting properties set to values that they dont like - we catch them as they come and sometimes they are introduced by new properties in gtk+.. so we just got to keep running after them. > One other thing: It would be really nice if you could remind us (with > bugzilla or mail) when you change API in your development version > because it breaks our build. Of course we don't care about API > additions, just about incompatible API changes. (We also do not really > care about ABI at this point) Ok, I'll make a point to make sure all API breaks (not additions) are announced. Cheers, -Tristan From tvb at gnome.org Mon Jul 23 17:10:23 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 23 Jul 2007 17:10:23 -0400 Subject: [Glade-devel] Glade 3.3.2 released Message-ID: <1185225024.4684.68.camel@thug> Hi all, This is the third development release on the 3.3 series, its got lotsa candy (see below) :D 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.2 =========== - Bindings work has been moved out into a branch - Added toolbar item for "Drag/Resize" mode - Tristan Van Berkom - Added history lists to undo/redo buttons - Tristan Van Berkom - Current notebook page is more consistant (bug 394382) - Tristan Van Berkom - Use gnome-common macros in configure.ac/Makefiles (bug 399134) - Christian Persch - Fixed lots of compiler warnings from new macros - Vincent Geddes - Added a bunch of translatable/displayable values for new enumerations/values - Juan Pablo Ugarte - Display some specially marked backend actions in the toolbar - Juan Pablo Ugarte - Attempt to reload an open project if the user tries to open it again (bug 450483) - Vincent Geddes - Monitor and update project saved state wrt undo (bug 392324) - Vincent Geddes - Properly handle dgettext() operations (bug 453105) - Christian Persch) - Fixed some hangups (bug 453253) - Juan Pablo Ugarte - Remove user name and host from comment in glade file (bug 453174) - Vincent Geddes - Now the palette/inspector and property editor are "dockable" (just dock/undock via view menu, nothing fancy) - Tristan Van Berkom - Warn about missing displayable values for enums/flags - Juan Pablo Ugarte - Fixed glitch with changing notebook pages (bug 456013) - Tristan Van Berkom - Implemented "Add/Remove Parent" context menu items for all widgets (bug 343786) - Tristan Van Berkom - Added "Remove Slot" action for placeholders inside GtkBoxes (closes bug 387963) - Tristan Van Berkom - Markup & mnemonics in labels load properly now (bug 396446) - Tristan Van Berkom - Context menu for placeholders now have actions that apply to the widget they are in, while "paste" remains contextual to the placeholder in question - Tristan Van Berkom - Misc bug fixes 453105 453107 453111 453110 406039 457224 457222... 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 johannes.schmid at gmx.de Tue Jul 24 10:21:22 2007 From: johannes.schmid at gmx.de (Johannes Schmid) Date: Tue, 24 Jul 2007 16:21:22 +0200 Subject: [Glade-devel] Problem with glade and anjuta In-Reply-To: <1185041410.4585.6.camel@scrabble-desktop> References: <46A1E20B.7030101@gmx.de> <1185041410.4585.6.camel@scrabble-desktop> Message-ID: <46A60AE2.7090808@gmx.de> Hi Tristan! > Hmmm, > - glade_app_get_project () > - glade_project_get_objects () > - loop through objects, GTK_IS_WINDOW (object) ? > + glade_widget_show (glade_widget_get_from_gobject (object)) OK, I will try that. It just looks a bit ugly to have an empty designer in an editor tab. >> 2) There are some Gtk-Criticals in the glade code when you embed it in >> anjuta - would be nice if you could have a look at them. Obviously at >> least they do no harm > > Sure, can you attach those to a bug report ? Sure, http://bugzilla.gnome.org/show_bug.cgi?id=459906 > You mean criticals in general or criticals as a result of parenting > the workspace widget into anjuta ? Not sure if it is the workspace window, but could be. > Ok, I'll make a point to make sure all API breaks (not additions) are > announced. Thanks, Johannes > > Cheers, > -Tristan > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070724/e1f07abe/attachment.bin From tvb at gnome.org Mon Jul 30 10:49:16 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 30 Jul 2007 10:49:16 -0400 Subject: [Glade-devel] Glade 3.3.3 released Message-ID: <1185806956.4725.3.camel@thug> Hi all, This is another quick development release leading up to 3.4, we had some bugfixes & extra goodies so decided to wrap a last minute build before the gnome snapshot release... 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.3 =========== - Add tab labels by default to notebook pages (bug 345438) - Tristan Van Berkom - Now child menu items are selectable (fixed event handling for widgets that are not in the logical hierarchy, in 3.3.2 this was a crash actually) - Tristan Van Berkom - Now we draw selection in g_signal_connect_after (..."expose-event"...) instead of queuing an idle timeout. - Tristan Van Berkom - Fixed the UI to be insensitive when no projects are loaded (some widgets were sensitive and causing errors) - Tristan Van Berkom - Made it possible to declare a widget class in the catalog without giving a real type, only automatically derive from a type specified in the catalog (bug 352714) - Yevgen Muntyan - Defined environment variables GLADE_MODULE_PATH & GLADE_CATALOG_PATH, catalogs will be searched in GLADE_CATALOG_PATH and widget libraries/support modules in GLADE_MODULE_PATH. - Tristan Van Berkom - Disable Add/Remove parent actions on GtkToolItem, GtkMenu and GtkMenuItem - Tristan Van Berkom - misc bugfixes 459953 460272 New and updated translations ============================ - Jorge Gonzalez (es) - Takeshi AIHANA (ja) - Daniel Nylander (sv) - Clytie Siddall, Nguy$-1??n Th?i Ng$-1??c Duy (vi) - Ilkka Tuohela (fi) - Artur Flinta (pl) - Runa Bhattacharjee (bn_IN) - Gabor Kelemen (hu) - Matic $-1??gur (sl) 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 dkasak at nusconsulting.com.au Tue Jul 31 00:49:48 2007 From: dkasak at nusconsulting.com.au (Daniel Kasak) Date: Tue, 31 Jul 2007 14:49:48 +1000 Subject: [Glade-devel] 2 quick questions Message-ID: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> 2 quickies. 1) Glade still doesn't render markup in labels unless you edit the label ... then it renders it properly. Obviously not a showstopper, but slightly annoying anyway. 2) Any word on glade-3 for Windows? Both questions are related to me introducing my boss to glade ... -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: dkasak at nusconsulting.com.au website: http://www.nusconsulting.com.au From olivierdelhomme at gmail.com Tue Jul 31 03:30:36 2007 From: olivierdelhomme at gmail.com (Olivier Delhomme) Date: Tue, 31 Jul 2007 09:30:36 +0200 Subject: [Glade-devel] 2 quick questions In-Reply-To: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> References: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> Message-ID: 2007/7/31, Daniel Kasak : > > 2 quickies. [...] > 2) Any word on glade-3 for Windows? Glade-3 for windows does compile and run as well as glade-3 for linux ! If you need a windows devel environment look for mingw and msys[1] and tor's binaries [2] and some usefull GTK and glade for windows sutff [3] . Both questions are related to me introducing my boss to glade ... Glade and libglade is what you need to develop a strong GUI very quickly. It is ported on numerous systems. It integrates naturally with glib and gtk (of course). Olivier. [1] http://www.mingw.org/ [2] http://www.gimp.org/~tml/gimp/win32/downloads.html [3] http://gladewin32.sourceforge.net/modules/news/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20070731/da37b31b/attachment.html From tvb at gnome.org Tue Jul 31 10:09:08 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Tue, 31 Jul 2007 10:09:08 -0400 Subject: [Glade-devel] 2 quick questions In-Reply-To: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> References: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> Message-ID: <1185890948.4725.16.camel@thug> On Tue, 2007-07-31 at 14:49 +1000, Daniel Kasak wrote: > 2 quickies. > > 1) Glade still doesn't render markup in labels unless you edit the > label ... then it renders it properly. Obviously not a showstopper, but > slightly annoying anyway. I fixed this problem in the 3.3.2 devel release, please let me know if the fix doesnt work for you (if you're waiting for the stable 3.4 release, its comming in roughly 2 months[1]). > 2) Any word on glade-3 for Windows? And Oliver already answered this one :) Cheers, -Tristan [1] http://live.gnome.org/TwoPointNineteen > -- > Daniel Kasak > IT Developer > NUS Consulting Group > Level 5, 77 Pacific Highway > North Sydney, NSW, Australia 2060 > T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 > email: dkasak at nusconsulting.com.au > website: http://www.nusconsulting.com.au > > _______________________________________________ > Glade-devel maillist - Glade-devel at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel