albar965 / littlenavmap

Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
https://albar965.github.io/littlenavmap.html
GNU General Public License v3.0
1.3k stars 164 forks source link

Add more logbook options #432

Closed albar965 closed 4 years ago

albar965 commented 5 years ago

Follow up from #346

albar965 commented 4 years ago

Remaining stuff will be done in #524 later

Gulliver54 commented 4 years ago

Hi Alex, Some questions.

  1. Added performance file to logbook. Does this copy the values of a existing performance file or does it refers to a perf-file?
  2. I sincerely hope that changing headers and adding columns does not mix up my recorded logbook entries. Regards Gradus
albar965 commented 4 years ago

Hi Gradus,

Does this copy the values of a existing performance file or does it refers to a perf-file?

The files (flight plan, track and perf) are attached to the logbook entry and can be saved as or loaded from there. They can also be exported to and from CSV.

I sincerely hope that changing headers and adding columns does not mix up my recorded logbook entries.

Absolutely not. I always try to keep LNM backward compatible. There are only three columns added to the CSV export. Database is updated automatically. It is a bug if something is mixed up.

Alex