Changeset 31629 in osm for applications/editors


Ignore:
Timestamp:
2015-10-14T17:36:05+02:00 (9 years ago)
Author:
rub21
Message:

remove josm-tofix-plugin to change the name tofix-plugin

Location:
applications/editors/josm/plugins/josm-tofix-plugin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/josm-tofix-plugin/.git/logs/HEAD

    r31614 r31629  
    110000000000000000000000000000000000000000 e339a37900cdebb9743385da60e206774b0e400e Rub21 <ruben@mapbox.com> 1444684541 -0500     clone: from git@github.com:osmlab/josm-tofix-plugin.git
     2e339a37900cdebb9743385da60e206774b0e400e 7c440a8912e9881421f9fb8aef706e2097fad698 Rub21 <ruben@mapbox.com> 1444745676 -0500     commit: remove jar file
     37c440a8912e9881421f9fb8aef706e2097fad698 34e89c358544a0291cd106a43b0da87a5499ed58 Rub21 <ruben@mapbox.com> 1444747957 -0500     commit: update readme
     434e89c358544a0291cd106a43b0da87a5499ed58 f6d92882dab7bfe0c3eabb95874a1f98d132a4bc Rub21 <ruben@mapbox.com> 1444752978 -0500     pull: Fast-forward
     5f6d92882dab7bfe0c3eabb95874a1f98d132a4bc d6c530b931aec6fc4174adfd200e744514a9f4b7 Rub21 <ruben@mapbox.com> 1444834196 -0500     pull: Fast-forward
  • applications/editors/josm/plugins/josm-tofix-plugin/.git/logs/refs/heads/master

    r31614 r31629  
    110000000000000000000000000000000000000000 e339a37900cdebb9743385da60e206774b0e400e Rub21 <ruben@mapbox.com> 1444684541 -0500     clone: from git@github.com:osmlab/josm-tofix-plugin.git
     2e339a37900cdebb9743385da60e206774b0e400e 7c440a8912e9881421f9fb8aef706e2097fad698 Rub21 <ruben@mapbox.com> 1444745676 -0500     commit: remove jar file
     37c440a8912e9881421f9fb8aef706e2097fad698 34e89c358544a0291cd106a43b0da87a5499ed58 Rub21 <ruben@mapbox.com> 1444747957 -0500     commit: update readme
     434e89c358544a0291cd106a43b0da87a5499ed58 f6d92882dab7bfe0c3eabb95874a1f98d132a4bc Rub21 <ruben@mapbox.com> 1444752978 -0500     pull: Fast-forward
     5f6d92882dab7bfe0c3eabb95874a1f98d132a4bc d6c530b931aec6fc4174adfd200e744514a9f4b7 Rub21 <ruben@mapbox.com> 1444834196 -0500     pull: Fast-forward
  • applications/editors/josm/plugins/josm-tofix-plugin/.git/refs/heads/master

    r31614 r31629  
    1 e339a37900cdebb9743385da60e206774b0e400e
     1d6c530b931aec6fc4174adfd200e744514a9f4b7
  • applications/editors/josm/plugins/josm-tofix-plugin/README.md

    r31614 r31629  
    33Make [To-Fix](http://osmlab.github.io/to-fix) OpenStreetMap microtasking challenges available in [JOSM](http://josm.openstreetmap.de/) editor.
    44
    5 
    6 ![josm](https://cloud.githubusercontent.com/assets/1152236/8237989/9c48c41a-15b8-11e5-8fd5-a35735db43c9.gif)
     5![image](https://cloud.githubusercontent.com/assets/1152236/10458022/6a816f7c-718e-11e5-999b-c741b682c86a.png)
    76
    87## Installation
    98
    10 *Download*
     9![tofix](https://cloud.githubusercontent.com/assets/1152236/10457988/417882b4-718e-11e5-94b5-6ecf4a30eb43.gif)
    1110
    12 - Download: https://github.com/osmlab/josm-tofix-plugin/blob/master/dist/tofix.jar?raw=true
    13 - or clone from GitHub: `git clone https://github.com/Rub21/josm-tofix-plugin.git`
    14 
    15 *Copy to plugins directory*
    16 
    17 - Ubuntu: `cp tofix.jar ~/.josm/plugins/`
    18 - Mac OSX: `cp tofix.jar ~/Library/JOSM/plugins`
    19 - Windows :  Copy in `C:\Users\(Windows user)\AppData\Roaming\JOSM\plugins`
    20 
    21 *Activate plugin*
    22 
    23 ![image](https://cloud.githubusercontent.com/assets/1152236/8236632/3e4e4352-15af-11e5-88d3-e348b78b62d2.png)
    24 
    25 ![screenshot from 2015-10-12 11 33 04](https://cloud.githubusercontent.com/assets/1152236/10433104/2f8df796-70d5-11e5-8f77-43b18a01d96e.png)
    2611
    2712## Configuration
  • applications/editors/josm/plugins/josm-tofix-plugin/src/org/openstreetmap/josm/plugins/tofix/TofixDialog.java

    r31614 r31629  
    144144        //add tittle for To-fix task
    145145        JLabel title_tasks = new javax.swing.JLabel();
    146         title_tasks.setText("<html><a href=\"\">List of To-fix tasks</a></html>");
     146        title_tasks.setText("<html><a href=\"\">List of tasks</a></html>");
    147147        title_tasks.setCursor(new Cursor(Cursor.HAND_CURSOR));
    148148        title_tasks.addMouseListener(new MouseAdapter() {
     
    170170
    171171            //add title to download
    172             jcontenConfig.add(new Label(tr("Size to download in Sq.m")));
     172            jcontenConfig.add(new Label(tr("Set download area (m²)")));
    173173
    174174            //Add Slider to download
     
    335335                mainAccessToTask.setAccess(false);
    336336                JLabel text = new javax.swing.JLabel();
    337                 text.setText(tr("<html>Somethig went wrong, please update Tofix plugin  or open a ticket in <a href=\"\">josm-tofix-plugin/issues</a></html>"));
     337                text.setText(tr("<html>Something went wrong, please update the plugin or report an issue at <a href=\"\">josm-tofix-plugin/issues</a></html>"));
    338338                text.setCursor(new Cursor(Cursor.HAND_CURSOR));
    339339                text.addMouseListener(new MouseAdapter() {
     
    347347            default:
    348348                mainAccessToTask.setAccess(false);
    349                 JOptionPane.showMessageDialog(Main.panel, tr("Somethig went wrong, try to again.,"), tr("Warning"), JOptionPane.WARNING_MESSAGE);
     349                JOptionPane.showMessageDialog(Main.panel, tr("Something went wrong, try again"), tr("Warning"), JOptionPane.WARNING_MESSAGE);
    350350        }
    351351    }
  • applications/editors/josm/plugins/josm-tofix-plugin/src/org/openstreetmap/josm/plugins/tofix/TofixTask.java

    r31614 r31629  
    133133        DecimalFormat myFormatter = new DecimalFormat("#,###");
    134134        String num = myFormatter.format(item.getTaskCompleteBean().getTotal());
    135         String message = "Task : " + accessToTask.getTask_name() + " was completed\n"
    136                 + "Total items : " + num;
     135        String message = "Task " + accessToTask.getTask_name() + " is complete\n"
     136                +  num + " issues fixed";
    137137        JOptionPane.showMessageDialog(Main.panel, tr(message));
    138138    }
  • applications/editors/josm/plugins/josm-tofix-plugin/src/org/openstreetmap/josm/plugins/tofix/controller/ListTaskController.java

    r31614 r31629  
    55import java.util.logging.Logger;
    66import org.openstreetmap.josm.plugins.tofix.bean.ListTaskBean;
    7 import org.openstreetmap.josm.plugins.tofix.bean.TrackBean;
    87import org.openstreetmap.josm.plugins.tofix.util.Config;
    98import org.openstreetmap.josm.plugins.tofix.util.Request;
Note: See TracChangeset for help on using the changeset viewer.