| 1 | [[TranslatedPages]] |
| 2 | |
| 3 | = Диалог списка пакетов правок = |
| 4 | '''Диалог списка пакетов правок''' Это одно из [wiki:/Help/ToggleDialogs переключаемых окон] в JOSM. Он показывает список [wiki:/Help/Concepts/Changeset пакетов правок]. И может отображать либо |
| 5 | * список пакетов правок объектов, которые вsltktys в настоящий момент |
| 6 | * список пакетов вравок объектов в текущем слое |
| 7 | |
| 8 | [[TOC(inline)]] |
| 9 | |
| 10 | == Opening and closing the dialog == |
| 11 | |
| 12 | * Click on [[Image(source:/trunk/images/dialogs/changesetdialog.png)]] in the [wiki:/Help/EditToolbar edit toolbar] to open the dialog |
| 13 | * Click on [[Image(source:/trunk/images/dialogs/changesetdialog.png)]] in the [wiki:/Help/EditToolbar edit toolbar] again to close it. |
| 14 | |
| 15 | |
| 16 | == The Changeset List Dialog == |
| 17 | |
| 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)]] |
| 25 | |
| 26 | == Working with the Changeset List Dialog == |
| 27 | |
| 28 | === Switching beween the lists of displayed changesets === |
| 29 | |
| 30 | The Changeset List Dialog either displays |
| 31 | * the list of changesets the currently selected objects are assigned to |
| 32 | * the list of changesets the objects in the current data layer are assigned to |
| 33 | |
| 34 | Select the checkbox '''For selected objects only''' to display changesets the currently selected objects are assigned to. |
| 35 | |
| 36 | Unselect the checkbox '''For selected objects only''' to display changesets the objects in the current data layer are assigned to. |
| 37 | |
| 38 | === Select objects assigned to a changeset === |
| 39 | |
| 40 | Double-click on a changeset in the Changeset List Dialog to select the objects assigned to this changeset in the map window. |
| 41 | |
| 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. |
| 43 | |
| 44 | === Download changesets === |
| 45 | JOSM only knows the unique id of a changeset unless one explicitly downloads more information from the OSM server. |
| 46 | |
| 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. |
| 48 | |
| 49 | === Close changesets === |
| 50 | Changesets can either be [wiki:/Help/Concepts/Changeset open or closed]. |
| 51 | |
| 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. |
| 53 | |
| 54 | === Show information about changesets === |
| 55 | If you need additional information about a changeset the OSM server provides a web pages for each changeset. |
| 56 | |
| 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. |
| 58 | |