gpredict:feature/coverage

Last commit made on 2020-12-19
Get this branch:
git clone -b feature/coverage https://git.launchpad.net/gpredict

Branch merges

Branch information

Name:
feature/coverage
Repository:
lp:gpredict

Recent commits

e59225c... by Tim Brooks <email address hidden>

Make range circles and labels optional

Reduce clutter with many satellites on the map by allowing ranges and
name labels to be turned off. Name labels reappear when satellite is
selected.

ee84d89... by Alexandru Csete

Update authors

e8aefd2... by Joe <joe@joe-Quattro-Power-Station-PRO-II>

#3 finish solar terminator: work with maps at longitudes other than 0

7ab700e... by Joe <joe@joe-Quattro-Power-Station-PRO-II>

#3 finish solar terminator: Option to disable it

b33d5c2... by Alexandru Csete

Update news

6ea6e7b... by Tim Gates <email address hidden>

docs: fix simple typo, predicition -> prediction

There is a small typo in src/gtk-polar-plot.c.

Should read `prediction` rather than `predicition`.

8466096... by Tim Brooks <email address hidden>

Plug a small memory leak in ground tracks

b00471c... by Tim Brooks <email address hidden>

Remove redundant function

e4daf6f... by Tim Brooks <email address hidden>

Call view destructors before freeing GtkSatModule

Some destructors look at data in the Sat Module, which becomes invalid
first.

fc63e99... by Tim Brooks <email address hidden>

Free up memory used by GtkSatMap

The map and satellite object data were leaking on destruction of
GtkSatMap. This happens every time the enclosing module is configured.