loading a flighttrackfile does not set filename

Issue #214 resolved
Reimar Bauer created an issue

If I load a flighttrackfile which was renamed on disk, it still uses the name set in <Name>flight1</Name>

Also if a name was changed during "Save As" it becomes not added into the file.

many times loaded a file did always use on the Open flight tracks UI the same name. We have to think on making them unambiguos, enumberation.

Comments (5)

  1. Joern Ungermann

    The name of a flightrack is independent of its file name. The name is stored within the file. The name can be changed by double-clicking its name in the main UI.

  2. Reimar Bauer reporter

    it is a simple versioning of a flighttrack by on "save as" to a different name, but on reloading it should not have only the internal name, if that is already in the list

  3. Reimar Bauer reporter

    Changed MSS to use filename as flight track name.

    That implies that 1.6 FTML files cannot be read mit MSS versions smaller than 1.6 (due to the missing track name). Earlier FTML files can be read with MSS 1.6.

    Thus also the ability to change a trackname in the UI was removed and the double-click now consistently "activates" the clicked item. Tooltips have been adjusted accordingly.

    Fix issue #214 See issue #217

    → <<cset a7d56350fdae>>

  4. Log in to comment