- 26 Oct, 2015 2 commits
-
-
saubatn authored
FEATURE 431 PropertyExplorer now uses a PropertyObject instance to manage its properties (IMP->Edit->Preferences). git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2146 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@2145 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 23 Oct, 2015 9 commits
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2144 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
UPDATED Actions take into account the default frame policy when creating a new component. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2143 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
UPDATED Actions take into account the default frame policy when creating a new component. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2142 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@2141 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
UPDATED ImpMainWindows no longer holds a random QObject to display its properties within the Edit->Preferences Menu (using a SettingsDialog) It uses instead its Application's PropertyObject instance to handle its properties (auto load last opened components, default frame policy for new components created). git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2140 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
NEW Action class has two methods to handle the default frame policy for a new component created by an action. This policy is editable thanks to a property in the CamiTK IMP application, Edit->Preferences menu. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2139 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
Add an instance of PropertyObject at the Application level. This one holds two properties: - auto load last opened components property - select the frame policy (which frame is assigned to a newly created component (by an action)?) SettingsDialog takes advantages of the PropertyObject. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2138 ec899d31-69d1-42ba-9299-647d76f65fb3
-
saubatn authored
NEW Add a new class in Core utils : PropertyObject to allow dialog displaying CamiTK properties (PropertyExplorer, SettingsDialog ...) to own an instance of this class, which allows to take advantage of the CamiTK properties. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2137 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2136 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 21 Oct, 2015 2 commits
-
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2135 ec899d31-69d1-42ba-9299-647d76f65fb3
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2134 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 16 Oct, 2015 2 commits
-
-
jean-loup authored
Modifying config report to add some versions n° ToDo : Fix ITK version matter git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2132 ec899d31-69d1-42ba-9299-647d76f65fb3
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2131 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 15 Oct, 2015 1 commit
-
-
jean-loup authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2130 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 13 Oct, 2015 2 commits
-
-
seryc authored
FIXED bug 158: Now, when you generate an ITK filter with the Wizard, the generated code compiles and works whatever the output format of the image. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2129 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
FIXED de FIXED Bug on looking for the current working directory. Now always points on the right one. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2128 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 12 Oct, 2015 2 commits
-
-
seryc authored
UPDATE: Wizard: Restore the checkbox "ITK filter" while choosing "image Component" to apply action that can be usefull for several applications. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2127 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2126 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 09 Oct, 2015 2 commits
-
-
saubatn authored
UPDATED Description group box of the widget takes less space git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2125 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@2124 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 08 Oct, 2015 2 commits
-
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2123 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2122 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 07 Oct, 2015 2 commits
-
-
seryc authored
Some smartpointers were allocated in a wrong way. There are still problems (but less) on Standard Gaussian Filter. I try to solve it later git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2121 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
There are still problems (but less) on Standard Gaussian Filter. I try to solve it later git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2120 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 05 Oct, 2015 2 commits
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2119 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@2118 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 02 Oct, 2015 1 commit
-
-
saubatn authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2117 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 01 Oct, 2015 4 commits
-
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2116 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2115 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2114 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2113 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 30 Sep, 2015 3 commits
-
-
seryc authored
FIXED BUG 153: all created components by wizard are displayed in the list when you create an action. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2112 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@2111 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2110 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 29 Sep, 2015 1 commit
-
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2109 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 28 Sep, 2015 1 commit
-
-
seryc authored
git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2108 ec899d31-69d1-42ba-9299-647d76f65fb3
-
- 25 Sep, 2015 2 commits
-
-
seryc authored
UPDATE: Wizard: Remove the checkbox "ITK filter" while choosing "image Component" to apply action. git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2107 ec899d31-69d1-42ba-9299-647d76f65fb3
-
seryc authored
UPDATE: Wizard - Add a macro to squeeze the user's entries control in the Wizard. Use only to debug the Wizard ! git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@2106 ec899d31-69d1-42ba-9299-647d76f65fb3
-