Changeset 32888 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-08-30T10:54:31+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia/src/org/wikipedia
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details./*1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaPlugin.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/actions/FetchWikidataAction.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details./*1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia.actions; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/actions/WikipediaAddNamesAction.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details./*1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia.actions; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/actions/WikipediaCopyTemplate.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.actions; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/data/WikidataEntry.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.data; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/data/WikipediaEntry.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.data; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/data/WikipediaLangArticle.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.data; 2 3 3 4 import org.openstreetmap.josm.tools.Utils; 4 import org.wikipedia.WikipediaApp;5 5 6 6 import java.util.Objects; -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/GuiUtils.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details./*1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia.gui; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikiSearchTextResultListPanel.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.gui; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataTagCellRenderer.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.gui; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikipediaToggleDialog.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia.gui; 3 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/tools/Debouncer.java
r32887 r32888 1 // License: GPL. For details, see LICENSE file. 1 2 package org.wikipedia.tools; 2 3 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/tools/XPath.java
r32887 r32888 1 // License: GPL. See LICENSE filefor details./*1 // License: GPL. For details, see LICENSE file. 2 2 package org.wikipedia.tools; 3 3
Note:
See TracChangeset
for help on using the changeset viewer.