Changes between Version 2 and Version 3 of Help/Dialog/ChangesetList
- Timestamp:
- 2009-12-12T11:46:35+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/ChangesetList
v2 v3 16 16 == The Changeset List Dialog == 17 17 18 [[Image(changeset-list-dialog-screenshot.png)]] 18 19 20 == Working with the Changeset List Dialog == 19 21 20 == Working with changesets == 22 === Switching beween the lists of displayed changesets === 23 24 The Changeset List Dialog either displays 25 * the list of changesets the currently selected objects are assigned to 26 * the list of changesets the objects in the current data layer are assigned to 27 28 Select the checkbox '''For selected objects only''' to display changesets the currently selected objects are assigned to. 29 30 Unselect the checkbox '''For selected objects only''' to display changesets the objects in the current data layer are assigned to. 21 31 22 32 === Select objects assigned to a changeset === 23 33 34 Double-click on a changeset in the Changeset List Dialog to select the objects assigned to this changeset in the map window. 35 36 Alternatively, you can select one or more changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/dialogs/select.png)]]. 37 24 38 === Download changesets === 39 JOSM only knows the unique id of a changeset unless one explicitly downloads more information from the OSM server. 40 41 To download information about a changeset, select one or more changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/download.png)]] 25 42 26 43 === Close changesets === 44 Changesets can either be [wiki:/Help/Concepts/Changeset open or closed]. 45 46 You can explicitly close changesets which are still open. Select one or more open changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/closechangeset.png)]]. 27 47 28 48 === Show information about changesets === 49 If you need additional information about a changeset the OSM server provides a web pages for each changeset. 50 51 In order to launch a browser with this webpage, select one or more open changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/about.png)]]. 29 52 30 53 54 55