Changes between Version 14 and Version 15 of Help/Dialog/ChangesetManager


Ignore:
Timestamp:
2012-01-24T12:44:00+01:00 (14 years ago)
Author:
skyper
Comment:

small update and fix + syntax rework

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/ChangesetManager

    v14 v15  
    22= Changeset Manager =
    33
    4 [[Image(source:/trunk/images/dialogs/changeset/changesetmanager.png)]] ''Keyboard shortcut:'' '''{{{Ctrl-Alt-C}}}'''
     4[[Image(source:trunk/images/dialogs/changeset/changesetmanager.png)]] ''Keyboard shortcut:'' **{{{Ctrl+Alt+C}}}**
    55[[TOC(inline)]]
    66
     
    88There are several ways to launch the Changeset Manager:
    99
    10  1. Select the menu item [[Image(source:/trunk/images/dialogs/changeset/changesetmanager.png)]]''View->Changeset Manager''
    11  2. Press '''{{{Ctrl-Alt-C}}}'''
    12  3. Select one or more changesets in the [wiki:/Help/Dialog/ChangesetListDialog Changeset List Dialog] and click there on [[Image(source:/trunk/images/dialogs/changeset/changesetmanager.png)]]
     101. Select the menu item ''Windows-> [[Image(source:trunk/images/dialogs/changeset/changesetmanager.png,24)]] Changeset Manager''
     111. Press **{{{Ctrl+Alt+C}}}**
     121. Select one or more changesets in the [Dialog/ChangesetListDialog Changeset List Dialog] and click there on [[Image(source:trunk/images/dialogs/changeset/changesetmanager.png,24)]].
    1313
    1414== The Changeset Manager window ==
     
    1717
    1818== Querying changesets ==
    19 There are several ways to query and download changesets. The most common query and download operations can be invoked directly from the Changeset Manager. Other more advanced features are provided by the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog].
     19There are several ways to query and download changesets. The most common query and download operations can be invoked directly from the Changeset Manager. Other more advanced features are provided by the [Dialog/ChangesetQueryDialog Changeset Query Dialog].
    2020
    2121=== Query and download a changeset by its unique ID ===
     
    2424[[Image(query-single-changeset.png)]]
    2525
    26  1. Enter the changeset ID in the input field in the toolbar section of the Changeset Manager
    27  2. Press '''{{{ENTER}}}''' or click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangeset.png)]]
     261. Enter the changeset ID in the input field in the toolbar section of the Changeset Manager
     271. Press **{{{ENTER}}}** or click on [[Image(source:trunk/images/dialogs/changeset/downloadchangeset.png)]].
    2828
    2929If you download a single changeset JOSM downloads both the changeset properties (for instance its id or the date it was created) and the changeset content (i.e. the list of objects created, updated, or deleted with this changeset).
    3030
    3131=== Query and download your open changesets ===
    32 Changesets can be [wiki:/Help/Concepts/Changeset#Properties open or closed]. A mapper can always upload additional objects to an open changeset he or she owns.
     32Changesets can be [Help/Concepts/Changeset#Properties open or closed]. A mapper can always upload additional objects to an open changeset he or she owns.
    3333
    3434If you want to download the list of open changesets you own
    35  1. Click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangeset.png)]]'''My open changesets''' in the toolbar section of the Changeset Manager
     351. Click on [[Image(source:trunk/images/dialogs/changeset/downloadchangeset.png)]] **My open changesets** in the toolbar section of the Changeset Manager.
    3636
    3737Note that this download only the changeset properties without the changeset content. For downloading the content of changesets see below.
     
    3939=== Advanced queries ===
    4040Advanced queries like
    41  * querying the changesets owned by another mapper
    42  * querying the most recent changesets open or closed on the OSM server
    43  * querying changesets which modified object in a specific area (called a "bounding box") 
    44 can be run using the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog].
     41* querying the changesets owned by another mapper
     42* querying the most recent changesets open or closed on the OSM server
     43* querying changesets which modified object in a specific area (called a "bounding box")
     44can be run using the [Dialog/ChangesetQueryDialog Changeset Query Dialog].
    4545
    46 To launch the [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog]:
     46To launch the [Dialog/ChangesetQueryDialog Changeset Query Dialog]:
    4747
    48  1. Click on [[Image(source:/trunk/images/dialogs/search.png)]]'''Query''' in the toolbar section of the Changeset Manager
     481. Click on [[Image(source:/trunk/images/dialogs/search.png)]] **Query** in the toolbar section of the Changeset Manager.
    4949
    5050== Managing the cache of downloaded changesets ==
     
    5757
    5858To remove one or more changesets from the local cache
    59   1. Select the changesets in the Changeset Manager
    60   2. Click on [[Image(source:/trunk/images/dialogs/delete.png)]] or press '''{{{DEL}}}'''. Alternatively you may select  [[Image(source:/trunk/images/dialogs/delete.png)]]'''Remove from cache''' from the popup menu.
     591. Select the changesets in the Changeset Manager
     601. Click on [[Image(source:trunk/images/dialogs/delete.png)]] or press **{{{DEL}}}**. Alternatively you may select  [[Image(source:trunk/images/dialogs/delete.png)]] **Remove from cache** from the popup menu.
    6161
    6262=== Updating the properties of changesets in the cache ===
     
    6464
    6565In order to update the properties of one or more changesets
    66  1. Select the changesets in the Changeset Manager
    67  2. Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]. Alternatively you may select  [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]'''Update changeset''' from the popup menu.
     661. Select the changesets in the Changeset Manager
     671. Click on [[Image(source:trunk/images/dialogs/changeset/updatechangeset.png)]]. Alternatively you may select  [[Image(source:trunk/images/dialogs/changeset/updatechangeset.png)]] **Update changeset** from the popup menu.
    6868
    69 Note that this will update the changeset properties only. For updating the changeset content, see [wiki:/Help/Dialog/ChangesetManager#UpdateContentMulti below].
     69Note that this will update the changeset properties only. For updating the changeset content, see [Dialog/ChangesetManager#UpdateContentMulti below].
    7070
    7171=== Downloading/Updating the content of changesets in the cache === #UpdateContentMulti
     
    7474
    7575In order to download the changeset content of one or more changesets
    76  1. Select the changesets in the Changeset Manager
    77  2. Click on [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]]. Alternatively you may select  [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]]'''Download changeset content''' from the popup menu.
     761. Select the changesets in the Changeset Manager
     771. Click on [[Image(source:trunk/images/dialogs/changeset/downloadchangesetcontent.png)]]. Alternatively you may select  [[Image(source:trunk/images/dialogs/changeset/downloadchangesetcontent.png)]] **Download changeset content** from the popup menu.
    7878
    7979The content of a changeset may change over time too, provided the changeset is still open. The same steps will always retrieve the lastest content for a given changeset. If the local cache already includes the content of a changeset, this operation will refresh it.
     
    8282=== Browsing properties, tags, and content ===
    8383The detail view in the lower half of the Changeset Manager consists of three tabs:
    84  * '''Properties''' - displays the basic properties of the currently selected changeset, i.e. its ID or whether the changeset is open or closed
    85  * '''Tags''' - displays the tags assigned to the currently selected changeset
    86  * '''Content''' - displays the changeset content
     84* **Properties** - displays the basic properties of the currently selected changeset, i.e. its ID or whether the changeset is open or closed
     85* **Tags** - displays the tags assigned to the currently selected changeset
     86* **Content** - displays the changeset content
    8787
    8888Click on either of these tabs to browse the respective information.
     
    9090=== Remove a changeset from the local cache ===
    9191
    92  1. Click on [[Image(source:/trunk/images/dialogs/delete.png)]] to remove the currently selected changeset from the cache.
     921. Click on [[Image(source:trunk/images/dialogs/delete.png)]] to remove the currently selected changeset from the cache.
    9393
    9494=== Updating/Downloading changeset content  ===
     
    9696
    9797In order to update the changeset properties
    98  1. Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangeset.png)]]
     981. Click on [[Image(source:trunk/images/dialogs/changeset/updatechangeset.png)]]
    9999
    100100In order to update/download the changeset content
    101  1.  Click on [[Image(source:/trunk/images/dialogs/changeset/updatechangesetcontent.png)]] or  [[Image(source:/trunk/images/dialogs/changeset/downloadchangesetcontent.png)]] respectively. Depending on whether the changeset content has already been downloaded either of these two actions is available.
     1011. Click on [[Image(source:trunk/images/dialogs/changeset/updatechangesetcontent.png)]] or  [[Image(source:trunk/images/dialogs/changeset/downloadchangesetcontent.png)]] respectively. Depending on whether the changeset content has already been downloaded either of these two actions is available.
    102102
    103103=== Selecting objects in the changeset content in the Map View ===
    104 If the [wiki:/Help/MapView Map View] includes an active data layer you can select all objects in this layer which are also part of the current changeset in the Changeset Manager.
     104If the [Help/MapView Map View] includes an active data layer you can select all objects in this layer which are also part of the current changeset in the Changeset Manager.
    105105
    106  1. Click on [[Image(source:/trunk/images/dialogs/select.png)]] in the detail view of the Changeset Manager
     1061. Click on [[Image(source:trunk/images/dialogs/select.png)]] in the detail view of the Changeset Manager
    107107
    108 You can also select
     108You can also
    109109
    110  1. Select the tab '''Content''' in the detail view
    111  2. Select one or more objects in the content
    112  3. Click on [[Image(source:/trunk/images/dialogs/select.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/select.png)]] '''Select in layer''' in the popup menu.
     1101. Select the tab **Content** in the detail view
     1111. Select one or more objects in the content
     1121. Click on [[Image(source:trunk/images/dialogs/select.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/select.png)]] **Select in layer** in the popup menu.
    113113
    114114=== Zooming to objects in the changeset content  ===
    115 If the [wiki:/Help/MapView Map View] includes an active data layer you can "zoom to the changeset". Actually, neither the changeset nor the entire changeset content is ever included in a data layer. With "zoom to the changeset" we mean that JOSM zooms to the largest subset of objects in the data layer which is also a subset in the changeset content.
     115If the [Help/MapView Map View] includes an active data layer you can "zoom to the changeset". Actually, neither the changeset nor the entire changeset content is ever included in a data layer. With "zoom to the changeset" we mean that JOSM zooms to the largest subset of objects in the data layer which is also a subset in the changeset content.
    116116
    117117In order to zoom to "zoom to the changeset"
    118  1. Click on [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]] in the detail view of the Changeset Manager
     1181. Click on [[Image(source:trunk/images/dialogs/autoscale/selection.png)]] in the detail view of the Changeset Manager.
    119119
    120120Alternatively, you may zoom to a subset of the changeset content". In order to do so
    121121
    122  1. Click on the tab '''Content'''
    123  2. Make sure the changeset content is downloaded. If not, download it first.
    124  3. Select some objects in the changeset content 
    125  4.  Click on [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/autoscale/selection.png)]]'''Zoom to layer''' from the popup menu.
     1221. Click on the tab **Content**.
     1231. Make sure the changeset content is downloaded. If not, download it first.
     1241. Select some objects in the changeset content.
     1251. Click on [[Image(source:trunk/images/dialogs/autoscale/selection.png)]]. Alternatively, you may select [[Image(source:trunk/images/dialogs/autoscale/selection.png)]] **Zoom to layer** from the popup menu.
    126126
    127127=== Download and display the history of objects in the changeset content ===
    128128For an object included in the content of a changeset, you may retrieve and display its history.
    129129
    130  1. Click on the tab '''Content'''
    131  2. Make sure the changeset content is downloaded. If not, download it first.
    132  3. Select some objects in the changeset content 
    133  4.  Click on [[Image(source:/trunk/images/dialogs/history.png)]]. Alternatively, you may select [[Image(source:/trunk/images/dialogs/history.png)]]'''Show history''' from the popup menu.
     1301. Click on the tab **Content**.
     1311. Make sure the changeset content is downloaded. If not, download it first.
     1321. Select some objects in the changeset content.
     1331. Click on [[Image(source:trunk/images/dialogs/history.png)]]. Alternatively, you may select [[Image(source:trunk/images/dialogs/history.png)]] **Show history** from the popup menu.
    134134
    135135== See also ==
    136  * [[Image(source:/trunk/images/closechangeset.png)]] [wiki:Help/Action/CloseChangeset Close changesets]
    137  * [wiki:/Help/Dialog/ChangesetListDialog Changeset List Dialog]
    138  * [wiki:/Help/Dialog/ChangesetQueryDialog Changeset Query Dialog]
     136* [[Image(source:trunk/images/closechangeset.png)]] [Action/CloseChangeset Close changesets]
     137* [Dialog/ChangesetListDialog Changeset List Dialog]
     138* [Dialog/ChangesetQueryDialog Changeset Query Dialog]
    139139
    140140----
    141 Back to [wiki:Help Main Help]
     141Back to [wiki:/Help Main Help]