calder-devel Mailing List for calder
Status: Alpha
Brought to you by:
eed3si9n
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-22 12:29:14
|
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: Lord O. <om...@om...> - 2003-06-09 17:22:50
|
In the calder binary distribution (0.3 off sourceforge is what I'm looking at) we need to compile in release mode and include only the release mode of the DLLs, I don't think we can distribute the debug versions. We also need a note that says where the xerces dll came from. -- Peace, Lord Omlette http://www.omlettesoft.com/ =================================================================== Web Hosting @ its best. http://www.hoster.com =================================================================== |
|
From: Lord O. <om...@om...> - 2003-06-09 16:04:39
|
I think you can close at least three of the four open bugs, right? (Still haven't gotten it working @ home, but I'm sure someone else must've?) -- Peace, Lord Omlette http://www.omlettesoft.com/ =================================================================== Web Hosting @ its best. http://www.hoster.com =================================================================== |
|
From: e.e <eed...@us...> - 2003-05-01 06:37:49
|
sup all: various fix for linux build. the main development is on WIN32, so sometimes i have to test it on linux and make sure everything work fine. as for bitmap is concerned, it's completely platform dependent issue. i am avoiding file loading the image due to many reasons. i moved bitmap to windows resource, and converted them to xpm for unix, which seems standard approach for wx. masking and color replacing doesn't work well. color replacing works on win, but not on linux (gtk). making and changing the background color works on linux but not on win. another problem was the timing issue. unlike windows, gtk doesn't seem to allow any OpenGL or image related commands until the window is actually displayed. that was causing all the bugs on linux. keyboard shortcut using accelerator is still shaky on linux. __________________________________________________________________ // kiss the future; fuck the past // only the code never lies. // e.e <eed3si9n at users.sourceforge.net> IM: j3259 |
|
From: e.e <eed...@us...> - 2003-04-28 16:45:05
|
sup all: many bug fixes. also, chisel/slice button was added. 2003-04-28 12:37 eed3si9n * src/settings.cpp (1.12): Updated title bar. 2003-04-27 19:48 eed3si9n * wxcalder_test.vcproj (1.5), src/enum.h (1.5), src/frame.cpp (1.9), src/frame.h (1.5), src/funcdlg.cpp (1.5), src/funcdlg.h (1.2), src/math3d.cpp (1.2), src/math3d.h (1.4), src/settings.cpp (1.11), src/settings.h (1.5), src/stage.cpp (1.9), test/allTest.cpp (1.4), test/math3dTest.cpp (1.1), test/math3dTest.h (1.1): BUGFIX: notebook panal had wrong parent. BUGFIX: scale features were not recorded. BUGFIX: chisel should get out if no target is set. Added chisel button. __________________________________________________________________ // kiss the future; fuck the past // only the code never lies. // e.e <eed3si9n at users.sourceforge.net> IM: j3259 |
|
From: e.e <eed...@us...> - 2003-04-27 13:01:18
|
sup all: 2003-04-26 17:24 eed3si9n * src/: frame.cpp (1.8), frame.h (1.4), historyItem.cpp (1.3), historyItem.h (1.2), octreeNode.cpp (1.2), octreeNode.h (1.2), settings.cpp (1.10): Changed file format, so it will be identical to gzip format. Cursor changes to hourglass on save/load. Took out octree display methods, which is not used any more. __________________________________________________________________ // kiss the future; fuck the past // only the code never lies. // e.e <eed3si9n at users.sourceforge.net> IM: j3259 |
|
From: e.e <eed...@us...> - 2003-04-27 11:45:57
|
sup all:
changed cellTest code so it uses StaffManger.
i don't think it's accessing any private memeber at this point,
so it's basically blackbox testing.
also, i moved m_filename from Frame to Stage,
and added m_lastSaved so it checks if the stage is modified or not,
on exit and new.
2003-04-24 16:56 eed3si9n
* src/frame.h (1.3), src/staff.cpp (1.3), src/frame.cpp (1.7),
src/stage.cpp (1.8), src/historyItem.cpp (1.2),
src/staffManager.cpp (1.4), src/settings.cpp (1.9),
src/xmlReaderXerces.cpp (1.6), src/funcdlg.cpp (1.4), src/stage.h
(1.7), src/actor.cpp (1.3), src/staff.h (1.4), src/staffManager.h
(1.4), wxcalder.vcproj (1.4), src/button.cpp (1.3),
wxcalder_test.vcproj (1.4), release.sh (1.3), test/cellTest.cpp
(1.3), test/cellTest.h (1.2), test/allTest.cpp (1.3): Added
CellTest and modified the code to test StaffManger. Improved
StaffManger design based on the test module. Checks the lastSaved
time to ask if the user wants to save or not.
__________________________________________________________________
// kiss the future; fuck the past
// only the code never lies.
// e.e <eed3si9n at users.sourceforge.net> IM: j3259
|
|
From: e.e <eed...@us...> - 2003-04-27 11:37:05
|
test |
|
From: e.e <eed...@us...> - 2003-04-27 10:24:33
|
test |