Skip to content
Snippets Groups Projects
  1. Jul 02, 2018
  2. Jun 25, 2018
    • Victor Poughon's avatar
      Merge branch 'bug-1639' into 'develop' · 01f22368
      Victor Poughon authored
      BUG: fix issue #1639 Update UserValue flag in QtWidgetParameterList
      
      Closes #1639
      
      See merge request !142
      01f22368
    • Manuel Grizonnet's avatar
      Merge branch 'develop' into bug-1639 · 8117cdbc
      Manuel Grizonnet authored
      8117cdbc
    • Manuel Grizonnet's avatar
      7fe54ded
    • Manuel Grizonnet's avatar
      ENH: rename files with txx extension to hxx · 3a1fd1fc
      Manuel Grizonnet authored
      OTB followed since the beginning the ITK convention and use .txx extension for all
      template classes. Nevertheless, some development tools do not recognize .txx
      file extension. Other tool like GitHub can't do in-browser syntax highlighting for
      txx files I think.
      
      The root problem is the use of the txx which should be changed to hxx (or hpp).
      
      In 2011, after an in-depth discussion near April 20, 2011 on the
      Insight-Developers mailing list, ITK rename all txx files to hxx (and event
      prevent the push of .txx files with a pre-commit hook). It happens is major release v4.
      
      You can find some arguments in the discussion about the change and also in other
      projects related to ITK which applied the same modification, see for instance VXL:
      
      https://github.com/vxl/vxl/issues/209
      
      This commit apply now the same modification for OTB.
      
      I understand that it will change some habit for developers and don't bring new
      features but I think that in general it is better to stay align with ITK guidelines.
      
      In my opinion, it always facilitate the use of OTB and ITK together if we share
      when we can the same code architecture, directory organization, naming
      conventions...
      3a1fd1fc
    • Manuel Grizonnet's avatar
      Merge branch 'QtWidgetBool_tooltip' into 'develop' · cdd1f85f
      Manuel Grizonnet authored
      ENH: display parameter description as tool tip for the QtWidgetBoolParameter
      
      See merge request !149
      cdd1f85f
  3. Jun 21, 2018
  4. Jun 20, 2018
  5. Jun 19, 2018
    • Manuel Grizonnet's avatar
      BUG: fix issue !1639 Update UserValue flag when a parameter is modified in... · 8e593b1c
      Manuel Grizonnet authored
      BUG: fix issue !1639 Update UserValue flag when a parameter is modified in QtWidgetParameterList widget
      
      The QtWidgetParameterList widget should signal that an input parameter as been
      modify by the user.Then, it set the UserValue flag from the corresponding parameter to
      True.
      It was spotted as the UserValue flag is used by the ParseApplication method used
      to list parameter modified by the user in the GUI which is used to build the
      corresponding command-line from the application GUI (displayed in the Log tab).
      8e593b1c
  6. Jun 18, 2018
  7. Jun 14, 2018
  8. Jun 13, 2018
  9. Jun 12, 2018
  10. Jun 11, 2018
Loading