Re: [JPP-Devel] Extent calculation

2013-03-31 Thread Michaël Michaud
Hi Uwe, I made two improvements to try to solve the extent calculation problem (see r3439). Note : I don't know if you still have the WKB 0 bug. Add a "VACUMM ANALYZE theNewTable" after creation of a new table why ? It seems that the index creation is not enough to use ST_Estimated_Extent just a

[JPP-Devel] WMS srid list

2013-03-31 Thread Michaël Michaud
Hi, Setting the list of SRID available for a WMS layer was extremely slow. A few days ago, I changed the way to compute it, and get it in a faster way but in alphabetical order. I found it is not convenient to have it in alphabetical order if the list is very long. I changed again and it should n

Re: [JPP-Devel] WMS srid list

2013-03-31 Thread Rahkonen Jukka
Hi, Thank's for the speed up with parsing the capabilities. WMS does not have a default SRID standardwise but in real life the first SRID is often the one with the native projection and it is also the one which most usually comes with additional projected bounding box so your solution is good.

Re: [JPP-Devel] Notes tool is listening to quasimode shortcuts

2013-03-31 Thread Stefan Steiniger
Hi Ede, in the commit I saw that the NoteTool is still a quasimode tool? (contrary to the text below) you use: toolbox.add(new QuasimodeTool(new NoteTool())); from [3431] however, now my question: there is no key assignment by default for Qt's now? ...as you don't use .useDefaults(boolean onof

Re: [JPP-Devel] Screen Scale and SVG Output Scale

2013-03-31 Thread Stefan Steiniger
Hi Michael, without reading your email I noticed your changes in the svn log. And well, I don't see what we can do. Maybe fixing it is best for now. I think, I did never test before if the method getScreenResolution() really worked (needs different computers). thanks, stefan Am 28.03.13 16:36,

Re: [JPP-Devel] Notes tool is listening to quasimode shortcuts

2013-03-31 Thread edgar . soldin
On 31.03.2013 20:34, Stefan Steiniger wrote: > Hi Ede, > > in the commit I saw that the NoteTool is still a quasimode tool? > (contrary to the text below) > you use: > > toolbox.add(new QuasimodeTool(new NoteTool())); > from [3431] yeah, was easier to implement. toolbox.add() someway down wraps

Re: [JPP-Devel] Screen Scale and SVG Output Scale

2013-03-31 Thread Stefan Steiniger
> if I change my screen resolution to a mower value, getScreenResolution > still return 120 ppi ! well, actually, how can you change your screen resolution? It should be a physical resolution of your monitor/screen, which is independent of any software setting. Though, maybe one can have higher

Re: [JPP-Devel] Screen Scale and SVG Output Scale

2013-03-31 Thread edgar . soldin
On 31.03.2013 20:44, Stefan Steiniger wrote: >> if I change my screen resolution to a mower value, getScreenResolution >> still return 120 ppi ! > > well, actually, > how can you change your screen resolution? > It should be a physical resolution of your monitor/screen, which is > independent of

Re: [JPP-Devel] Screen Scale and SVG Output Scale

2013-03-31 Thread Michaël Michaud
Hi >> if I change my screen resolution to a mower value, getScreenResolution >> still return 120 ppi ! > well, actually, > how can you change your screen resolution? > It should be a physical resolution of your monitor/screen, which is > independent of any software setting. It is possible to displ

[JPP-Devel] Menu icons not visible

2013-03-31 Thread Michaël Michaud
Hi, I don't know why some menu icons like ezbuttons or decoration submenu icons (recently added) are no more visible on my current OJ version. I had a quick look in the code. I saw some modifications, but nothing to explain why it would not be visible... Any idea Ede ? Michaël

Re: [JPP-Devel] Menu icons not visible

2013-03-31 Thread edgar . soldin
On 31.03.2013 21:02, Michaël Michaud wrote: > Hi, > > I don't know why some menu icons like ezbuttons or decoration submenu icons > (recently added) are no more visible on my current OJ version. > I had a quick look in the code. I saw some modifications, but nothing to > explain > why it would no

Re: [JPP-Devel] Menu icons not visible

2013-03-31 Thread Michaël Michaud
Hi > do you possibly stumble over the workaround in line 607 of FeatureInstaller Right. If I remove the Windows OS version test, everything appear normally. I did not find information in oracle bug database (link mentionned in the code is dead). I tried with windows vista (6.0) jre6 32b and jre7 64

[JPP-Devel] Themes

2013-03-31 Thread Michaël Michaud
Hi Ede, New status bar looks better. Testing different l&f I observed that : after changing l&f some component backgrounds are set to white - leftmost cell of status bar - layerNamePanel If I set the default l&f back, these components keep a white background but the leftmost cell of status bar

Re: [JPP-Devel] Themes

2013-03-31 Thread edgar . soldin
On 31.03.2013 23:22, Michaël Michaud wrote: > Hi Ede, > > New status bar looks better. > > Testing different l&f I observed that : > > after changing l&f some component backgrounds are set to white > - leftmost cell of status bar > - layerNamePanel > > If I set the default l&f back, these compo

Re: [JPP-Devel] Menu icons not visible

2013-03-31 Thread edgar . soldin
On 31.03.2013 23:07, Michaël Michaud wrote: > Hi >> do you possibly stumble over the workaround in line 607 of FeatureInstaller > Right. > If I remove the Windows OS version test, everything appear normally. > I did not find information in oracle bug database (link mentionned in the > code is dead)