- 29 Aug, 2012 1 commit
-
-
aderam authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@198 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 24 Aug, 2012 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@196 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 23 Aug, 2012 2 commits
-
-
mat authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@195 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
This bug occured for structural components only composed by atoms (no cells). When creating a 3D Vtk representation of a structural component, each of its vtk 3d point represents an atom. When updating atoms position (during biomechanichal simulation), the vtk Point was not updated since it has no way to find which atom it was representing ! This mapping was done using an indexation point <--> atom. This indexation was correctly done for Structural Components composed of CELLS. Now it has been also added for these only composed of ATOMS. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@194 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 17 Aug, 2012 1 commit
-
-
saubatn authored
FIXED : Add ADD_ACTION_EXTENSION dependency. Fix missing header from Multipicking needed by ITKSegmentation action. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@193 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 31 Jul, 2012 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@191 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 26 Jul, 2012 3 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@190 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED BUG#121, see https://forge.imag.fr/tracker/index.php?func=detail&aid=121 git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@189 ec899d31-69d1-42ba-9299-647d76f65fb3
-
cfouard authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@188 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 25 Jul, 2012 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@186 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 24 Jul, 2012 5 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@185 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@184 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@183 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED update more copyright in source code (output of `licensecheck -r . |grep -v LGPL` is now relevant to debian/copyright policy) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@182 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED all files should now have the proper copyright header FIXED get rid of getopt and gengetopt (not available on msvc) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@181 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 23 Jul, 2012 2 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@180 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED merge upstream qtpropertybrowser (Added functionality to set the echo-mode on string properties (QLineEdit editor).), see http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtpropertybrowser git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@179 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 22 Jul, 2012 1 commit
-
-
promayon authored
FIXED all binary generated by application_extension macro are prefix with camitk- (this means "imp" becomes camitk-imp and "wizard" becomes camitk-wizard) FIXED imp argument -noConsole becomes --noConsole (standard policy for options on the command line) NEW commandline management for imp (a list of files can be given on the command line, imp answers to --help and --version), using gengetopt NEW man pages for imp and wizard FIXED component and action CMakeLists.txt should specify all the directory explicitely to respect inner dependency FIXED wrong include in LaplacianRecursiveGaussian FIXED gcc compilation for RegionGrowing FIXED some minor command line management for wizard git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@178 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 19 Jul, 2012 1 commit
-
-
cfouard authored
FIXED no more filter_implementation files replaced by filter.impl FIXED same thing in the Wizard IMPROVED Multipicking it is now easier to interact with the selected points and the widget can be exported and used by other actions ADDED an Itk Region Growing Filter using Multipicking git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@177 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 18 Jul, 2012 1 commit
-
-
saubatn authored
FIXED : missing DLL for dendencies FIXED : shortcut icon for imp is now automatically created on the desktop when installed and removed when CamiTK is uninstalled. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@176 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 17 Jul, 2012 6 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@175 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@174 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@173 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@172 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED remove interdependency of VtkMeshUtil git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@171 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@170 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 16 Jul, 2012 4 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@169 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED increased (yet another) patch number git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@168 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW camitk and qtpropertybrowser now have specific info (SONAME...), preparing deb packaging thanks to M. Malaterre git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@167 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED CamiTK API main page displays CamiTK version git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@166 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 13 Jul, 2012 1 commit
-
-
mat authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@165 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 10 Jul, 2012 1 commit
-
-
fjaillet authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@163 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 06 Jul, 2012 8 commits
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@162 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@161 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@160 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@159 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@158 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@156 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@155 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW pixel value displayed in status bar when image picked FIXED MeshComponent is automatically visible in the 3D viewer FIXED FindCamiTK.cmake in case of install (linux) FIXED starting size of MainWindow (should always be 1024x768) FIXED Arbitrary slice layout in medical image viewer FIXED Fancy has now a MedicalImageViewer and its own 3D viewer (new interactive viewer): simpler, correct layout,... FIXED some (very few) code cleaning msh component and basictopology (btw thanks you Mat for your contribution!) FIXED delete exporttomsh action (not needed any more thanks to msh component, which has a much better element/cell type coverage) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@152 ec899d31-69d1-42ba-9299-647d76f65fb3
-