From lorenzo.decesare at gmail.com Mon Jul 2 10:11:05 2007 From: lorenzo.decesare at gmail.com (Lorenzo Decesare) Date: Mon, 2 Jul 2007 16:11:05 +0200 Subject: [Glade-users] signal handler problem under Windows XP In-Reply-To: References: Message-ID: Those are my line for compile: g++ -c -DXTHREADS -mms-bitfields -IC:/GTK/include/gtk-2.0 -IC:/GTK/lib/gtk- 2.0/include -IC:/GTK/include/atk-1.0 -IC:/GTK/include/cairo -IC:/GTK/include/pango-1.0 -IC:/GTK/include/glib- 2.0 -IC:/GTK/lib/glib-2.0/include -IC:/GTK/include/freetype2 -IC:/GTK/include/libglade-2.0-IC:/GTK/include/libxml2 main.cpp g++ -o Prova.exe main.o -user32 -Wl,-luuid,--export-dynamic -LC:/GTK/lib - lglade-2.0 -lgtk-win32-2.0 -lxml2 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -liconv and this is the message that I receive in the command window when I launch Prova.exe: (Prova.exe:1300): libglade-WARNING **: could not find signal handler 'openButtonListener'. This is the simple code associated to the glade UI: ------- main.cpp ------------------------------------------- #include #include extern "C" void openButtonListener ( GtkButton *button1, gpointer data ) { gtk_main_quit(); } int main(int argc, char **argv) { GladeXML *xml; GtkWidget *widget; gtk_init(&argc, &argv); xml = glade_xml_new("HMI_Appl.glade", NULL, NULL); /* get a widget (useful if you want to change something) */ widget = glade_xml_get_widget(xml, "window1"); /* connect signal handlers */ glade_xml_signal_autoconnect(xml); gtk_widget_show (widget); gtk_container_set_reallocate_redraws (GTK_CONTAINER (widget), TRUE); gtk_main(); return 0; } --------------------------------------------------------- and this is the piece of glade XML file: 200 34 True BUTTON What I must do for resolve the issue? Thanks. Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070702/bfdfd75e/attachment.html From salaria113 at yahoo.com Thu Jul 5 10:24:29 2007 From: salaria113 at yahoo.com (salaria113 at yahoo.com) Date: Thu, 5 Jul 2007 07:24:29 -0700 (PDT) Subject: [Glade-users] gtk_signal_connect error Message-ID: <12704.54115.qm@web61324.mail.yahoo.com> Hi to all, I'm working in a c++ application with a gtk based GUI, a compilation error occur in my red instruction. This is the compiler message : overloaded function with no contextual type information and the following is the source code: void close( GtkWidget *widget,gpointer *data) { gtk_main_quit(); } GuiManagement::GuiManagement(int argc,char** argv) { gtk_init(&argc, &argv); xml = glade_xml_new("../CDDApplication.glade", NULL, NULL); mainWindow = glade_xml_get_widget(xml, "window1"); gtk_signal_connect (GTK_OBJECT (mainWindow), "destroy", GTK_SIGNAL_FUNC (close), NULL); } Thanks Bye Luca ___________________________________ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070705/b63be570/attachment.html From rks_k16 at yahoo.co.in Fri Jul 6 11:10:19 2007 From: rks_k16 at yahoo.co.in (Ravi kumar Singh) Date: Fri, 6 Jul 2007 16:10:19 +0100 (BST) Subject: [Glade-users] Filling treeview FROM glade NOT from code Message-ID: <75962.33640.qm@web94005.mail.in2.yahoo.com> I would just like to know how to fill the treeview with columns and rows from inside the glade..(i use glade3). I have filled the treeview from code previously using c++, Java and Python and the interface is pretty much the same...ie first creating (liststore/treestore) models and then assigning the model to treeview. But what i want is to know is there anyway to do it through glade3 gui ? i have seen an option in the properties of treeview which says assign columns. On clicking the "..." button beside it it opens a dialog box which shows an empty list (teeview actually !) along with three buttons "clear", "add" and "OK". The list i think is supposed to show the treemodels...but how to add the treemodels to the project ?? Thanks in advance :) Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070706/03f5d644/attachment-0001.html From nathan.rogowski+glade-users at computer.org Mon Jul 9 17:07:00 2007 From: nathan.rogowski+glade-users at computer.org (Nathan Rogowski) Date: Mon, 9 Jul 2007 15:07:00 -0600 Subject: [Glade-users] Fwd: Discrepancy in controls' appearance In-Reply-To: <2fec3c2a0707061928r36740c85reaf06a0644fdd369@mail.gmail.com> References: <2fec3c2a0707061928r36740c85reaf06a0644fdd369@mail.gmail.com> Message-ID: <2fec3c2a0707091407o29fb82a0l749a46ab279c0f03@mail.gmail.com> Hi, I was wondering how to fix a discrepancy between the way my Python/GTK/Glade program's GUI looks when the glade file is loaded in the editor and when the program is run from the command line, and the way it looks when I create a Windows executable using Python's distutils and py2exe. I'm not able to disclose the software completely because of its nature, but I have included the following PNG image describing a little more. Does anyone have any suggestions as to where to fix this discrepancy in font and control size? I'm wondering if it is with pangocairo, which I don't know anything about... -- Nathan K Rogowski Secretary, U of R IEEE Student Branch Fourth Year Student, Software Systems Engineering University of Regina -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070709/fff9bb56/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ui_discrepancy.png Type: image/png Size: 9247 bytes Desc: not available Url : http://lists.ximian.com/pipermail/glade-users/attachments/20070709/fff9bb56/attachment.png From tvb at gnome.org Tue Jul 10 09:51:48 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Tue, 10 Jul 2007 09:51:48 -0400 Subject: [Glade-users] Fwd: Discrepancy in controls' appearance In-Reply-To: <2fec3c2a0707091407o29fb82a0l749a46ab279c0f03@mail.gmail.com> References: <2fec3c2a0707061928r36740c85reaf06a0644fdd369@mail.gmail.com> <2fec3c2a0707091407o29fb82a0l749a46ab279c0f03@mail.gmail.com> Message-ID: <1184075508.4719.17.camel@thug> On Mon, 2007-07-09 at 15:07 -0600, Nathan Rogowski wrote: > Hi, I was wondering how to fix a discrepancy between the way my > Python/GTK/Glade program's GUI looks when the glade file is loaded in > the editor and when the program is run from the command line, and the > way it looks when I create a Windows executable using Python's > distutils and py2exe. I'm not able to disclose the software completely > because of its nature, but I have included the following PNG image > describing a little more. > > Does anyone have any suggestions as to where to fix this discrepancy > in font and control size? I'm wondering if it is with pangocairo, > which I don't know anything about... Hi Nathan, Gtk+ doesnt apear the same way on all sites nor does it attempt to. Depending on the currently installed theme engines and system default fonts your app will have different colours, fonts, etc. (but your app usually will share the same look & feel with other gtk+ apps installed on the same system). Is there a reason why your app should look exactly the same on your target windows system as on your development linux box ? One problem I can see in your interface is that in the second case (on WinXP) the text is clipped - this means that the GtkLabel is not getting the size allocation that it requested, it could be that the UI uses a GtkFixed container which is just not going to work on interfaces where font sizes can change dynamically (if you stick with GtkBox/GtkTable you shouldnt have this problem). Cheers, -Tristan From maastaar at gmail.com Wed Jul 11 18:04:32 2007 From: maastaar at gmail.com (MaaSTaaR) Date: Thu, 12 Jul 2007 01:04:32 +0300 Subject: [Glade-users] undefined reference to `galde_xml_get_widget'? Message-ID: Hello.. Firstly sorry for my bad English, i am not new with GTK and Glade, i am using them under Python, i tried to use them under C but i have some problems. This is my code : #include #include #include int main(int argc, char *argv[]) { GladeXML *ui; GtkWidget *w,*t,*b; const gchar *text; gtk_init(&argc,&argv); ui = glade_xml_new("./gui/main.glade",NULL,NULL); w = glade_xml_get_widget(ui,"window1"); g_signal_connect(G_OBJECT(w),"delete-event",G_CALLBACK(gtk_main_quit),NULL); t = glade_xml_get_widget(ui,"word"); // This is label text = gtk_entry_get_text(t); b = galde_xml_get_widget(ui,"start"); // This is button gtk_main(); } and when i compile this file, these problems show for me : maastaar at MaaSTaaR:~/debug/C/MySmartDictionary$ gcc `pkg-config --libs --cflags gtk+-2.0 libglade-2.0` -o main main.c main.c: In function 'main': main.c:19: warning: passing argument 1 of 'gtk_entry_get_text' from incompatible pointer type main.c:21: warning: assignment makes pointer from integer without a cast /tmp/ccCkkumP.o: In function `main':main.c:(.text+0xd9): undefined reference to `galde_xml_get_widget' collect2: ld returned 1 exit status the problem from this line "b = galde_xml_get_widget(ui,"start"); // This is button" but i don't know what this problem exactly. i am working under Linux (Dirsto : Ubuntu) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070712/be06c661/attachment.html From mekstran at scl.ameslab.gov Wed Jul 11 18:10:13 2007 From: mekstran at scl.ameslab.gov (Michael Ekstrand) Date: Wed, 11 Jul 2007 17:10:13 -0500 Subject: [Glade-users] undefined reference to `galde_xml_get_widget'? In-Reply-To: References: Message-ID: <20070711221013.GA23495@debye.scl.ameslab.gov> On Thu, Jul 12, 2007 at 01:04:32AM +0300, MaaSTaaR wrote: > b = galde_xml_get_widget(ui,"start"); // This is button Simple typo - correct it to read 'glade_xml_get_widget' and you should be good. - Michael From diogofsr at gmail.com Wed Jul 11 18:11:24 2007 From: diogofsr at gmail.com (Diogo Ramos) Date: Wed, 11 Jul 2007 19:11:24 -0300 Subject: [Glade-users] undefined reference to `galde_xml_get_widget'? In-Reply-To: References: Message-ID: <4695558C.2060804@gmail.com> My first guess it is that you misspelled the function name. It is: b = glade_xml_get_widget(ui,"start"); not > b = galde_xml_get_widget(ui,"start"); MaaSTaaR escreveu: > Hello.. > > Firstly sorry for my bad English, i am not new with GTK and Glade, i am > using them under Python, i tried to use them under C but i have some > problems. > > This is my code : > > #include > #include > #include > > int main(int argc, char *argv[]) > { > GladeXML *ui; > GtkWidget *w,*t,*b; > const gchar *text; > > gtk_init(&argc,&argv); > ui = glade_xml_new("./gui/main.glade",NULL,NULL); > > w = glade_xml_get_widget(ui,"window1"); > > g_signal_connect(G_OBJECT(w),"delete-event",G_CALLBACK(gtk_main_quit),NULL); > > > t = glade_xml_get_widget(ui,"word"); // This is label > > text = gtk_entry_get_text(t); > > b = galde_xml_get_widget(ui,"start"); // This is button > > gtk_main(); > } > > and when i compile this file, these problems show for me : > > maastaar at MaaSTaaR:~/debug/C/MySmartDictionary$ gcc `pkg-config --libs > --cflags gtk+-2.0 libglade-2.0` -o main main.c > main.c: In function 'main': > main.c:19: warning: passing argument 1 of 'gtk_entry_get_text' from > incompatible pointer type > main.c:21: warning: assignment makes pointer from integer without a cast > /tmp/ccCkkumP.o: In function `main':main.c:(.text+0xd9): undefined > reference > to `galde_xml_get_widget' > collect2: ld returned 1 exit status > > > the problem from this line "b = galde_xml_get_widget(ui,"start"); // > This is > button" but i don't know what this problem exactly. > > i am working under Linux (Dirsto : Ubuntu) > > > ------------------------------------------------------------------------ > > _______________________________________________ > Glade-users maillist - Glade-users at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-users -- Diogo F. S. Ramos From rseedle at yahoo.com Thu Jul 12 18:20:55 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Thu, 12 Jul 2007 15:20:55 -0700 (PDT) Subject: [Glade-users] Where's the XML file ? Message-ID: <240611.96745.qm@web90604.mail.mud.yahoo.com> Ok, I updated to glade 3.02 . So when I have finished a project how do I get the XML file to be generated ? Randy ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From tvb at gnome.org Thu Jul 12 21:21:02 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Thu, 12 Jul 2007 21:21:02 -0400 Subject: [Glade-users] Where's the XML file ? In-Reply-To: <240611.96745.qm@web90604.mail.mud.yahoo.com> References: <240611.96745.qm@web90604.mail.mud.yahoo.com> Message-ID: <1184289662.4629.1.camel@scrabble-desktop> On Thu, 2007-07-12 at 15:20 -0700, Randy Seedle wrote: > Ok, I updated to glade 3.02 . So when I have finished > a project how do I get the XML file to be generated ? > Just press "Save"... by the way we are on the verge of releasing a stable 3.4, latest stable is 3.2.2... Cheers, -Tristan > Randy > > > > > > > > > ____________________________________________________________________________________ > Don't pick lemons. > See all the new 2007 cars at Yahoo! Autos. > http://autos.yahoo.com/new_cars.html > _______________________________________________ > Glade-users maillist - Glade-users at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-users From rseedle at yahoo.com Fri Jul 13 14:10:53 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Fri, 13 Jul 2007 11:10:53 -0700 (PDT) Subject: [Glade-users] examples ? Message-ID: <511142.32730.qm@web90606.mail.mud.yahoo.com> Is there an example somewhere that shows how to integrate my code with the Glade 3.xx application. For instance, how to recieve/send notification of events and data, how to gain access to specific controls (ie. set the background, choose a different bitmap for different states (button). Randy ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From mekstran at scl.ameslab.gov Fri Jul 13 14:24:51 2007 From: mekstran at scl.ameslab.gov (Michael Ekstrand) Date: Fri, 13 Jul 2007 13:24:51 -0500 Subject: [Glade-users] Filling treeview FROM glade NOT from code In-Reply-To: <75962.33640.qm@web94005.mail.in2.yahoo.com> References: <75962.33640.qm@web94005.mail.in2.yahoo.com> Message-ID: <20070713182451.GB24718@debye.scl.ameslab.gov> On Fri, Jul 06, 2007 at 04:10:19PM +0100, Ravi kumar Singh wrote: > I would just like to know how to fill the treeview with columns and > rows from inside the glade..(i use glade3). At present, you cannot. One reason is that libglade does not support constructing anything other than widgets (thus Glade has not exposed that functionality). The situation may change with GtkBuilder, though. - Michael From tvb at gnome.org Mon Jul 16 09:57:51 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 16 Jul 2007 09:57:51 -0400 Subject: [Glade-users] examples ? In-Reply-To: <511142.32730.qm@web90606.mail.mud.yahoo.com> References: <511142.32730.qm@web90606.mail.mud.yahoo.com> Message-ID: <1184594272.4745.6.camel@thug> On Fri, 2007-07-13 at 11:10 -0700, Randy Seedle wrote: > Is there an example somewhere that shows how to > integrate my code with the Glade 3.xx application. For > instance, how to recieve/send notification of events > and data, how to gain access to specific controls (ie. > set the background, choose a different bitmap for > different states (button). Hi, I think one of the easiest ways of learning would be to start with the test-libglade.c program that comes with the libglade _tarball_. then you might want to check out gtk.org for some tutorials and you might want to look at the gtk-demo program thats in the gtk+ tarball (the gtk-demo program has a demo for most gtk+ widgets, you can use that code as example code). Cheers, -Tristan From rseedle at yahoo.com Mon Jul 16 15:10:29 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Mon, 16 Jul 2007 12:10:29 -0700 (PDT) Subject: [Glade-users] libglade for Windows Message-ID: <917585.17973.qm@web90602.mail.mud.yahoo.com> Where can I get a libglade library that is already built for Windows ? Randy ____________________________________________________________________________________ Get your own web address. Have a HUGE year through Yahoo! Small Business. http://smallbusiness.yahoo.com/domains/?p=BESTDEAL From rseedle at yahoo.com Mon Jul 16 17:50:34 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Mon, 16 Jul 2007 14:50:34 -0700 (PDT) Subject: [Glade-users] examples Message-ID: <669115.79822.qm@web90602.mail.mud.yahoo.com> I got the examples that came with libglade to work. Good ! So I tried my initial GUI design which is mostly bitmaps. The bitmaps display only a little box with an X in it. Which I assume means that the application couldn't find the bitmap image. Any ideas ? Randy ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/ From nathan.rogowski+glade-users at computer.org Mon Jul 16 18:28:54 2007 From: nathan.rogowski+glade-users at computer.org (Nathan Rogowski) Date: Mon, 16 Jul 2007 16:28:54 -0600 Subject: [Glade-users] examples In-Reply-To: <669115.79822.qm@web90602.mail.mud.yahoo.com> References: <669115.79822.qm@web90602.mail.mud.yahoo.com> Message-ID: <2fec3c2a0707161528y36434047jdad8f7db5d7703d@mail.gmail.com> Sorry, are you using an interpreted or a compiled language to code in? This may be obvious to someone who has used the libglade examples, but it is not to me. If it is an interpreted one, are you running the code directly in a runtime which has all the libraries for loading bitmaps or is it byte-compiled with libraries dynamically linked? On 7/16/07, Randy Seedle wrote: > > I got the examples that came with libglade to work. > Good ! So I tried my initial GUI design which is > mostly bitmaps. The bitmaps display only a little box > with an X in it. Which I assume means that the > application couldn't find the bitmap image. Any ideas > ? > > Randy > > > > _______________________________________________ > Glade-users maillist - Glade-users at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-users > -- Nathan K Rogowski Secretary, U of R IEEE Student Branch Fourth Year Student, Software Systems Engineering University of Regina -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070716/449fe614/attachment.html From diablec at gmail.com Tue Jul 17 03:08:57 2007 From: diablec at gmail.com (Diablec) Date: Tue, 17 Jul 2007 09:08:57 +0200 Subject: [Glade-users] libglade for Windows In-Reply-To: <803df5d50707170007j3c775406m38a0103bad1a6e5d@mail.gmail.com> References: <917585.17973.qm@web90602.mail.mud.yahoo.com> <803df5d50707170007j3c775406m38a0103bad1a6e5d@mail.gmail.com> Message-ID: <803df5d50707170008m5f0a6a28u639dc7df542bd18@mail.gmail.com> You can find old versions of the libglade library for Win32 here : http://gladewin32.sourceforge.net/modules/wfdownloads/viewcat.php?cid=3 Yann On 7/16/07, Randy Seedle wrote: > > Where can I get a libglade library that is already > built for Windows ? > > Randy > > > > > ____________________________________________________________________________________ > Get your own web address. > Have a HUGE year through Yahoo! Small Business. > http://smallbusiness.yahoo.com/domains/?p=BESTDEAL > _______________________________________________ > Glade-users maillist - Glade-users at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-users/attachments/20070717/28190236/attachment-0001.html From rseedle at yahoo.com Tue Jul 17 13:06:06 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Tue, 17 Jul 2007 10:06:06 -0700 (PDT) Subject: [Glade-users] command line options Message-ID: <698978.37961.qm@web90607.mail.mud.yahoo.com> What are possible values of the "rootnode" item in the command line for the test-libglade.c program. Randy ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php From rseedle at yahoo.com Tue Jul 17 13:08:46 2007 From: rseedle at yahoo.com (Randy Seedle) Date: Tue, 17 Jul 2007 10:08:46 -0700 (PDT) Subject: [Glade-users] Resource file Message-ID: <274775.25029.qm@web90609.mail.mud.yahoo.com> Where can I find an example resource file and source code that uses the resources ? Randy ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ From tvb at gnome.org Tue Jul 17 14:04:54 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Tue, 17 Jul 2007 14:04:54 -0400 Subject: [Glade-users] command line options In-Reply-To: <698978.37961.qm@web90607.mail.mud.yahoo.com> References: <698978.37961.qm@web90607.mail.mud.yahoo.com> Message-ID: <1184695494.4745.31.camel@thug> On Tue, 2007-07-17 at 10:06 -0700, Randy Seedle wrote: > What are possible values of the "rootnode" item in the > command line for the test-libglade.c program. The root node will be passed by test-libglade.c to the glade_xml_new() function (as the "rootnode" param). If the rootnode that you specify is not a toplevel widget, then a toplevel widget will be created and the rootnode added to the toplevel before displaying your UI. Cheers, -Tristan From tvb at gnome.org Tue Jul 17 14:05:57 2007 From: tvb at gnome.org (Tristan Van Berkom) Date: Tue, 17 Jul 2007 14:05:57 -0400 Subject: [Glade-users] Resource file In-Reply-To: <274775.25029.qm@web90609.mail.mud.yahoo.com> References: <274775.25029.qm@web90609.mail.mud.yahoo.com> Message-ID: <1184695558.4745.33.camel@thug> On Tue, 2007-07-17 at 10:08 -0700, Randy Seedle wrote: > Where can I find an example resource file and source > code that uses the resources ? What kind of resource file ? 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-users] 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 andrej.prsa at guest.arnes.si Mon Jul 23 19:08:30 2007 From: andrej.prsa at guest.arnes.si (Andrej Prsa) Date: Mon, 23 Jul 2007 19:08:30 -0400 Subject: [Glade-users] It's been a long while... In-Reply-To: <1185225024.4684.68.camel@thug> References: <1185225024.4684.68.camel@thug> Message-ID: <20070723190830.cca904bf.andrej.prsa@guest.arnes.si> ... since anyone said a sincere THANK YOU to all the developers of Glade! You make our lives so much easier! :) Best wishes, Andrej From damon.w.register at lmco.com Tue Jul 24 06:04:03 2007 From: damon.w.register at lmco.com (Damon Register) Date: Tue, 24 Jul 2007 06:04:03 -0400 Subject: [Glade-users] It's been a long while... In-Reply-To: <20070723190830.cca904bf.andrej.prsa@guest.arnes.si> References: <1185225024.4684.68.camel@thug> <20070723190830.cca904bf.andrej.prsa@guest.arnes.si> Message-ID: <46A5CE93.6000103@lmco.com> Andrej Prsa wrote: > ... since anyone said a sincere THANK YOU to all the developers of > Glade! You make our lives so much easier! :) > I'll second that. Damon Register From schutz at arlut.utexas.edu Tue Jul 24 11:15:31 2007 From: schutz at arlut.utexas.edu (Stephanie Schutz) Date: Tue, 24 Jul 2007 10:15:31 -0500 (CDT) Subject: [Glade-users] It's been a long while... In-Reply-To: <46A5CE93.6000103@lmco.com> References: <1185225024.4684.68.camel@thug> <20070723190830.cca904bf.andrej.prsa@guest.arnes.si> <46A5CE93.6000103@lmco.com> Message-ID: <56617.10.8.17.152.1185290131.squirrel@tools.arlut.utexas.edu> > Andrej Prsa wrote: >> ... since anyone said a sincere THANK YOU to all the developers of >> Glade! You make our lives so much easier! :) >> > I'll second that. > > Damon Register Yes! Thank you very much. Stephanie Schutz From alexey.kurochkin at pathfinderlwd.com Tue Jul 24 16:19:06 2007 From: alexey.kurochkin at pathfinderlwd.com (Alexey Kurochkin) Date: Tue, 24 Jul 2007 15:19:06 -0500 Subject: [Glade-users] help files Message-ID: <1185308346.4715.39.camel@localhost.localdomain> Hello, To anybody who have any experience with gnome help system. I know glade uses docbook xml format, but what software is generally used to prepare these help files nowadays? Thank you, Alexey 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-users] 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/