]>
Creatis software - bbtk.git/log
jean-pierre roux [Thu, 27 Nov 2008 14:57:38 +0000 (14:57 +0000)]
Now middle slice position is properly computed when spacing is not isotrop
jean-pierre roux [Thu, 27 Nov 2008 14:55:54 +0000 (14:55 +0000)]
We can pass the spacing,if the input image doesn't have (and if we now it)
jean-pierre roux [Wed, 26 Nov 2008 16:19:44 +0000 (16:19 +0000)]
Initial planes positions are now the center of the volume (in real world, not in pixels!)
guigues [Wed, 26 Nov 2008 12:49:57 +0000 (12:49 +0000)]
Fixed SplitAroundFirstDot which did not throw on error
guigues [Wed, 26 Nov 2008 12:36:42 +0000 (12:36 +0000)]
Fixed the systematic '* LINE : 0' bug when error in script
guigues [Wed, 26 Nov 2008 12:18:32 +0000 (12:18 +0000)]
Fixed the bug when inserting a Viewer in a LayoutTab
jean-pierre roux [Wed, 26 Nov 2008 10:13:32 +0000 (10:13 +0000)]
Now itk::ImageSeriesReader returns a 3D image when it's passed a 2D images
vector
jean-pierre roux [Tue, 25 Nov 2008 13:48:15 +0000 (13:48 +0000)]
fix 'print' usage
jean-pierre roux [Tue, 25 Nov 2008 13:32:05 +0000 (13:32 +0000)]
Fix
guigues [Tue, 25 Nov 2008 13:18:30 +0000 (13:18 +0000)]
*** empty log message ***
jean-pierre roux [Tue, 25 Nov 2008 13:13:05 +0000 (13:13 +0000)]
Example (doesn't work, right now -25 Nov 2008-) Viewer In a LayoutTab
jean-pierre roux [Tue, 25 Nov 2008 13:04:40 +0000 (13:04 +0000)]
to test DirectorySelector and FilesFromDirectory
jean-pierre roux [Tue, 25 Nov 2008 13:03:26 +0000 (13:03 +0000)]
Box to return file names from a directory (recursive expl or not)
jean-pierre roux [Tue, 25 Nov 2008 13:01:32 +0000 (13:01 +0000)]
Add comments on new way to use widget BBxes
guigues [Tue, 25 Nov 2008 11:34:01 +0000 (11:34 +0000)]
*** empty log message ***
guigues [Tue, 25 Nov 2008 11:31:03 +0000 (11:31 +0000)]
New widget pipeline processing : should be almost ok
guigues [Tue, 25 Nov 2008 11:16:51 +0000 (11:16 +0000)]
New widget pipeline : progressing ...
Eduardo Davila [Tue, 25 Nov 2008 11:04:25 +0000 (11:04 +0000)]
*** empty log message ***
guigues [Mon, 24 Nov 2008 15:45:46 +0000 (15:45 +0000)]
*** empty log message ***
jean-pierre roux [Mon, 24 Nov 2008 11:31:23 +0000 (11:31 +0000)]
Updates
Eduardo Davila [Fri, 21 Nov 2008 15:26:44 +0000 (15:26 +0000)]
*** empty log message ***
guigues [Fri, 21 Nov 2008 12:25:42 +0000 (12:25 +0000)]
Missing include
Eduardo Davila [Thu, 20 Nov 2008 17:41:34 +0000 (17:41 +0000)]
*** empty log message ***
Eduardo Davila [Thu, 20 Nov 2008 16:32:41 +0000 (16:32 +0000)]
BUG orientation Viewer2D
guigues [Thu, 20 Nov 2008 12:55:23 +0000 (12:55 +0000)]
Modified GTK2 find mecanism for cmake > 2.4
guigues [Mon, 17 Nov 2008 10:00:18 +0000 (10:00 +0000)]
CMake 2.6 compatibility
guigues [Fri, 14 Nov 2008 09:24:42 +0000 (09:24 +0000)]
*** empty log message ***
jean-pierre roux [Thu, 13 Nov 2008 15:36:42 +0000 (15:36 +0000)]
Remove bad trick to bypass a bug, since the bug is fixed...
jean-pierre roux [Thu, 13 Nov 2008 15:16:17 +0000 (15:16 +0000)]
Separate 'graphic pipeline' and 'processing pipeline'
guigues [Thu, 13 Nov 2008 14:46:41 +0000 (14:46 +0000)]
Another ugly bug fixed in pipeline executing (bad transfer to parent in some cases for WxBlackBoxes)
guigues [Thu, 13 Nov 2008 10:37:27 +0000 (10:37 +0000)]
Fixed another ugly bug with bbmgGlobalProcessExecutionList (unhandled rentrance / list insertion while iterating which invalidated iterators !)
guigues [Thu, 13 Nov 2008 09:52:49 +0000 (09:52 +0000)]
*** empty log message ***
guigues [Wed, 12 Nov 2008 15:42:52 +0000 (15:42 +0000)]
Nasty bug fix !
The 'global execution list' collected black box pointers (i.e. boost::shared_ptr<BlackBox*>) and if it was not reprocessed and thus cleared before exit then BlackBoxes might not be automatically deleted (ref count still > 0). Changed the pointers with weak pointers and correctly checked that they are still valid before using them.
This fixed very nasty bugs in which commands like 'connect A.BoxChange B.BoxExecute' for WxBlackBoxes created apparently random leaks on exit (depending on the order the windows were closed or if they were touched !)
guigues [Wed, 12 Nov 2008 12:46:49 +0000 (12:46 +0000)]
MacOSX build
jean-pierre roux [Tue, 4 Nov 2008 13:55:00 +0000 (13:55 +0000)]
Fix doc
jean-pierre roux [Mon, 3 Nov 2008 15:53:31 +0000 (15:53 +0000)]
fix default_temp_dir trouble
jean-pierre roux [Fri, 31 Oct 2008 15:01:28 +0000 (15:01 +0000)]
Fix some mistyping
guigues [Tue, 28 Oct 2008 14:03:32 +0000 (14:03 +0000)]
*** empty log message ***
guigues [Tue, 28 Oct 2008 13:39:55 +0000 (13:39 +0000)]
*** empty log message ***
jean-pierre roux [Fri, 24 Oct 2008 12:15:27 +0000 (12:15 +0000)]
Try to track bug
Eduardo Davila [Thu, 23 Oct 2008 09:30:07 +0000 (09:30 +0000)]
*** empty log message ***
guigues [Wed, 22 Oct 2008 09:16:06 +0000 (09:16 +0000)]
*** empty log message ***
Eduardo Davila [Tue, 21 Oct 2008 14:38:31 +0000 (14:38 +0000)]
*** empty log message ***
Eduardo Davila [Tue, 21 Oct 2008 13:55:38 +0000 (13:55 +0000)]
*** empty log message ***
jean-pierre roux [Tue, 21 Oct 2008 13:02:39 +0000 (13:02 +0000)]
Update
jean-pierre roux [Tue, 21 Oct 2008 12:32:58 +0000 (12:32 +0000)]
Updates, according Laurent's advice
jean-pierre roux [Tue, 21 Oct 2008 09:42:39 +0000 (09:42 +0000)]
Update
guigues [Tue, 21 Oct 2008 09:40:34 +0000 (09:40 +0000)]
*** empty log message ***
guigues [Tue, 21 Oct 2008 08:36:54 +0000 (08:36 +0000)]
*** empty log message ***
jean-pierre roux [Fri, 17 Oct 2008 16:28:45 +0000 (16:28 +0000)]
minor modifs
jean-pierre roux [Fri, 17 Oct 2008 08:21:44 +0000 (08:21 +0000)]
avoid warning
jean-pierre roux [Fri, 17 Oct 2008 08:18:05 +0000 (08:18 +0000)]
*** empty log message ***
jean-pierre roux [Fri, 17 Oct 2008 07:14:47 +0000 (07:14 +0000)]
wxString
guigues [Thu, 16 Oct 2008 14:15:39 +0000 (14:15 +0000)]
*** empty log message ***
Eduardo Davila [Thu, 16 Oct 2008 12:59:40 +0000 (12:59 +0000)]
*** empty log message ***
jean-pierre roux [Thu, 16 Oct 2008 11:07:46 +0000 (11:07 +0000)]
nexs
jean-pierre roux [Thu, 16 Oct 2008 08:29:17 +0000 (08:29 +0000)]
Change default values
jean-pierre roux [Thu, 16 Oct 2008 08:23:49 +0000 (08:23 +0000)]
New features (plug package)
Eduardo Davila [Wed, 15 Oct 2008 15:09:45 +0000 (15:09 +0000)]
*** empty log message ***
jean-pierre roux [Wed, 15 Oct 2008 14:07:02 +0000 (14:07 +0000)]
Last fixes (until next one)
guigues [Wed, 15 Oct 2008 13:41:34 +0000 (13:41 +0000)]
*** empty log message ***
guigues [Wed, 15 Oct 2008 13:19:56 +0000 (13:19 +0000)]
*** empty log message ***
guigues [Wed, 15 Oct 2008 13:02:11 +0000 (13:02 +0000)]
*** empty log message ***
Eduardo Davila [Wed, 15 Oct 2008 12:03:55 +0000 (12:03 +0000)]
*** empty log message ***
Eduardo Davila [Wed, 15 Oct 2008 11:34:43 +0000 (11:34 +0000)]
*** empty log message ***
jean-pierre roux [Wed, 15 Oct 2008 10:26:56 +0000 (10:26 +0000)]
fix
guigues [Wed, 15 Oct 2008 09:31:15 +0000 (09:31 +0000)]
*** empty log message ***
jean-pierre roux [Wed, 15 Oct 2008 09:06:29 +0000 (09:06 +0000)]
Doc headers
guigues [Wed, 15 Oct 2008 07:56:39 +0000 (07:56 +0000)]
*** empty log message ***
jean-pierre roux [Wed, 15 Oct 2008 07:26:03 +0000 (07:26 +0000)]
remove duplicated lines
jean-pierre roux [Tue, 14 Oct 2008 14:47:27 +0000 (14:47 +0000)]
cosmetics
jean-pierre roux [Tue, 14 Oct 2008 14:20:24 +0000 (14:20 +0000)]
cosmetics
jean-pierre roux [Tue, 14 Oct 2008 14:10:12 +0000 (14:10 +0000)]
fix
guigues [Tue, 14 Oct 2008 13:07:44 +0000 (13:07 +0000)]
*** empty log message ***
guigues [Tue, 14 Oct 2008 13:00:27 +0000 (13:00 +0000)]
*** empty log message ***
jean-pierre roux [Tue, 14 Oct 2008 12:57:53 +0000 (12:57 +0000)]
catreg exemple
jean-pierre roux [Tue, 14 Oct 2008 12:30:49 +0000 (12:30 +0000)]
fix categ
guigues [Tue, 14 Oct 2008 11:47:25 +0000 (11:47 +0000)]
*** empty log message ***
guigues [Tue, 14 Oct 2008 10:54:25 +0000 (10:54 +0000)]
*** empty log message ***
guigues [Tue, 14 Oct 2008 10:11:15 +0000 (10:11 +0000)]
Input Proportion works !!!
guigues [Tue, 14 Oct 2008 09:54:58 +0000 (09:54 +0000)]
*** empty log message ***
guigues [Tue, 14 Oct 2008 08:53:14 +0000 (08:53 +0000)]
*** empty log message ***
jean-pierre roux [Mon, 13 Oct 2008 15:04:58 +0000 (15:04 +0000)]
some demo
jean-pierre roux [Mon, 13 Oct 2008 15:00:24 +0000 (15:00 +0000)]
Some fixes
guigues [Mon, 13 Oct 2008 13:29:38 +0000 (13:29 +0000)]
*** empty log message ***
guigues [Mon, 13 Oct 2008 13:25:47 +0000 (13:25 +0000)]
*** empty log message ***
Eduardo Davila [Mon, 13 Oct 2008 12:25:13 +0000 (12:25 +0000)]
Fix windows
jean-pierre roux [Mon, 13 Oct 2008 10:23:27 +0000 (10:23 +0000)]
minor fixes
jean-pierre roux [Mon, 13 Oct 2008 08:06:32 +0000 (08:06 +0000)]
date
jean-pierre roux [Mon, 13 Oct 2008 08:05:03 +0000 (08:05 +0000)]
this one, too
jean-pierre roux [Mon, 13 Oct 2008 08:03:57 +0000 (08:03 +0000)]
doc update
jean-pierre roux [Mon, 13 Oct 2008 08:01:53 +0000 (08:01 +0000)]
Forgot this one
jean-pierre roux [Mon, 13 Oct 2008 08:00:42 +0000 (08:00 +0000)]
doc updates
jean-pierre roux [Fri, 10 Oct 2008 16:43:16 +0000 (16:43 +0000)]
demo
jean-pierre roux [Fri, 10 Oct 2008 16:10:49 +0000 (16:10 +0000)]
fixes
jean-pierre roux [Fri, 10 Oct 2008 15:33:54 +0000 (15:33 +0000)]
Minor fixes/improvements
jean-pierre roux [Fri, 10 Oct 2008 14:14:07 +0000 (14:14 +0000)]
Forgot this one
jean-pierre roux [Fri, 10 Oct 2008 14:01:08 +0000 (14:01 +0000)]
SimpleSlicer deals with Orientation, SliderOrientation, SliderReactiveOnTrack
jean-pierre roux [Fri, 10 Oct 2008 13:57:42 +0000 (13:57 +0000)]
Now Viewer2D takes into account 'Orientation'
guigues [Fri, 10 Oct 2008 12:24:55 +0000 (12:24 +0000)]
*** empty log message ***