Changes between Version 3 and Version 4 of Help/Dialog/ChangesetList
- Timestamp:
- 2009-12-12T11:53:50+01:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/ChangesetList
v3 v4 2 2 3 3 = Changeset List Dialog = 4 The '''Changeset List Dialog''' is one of the [ [wiki:/Help/ToggleDialogs toggle dialogs]]in JOSM. It displays a list of[[wiki:/Help/Concepts/Changeset changesets]]. It can either display4 The '''Changeset List Dialog''' is one of the [wiki:/Help/ToggleDialogs toggle dialogs] in JOSM. It displays a list of [wiki:/Help/Concepts/Changeset changesets]. It can either display 5 5 * the list of changesets the currently selected objects are assigned to 6 6 * the list of changesets the objects in the current data layer are assigned to … … 17 17 18 18 [[Image(changeset-list-dialog-screenshot.png)]] 19 20 == The Popup Menu in the Changeset List Dialog == 21 22 The Changeset List Dialog provides a popup menu. Use the standard mouse or keyboard gestures on your plattform to launch it (i.e. right-click in Windows). 23 24 [[Image(changeset-list-dialog-popup.png)]] 19 25 20 26 == Working with the Changeset List Dialog == … … 34 40 Double-click on a changeset in the Changeset List Dialog to select the objects assigned to this changeset in the map window. 35 41 36 Alternatively, you can select one or more changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/dialogs/select.png)]]. 42 Alternatively, you can select one or more changesets in the Changeset List Dialog and click on [[Image(source:/trunk/images/dialogs/select.png)]] or on the respective item in the popup menu. 37 43 38 44 === Download changesets === 39 45 JOSM only knows the unique id of a changeset unless one explicitly downloads more information from the OSM server. 40 46 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)]] 47 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)]] or on the respective item in the popup menu. 42 48 43 49 === Close changesets === 44 50 Changesets can either be [wiki:/Help/Concepts/Changeset open or closed]. 45 51 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)]]. 52 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)]] or on the respective item in the popup menu. 47 53 48 54 === Show information about changesets === 49 55 If you need additional information about a changeset the OSM server provides a web pages for each changeset. 50 56 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)]]. 57 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)]] or on the respective item in the popup menu. 52 58 53 54 55