Re: Intent of NavigatableComponent$isVisibleOnScreen()

2017-11-20 Thread Robert Scott
On Monday, 20 November 2017 22:45:04 GMT Paul Hartmann wrote: > ... > This code is by Michael Zangl, so he would know much more about it. From > my understanding, isVisibleOnScreen() prevents the recalculation of the > location state when the component has not been added to the visible window. >

Intent of NavigatableComponent$isVisibleOnScreen()

2017-11-19 Thread Robert Scott
Hi, Just trying to decode some of the reasoning behind bits of NavigatableComponent - was wondering what case exactly NavigatableComponent $isVisibleOnScreen() is intended to protect updateLocationState() from. I'm looking at it thinking whether it's possible to make it more granular with a

Re: [josm-dev] terracer plugin maintainer

2011-05-12 Thread Robert Scott
On Thursday 12 May 2011, colliar wrote: Hi Thanks for this plugin. I use it quite often. It would get really useful with some improvements. -- trac I lately did not see any improvements. Is zerebubuth still aktiv. Otherwise the owner should not be set. Zerebubuth is Matt Amos and he

Re: [josm-dev] Geometric calculations and projections

2009-12-08 Thread Robert Scott
On Tuesday 08 December 2009, Matthias Julius wrote: What do you think? It's funny you should say this - I am currently working on a few things such as some proper geometry operations. It started with me doing some work on the extrude function and realizing it should really be able to work in

Re: [josm-dev] Geometric calculations and projections

2009-12-08 Thread Robert Scott
On Tuesday 08 December 2009, Matthias Julius wrote: I guess local cartesian coordinates would be the best for things like orthogonalize since that's the way buildings are built. But, in practice, using Mercator should be close enough for real world building sizes. Close enough maybe, but I

Re: [josm-dev] Geometric calculations and projections

2009-12-08 Thread Robert Scott
On Tuesday 08 December 2009, Tobias Wendorff wrote: I did the same, aprox. a year ago, but I don't have a clue, how to implement it in JAVA. Neither did I. I'm a c++ programmer, I just dived straight in. It's pretty straightforward, but painfully long-winded in areas for a higher-level

Re: [josm-dev] Please add the walkingpapers description to the scan-info section in the HTML source for JOSM

2009-11-10 Thread Robert Scott
On Tuesday 10 November 2009, Ævar Arnfjörð Bjarmason wrote: Cool. I've patched my fork here with this functionality: http://github.com/avar/paperwalking Sent a pull request to migurski/paperwalking. If only JOSM development were so flexible and easy. /me runs and hides. robert.

Re: [josm-dev] Please add the walkingpapers description to the scan-info section in the HTML source for JOSM

2009-11-10 Thread Robert Scott
On Tuesday 10 November 2009, Dirk Stöcker wrote: If only JOSM development were so flexible and easy. /me runs and hides. Aiming with my long range rifle ... Do you wanna excuse? 10 .. 9 .. 8 .. In all seriousness, it would make life a lot easier for those of us who submit patches

[josm-dev] [PATCH] Extrude 'move along normal' and cleanups

2009-11-01 Thread Robert Scott
Hi, Attached is a patch against SVN 2374 which adds a feature to extrude mode: hold ctrl while dragging to move an existing segment along its normal rather than creating a new segment. This is needed to be able to easily edit buildings etc after they have been initially extruded. In adding

Re: [josm-dev] Extrude 'move along normal' and cleanups

2009-11-01 Thread Robert Scott
On Sunday 01 November 2009, Dirk Stöcker wrote: What should this change mean? -return tr(Drag a way segment to make a rectangle.); +return tr(); The previous code used a 'mode' of null to represent the initial (non-dragging) state of the mapmode and an inconsistent

Re: [josm-dev] Extrude 'move along normal' and cleanups

2009-11-01 Thread Robert Scott
On Sunday 01 November 2009, Dirk Stöcker wrote: Then remove it. tr() results in the translators information string which is surely not wanted. Didn't think of that. I'll put the new patch on trac. robert. ___ josm-dev mailing list

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

2009-09-12 Thread Robert Scott
On Saturday 12 September 2009, Dave Hansen wrote: I've been hacking on the JOSM validator plugin for a while. One of the repeating hard problems that comes up are doing the UnconnectedWays tests. You need to do searches for every segment in a way to see if there are any nearby nodes. This

Re: [josm-dev] ewmsplugin - webkit-image bug

2008-12-19 Thread Robert Scott
On Friday 19 December 2008 12:27, Hermann Schwaerzler wrote: it was richard scott who Oi. robert. (You must be the 500th person who's called me Richard. I'm considering changing my name seeing as it seems to be what people think I should be called.)

Re: [josm-dev] ewmsplugin - webkit-image bug

2008-12-17 Thread Robert Scott
On Wednesday 17 December 2008 11:32, Dirk Stöcker wrote: Hmpf, you are too far north and the image height is larger than your screen size. I found no way to tell Qt that it has a 2000x2000 virtual screen yet (Theoretically it would be enough to tell it the Yahoo-Javascript). It always adds the