[josm-plugins] branch upstream updated (857983c -> 16a0685)

Bas Couwenberg sebastic at debian.org
Fri Aug 12 14:31:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository josm-plugins.

      from  857983c   Imported Upstream version 0.0.svn32641+ds
       new  16a0685   Imported Upstream version 0.0.svn32805+ds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DirectUpload/.classpath                            |   2 +-
 DirectUpload/.settings/org.eclipse.jdt.core.prefs  |   6 +-
 DirectUpload/build.xml                             |   2 +-
 build-common.xml                                   |  22 ++-
 colorscheme/.classpath                             |   2 +-
 colorscheme/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 colorscheme/build.xml                              |   2 +-
 editgpx/.classpath                                 |   2 +-
 editgpx/.settings/org.eclipse.jdt.core.prefs       |   6 +-
 editgpx/build.xml                                  |   2 +-
 lakewalker/.checkstyle                             |  18 ++
 lakewalker/.classpath                              |   2 +-
 lakewalker/.project                                |   6 +
 lakewalker/.settings/org.eclipse.jdt.core.prefs    |   6 +-
 lakewalker/build.xml                               |   2 +-
 lakewalker/nbproject/project.xml                   |   2 +-
 .../josm/plugins/lakewalker/BooleanConfigurer.java |  27 +--
 .../josm/plugins/lakewalker/Configurer.java        |  19 +-
 .../josm/plugins/lakewalker/DoubleConfigurer.java  |  22 +--
 .../josm/plugins/lakewalker/IntConfigurer.java     |  27 +--
 .../josm/plugins/lakewalker/Lakewalker.java        | 195 ++++++++++-----------
 .../josm/plugins/lakewalker/LakewalkerAction.java  |  46 ++---
 .../plugins/lakewalker/LakewalkerException.java    |   5 +-
 .../josm/plugins/lakewalker/LakewalkerPlugin.java  |   3 +-
 .../plugins/lakewalker/LakewalkerPreferences.java  |   5 +-
 .../josm/plugins/lakewalker/LakewalkerWMS.java     |  83 ++++-----
 .../josm/plugins/lakewalker/StringConfigurer.java  |  22 +--
 .../plugins/lakewalker/StringEnumConfigurer.java   |  46 ++---
 measurement/.classpath                             |   2 +-
 measurement/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 measurement/build.xml                              |   2 +-
 .../plugins/measurement/MeasurementDialog.java     |  10 +-
 openvisible/.classpath                             |   2 +-
 openvisible/.settings/org.eclipse.jdt.core.prefs   |   6 +-
 openvisible/build.xml                              |   2 +-
 openvisible/nbproject/project.xml                  |   2 +-
 routing/.checkstyle                                |  18 ++
 routing/.classpath                                 |   2 +-
 routing/.project                                   |   6 +
 routing/.settings/org.eclipse.jdt.core.prefs       |   6 +-
 routing/build.xml                                  |   2 +-
 .../com/innovant/josm/jrt/core/EdgeIterator.java   |   5 +-
 .../com/innovant/josm/jrt/core/RoutingEdge.java    |  21 +--
 .../com/innovant/josm/jrt/core/RoutingGraph.java   | 118 +++++--------
 .../josm/jrt/core/RoutingGraphDelegator.java       |  13 +-
 .../com/innovant/josm/jrt/core/RoutingProfile.java |  18 +-
 .../innovant/josm/jrt/gtfs/GTFSTransportModes.java |   7 +-
 routing/src/com/innovant/josm/jrt/osm/OsmEdge.java | 132 ++++++--------
 .../src/com/innovant/josm/jrt/osm/OsmWayTypes.java |  88 ++++------
 .../innovant/josm/plugin/routing/RoutingLayer.java | 147 +++++++---------
 .../innovant/josm/plugin/routing/RoutingModel.java |  63 ++-----
 .../josm/plugin/routing/RoutingPlugin.java         |  36 +---
 .../plugin/routing/actions/AddRouteNodeAction.java |  35 +---
 .../routing/actions/MoveRouteNodeAction.java       |  45 +----
 .../routing/actions/RemoveRouteNodeAction.java     |  32 +---
 .../josm/plugin/routing/gui/RoutingDialog.java     |  34 +---
 .../josm/plugin/routing/gui/RoutingMenu.java       |  48 ++---
 .../routing/gui/RoutingPreferenceDialog.java       |  52 ++----
 svn-info.xml                                       |  10 +-
 59 files changed, 596 insertions(+), 962 deletions(-)
 create mode 100644 lakewalker/.checkstyle
 create mode 100644 routing/.checkstyle

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list