Commit graph

1668 commits

Author SHA1 Message Date
Alexandru Csete
6d298e5be7 Update files to be included in dist package 2025-12-27 14:45:00 +01:00
Alexandru Csete
11b56f623f Update NEWS and README 2025-12-27 14:23:14 +01:00
Alexandru Csete
6c41b179a2 Update translation files 2025-12-27 14:08:11 +01:00
Alexandru Csete
d274ad5d06 Update contributors 2025-12-27 14:06:57 +01:00
Alexandru Csete
93ee11f190 Update satellite data 2025-12-27 13:50:31 +01:00
Alexandru Csete
7adf91df33 Show/hide satellite name, marker, and footprint on map
Implements both global and module specific config options to show or hide
the satellite names, footprints, and markers on the map view.
Partially implements issues #242 and #335.
2025-12-26 12:32:56 +01:00
Alexandru Csete
4989e144d7 Fix comment style 2025-12-26 11:05:08 +01:00
Alexandru Csete
c82e114f58 Show/hide satellite name and marker on polar view
Implements both global and module specific config options to show or hide
the satellite names and markers on the polar view.
Partially implements issues #242 and #335.
2025-12-26 10:29:13 +01:00
Alexandru Csete
93885eee0f Update URLs for Celestrak TLE files
Fixes #381.
2025-12-26 00:56:25 +01:00
Alexandru Csete
34af48e6bf Fix build with glib-2.81 or earlier 2025-09-20 14:01:05 +02:00
Alexandru Csete
5c65dad3ac Use system font in graphical views
Closes #174.
2025-09-20 11:47:14 +02:00
Alexandru Csete
31696b762a Remove iridium.txt from default TLE files 2025-09-20 10:29:09 +02:00
Alexandru Csete
525172845e Disable solar terminator by default 2025-09-20 10:15:33 +02:00
Alexandru Csete
8719537028 Replace deprecated g_qsort function 2025-09-20 09:17:57 +02:00
Alexandru Csete
2bc0e7a8e7 Update satellite data 2025-09-20 08:51:14 +02:00
Alexandru Csete
946a9d25cb Update satdata generators to python3 2025-09-20 01:35:13 +02:00
AsciiWolf
9a109eb744 Fix typo in README 2025-09-19 23:38:33 +02:00
Alexandru Csete
57705e6681 Remove extra blank lines 2025-09-19 23:38:13 +02:00
Nerijus Bendžiūnas
259f8efce9 fix: update satellites in TLE update network thread too
Just noticed updated does not take effect (GUI update etc).

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
2025-09-19 23:38:13 +02:00
Sayafdine Said
e66e784059 ci: add github actions workflow 2025-09-19 23:29:47 +02:00
Alexandru Csete
a16b38f59d Fix directory name in README 2025-09-19 22:57:18 +02:00
AsciiWolf
91a4a3fb15 Desktop fixes
- Add svg icon installed into a standard icons dir instead of the non-standard dimensions png in pixmaps
- Rename the desktop icon to just "gpredict" to match desktop file name
- Add AppStream metainfo file
- Fix Makefile formatting
2024-09-17 22:43:53 +02:00
Alexandru Csete
098e376824 Replace obsolete automake and autoconf macros 2023-12-24 23:56:09 +01:00
Alexandru Csete
1b6eb50a37 Add command line option to start gpredict in fullscreen mode 2023-12-24 22:34:08 +01:00
KaComet
b74d9bdf9f Because gtk_rot_ctrl_destroy can be called more than once, ctrl->timerid must be set to zero after deletion to avoid a double free condition. 2023-12-24 21:17:59 +01:00
KaComet
dfb7b02276 Closing the rotor control window while a rotor is engaged no longer crashes Gpredict. 2023-12-24 21:17:59 +01:00
Mikhail Bychek
477f33854c Use gtk_spin_button_update() in gtk-sat-module-tmg.c:calculate_time() to prevent entered time from being reverted in some cases. 2023-12-24 21:04:31 +01:00
Alexandru Csete
6345586d04 Update authors 2023-12-24 21:00:14 +01:00
Nicholas DeCicco
f4ddb67e75 Add internationalization to gtk-freq-knob decimal separator
Previously, the thousands place separator for gtk-freq-knob was
hard-coded as the decimal point (".").

