- 10 Apr, 2012 4 commits
-
-
promayon authored
FIXED tentative bug #77 (but not sure it will work as I am not sure about the problem - affect only windows platform) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@106 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@105 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW ComponentExtension has now a save method. Replace all exportTo*() methods, simpler/cleaner export process (mimics the open process, with the difference that the save method is not a static method in the Component class, but is a virtual method in the ComponentExtension) NEW Action can be generic action. A generic action does not need any specific component to run (e.g., action that synthetize data). To trigger a generic action, clear the current selection and go to the Action menu (in imp) or look in the ActionViewer. generic actions can be called from scratch to generate/synthetize data or initialize resources NEW action, component and application macro support NEED_XSD flag (look for xerces-c and xsdcxx executable) FIXED interface for ComponentExtension (no more static method, moved to ExtensionsManager) FIXED bug in preference dialog (could not modify the edited object in first tab), regression from r58 FIXED "Fancy Demo" dirty tricks in ImageComponent/SingleComponent FIXED only CAMITK_VERSION and CAMITK_INSTALL_DIR are shown in the first cmake run (ROOT_DIR_GUESS had no reason to be visible) FIXED MainWindow / ImpMainWindow settings reorganization (some settings are now managed by core class MainWindow) FIXED quitting/exiting algorithm code cleaning FIXED Wizard now adds a Q_OBJECT line for all Components (needed for introspection/Action detetection) FIXED Wizard for new ComponentExtension/Component interface FIXED CMake specific modules are now installed in share not in lib (makes more sens) FIXED FindCamiTK.cmake is now a proper module used and exported by the wizard and satellite projects (restricted and tutorials) FIXED remove findCamiTK.tmp from wizard (now using the "official" FindCamiTK.cmake from cmake/modules dir) FIXED remove getExportExtension() in ComponentExtension (not needed anymore, always use getFileExtension(), if the export is not possible, a dialog will appear) FIXED removed error/getError in Component class (not needed anymore, yet another API simplification) FIXED setModified can now take a boolean as parameter to reset the mofication flag (e.g., once a component has been saved, it is tryely unmodified, there was no need to reset the flag in the previous API) FIXED getRepresentation was checking wrong representation every call (probably a CamiTK 1.0 bug that here since ages) FIXED getModified() was not declared virtual (probably a CamiTK 1.0 bug that was here since ages) FIXED MainWindow saveAs now suggest a indexed file (add an index / increment an already existing index at the end of the filename) FIXED delete all Actions just before quitting FIXED RigidTransform action: cancel button is now close button FIXED VtkMeshComponentExtension reset modification flag after saving FIXED Component method update was a bit confusing compared to method refresh. update is now renamed refreshInterfaceNode() which is more descriptive and probably less confusing! Note: this method should probably be replaced by something better (or suppress for a better mechanism) FIXED a lot of not-so-good use of lastIndexOf(".") to deduce either basename or extension (suffix) are now using QFileInfo (safer) FIXED ObjectController now interacts with all properties, even the inherited ones FIXED ImageProperties now directly included in ImageComponent (no need for the getPropertyObject() method) => fix problems with inherited extensions FIXED findCamiTK now only displays CamiTK version and CamiTK install dir (not the root guess dir) FIXED FancyMainWindow updated to CamiTK2.1 code cleaning (<250 lines), no dial jumps git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@103 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@102 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 30 Mar, 2012 1 commit
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@101 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 29 Mar, 2012 1 commit
-
-
cfouard authored
FIXED on XP 64 Bits Debug qtpropertybrowser static library was loading QT Realese DLLs => qtpropertybrowser moved to SHARED lib. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@100 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 28 Mar, 2012 1 commit
-
-
cfouard authored
FIXED used to include itk headers for all actions on images. Now includes them only when there is a dependency with itk (itk filters) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@99 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 27 Mar, 2012 2 commits
-
-
cfouard authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@98 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@97 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 26 Mar, 2012 2 commits
-
-
promayon authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@96 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
FIXED only CAMITK_VERSION and CAMITK_INSTALL_DIR are shown in the first cmake run (ROOT_DIR_GUESS had no reason to be visible) git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@95 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 24 Mar, 2012 2 commits
-
-
cfouard authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@94 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@93 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 23 Mar, 2012 15 commits
-
-
promayon authored
NEW smaller Application initialization (3 lines are now enough to start a CamiTK application, see imp/main.cpp!) FIXED clean wizard CMakeLists.txt git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@90 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW coreschema is an independant tool git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@89 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW coreschema is an independant tool git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@88 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW coreschema is an independant tool git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@87 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@86 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@85 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@84 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW find xerces-c now in cmake/modules git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@83 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW find xerces-c now in cmake/modules git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@82 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@80 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@79 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@78 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@77 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@76 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@75 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 22 Mar, 2012 2 commits
-
-
cfouard authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@74 ec899d31-69d1-42ba-9299-647d76f65fb3
-
cfouard authored
Warning some cleaning needs to be made... git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@73 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 21 Mar, 2012 5 commits
-
-
cfouard authored
FIXED other daybeforedeadline stuff git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@72 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@71 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@70 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@68 ec899d31-69d1-42ba-9299-647d76f65fb3
-
promayon authored
NEW Setting dialog manages system-wide component and action extensions (showing camitk icon) as well as user component and action extensions (showing a "user" icon) FIXED ActionManager code cleaning (follows singleton/construct at first use idiom, store action extension file name...etc...), autoload also loads user custom action FIXED ActionExtension code now allows for direct management of map<filename,ActionExtions*) in ActionManager git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@67 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 20 Mar, 2012 5 commits
-
-
promayon authored
NEW Component Extension added/removed by the user are registered in CamiTK settings (autoload extensions cannot be removed) NEW Component Extension knows now if it was loaded automatically from the directory or from user registered list NEW delete obsolete Operator git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@65 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@64 ec899d31-69d1-42ba-9299-647d76f65fb3
-
cfouard authored
FIXED includes in mml-component FIXED picking with vtk 5.8 git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@63 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@61 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@60 ec899d31-69d1-42ba-9299-647d76f65fb3
-