1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 25, 2025 — Jun 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version number to 0.30 More... about 16 years ago
Remove extra tracking save exception handler (was already handled in EarthStation.Tracking) More... about 16 years ago
Rework of configuration load/save - existing configuration will need to be deleted before running new version. More... about 16 years ago
Restore selected Satellite when starting up. More... about 16 years ago
Cosmetic tweaks (font/colours). More... about 16 years ago
Map is now loaded from platform-specific shared directory (On Unix, /usr/local/share/earthstation/, or %PROGRAMFILES%\EarthStation\ on Windows). Adjust Makefile to install for Unix. More... about 16 years ago
Fix display glitch. More... about 16 years ago
Save/Restore Tracking List. Bump version number. More... about 16 years ago
Add the items to the satellite selection dialogue in order. More... about 16 years ago
In Add_Satellite try and insert things in Alphabetical order (makes the view menu also be in order). More... about 16 years ago
Add nasty hack to prevent crashing with certain Satellites that have very high rates of decay. More... about 16 years ago
Thin footprint line by 1px. More... about 16 years ago
Add compile.bat, which compiles EarthStation on Windows. More... about 16 years ago
Fix import of decay rate from TLE (was missed out). More... about 16 years ago
Update Import TLE dialogue to use Gtkada.File_Selection (less code). More... about 16 years ago
When clearing Keplerian Elements, reset the view menu as well. More... about 16 years ago
Add initial Satellite selection code (still need to load/save list). More... about 16 years ago
Correct TLE import (was using wrong columns in a few places). More... about 16 years ago
Force satellite names to uppercase. TLEs normally are uppercase anyway, but this is just in case. More... about 16 years ago
Set scrollbars to automatic rather than always. More... about 16 years ago
Update rest of dialogues to use Gtkada.Dialogs. More... about 16 years ago
Tidy up message dialogs (use Gtkada.Dialogs.Message_Dialog where possible). Ensure clearing Keplerian Elements clears the tracking list. More... about 16 years ago
Ensure PREF_EXCEPTION is thrown when we can't load/save preferences. More... about 16 years ago
Modify preferences to be package level rather than window level. Add Satellite Selection dialogue. More... about 16 years ago
Adjust Save_Preferences (Pref_Data is now in only rather than in-out). More... about 16 years ago
Add selected satellite to preferences. Change strings to use Unbounded_Strings. More... about 16 years ago
Add cleanup routine for Keplerian Elements directory. Allows the user to delete all elements before importing a new TLE file. More... about 16 years ago
Add TLE import. More... about 16 years ago
Trim stray whitespace from beginning and end of TLE lines. More... about 16 years ago
Add Checksum checking routine. More... about 16 years ago