# # ChangeLog for applications/editors/josm/plugins/tracer in osm # # Generated by Trac 1.6 # 2024-08-20T12:35:08+02:00 Tue, 02 Mar 2010 20:53:32 GMT jttt [20251] * applications/editors/josm/plugins/tracer (modified) * applications/editors/josm/plugins/tracer/.classpath (added) * applications/editors/josm/plugins/tracer/.project (added) * applications/editors/josm/plugins/tracer/build.xml (modified) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java (modified) Fix compilation error, add eclipse project Mon, 15 Feb 2010 16:02:25 GMT stoecker [20027] * applications/editors/josm/plugins/tracer/build.xml (modified) typo Sat, 13 Feb 2010 09:11:36 GMT petrdlouhy [19985] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/ConnectWays.java (modified) fix of twisted connecting Sun, 07 Feb 2010 22:24:41 GMT petrdlouhy [19927] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/ConnectWays.java (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (modified) Connecting was moved to it's own class Fix to undo Sat, 06 Feb 2010 17:17:56 GMT petrdlouhy [19892] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (modified) fixes and minor modifications alt key not to add building tag Fri, 05 Feb 2010 14:09:00 GMT petrdlouhy [19881] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (modified) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerGeometry.java (modified) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java (modified) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerServer.java (modified) * applications/editors/josm/plugins/tracer/src/tracer/TracerAction.java (deleted) * applications/editors/josm/plugins/tracer/src/tracer/TracerException.java (deleted) * applications/editors/josm/plugins/tracer/src/tracer/TracerPlugin.java (deleted) more refactoring deleted old classes Thu, 04 Feb 2010 21:39:37 GMT jabi [19872] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (modified) Refactoring Thu, 04 Feb 2010 18:11:21 GMT jabi [19868] * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java (modified) Change TracerPlugin constructor to work in JOSM 2561. Thu, 04 Feb 2010 18:09:04 GMT jabi [19867] * applications/editors/josm/plugins/tracer/build.xml (modified) * applications/editors/josm/plugins/tracer/changelog.txt (modified) * applications/editors/josm/plugins/tracer/src/org (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerAction.java (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerException.java (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerGeometry.java (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java (added) * applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerServer.java (added) - Move to correct package - Refactoring Thu, 04 Feb 2010 15:34:50 GMT petrdlouhy [19864] * applications/editors/josm/plugins/tracer/build.xml (modified) 'build.xml according to official template' Thu, 04 Feb 2010 15:28:06 GMT petrdlouhy [19863] * applications/editors/josm/plugins/tracer (modified) * applications/editors/josm/plugins/tracer/build.xml (modified) 'build.xml according to official template' Thu, 04 Feb 2010 14:59:42 GMT petrdlouhy [19861] * applications/editors/josm/plugins/tracer/build.xml (modified) Fixes in build.xml Thu, 04 Feb 2010 14:44:49 GMT petrdlouhy [19857] * applications/editors/josm/plugins/tracer/src/tracer/TracerAction.java (modified) increased tolerance (will be needed until tracer don't make nodes in ... Thu, 04 Feb 2010 12:09:27 GMT petrdlouhy [19856] * applications/editors/josm/plugins/tracer/src/tracer/TracerAction.java (modified) shift to add newly traced way to selection Thu, 04 Feb 2010 11:48:57 GMT petrdlouhy [19855] * applications/editors/josm/plugins/tracer/src/tracer/TracerAction.java (modified) * applications/editors/josm/plugins/tracer/src/tracer/TracerPlugin.java (modified) merging can be switched off with ctrl key other minor fixes Tue, 02 Feb 2010 20:58:40 GMT petrdlouhy [19831] * applications/editors/josm/plugins/tracer/build.xml (modified) Revisions based on svn versio Tue, 02 Feb 2010 20:41:56 GMT jabi [19830] * applications/editors/josm/plugins/tracer (added) * applications/editors/josm/plugins/tracer/build.xml (added) * applications/editors/josm/plugins/tracer/changelog.txt (added) * applications/editors/josm/plugins/tracer/images (added) * applications/editors/josm/plugins/tracer/images/cursor (added) * applications/editors/josm/plugins/tracer/images/cursor/modifier (added) * applications/editors/josm/plugins/tracer/images/cursor/modifier/tracer-sml.png (added) * applications/editors/josm/plugins/tracer/images/mapmode (added) * applications/editors/josm/plugins/tracer/images/mapmode/tracer-sml.png (added) * applications/editors/josm/plugins/tracer/license.txt (added) * applications/editors/josm/plugins/tracer/src (added) * applications/editors/josm/plugins/tracer/src/tracer (added) * applications/editors/josm/plugins/tracer/src/tracer/TracerAction.java (added) * applications/editors/josm/plugins/tracer/src/tracer/TracerException.java (added) * applications/editors/josm/plugins/tracer/src/tracer/TracerPlugin.java (added) Initial version of plugin Tracer