Max Kellermann
Max Kellermann
The waypoint details feature is certainly not well-designed and too hard to use. It needs improvement/redesign, it's really awful. But it can do what your request wants. And yes you...
`image=` is for images loaded and displayed by XCSoar itself; for files to be opened with a different app, use `file=`.
Add what?
Is the colon really a good separator? It's a standard character in absolute paths on Windows, e.g. `C:\Foo\Bar.txt`
Your code breaks existing configurations with a secondary airspace file.
Talking about UI - that configuration page gets more complicated by requiring one more step (one more modal dialog indirection) to do stuff. That's not good, that's tedious for users....
> Do you mean like a single list for all datafile categories at once? Wouldn't that make things really confusing? Having a long list of all active files would make...
Are you still working on this?
This PR is a mess of code copied from `DownloadFilePicker.cpp`, inconsistent coding style, debug log left in the code, typos in user-visible messages ("Successfull"). Of the 149 code lines added...
I rewrote the core of this PR, the task downloader, from scratch. This is how to use it: https://github.com/XCSoar/XCSoar/blob/d4454f065f0ce79483ac95e4ac82e0ea9a07bf37/test/src/RunWeGlideDownloadTask.cpp#L44 https://github.com/XCSoar/XCSoar/blob/d4454f065f0ce79483ac95e4ac82e0ea9a07bf37/test/src/RunWeGlideDownloadTask.cpp#L51-L53 This runs as a C++ coroutine, i.e. does not block...