You can subscribe to this list here.
2004 |
Jan
|
Feb
(5) |
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <ben...@id...> - 2004-05-25 11:06:34
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Li L. <li...@ho...> - 2004-03-18 03:22:37
|
** version 0.1.0 (first release of gtw) * This release is based on gtk+ 2.2.4 * The whole gtk+ and libgnomeui have been wrapped (almost). ** todo(version 0.2.0): * tutorial * gtk+ 2.4 and libgnomeui 2.6 support ====================================================================== About gtw GTW (http://gtkwrapper.sourceforge.net/) is a template based C++ wrapper library for GTK+. The library is in header file form and does not require any compile-time and run-time dependencies. GTW is a thin wrapper on GTK+. All of the functions are inline functions. This allows developers to create fast and compact applications. While allowing developers to fully utilize C++ techniques, GTW doesn't alter or hide the underlying GTK+ specific constructs. Developers can mix GTK+ code and GTW code in any proportions to create working applications. It is also easy for developers to create reusable classes and extend their class design with GTW. With GTW, you can write code like this: this->create(GTK_WINDOW_TOPLEVEL); // connect signal to default handler "on_xxx" this->destroy_sig(this).connect(); // connect singal to customized handler this->delete_event_sig(this).connect_to<&HelloWindow::delete_event>(); button_.create_with_label("Hello World"); // call gtk function directly g_signal_connect_swapped(button_.g_object(), "clicked", G_CALLBACK (gtk_widget_destroy), g_object()); //... |
From: Li L. <li...@ho...> - 2004-03-08 05:40:50
|
No that the whole gtk+ and libgnomeui have been wrapped (almost), are we ready for the first release of gtw? By the way, what should be the version number of the first release? 0.1.0 or 1.0.0? Best regards, Lirong |
From: Li L. <li...@ho...> - 2004-02-23 10:30:46
|
gtw_coder is now working . I'm now working on the input files. We should plan a release when all of the input file for gtk is available. Hope this happens soon. wengwei: Please help prepare the input files from the gtk reference. Best regards, lirong |
From: Li L. <li...@ho...> - 2004-02-23 05:33:34
|
From: Li L. <li...@ho...> - 2004-02-23 05:20:55
|
From: Li L. <li...@ho...> - 2004-02-21 06:31:18
|
From: Li L. <li...@ho...> - 2004-02-20 19:57:30
|
this is a test |