16 Aug, 2017

1 commit


14 Aug, 2017

1 commit

  • * Create option in app.py to import and then save the project
    
    * Add command to import and export in STL to all available presets
    
    * Create option to open InVesalius without gui
    
    * Add option --export
    
    * No-gui doing less work when creating surface
    
    * Print on debug
    
    * Fix missing session assignment in non-gui mode
    
    * Add option to import every group of DICOM images
    
    * Checking surface index exists in actors_dict before removing it
    Santiago Castro
     

10 Aug, 2017

10 commits


09 Aug, 2017

4 commits


08 Aug, 2017

1 commit

  • Fix the above unicode related errors:
    - InVesalius was not starting in Windows with users with non ascii chars.
    - Not opening dicom files from path with non ascii chars.
    - Not opening bitmap files from path with non ascii chars.
    - Not opening Analyze, Nifti with filename with non ascii chars.
    - Not exporting surface when the path has non ascii chars.
    - Not exporting picture when the path has non ascii chars.
    - Not importing surface when the path has non ascii chars.
    - Strange chars when showing developers and translators with non ascii chars.
    
    To fix that errors we are convert all paths and filenames to unicode. wxPythons eases this, since it gives the paths and filenames as unicode. When using VTK to save or open a file we encode the filename to sys.getfilesystemencoding. In Windows it is necessary an additional step, convert the filename to an short representation using [win32api](http://docs.activestate.com/activepython/2.6/pywin32/win32api__GetShortPathName_meth.html).
    Thiago Franco de Moraes
     

31 Jul, 2017

1 commit


28 Jul, 2017

1 commit


26 Jul, 2017

1 commit


13 Jul, 2017

1 commit


11 Jul, 2017

1 commit


06 Jul, 2017

3 commits


05 Jul, 2017

2 commits


04 Jul, 2017

8 commits


28 Jun, 2017

4 commits


21 Jun, 2017

1 commit