From: Kevin M. Rosenberg Date: Sun, 11 Feb 2001 23:45:57 +0000 (+0000) Subject: r529: *** empty log message *** X-Git-Tag: debian-4.5.3-3~488 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=4dc2f84d01c9cc672c97f3923e93835d3872efae r529: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bfecccd..320962c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,10 @@ -3.0.0beta1 - Released +3.0.0beta1 - Released 2/11/01 - * global: Projection files are not compatible with previous version - due to new scanner definitions. - - * global: deleted concept of field-of-view and added - view ratio and scan ratio concepts. - * ctsim: Added most-recently-used files to File menu with registry storage between executions. + * ctsim: Hides arcane features unless enabled by Preferences dialog + * ctsim: Added MDI interface for Windows version and made it default for Windows. * ctsim: Added 3-D wireframe view of images (uses OpenGL) @@ -21,7 +17,7 @@ * ctsim: Added accelerator (hotkeys) to frames - * ctsim: Online help added as well as HTML help + * ctsim: Online help added! * backprojector: Added cubic interpolation @@ -33,12 +29,18 @@ * timer.h: Add use of _ftime when compiling on MSVC * ctsim: Fixed crash on shutdown bug + * global: Projection files are not compatible with previous version + due to new scanner definitions. + + * global: deleted concept of field-of-view and added + view ratio and scan ratio concepts. * pjinfo: Fixed bug when doing --dump and not specifing --endview * phm2pj: Fixed MPI bug with broadcasting of variables * ctsimtext-lam: Changes for first version to compile under lam + 3.0.0alpha5 - Released 1/12/00 diff --git a/NEWS b/NEWS index 78e0077..4a32074 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -Version 3.0alpha Features +Version 3.0beta New Features + +* 3-d views of Image files * Creation of arbitrary filter images -* Now with cubic interpolation for reconstructions +* Cubic interpolation for reconstructions * All features of command line tools are now in graphical ctsim program! diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec index 0f4fa99..cc7f1f7 100644 --- a/rpm/ctsim.spec +++ b/rpm/ctsim.spec @@ -18,7 +18,7 @@ CTSim is a Computed Tomography Simulator. %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=/usr/local --enable-static + ./configure --prefix=/usr/local --enable-static --without-lam make %install diff --git a/src/Makefile.am b/src/Makefile.am index f074c51..039d433 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ctsim -ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h +ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ diff --git a/src/Makefile.in b/src/Makefile.in index 3bebe10..e1a7e45 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -92,7 +92,7 @@ wxlibs = @wxlibs@ bin_PROGRAMS = ctsim -ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h +ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs