Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable terminator #216

Open
wants to merge 12 commits into
base: master
from
Open

Option to disable terminator #216

wants to merge 12 commits into from

Conversation

@chri87d9
Copy link

@chri87d9 chri87d9 commented Apr 23, 2020

I am new to github, so please bare over with me. I read that i was supposed to rebase the changes and that is was i have tried to do. I am sorry for the messy commits, i accidentally addressed multiple things in the branch, and ad to clean it up.

  • I added an option to disable the terminator under: preferences/modules/map view/extra contents, this is in relation to #3
Copy link
Owner

@csete csete left a comment

Thanks and sorry for the late reply.

The resulting changes look good, though please see my review comments. After you update, please squash your commits into one so that there is only one commit, then force push. See e.g. https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git (and make sure that the resulting commit message only says "Add option to disable solar terminator" and not the old messages).

@@ -165,7 +165,7 @@ static void gtk_sat_map_init(GtkSatMap * satmap)
satmap->height = 0;
satmap->refresh = 0;
satmap->counter = 0;
satmap->show_terminator = FALSE;

This comment has been minimized.

@csete

csete May 16, 2020
Owner

I think the default should stay FALSE at least until the feature is complete and well tested.

@@ -118,6 +118,7 @@ sat_cfg_bool_t sat_cfg_bool[SAT_CFG_BOOL_NUM] = {
{"GLOBAL", "MOD_WIN_POS", FALSE},
{"GLOBAL", "MOD_STATE", FALSE},
{"MODULES", "RULES_HINT", FALSE},
{"MODULES", "MAP_SHOW_TERMINATOR", TRUE},

This comment has been minimized.

@csete

csete May 16, 2020
Owner

Same as above, the default value should stay FALSE for now.

@@ -36,7 +36,7 @@ static GtkWidget *thumb;
static gchar *mapf = NULL;

/* content selectors */
static GtkWidget *qth, *next, *curs, *grid;
static GtkWidget *qth,*term, *next, *curs, *grid;

This comment has been minimized.

@csete

csete May 16, 2020
Owner

Missing space.

@chri87d9
Copy link
Author

@chri87d9 chri87d9 commented May 20, 2020

I followed the guide and tried squashing the commits, hope it is better now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.