- Apr 27, 2017
-
-
Ludovic Hussonnois authored
-
Ludovic Hussonnois authored
Some assert( layerStack->GetCurrent()!=NULL ) have been replace because GetCurrent() of a layerStack can be null if no image is open. And those functions can be called with keyboard shortcuts.
-
Ludovic Hussonnois authored
-
Ludovic Hussonnois authored
-
Ludovic Hussonnois authored
This projection bar widget is used to edit the selected projection zoom level.
-
- Apr 12, 2017
-
-
Ludovic Hussonnois authored
The zoom/scale is not updated if the text line is not modified. But if return is pressed, then the scale is forced to be updated.
-
- Apr 04, 2017
-
-
Ludovic Hussonnois authored
Correct initialization of comboBox Items and remove code redundancy.
-
- Mar 08, 2017
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- Feb 10, 2017
-
-
Victor Poughon authored
This reverts commit 2c534ee8.
-
Guillaume Pasero authored
Revert "Revert "ENH: Mantis-1355 : Apply patch to set OTB_APPLICATION_PATH environment..."" this fix was fine This reverts commit 562ddd8d.
-
- Feb 09, 2017
-
-
Victor Poughon authored
The fix consists of: - Quicklook and Histogram widgets: * More flexible min/max sizes - Color Setup Widget * Remove uninformative label to save vertical space * Change size policy to Minimum * Add 9px margin for look and feel
-
Ludovic Hussonnois authored
Revert "ENH: Mantis-1355 : Apply patch to set OTB_APPLICATION_PATH environment variable in monteverdi desktop file" This reverts commit cb38ea6f.
-
- Feb 08, 2017
-
-
Victor Poughon authored
-
- Feb 07, 2017
-
-
Guillaume Pasero authored
-
- Feb 06, 2017
-
-
Ludovic Hussonnois authored
ENH: Mantis-1355 : Apply patch to set OTB_APPLICATION_PATH environment variable in monteverdi desktop file
-
- Feb 01, 2017
-
-
Victor Poughon authored
-
Victor Poughon authored
-
- Jan 31, 2017
-
-
Victor Poughon authored
Swap delete and delete all buttons order Change delete icon to be visually more different than delete all
-
- Jan 26, 2017
-
-
Guillaume Pasero authored
-
- Jan 24, 2017
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Victor Poughon authored
-
- Jan 10, 2017
-
-
Rashad Kanavath authored
-
- Dec 01, 2016
-
-
Julien Michel authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Victor Poughon authored
-
- Nov 30, 2016
-
-
Julien Michel authored
-
- Nov 29, 2016
-
-
Victor Poughon authored
-
Victor Poughon authored
-
Rashad Kanavath authored
-
- Nov 17, 2016
-
-
Manuel Grizonnet authored
-
- Oct 31, 2016
-
-
Guillaume Pasero authored
-
- Oct 24, 2016
-
-
Manuel Grizonnet authored
Add ITK_OVERRIDE msotly in Monteverdi save override in OTB (need to manually fix this after tidy) cd src/Modules ; grep -nR "override" * > ~/temporary/override_otb.txt cd ~/software python run-clang-tidy.py -checks=-*,modernize-use-override -header-filter=/home/grizonnetm/projets/otb/src/OTB/Modules/.*/.*/include/.* -j8 -fix -p ~/projets/otb/bin/release/OTB-clang3.8/ ~/projets/otb/src/OTB/Modules/*/*/src/*.cxx ~/projets/otb/src/OTB/Examples/*/*.cxx ~/projets/otb/src/OTB/Modules/*/*/test/*.cxx > ~/temporary/run-clang-tidy-log.txt #rename override with ITK macro ITK_OVERRIDE cd src/Modules find . -path ./ThirdParty -prune -o -type f -print -name "*.h" -o -name "*.txx" | xargs perl -pi -e 's/\ override/\ ITK_OVERRIDE/g'
-
Guillaume Pasero authored
-
- Oct 20, 2016
-
-
Rashad Kanavath authored
-
- Oct 04, 2016
-
-
Stéphane Albert authored
-