[JPP-Devel] SVN: [4461] core/trunk

2015-05-23 Thread jump-pilot-svn
Revision: 4461 http://sourceforge.net/p/jump-pilot/code/4461 Author: michaudm Date: 2015-05-23 17:55:53 + (Sat, 23 May 2015) Log Message: --- Update SetAttributes extension to version 0.6 : right-click on the button now displays a rich text tooltip containing the

Re: [JPP-Devel] Fwd: NullPointerException Change Raster Image Properties

2015-05-23 Thread Giuseppe Aruta
Hi Uwe, I just gave a look on the code again to correct an annoying bug on Raster Color Editor: the elements of this panel were randomly appearing on Raster transparency panel when a Single band raster was selected. Now the Dialog (only for Single band raster) is smaller as there is no need of

[JPP-Devel] SVN: [4459] core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/ panel

2015-05-23 Thread jump-pilot-svn
Revision: 4459 http://sourceforge.net/p/jump-pilot/code/4459 Author: ma15569 Date: 2015-05-23 09:15:56 + (Sat, 23 May 2015) Log Message: --- Correct bug that displayed Raster color panel components into Raster transparency panel Modified Paths: --

Re: [JPP-Devel] How to change the default line width?

2015-05-23 Thread Michaël Michaud
Hi Jukka, Sorry, you can simplify the script to width = 5; for (lyr : wc.layerNamePanel.selectedLayers) { lyr.basicStyle.setLineWidth(width); } wc.layerViewPanel.repaint(); Michaël Le 21/05/2015 13:45, Michaël Michaud a écrit : Hi Jukka, To change the default width, I think the source

[JPP-Devel] SVN: [4460] plug-ins/SetAttributesPlugin/trunk

2015-05-23 Thread jump-pilot-svn
Revision: 4460 http://sourceforge.net/p/jump-pilot/code/4460 Author: michaudm Date: 2015-05-23 17:48:06 + (Sat, 23 May 2015) Log Message: --- Right-click on the button now displays a rich text tooltip containing the button parameters. Add a backgroundColor attribute

[JPP-Devel] SVN: [4462] core/trunk/lib/plus/set_attributes/DocumentedSample.xml

2015-05-23 Thread jump-pilot-svn
Revision: 4462 http://sourceforge.net/p/jump-pilot/code/4462 Author: michaudm Date: 2015-05-23 17:58:41 + (Sat, 23 May 2015) Log Message: --- document the unselect attribute added some times ago Modified Paths: --

[JPP-Devel] SVN: [4463] core/trunk/src

2015-05-23 Thread jump-pilot-svn
Revision: 4463 http://sourceforge.net/p/jump-pilot/code/4463 Author: ma15569 Date: 2015-05-23 19:26:29 + (Sat, 23 May 2015) Log Message: --- Added Color intervals option Modified Paths: -- core/trunk/src/language/jump.properties