You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-25 07:46:46
|
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: Radick, D. (IHG) <Don...@ic...> - 2004-02-13 14:54:22
|
Chris (and all) I updated your latest from CVS Sourceforge this morning. I needed to update a number of files from the latest (1.1.47) snapshot, but the DialogEditor did successfully build and run from the standard GNU ./configure , make. Fantastic! This is a real milestone in the DE development. I'll clean some of the loose ends in my code (some source modules may change names), then package up a couple of RPMS and announce to the group. There is a nagging SegV I hit every once in a while in DE, but the stack backtrace code can give us a good idea where to find these bugs. If you are running under Linux with a debug build, then this command will show you the source module and line where the problem occurred: Assuming DE segfaulted exited, STACK BACKTRACE ./dlgedit [0x0F22C34a] ./dlgedit [0x0F12a331] Then "addr2line 0x0F22C34a -e dlgedit" will show something like: Shell/main.cpp 130 I'll write this up for the beta release. -Don Don Radick CISSP, CCSA, CCNP Intercontinental Hotels Group Senior Security Engineer |
From: Chris B. <cr...@go...> - 2003-11-06 05:30:53
|
I'd like to get a discussion going with all developers. Let's use the forum at sourceforge. http://sourceforge.net/forum/forum.php?forum_id=302401 You'll see my topic when you get there :) Chris -- I DO NOT HAVE POWER OF ATTORNEY OVER FIRST GRADERS I DO NOT HAVE POWER OF ATTORNEY OVER FIRST GRADERS I DO NOT HAVE POWER OF ATTORNEY OVER FIRST GRADERS I DO NOT HAVE POWER OF ATTORNEY OVER FIRST GRADERS Bart Simpson on chalkboard in episode 2F19 |
From: Chris B. <cr...@go...> - 2003-10-30 03:24:59
|
I think I found the last one! Let me know if you've found anymore, Chris -- I WILL NOT SKATEBOARD IN THE HALLS I WILL NOT SKATEBOARD IN THE HALLS I WILL NOT SKATEBOARD IN THE HALLS I WILL NOT SKATEBOARD IN THE HALLS Bart Simpson on chalkboard in episode 7G03 |
From: cryst <cr...@go...> - 2003-10-21 01:57:45
|
I've found (and fixed) a couple of bugs with the DialogEditor. Currently I'm now able to 1. run the program 2. modify dialogs 3. save dialogs (and the source files that go with them). 4. load dialogs. Things that are still to be done are 1. There is still some major resource leakage occuring. It appears be be with the componenets in the selection box for the dialogs. (Not getting deleted). 2. Stabilize the Linux Build 3. get a reasonable makefile for linux build 4. Do a release! Chris Bruner (aka iplayfast) |
From: Chris B. <cr...@go...> - 2003-08-21 06:17:30
|
Hello everyone, I've put in fox 1.1.34 into the cvs. I tried to keep it clean, so it didn't have any files generated that weren't needed. I'm working on getting a gnu automake system working for the editor. (wish me luck). Chris Bruner -- I WILL NOT GO NEAR THE KINDERGARTEN TURTLE I WILL NOT GO NEAR THE KINDERGARTEN TURTLE I WILL NOT GO NEAR THE KINDERGARTEN TURTLE I WILL NOT GO NEAR THE KINDERGARTEN TURTLE Bart Simpson on chalkboard in episode 1F10 |