Alexandru Csete
Alexandru Csete
I am starting this new thread to track status and progress of windows builds, since the original[ pull request](https://github.com/csete/gpredict/pull/84) is now merged and closed. Status as of writing: 1. @phlash...
Following widgets need to be updated: - [ ] GtkSatMap - [ ] GtkPolarPlot - [ ] GtkPolarView - [ ] GtkSkyGlance - [ ] GtkAzelPlot
The branch [feature/coverage](/csete/gpredict/tree/feature/coverage) contains [pull request 223](#223) by @brookst, which makes the satellite footprints and names on the map optional. Instead of having these as a per-satellite on/off option, we...
I have a script that can generate an [AppImage](https://appimage.org/) from our [PPA](https://launchpad.net/~gpredict-team/+archive/ubuntu/ppa). It is based on the [official documentation](https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages). The generated package runs but the program can not find any...
Often, users request support for making tracking data avaialble through a more versatile interface than what is currently available through the rigctld and rotctld interface. We could use the EasyComm...
CelesTrak is now providing TLE data in other, more flexible formats that will also work once the 5-digit NORAD catalog ID runs over. We should add support for importing and...
Currently the TLE update function runs in the main GUI thread and this can cause the GUI to freeze. TLE update should run in its own thread and report progress...
Painting of solar terminator and nightshade has been added since v1.3 and there are some remaining issues that should be fixed before it is made available through the user interface:...
The tab order in the module notebook should be restored when the program is restarted.