From raherh at gmail.com Wed Aug 1 15:42:51 2007 From: raherh at gmail.com (rahed) Date: Wed, 01 Aug 2007 19:42:51 +0000 Subject: [Glade-devel] 2 quick questions References: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> Message-ID: "Olivier Delhomme" writes: > 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] . [2],[3] - Can't see any glade-3 binaries except 3.0.2 which has many bugs. I tried to compile with mingw ending with some unresolved dependencies. Don't remember now exactly but some library required Python which should have been compiled with mingw and that was impossible. -- Radek From olivierdelhomme at gmail.com Thu Aug 2 03:56:08 2007 From: olivierdelhomme at gmail.com (Olivier Delhomme) Date: Thu, 2 Aug 2007 09:56:08 +0200 Subject: [Glade-devel] 2 quick questions In-Reply-To: References: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> Message-ID: 2007/8/1, rahed : > > "Olivier Delhomme" writes: > > > 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] . > > [2],[3] - Can't see any glade-3 binaries except 3.0.2 which has many > bugs. Ok, but they may help in setting up a GNU Linux like development environment under windows. > I tried to compile with mingw ending with some unresolved dependencies. > Don't remember now exactly but some library required Python which should > have been compiled with mingw and that was impossible. I do not have python neither. When configure ends it turns off all the python stuff I guess (as the summary says "python .... no"). Then make && make install works fine. Haven't you find the libraries you need in [2]. Please could you provide more details about the offending library ? Olivier. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20070802/c32c8a2a/attachment.html From raherh at gmail.com Thu Aug 2 14:59:59 2007 From: raherh at gmail.com (rahed) Date: Thu, 02 Aug 2007 18:59:59 +0000 Subject: [Glade-devel] 2 quick questions References: <1185857388.5565.62.camel@dkasak.nusconsulting.com.au> Message-ID: "Olivier Delhomme" writes: > I do not have python neither. When configure ends it turns off all the > python stuff I guess (as the summary says "python .... no"). n> Then make && make install works fine. Haven't you find the libraries > you need in [2]. Please could you provide more details about the > offending library ? Several weeks ago I installed gtk though it was a tedious process. Then wanted to build glade with no success so I asked in gmane.comp.gnome.glade.user, dated 2007-06-12 17:47:38: __________ I'd like to install glade3-3.2.2 with MinGW on windows. I've got gtk+-2.11.2, but glade make ends up with a message: File "c:/gtksource/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 glade configure passed smoothly. Does it mean that I have to install libxml2-python binding? Or do I miss something else? __________ -- Radek From leon at barrettnexus.com Fri Aug 10 20:19:17 2007 From: leon at barrettnexus.com (Leon Barrett) Date: Fri, 10 Aug 2007 17:19:17 -0700 Subject: [Glade-devel] bug: menu separators show up wrong Message-ID: <46BD0085.1040608@barrettnexus.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When I use Glade 3.2.2 to create a menu that includes a separator, and then use python's Glade interface (libglade 2.6.1, pygtk 2.10.4) to make it appear, the separator does not appear correctly. Instead of appearing as a line, the separator has a label. (I believe this problem will happen also with the libglade C interface, but I have not tested that. The bug is also present using the Ruby interface, so it's not a Python problem.) I have traced the problem to some extra lines that appear in the Glade XML file defining the separator's "label" and "use_underline" properties. If both these lines are removed, then the separator appears correctly; however, the bug surfaces if either one is present. I'm not sure if the problem lies in Glade (putting in these incorrect properties) or in libglade (paying attention to incorrect properties). If this is not the correct forum for posting this bug, please point me to the correct forum. Thank you. I have attached a demo glade file and python script that demonstrate this problem. - -- Leon Barrett 1932 Hearst Ave. Apt. F Berkeley, CA 94709 leon at barrettnexus.com http://leon.barrettnexus.com/ home: 510-665-5428 cell: 217-257-4163 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGvQCD4aICOIymUsERAgemAJ9JMGRO+HNhqnFPz/EM2vaBSf8SKgCgoPFR JdzmFvRoXE13kM9rwtSrUEA= =DCIB -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: test.glade Type: application/x-glade Size: 5331 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070810/d5830120/attachment-0001.bin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: test.py Url: http://lists.ximian.com/pipermail/glade-devel/attachments/20070810/d5830120/attachment-0001.pl -------------- next part -------------- A non-text attachment was scrubbed... Name: test.glade.sig Type: application/octet-stream Size: 65 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070810/d5830120/attachment-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: test.py.sig Type: application/octet-stream Size: 65 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-devel/attachments/20070810/d5830120/attachment-0003.obj From leon at barrettnexus.com Fri Aug 10 20:20:40 2007 From: leon at barrettnexus.com (Leon Barrett) Date: Fri, 10 Aug 2007 17:20:40 -0700 Subject: [Glade-devel] bug response: oops Message-ID: <46BD00D8.9050201@barrettnexus.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I should have posted my bug to Bugzilla. I didn't find that on the Glade main page. I will post it there now. - -- Leon Barrett 1932 Hearst Ave. Apt. F Berkeley, CA 94709 leon at barrettnexus.com http://leon.barrettnexus.com/ home: 510-665-5428 cell: 217-257-4163 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGvQDY4aICOIymUsERAnCBAJ41OIhaOvTq89S1DuDSaop33EEsQACcDPQ1 Ve1eEwRsShM4+5teIy0jzV0= =B14c -----END PGP SIGNATURE----- From breezsea at gmail.com Mon Aug 20 14:03:32 2007 From: breezsea at gmail.com (Serg) Date: Mon, 20 Aug 2007 22:03:32 +0400 Subject: [Glade-devel] Problem with pixmaps displaying Message-ID: <46C9D774.6030705@gmail.com> Hello! I compiled Galde3 under MinGW. But i get errors while loading it such as: No icon named 'widget-gtk-window' was found and Theme hicolor wasn't found. I have these files, but Glade3 doesn't see them. How I can change these settings? Where Glade3 store these settings? Do I need edit makefile/source files? From vincent.geddes at gmail.com Mon Aug 20 14:21:04 2007 From: vincent.geddes at gmail.com (Vincent Geddes) Date: Mon, 20 Aug 2007 20:21:04 +0200 Subject: [Glade-devel] Problem with pixmaps displaying In-Reply-To: <46C9D774.6030705@gmail.com> References: <46C9D774.6030705@gmail.com> Message-ID: <1187634064.11272.5.camel@localhost.localdomain> Hi Serg On Mon, 2007-08-20 at 22:03 +0400, Serg wrote: > Hello! > I compiled Galde3 under MinGW. But i get errors while loading it such as: > No icon named 'widget-gtk-window' was found and > Theme hicolor wasn't found. > I have these files, but Glade3 doesn't see them. How I can change these > settings? Where Glade3 store these settings? Do I need edit > makefile/source files? Do you have hicolor-icon-theme installed? If so, is the installation prefix of hicolor-icon-theme in your PATH environment variable? I installed hicolor-icon-theme in the same prefix as the GTK+ install, and that worked fine for me. No need to put anything in PATH. cheers Vincent From tvb at gnome.org Wed Aug 22 14:35:30 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Wed, 22 Aug 2007 14:35:30 -0400 Subject: [Glade-devel] Glade 3.3.4 released Message-ID: <1187807731.4881.62.camel@thug> Hi all, This is the latest development release leading up to 3.4, got some final touches in there and some updated translations... Enjoy, - The Glade kids 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.4 =========== - Moved all gtk-doc stuff outside of the template files (now documentations is entirely in the source) - Juan Pablo Ugarte - Fixed compilation with gcc 2.95 (bug 461923) - Jens Granseuer - Sort the stock icon list alphabetically by locale (bug 454003) - Olivier Delhomme - Made glade window not maximized by default (bug 462111) reported by Fr?d?ric Bellaiche - Added "expand" and "homogeneous" packing properties to toolbar children in the toolbar editor (bug 429409) - Tristan Van Berkom - Clipped the signal editor texts to simply say "" (bug 464505) - Tristan Van Berkom - Now saves/restores session data about docking attached state & undocked window sizes/positions - Yevgen Muntyan - Added themed icon chooser (currently disabled awaiting freeze break approval) (bug 359640) - Vincent Geddes - Made toolbar-style an "optional" property and fixed glitches around this property (bug 382785) - Vincent Geddes New and updated translations ============================ - Daniel Nylander (sv) - Theppitak Karoonboonyanan (th) - Jorge Gonzalez (es) - Leonardo Ferreira Fontenelle (pt_BR) - Ilkka Tuohela (fi) - Sunil Mohan Adapa (te) - Takeshi AIHANA (ja) - Adam Weinberger (en_CA) - Jovan Naumovski (mk) - Duarte Loreto (pt) - Priit Laes (et) 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/