Changes between Initial Version and Version 1 of Ticket #12392


Ignore:
Timestamp:
2016-01-18T07:17:23+01:00 (10 years ago)
Author:
kolesar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12392 – Description

    initial v1  
    11Use case: create a new data layer, rename it and save as a file. Current JOSM pops up save as dialog with empty filename. Patched version fills default filename with name of the layer if user has renamed that. If layer was not renamed and does not have an associated file (= is called Data layer n) then filename is empty. If layer has associated filename then it is displayed.
    22
    3 Requires patch #12391 that keeps track if layer was renamed by the user.
     3Requires patch #12391 that keeps track if layer was renamed by the user. Also requires #12394 that fixes NativeFileChooser.
    44
    55Refactored telescopic contructors in FileChooserManager to builder pattern to be able to add new settings.