Re: [josm-dev] Localization of exception messages

2010-01-08 Thread Ľubomír Varga
My suggestion is to throw just english language exceptions. All exceptions should have some code and this code can be key in some wiki page with tutorials how to remove occurence of exceptions. Ideal is link in exception window. Googling for number could be sometimes problem. For developer

Re: [josm-dev] Java experts

2009-11-22 Thread Ľubomír Varga
Hi, I dont have info about that concrete situation, but as I know java gui api, there should be some function called revalidate() which should do revalidation also on parent components. So try to override this on core panel, than from overriden method call original revalidate

Re: [josm-dev] Plugin Popularity

2009-10-20 Thread Ľubomír Varga
Vhat about to make it legal? As in eclipse or netbeans, show to user one page, where will be writen, that josm coul monitor his ussage off josm sw and report it to its autors to improve future versions. Only uploaded data will be a list of plugins. This upload will be done on any change in used

Re: [josm-dev] Remove internal help browser?

2009-10-09 Thread Ľubomír Varga
Hi, I personally dont like external browsers much. Many times I dont have control, which browser is used. If there will be move to external browser, please try it make somehow configurable, that after click on link button it will show panel with more options about what browser use. I have

Re: [josm-dev] shocking - unsecure password sending!

2009-10-07 Thread Ľubomír Varga
Issues with importing certificates to java can be solved by contacting me :-) It is simple and if it will be necessary, I could write some tutorial, or code part which will be importing/installing certificates. PS: (very simple explanation) Certificates are stored for example in:

Re: [josm-dev] shocking - unsecure password sending!

2009-10-02 Thread Ľubomír Varga
Thanks for that improvement. Now we are a little bit safer :-) Have a nice day. On Friday 02 October 2009 21:20:15 Dirk Stöcker wrote: On Thu, 24 Sep 2009, Valent Turkovic wrote: I was amazed when my OSM username and password appeared on Wall of Sheep during the conference at which I was

Re: [josm-dev] [PATCH 1/2] QuadBuckets (using quad tiling) for node storage in JOSM

2009-09-19 Thread Ľubomír Varga
AFAIK this is possible right now. Just use PostGis database of world, connect GeoServer like renderer / transformer to WMS / WFS / WSC and add WMS layer to JOSM. So in JOSM you could view whole world from PostGis (postgres) database. One problem is imho sld style for rendering which I doesnt

[josm-dev] svn not working?

2009-08-11 Thread Ľubomír Varga
Hi. Is svn down? Or do I have miss some migration? lu...@blackhorse:~/eclipseworkspace/josm$ svn up svn: OPTIONS of 'http://josm.openstreetmap.de/svn/trunk': could not connect to server (http://josm.openstreetmap.de) Thanks for response. (I want to publish last binary of slippymap plugin to

Re: [josm-dev] Cloudmade's Editor

2009-07-25 Thread Ľubomír Varga
Hi, You probably mean Specialized Junction Editing chapter of that url. If yes, I think that should not be problem to program something like that. I think that cloud made had a wery fresh look to mapping and this sort of editing wizard or guide is cutting edge. PS: does anyone know of some

Re: [josm-dev] [PATCH 01/14] make image scaling smarter

2009-06-26 Thread Ľubomír Varga
Hi. I have sucessfully merged patches from Dave Hansen. It probably works well :) Please try it from here http://dawn.ynet.sk/~luvar/openStreetMap/slippymap.jar or build your own from svn, where are all patches merged. After some approving, or after monday (Ill get my mouse :) Ill publish it

Re: [josm-dev] Czech house numbers

2009-05-11 Thread Ľubomír Varga
btw. I think Slovak numbering is same. I use just number which is connected to street name, but we also have that second number... PS: if the only problem is to implement it, I could have a look at it. But I think problem is to stabilize tags in house numbers... On Monday 11 May 2009 12:33:35

Re: [josm-dev] R: R: R: R: R: FW: [OSM-newbies] JOSM problems - is it just me?

2009-05-10 Thread Ľubomír Varga
I have one question. Consider Iam random josm user, without any interest in bugreporting, finding why is something broken etc. (normal, flegmatic user :D) How will be presented this information to me? Will it after crash write me an link to bug and to solution? Is it possible when problem is

Re: [josm-dev] New GPX implementation

2009-05-06 Thread Ľubomír Varga
: Ľubomír Varga writes: I like system not reinventing wheel. If josm will more rely on third party code, it will gain better maintability, stability and less code. Only drawback is in relying on third party code. There's nothing *wrong* with third party code. The problem is having a package