Changeset 30034 in osm for applications/editors/josm/plugins/DirectUpload
- Timestamp:
- 2013-10-29T01:12:33+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/DirectUpload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r30017 r30034 5 5 <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="63 17"/>7 <property name="plugin.main.version" value="6340"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r29719 r30034 36 36 import org.openstreetmap.josm.data.gpx.GpxTrack; 37 37 import org.openstreetmap.josm.gui.ExtendedDialog; 38 import org.openstreetmap.josm.gui.JMultilineLabel;39 38 import org.openstreetmap.josm.gui.PleaseWaitRunnable; 40 39 import org.openstreetmap.josm.gui.progress.ProgressMonitor; 41 40 import org.openstreetmap.josm.gui.util.GuiHelper; 42 41 import org.openstreetmap.josm.gui.widgets.HistoryComboBox; 42 import org.openstreetmap.josm.gui.widgets.JMultilineLabel; 43 import org.openstreetmap.josm.gui.widgets.UrlLabel; 43 44 import org.openstreetmap.josm.io.GpxWriter; 44 45 import org.openstreetmap.josm.io.OsmApi; 45 46 import org.openstreetmap.josm.tools.GBC; 46 import org.openstreetmap.josm.tools.UrlLabel;47 47 import org.openstreetmap.josm.tools.Utils; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.