From tristan.van.berkom at gmail.com Sun Mar 9 22:58:06 2008 From: tristan.van.berkom at gmail.com (Tristan Van Berkom) Date: Sun, 9 Mar 2008 23:58:06 -0300 Subject: [Glade-devel] Glade 3.4.2 Released Message-ID: <560259cb0803091958x2c4f34e9oee29f1f863108aaf@mail.gmail.com> Heres Glade 3.4.2, a last minute bugfix release for gnome 2.22, no big changes but we have some showstoppers sorted out. 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. Other tools are available which can turn the XML files into source code in languages such as C++, Perl and Python. =========== Glade 3.4.2 =========== - Port to gtk 2.12 tooltips API. Bug #500947. - Christian Persch - Atk Relations bug fix - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton) - Misc fixes 477025, 509128, 388869, 504603, 495853, 506713, 511651, 472555, 493418 by Cosimo Cecchi, Yang Hong, Ivan Baldo, Vincent Geddes, Juan Pablo Ugarte, Tristan Van Berkom New and updated translations ============================ - Kjartan Maraas (nb) - Yuri Kozlov (ru) - St?(c)phane Raimbault (fr) - Gintautas Miliauskas (lt) - Jovan Naumovski (mk) - Luca Ferretti (it) - Gabor Kelemen (hu) - Claude Paroz (fr) - Jonh Wendell (pt_BR) - David Lodge (en_GB) - Ignacio Casal Quinteiro (gl) - Gil Forcada (ca) - Ilkka Tuohela (fi) - Hendrik Brandt (de) - Duarte Loreto (pt) - Theppitak Karoonboonyanan (th) - Maxim Dziumanenko (uk) - Yair Hershkovitz (he) - Baris Cicek (tr) - Clytie Siddall (vi) - Yannig Marchegay (oc) - Daniel Nylander (sv) - Djihed Afifi (ar) - Jorge Gonzalez (es) - Takeshi AIHANA (ja) 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/ Enjoy, - The Glade team From tvb at gnome.org Mon Mar 10 11:40:06 2008 From: tvb at gnome.org (Tristan Van Berkom) Date: Mon, 10 Mar 2008 12:40:06 -0300 Subject: [Glade-devel] Glade 3.4.3 Released Message-ID: <560259cb0803100840q5d89959v6763b51364c02096@mail.gmail.com> This is a follow up release to 3.4.2, aperently adding GtkVolumeButton and GtkScaleButton to glade adds new strings and since we are in string freeze I am backing these changes out for now. 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. Other tools are available which can turn the XML files into source code in languages such as C++, Perl and Python. =========== Glade 3.4.3 =========== - Backed out GtkVolumeButton and GtkScaleButton since they introduced new strings 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/ Enjoy, - The Glade team From tristan.van.berkom at gmail.com Mon Mar 10 13:24:04 2008 From: tristan.van.berkom at gmail.com (Tristan Van Berkom) Date: Mon, 10 Mar 2008 14:24:04 -0300 Subject: [Glade-devel] Glade 3 branched for 2.22 Message-ID: <560259cb0803101024q3c6a3e62j57016d4433eda62e@mail.gmail.com> We've branched out stable development based on Glade 3.4.3 and development in trunk, for stable glade go to branches/gnome-2-22. We still have the same game plan for 3.6, builder file support is the main agenda. Cheers, -Tristan From toobaz at email.it Sat Mar 15 22:21:35 2008 From: toobaz at email.it (Pietro Battiston) Date: Sun, 16 Mar 2008 02:21:35 +0000 Subject: [Glade-devel] Bug. Maybe. Message-ID: <47DC842F.5050406@email.it> I've found a bug, and I didn't find it in the Gnome Bugzilla. But since I can't say if it's a glade or libglade problem, and since I'm not using last version of both (please forgive me, I did try to compile last glade but unsuccesfully), I wanted to ask here if it's already known before filing it. This is how you can reproduce it: open glade (mine is 3.4.0, on an Ubuntu Gutsy), create a new toplevel "Message dialog", set the text as you prefer, set the buttonbox to hold only one button, add a button to the empty slot, save. Now open a python (I'm using 2.5.1 r 251) and do: >>> import gtk.glade >>> gtk.glade.XML('message.glade').get_widget('messagedialog1').run() What happens: 1) the following message appears: __main__:1: GtkWarning: Ignoring the separator setting (.:10113): libglade-WARNING **: could not find a parent that handles internal children for `vbox' 2) the dialog appears, but with no button Thank you for the attention, I can do some more testing if needed. Here's the glade xml file I get: https://poisson.phc.unipi.it/~battiston/message.glade In python, gtk.ver says (2, 14, 0). Pietro Battiston From toobaz at email.it Sat Mar 15 22:41:54 2008 From: toobaz at email.it (Pietro Battiston) Date: Sun, 16 Mar 2008 02:41:54 +0000 Subject: [Glade-devel] Bug. Maybe. In-Reply-To: <47DC842F.5050406@email.it> References: <47DC842F.5050406@email.it> Message-ID: <47DC88F2.4080205@email.it> Just tested it on a live hardy (glade 3.4.2, gtk.ver = (2, 14, 1)) and the bug is still here. Pietro Pietro Battiston ha scritto: > I've found a bug, and I didn't find it in the Gnome Bugzilla. But since > I can't say if it's a glade or libglade problem, and since I'm not using > last version of both (please forgive me, I did try to compile last glade > but unsuccesfully), I wanted to ask here if it's already known before > filing it. > > This is how you can reproduce it: open glade (mine is 3.4.0, on an > Ubuntu Gutsy), create a new toplevel "Message dialog", set the text as > you prefer, set the buttonbox to hold only one button, add a button to > the empty slot, save. > > Now open a python (I'm using 2.5.1 r 251) and do: > >>>> import gtk.glade >>>> gtk.glade.XML('message.glade').get_widget('messagedialog1').run() >>>> > > What happens: > 1) the following message appears: > __main__:1: GtkWarning: Ignoring the separator setting > > (.:10113): libglade-WARNING **: could not find a parent that handles > internal children for `vbox' > > 2) the dialog appears, but with no button > > > > > Thank you for the attention, I can do some more testing if needed. > > Here's the glade xml file I get: > https://poisson.phc.unipi.it/~battiston/message.glade > In python, gtk.ver says (2, 14, 0). > > Pietro Battiston > _______________________________________________ > Glade-devel maillist - Glade-devel at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel > > From architbaweja at gmail.com Thu Mar 20 22:24:30 2008 From: architbaweja at gmail.com (Archit Baweja) Date: Thu, 20 Mar 2008 22:24:30 -0400 Subject: [Glade-devel] A software engineering experiment. Message-ID: Hey Glade3 developers, My name is Archit Baweja, as some of you may know I worked on Glade3 up till about 3-4 years ago. I'm now part of a research group headed by Dr. Cai at Drexel University that is conducting research in the field of Software Engineering, in particular software maintenance. We would like to use the Glade3 code base for purposes of data collection for our research experiment. I was wondering if any of the developers would be available to fill out a short multi-choice questionnaire related to our research to help us with collecting data. Thanks in advance, Archit Baweja From juanpablougarte at gmail.com Thu Mar 20 22:36:35 2008 From: juanpablougarte at gmail.com (Juan Pablo Ugarte) Date: Thu, 20 Mar 2008 23:36:35 -0300 Subject: [Glade-devel] A software engineering experiment. In-Reply-To: References: Message-ID: <1206066995.3236.0.camel@XjuanNB> On Thu, 2008-03-20 at 22:24 -0400, Archit Baweja wrote: > Hey Glade3 developers, > > My name is Archit Baweja, as some of you may know I worked on Glade3 up till > about 3-4 years ago. > > I'm now part of a research group headed by Dr. Cai at Drexel > University that > is conducting research in the field of Software Engineering, in particular > software maintenance. We would like to use the Glade3 code base for > purposes of data collection for our research experiment. > > I was wondering if any of the developers would be available to > fill out a short > multi-choice questionnaire related to our research to help us with collecting > data. Yes, sure. why not :) greets Juan Pablo From dufresnep at gmail.com Fri Mar 21 18:01:23 2008 From: dufresnep at gmail.com (Paul Dufresne) Date: Fri, 21 Mar 2008 18:01:23 -0400 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) Message-ID: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> I have read this paper from Luca Cardelli around 1998. I have found it very interesting, and always have found the vbox and hbox model deceiving in comparison. I guess I have had since the first time I had read it the intention of one day implementing these stretching rules, but never become good enough or care enough to actually implement them. But I really wish something like that (stretching rules) to be available inside Glade. The paper is now very old (written in 1988 I think). But I think that some of the ideas should have been implemented a long time ago in tools like Glade. Here is a place where you can download it without being a member of ACM (which I am not): http://lucacardelli.name/Papers/Toolkit.pdf Hope someone among you could at least read the section 2 and see if it can be used inside/with Glade. From dufresnep at gmail.com Fri Mar 21 18:16:15 2008 From: dufresnep at gmail.com (Paul Dufresne) Date: Fri, 21 Mar 2008 18:16:15 -0400 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) In-Reply-To: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> References: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> Message-ID: <10b8339f0803211516qa686de9kdd9d3065ad8dd843@mail.gmail.com> Oh, now that I think about it... This building interface is supposed to have been implemented inside Modula-3 programming language. Modula-3 is derived from Modula-2, a bit like Oberon is derived from Modula-2, Modula-2 being derived from Pascal. In 1998, my computer had not enough memory to compile Modula-3, but today, with my incredible 1GB, I should have enough... 2008/3/21, Paul Dufresne : ... > Here is a place where you can download it without being a member of > ACM (which I am not): > http://lucacardelli.name/Papers/Toolkit.pdf > > Hope someone among you could at least read the section 2 and see if it > can be used inside/with Glade. From tvb at gnome.org Fri Mar 21 23:26:40 2008 From: tvb at gnome.org (Tristan Van Berkom) Date: Sat, 22 Mar 2008 00:26:40 -0300 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) In-Reply-To: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> References: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> Message-ID: <560259cb0803212026g5d7103bfq1cc276da457e4297@mail.gmail.com> Note this is very toolkit specific, as a designer, what we try to accomplish is a modular way of editing widgets that exist (for example try positioning children inside GtkFixed or GtkLayout), Gazpacho did some interesting things with GtkBoxes, Glade does at the moment allow Drag & Resize operations on widgets inside GtkBox and GtkTable widgets. Ofcourse, inventive patches that make child positioning easier or even more pretty are always welcome, if you have any implementation ideas even you are welcome to share them here ;-) Cheers, -Tristan On Fri, Mar 21, 2008 at 7:01 PM, Paul Dufresne wrote: > I have read this paper from Luca Cardelli around 1998. > I have found it very interesting, and always have found the vbox and > hbox model deceiving in comparison. I guess I have had since the first > time I had read it the intention of one day implementing these > stretching rules, but never become good enough or care enough to > actually implement them. > > But I really wish something like that (stretching rules) to be > available inside Glade. > > The paper is now very old (written in 1988 I think). But I think that > some of the ideas should have been implemented a long time ago in > tools like Glade. > > Here is a place where you can download it without being a member of > ACM (which I am not): > http://lucacardelli.name/Papers/Toolkit.pdf > > Hope someone among you could at least read the section 2 and see if it > can be used inside/with Glade. > _______________________________________________ > Glade-devel maillist - Glade-devel at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel > From dufresnep at gmail.com Sat Mar 22 00:23:20 2008 From: dufresnep at gmail.com (Paul Dufresne) Date: Sat, 22 Mar 2008 00:23:20 -0400 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) In-Reply-To: <560259cb0803212026g5d7103bfq1cc276da457e4297@mail.gmail.com> References: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> <560259cb0803212026g5d7103bfq1cc276da457e4297@mail.gmail.com> Message-ID: <10b8339f0803212123q1295e55cpd4bc305998205b2a@mail.gmail.com> 2008/3/21, Tristan Van Berkom : > Note this is very toolkit specific, as a designer, what we try to accomplish is > a modular way of editing widgets that exist (for example try > positioning children > inside GtkFixed or GtkLayout), My guess what I cared about is a variant of GtkFixed (well, the idea is to not be fixed when stretching, but obey 2 next rules of stretching). The big idea is about adding for each children (called interactor in the paper), four attachment points (North, South, East and West), Let me extract the usefull rules: "First rule of stretching: as a dialog stretches from a minimum size, all the attachment points move proportionally to the stretching of the dialog." "Second rule of stretching: as a dialog stretches from a minimum size, the distance between an attachment point and its interactor edge remains constant." That's all about what I care! To help understand better, the next paragraph: "An effective heuristic for setting a roughly correct stretching behaviour is to select all the interactors in a dialog and double click one of them. This will project all the attachment points of all the interactors to their corresponding closest dialog edge. (In the case of the card file dialog, this is exactly what we want: interactors close to the corners will stick to the corners, and interactors near the center will stretch in the appropriate direction.) The few incorrect attachments can then be fixed by hand." From tvb at gnome.org Sat Mar 22 01:29:37 2008 From: tvb at gnome.org (Tristan Van Berkom) Date: Sat, 22 Mar 2008 02:29:37 -0300 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) In-Reply-To: <10b8339f0803212123q1295e55cpd4bc305998205b2a@mail.gmail.com> References: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> <560259cb0803212026g5d7103bfq1cc276da457e4297@mail.gmail.com> <10b8339f0803212123q1295e55cpd4bc305998205b2a@mail.gmail.com> Message-ID: <560259cb0803212229s29df764bp7e03d6d99dda04a@mail.gmail.com> On Sat, Mar 22, 2008 at 1:23 AM, Paul Dufresne wrote: [...] > "Second rule of stretching: as a dialog stretches from a minimum size, > the distance between an attachment point and its interactor edge > remains constant." > > That's all about what I care! > > To help understand better, the next paragraph: > "An effective heuristic for setting a roughly correct stretching > behaviour is to select all the interactors in a dialog and double > click one of them. This will project all the attachment points of all > the interactors to their corresponding closest dialog edge. (In the > case of the card file dialog, this is exactly what we want: > interactors close to the corners will stick to the corners, and > interactors near the center will stretch in the appropriate direction.) > The few incorrect attachments can then be fixed by hand." Just to make sure I was clear, if we were to discuss about container widgets in the gtk+ toolkit, we would be discussing on the Gtk+ mailing list, in Glade all we do is generate xml UI descriptions... that being said, Gtk+'s resizing capabilities is one of the bigger advantages of using gtk+ in the first place, the document you are reffering to describes a different kind of layout system. Now, what _would_ be relavent on this list and productive, is to consider that a.) We have in our grasp already a highly functional and scalable widget layout system in gtk+ using its various containers and alignments b.) For people used to working in a zordered fixed positioning system this system is somewhat uncomfortable at first. So how can we a.) make our existing systems that are in place more comfortable to use through the UI. b.) use our UI to better educate the user about how the widget positioning system works. Cheers, -Tristan From olivierdelhomme at gmail.com Tue Mar 25 05:02:05 2008 From: olivierdelhomme at gmail.com (Olivier Delhomme) Date: Tue, 25 Mar 2008 10:02:05 +0100 Subject: [Glade-devel] Building User Interfaces by Direct Manipulation (Cardelli paper) In-Reply-To: <560259cb0803212229s29df764bp7e03d6d99dda04a@mail.gmail.com> References: <10b8339f0803211501xd23b18akfdfe6a1ad58bb2f7@mail.gmail.com> <560259cb0803212026g5d7103bfq1cc276da457e4297@mail.gmail.com> <10b8339f0803212123q1295e55cpd4bc305998205b2a@mail.gmail.com> <560259cb0803212229s29df764bp7e03d6d99dda04a@mail.gmail.com> Message-ID: 2008/3/22, Tristan Van Berkom : > > > So how can we > a.) make our existing systems that are in place more comfortable to use > through the UI. > b.) use our UI to better educate the user about how the widget > positioning > system works. For point b) we can make some assistants to build specific boxes. Make an interactive presentation where a box is built and where bubbles says what is beeing done is may be another idea :-) Cheers, Olivier. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080325/ff32c074/attachment.html From architbaweja at gmail.com Tue Mar 25 04:38:14 2008 From: architbaweja at gmail.com (Archit Baweja) Date: Tue, 25 Mar 2008 04:38:14 -0400 Subject: [Glade-devel] A software engineering experiment. In-Reply-To: <1206066995.3236.0.camel@XjuanNB> References: <1206066995.3236.0.camel@XjuanNB> Message-ID: Hey Guys, So I've setup a basic survey system for the purposes of our experiment's data collection. You can check it out at http://www.cs.drexel.edu/~ab324/glade3_survey.php I know Juan Pablo Ugarte mentioned his interest in helping out; personally. If anyone else wants to take the survey, please feel free to do so. Some things to keep in mind are, please answer all questions. I haven't really done the best of form validation in the survey (at the very least make sure you specify your name in the first field before submitting). Can't really think of anything else right now. If you have any troubles do let me know. Thanks for helping out again. Much appreciated. Archit On Thu, Mar 20, 2008 at 10:36 PM, Juan Pablo Ugarte wrote: > > > On Thu, 2008-03-20 at 22:24 -0400, Archit Baweja wrote: > > Hey Glade3 developers, > > > > My name is Archit Baweja, as some of you may know I worked on Glade3 up till > > about 3-4 years ago. > > > > I'm now part of a research group headed by Dr. Cai at Drexel > > University that > > is conducting research in the field of Software Engineering, in particular > > software maintenance. We would like to use the Glade3 code base for > > purposes of data collection for our research experiment. > > > > I was wondering if any of the developers would be available to > > fill out a short > > multi-choice questionnaire related to our research to help us with collecting > > data. > > Yes, sure. why not :) > > greets > > Juan Pablo > > From tristan.van.berkom at gmail.com Wed Mar 26 23:44:18 2008 From: tristan.van.berkom at gmail.com (Tristan Van Berkom) Date: Thu, 27 Mar 2008 00:44:18 -0300 Subject: [Glade-devel] A software engineering experiment. In-Reply-To: References: <1206066995.3236.0.camel@XjuanNB> Message-ID: <560259cb0803262044o5797f1a7g4631ff9e033a84b0@mail.gmail.com> Hi Archit, Long time no hear ;-) I filled out your survey, Im not sure how representative it will be of what (as it seems targeted mostly at developers who have singular experiences with glade, my first mandate, I was originally paid to make it "just work" so we could integrate our widget catalogs into it) but I hope it helps. Cheers, -Tristan On Tue, Mar 25, 2008 at 5:38 AM, Archit Baweja wrote: > Hey Guys, > > So I've setup a basic survey system for the purposes of our > experiment's data collection. You can check it out at > > http://www.cs.drexel.edu/~ab324/glade3_survey.php > > I know Juan Pablo Ugarte mentioned his interest in helping out; > personally. If anyone else wants to take the survey, please feel free > to do so. Some things to keep in mind are, please answer all > questions. I haven't really done the best of form validation in the > survey (at the very least make sure you specify your name in the first > field before submitting). Can't really think of anything else right > now. If you have any troubles do let me know. > > Thanks for helping out again. Much appreciated. > Archit > > > > On Thu, Mar 20, 2008 at 10:36 PM, Juan Pablo Ugarte > wrote: > > > > > > On Thu, 2008-03-20 at 22:24 -0400, Archit Baweja wrote: > > > Hey Glade3 developers, > > > > > > My name is Archit Baweja, as some of you may know I worked on Glade3 up till > > > about 3-4 years ago. > > > > > > I'm now part of a research group headed by Dr. Cai at Drexel > > > University that > > > is conducting research in the field of Software Engineering, in particular > > > software maintenance. We would like to use the Glade3 code base for > > > purposes of data collection for our research experiment. > > > > > > I was wondering if any of the developers would be available to > > > fill out a short > > > multi-choice questionnaire related to our research to help us with collecting > > > data. > > > > Yes, sure. why not :) > > > > greets > > > > Juan Pablo > > > > > _______________________________________________ > Glade-devel maillist - Glade-devel at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel > From architbaweja at gmail.com Thu Mar 27 15:00:06 2008 From: architbaweja at gmail.com (Archit Baweja) Date: Thu, 27 Mar 2008 15:00:06 -0400 Subject: [Glade-devel] A software engineering experiment. In-Reply-To: <560259cb0803262044o5797f1a7g4631ff9e033a84b0@mail.gmail.com> References: <1206066995.3236.0.camel@XjuanNB> <560259cb0803262044o5797f1a7g4631ff9e033a84b0@mail.gmail.com> Message-ID: Hi guys, Quick heads up. The University servers where I setup the survey is down for most of today (uptil 4pm EST USA). Hopefully it will come back up soon. Can I urge some more developers to look into filling it out quickly? We're trying to get as much 'data' as possible. Again the survey is at (or will be) http://www.cs.drexel.edu/~ab324/glade3_survey.php Thanks again, Archit Baweja On Wed, Mar 26, 2008 at 11:44 PM, Tristan Van Berkom wrote: > Hi Archit, > Long time no hear ;-) > > I filled out your survey, Im not sure how representative it will be of what > (as it seems targeted mostly at developers who have singular experiences > with glade, my first mandate, I was originally paid to make it "just work" so > we could integrate our widget catalogs into it) but I hope it helps. > > Cheers, > -Tristan > > > > On Tue, Mar 25, 2008 at 5:38 AM, Archit Baweja wrote: > > Hey Guys, > > > > So I've setup a basic survey system for the purposes of our > > experiment's data collection. You can check it out at > > > > http://www.cs.drexel.edu/~ab324/glade3_survey.php > > > > I know Juan Pablo Ugarte mentioned his interest in helping out; > > personally. If anyone else wants to take the survey, please feel free > > to do so. Some things to keep in mind are, please answer all > > questions. I haven't really done the best of form validation in the > > survey (at the very least make sure you specify your name in the first > > field before submitting). Can't really think of anything else right > > now. If you have any troubles do let me know. > > > > Thanks for helping out again. Much appreciated. > > Archit > > > > > > > > On Thu, Mar 20, 2008 at 10:36 PM, Juan Pablo Ugarte > > wrote: > > > > > > > > > On Thu, 2008-03-20 at 22:24 -0400, Archit Baweja wrote: > > > > Hey Glade3 developers, > > > > > > > > My name is Archit Baweja, as some of you may know I worked on Glade3 up till > > > > about 3-4 years ago. > > > > > > > > I'm now part of a research group headed by Dr. Cai at Drexel > > > > University that > > > > is conducting research in the field of Software Engineering, in particular > > > > software maintenance. We would like to use the Glade3 code base for > > > > purposes of data collection for our research experiment. > > > > > > > > I was wondering if any of the developers would be available to > > > > fill out a short > > > > multi-choice questionnaire related to our research to help us with collecting > > > > data. > > > > > > Yes, sure. why not :) > > > > > > greets > > > > > > Juan Pablo > > > > > > > > _______________________________________________ > > Glade-devel maillist - Glade-devel at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/glade-devel > > >