Make the following changes:
- Add a new method, get_locale_thousands_sep(), to compat.{c,h}.
- Use this new method in gtk-freq-knob.c to determine the correct
  thousands separator to use at runtime.
2023-12-24 20:57:30 +01:00
Satoshi Yasuda, 7m3tjz
b553acfe04 for libgps 3.22 - 3.25 2023-12-24 20:45:20 +01:00
Satoshi Yasuda, 7m3tjz
533cbcef93 for libgps 3.22 2023-12-24 20:45:20 +01:00
Daniel Estévez
d86ffc1d54 Fix orbit number calculations.
This solves two problems with the orbit number calculations:

- When age = 0, the orbit number must match the TLE revnum. However,
  the expression inside the floor(..) can be give a non-zero value.
  We need to subtract the result of the floor(..) with age = 0 to
  account for this.

- In gtk-sat-data.c, the sign of the term involving the argument of
  perigee and mean anomaly at epoch is wrong. The term should have
  a positive sign, since it counts as an increasing fraction of a
  revolution measured from the ascending node.
2023-12-24 20:37:03 +01:00
Alexandru Csete
7723df62c4 Update authors 2023-12-24 20:35:24 +01:00
Mike Black W9MDB
2e9632d1de Change vfoCurr to currVFO 2023-12-24 20:20:43 +01:00
Mike Black W9MDB
acf6061ac9 Add get_vfos and also reset conf2 so rig gets set up again on reopening 2023-12-24 20:20:43 +01:00
Mike Black W9MDB
2da2d2090d Add vfo_opt to gpredict -- automatically turns on and uses vfo_opt if supported by rigctld 2023-12-24 20:20:43 +01:00
Mike Black W9MDB
00e94c7da3 Replace some strncpy's with memcpy to prevent gcc fortify warnings 2023-12-24 20:20:43 +01:00
Mike Black W9MDB
09b5ff6e87 Change abs to labs to eliminate compiler warning 2023-12-24 20:20:43 +01:00
Mike Black W9MDB
9dff4b9ab9 Change abs to labs 2023-12-24 20:20:43 +01:00
Sean Svihla
0f3beb6ade Added CURLOPT_FOLLOWLOCATION in case of future redirects 2022-08-07 19:22:59 +02:00
Sean Svihla
2103b2c4a6 Changed top-level domains of CelesTrak TLE URLs
Change CelesTrak URL extensions from .com to .org.
Change CelesTrack and AMSAT protocol from http to https.
2022-08-07 19:22:12 +02:00
AsciiWolf
6d070b9996 Fix typos in Czech translation 2022-08-07 19:11:01 +02:00
Alexandru Csete
e352be4250 Merge branch 'uranuspucksaxophone-goocanvas3-winbuild' 2022-07-17 00:23:17 +02:00
Alexandru Csete
716b70c61f
Merge branch 'master' into goocanvas3-winbuild 2022-07-17 00:20:58 +02:00
Daniele Forsi
9bc01954c7 Fix spelling
Fixed with:
codespell --skip data,po --ignore-words-list=te --summary --write-changes
2022-07-17 00:03:19 +02:00
Alan Moffet
1c6eab97a7 Fix Window build 2022-07-17 00:02:57 +02:00
uranuspucksaxophone
6186299bb9
Update config.mk 2022-07-13 17:33:24 +02:00
uranuspucksaxophone
48d41d8968
Update config.mk 2022-07-13 01:20:10 +02:00
uranuspucksaxophone
f63f97ba54
Goocanvas 3.0 windows compilation 2022-07-13 00:56:27 +02:00
Jason Uher
a0a5636847 Force autotrack to respect minimum elevation setting 2021-05-09 00:27:05 +02:00