jmason86 / MinXSS_Beacon_Decoder

Beacon decoder for the MinXSS CubeSat in space; MinXSS-2 launch on 2018-11-19
http://lasp.colorado.edu/home/minxss
GNU General Public License v3.0
11 stars 6 forks source link

GUI Version #'s ? #24

Closed K4KDR closed 5 years ago

K4KDR commented 5 years ago

Perhaps not immediately if many changes are being made per day, but at some point it might be helpful to update the application GUI "version" number as displayed on the main tab so that there is no confusion when screen shots are shared as to what version of the software is being run.

jmason86 commented 5 years ago

I think I could make this work. Right now that is static and defined in Qt Creator. But I could make it accessible to the python code and update then update the number based on... something.

I should be working in a separate branch for all of the changes the last week or so and then only merge it back into main and update the version number in the GUI at that time. I just finished cleaning the primary file so, after resolving other issues in it, I think I will do that.

K4KDR commented 5 years ago

Confirming that commit f409583 does increment the version # display on Ubuntu 16.04 (64-bit):

screenshot from 2018-10-03 23-05-54

jmason86 commented 5 years ago

Sweet. And with the most recent commit 999841006081d5281296e3b70f4c42d7b36c755e I updated the GUi to v2.0.2. I'll try to stay on top of that.