[josm-dev] few questions about plugin development

2010-05-05 Thread Matthias Meißer
Hi, just a few questions concerning about JOSM plugin development: Why is my main menu entry 'video' translated to 'Videoverleih' even if I don't use tr() ? How can I debug my plugin? I tried to append to a JOSM process but this doesn't seem to work :( How can I upload my plugin to SVN

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread Jonas Stein
Although the best solution would be to include a downloader into the plugin or include a self-test function. We can't include a downloader in the plugin except someone writes a Java software to do so. I am not very familiar with java, but isn't there a standard lib for things like download?

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread jamesmikedup...@googlemail.com
On Wed, May 5, 2010 at 12:58 PM, Jonas Stein n...@jonasstein.de wrote: Although the best solution would be to include a downloader into the plugin or include a self-test function. We can't include a downloader in the plugin except someone writes a Java software to do so. I am not very

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread Frederik Ramm
Hi, Jonas Stein wrote: I tried to write a shell script, that downloads the URL given on command line like wget, but that did not work. Does webkit more? Webkit-Image creates an *image* of the web site as it would look like through a browser. Bye Frederik

Re: [josm-dev] OAuth secure ?

2010-05-05 Thread colliar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Claudius schrieb: No, OAuth is not about encryption at all. The inital OAuth setup call still allows to be listened into and the login+password to be retrieved. All subsequent API calls won't transmit username+PW but the token instead, but