25 Feb, 2013
1 commit
06 Feb, 2013
1 commit
03 Feb, 2013
1 commit
29 Jan, 2013
2 commits
20 Jan, 2013
2 commits
09 Jan, 2013
1 commit
06 Dec, 2012
1 commit
-
it was because of AttributeError related to renderer.
30 Nov, 2012
1 commit
-
Some dicom files have the encoding setted wrongly, so when decoding a dicom field from string to unicode some errors may happen. Python string.decode have some methods to handle those cases. We are using the "replace" one, the characters it cannot decode to unicode it replaces with a character showing the character was not decoded.
29 Nov, 2012
1 commit
-
Some dicom files have encoding names that do not follow the standard, in these cases a default dicom encoding (ISO_IR 100) is used.
31 Oct, 2012
6 commits
23 Oct, 2012
3 commits
-
From: tfmoraes <totonixsame@gmail.com>
-
Conflicts: README.txt From: invesalius <invesalius@cti.gov.br>
18 Oct, 2012
1 commit
17 Oct, 2012
2 commits
-
…ing custom as initial threshold preset
15 Oct, 2012
4 commits
11 Oct, 2012
2 commits
-
1. Only disabling undo and redo when user deletes a mask is visible 2. When user sets a new threshold the undo/redo history is cleared. This won't be needed when undo/redo will work with threshold changing. Squashed commit of the following: commit f49d8d6713b67807772958faad0e7f98d17d288c Author: Thiago Franco de Moraes <totonixsame@gmail.com> Date: Thu Oct 11 10:18:38 2012 -0300 When user sets a new threshold the undo/redo history is cleared commit 65e94cbd896e4df0c7d797ac98960e5e129c5f3e Author: Thiago Franco de Moraes <totonixsame@gmail.com> Date: Thu Oct 11 09:25:35 2012 -0300 Only disabling undo and redo when user deletes a mask is visible
10 Oct, 2012
1 commit
24 Sep, 2012
3 commits
21 Sep, 2012
3 commits
17 Sep, 2012
2 commits
14 Sep, 2012
2 commits
-
…t make it a little faster