gpredict/src
Tobias Schneider 8f9d4bd2aa Add Iridium NEXT
Adds the category and fetches the TLEs from celestrak.
2017-02-20 14:54:40 +01:00
..
nxjson Satnogsdb merge post-fix. 2016-10-10 00:58:29 +02:00
sgpsdp Fix unit tests 2016-12-25 02:16:08 +01:00
.gitignore Include all files that should be ignored by git. 2011-12-24 22:17:58 +01:00
about.c Add missing comma and coding style cleanup 2017-01-28 17:11:47 +01:00
about.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
compat.c Apply windows build patch (bug #94). 2013-11-02 20:24:08 +01:00
compat.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
config-keys.h Cosmetic code clean-up only. 2014-04-12 11:14:47 +02:00
first-time.c Tweak first time configuration 2017-01-20 15:01:35 +01:00
first-time.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gpredict-help.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
gpredict-help.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gpredict-url-hook.c Clean pendantic compiler warning. 2011-07-14 00:30:01 +00:00
gpredict-url-hook.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gpredict-utils.c Fix error in color conversion function 2017-01-29 20:49:05 +01:00
gpredict-utils.h Indent gpredict-utils 2017-01-29 20:47:44 +01:00
gtk-azel-plot.c Eliminate compiler warnings. 2011-11-13 13:56:43 +00:00
gtk-azel-plot.h Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>. 2011-07-31 12:26:07 +00:00
gtk-event-list-popup.c Bug 3441490: No need for keeping an escaped copy of nickname since we can fix escaping issues where they occur. 2011-11-23 19:57:19 +00:00
gtk-event-list-popup.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gtk-event-list.c return on null, avoid null ptr dereference 2016-10-03 19:47:35 +01:00
gtk-event-list.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-freq-knob.c Eliminate compiler warnings. 2011-11-13 13:56:43 +00:00
gtk-freq-knob.h Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>. 2011-07-31 12:26:07 +00:00
gtk-polar-plot.c Use correct buffer size when creating time strings 2017-01-28 17:31:48 +01:00
gtk-polar-plot.h Indent and style cleanup 2017-01-28 17:28:03 +01:00
gtk-polar-view-popup.c Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-polar-view-popup.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-polar-view.c Use correct buffer size when creating time strings 2017-01-28 19:54:22 +01:00
gtk-polar-view.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-rig-ctrl.c Store frequencies as int64 instead of double. 2016-10-19 01:33:36 +02:00
gtk-rig-ctrl.h Code clean-up. 2015-05-25 12:16:28 +02:00
gtk-rot-ctrl.c We can sssume ctrl->qth is not null 2017-01-28 20:57:40 +01:00
gtk-rot-ctrl.h Code clean-up. 2015-05-25 12:16:28 +02:00
gtk-rot-knob.c Eliminate compiler warnings. 2011-11-13 13:56:43 +00:00
gtk-rot-knob.h Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>. 2011-07-31 12:26:07 +00:00
gtk-sat-data.c Indent and format sat-data 2017-01-24 21:53:19 +01:00
gtk-sat-data.h Indent and format sat-data 2017-01-24 21:53:19 +01:00
gtk-sat-list-col-sel.c Eliminate compiler warnings. 2011-11-13 13:56:43 +00:00
gtk-sat-list-col-sel.h Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>. 2011-07-31 12:26:07 +00:00
gtk-sat-list-popup.c Bug 3441490: No need for keeping an escaped copy of nickname since we can fix escaping issues where they occur. 2011-11-23 19:57:19 +00:00
gtk-sat-list-popup.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gtk-sat-list.c NULL dereference detected by scan-build 2016-10-03 19:27:43 +01:00
gtk-sat-list.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-sat-map-ground-track.c Avoid loss of precision due to implicit cast 2017-01-28 20:05:46 +01:00
gtk-sat-map-ground-track.h Indent gtk-sat-map-ground-track 2017-01-28 20:03:03 +01:00
gtk-sat-map-popup.c Bug 3470664: Simplify debug levels (error, warning, info and debug). 2012-01-15 22:02:51 +01:00
gtk-sat-map-popup.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gtk-sat-map.c Make terminator draw work with time controller 2016-11-11 12:48:15 +01:00
gtk-sat-map.h Make terminator draw work with time controller 2016-11-11 12:48:15 +01:00
gtk-sat-module-popup.c Centralise autotrack logic in GtkSatModule. 2015-05-25 02:18:17 +02:00
gtk-sat-module-popup.h Indent. 2015-05-23 23:08:49 +02:00
gtk-sat-module-tmg.c Indent and code clean-up. 2015-05-25 02:32:47 +02:00
gtk-sat-module-tmg.h Indent and code clean-up. 2015-05-25 02:32:47 +02:00
gtk-sat-module.c Code clean-up. 2015-05-25 02:21:14 +02:00
gtk-sat-module.h Centralise autotrack logic in GtkSatModule. 2015-05-25 02:18:17 +02:00
gtk-sat-popup-common.c Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-sat-popup-common.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-sat-selector.c Initialise variables, keeps the analyser happy 2016-10-03 19:49:47 +01:00
gtk-sat-selector.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-sat-tree.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
gtk-sat-tree.h Remove deprecated calls and functions to allow make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to work per <http://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html>. 2011-07-31 12:26:07 +00:00
gtk-single-sat.c Return on null, avoid null deereference 2016-10-03 19:36:03 +01:00
gtk-single-sat.h Updating copyrights 2013-02-25 20:51:13 +01:00
gtk-sky-glance.c Various sky-at-glance tweaks and fixes. 2015-05-25 17:29:47 +02:00
gtk-sky-glance.h Various sky-at-glance tweaks and fixes. 2015-05-25 17:29:47 +02:00
gui.c Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
gui.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
loc-tree.c Use cleaner control flow in loc-tree 2017-01-28 21:10:08 +01:00
loc-tree.h Indent loc-tree 2017-01-28 21:06:14 +01:00
locator.c Clean pendantic compiler warning. 2011-07-13 23:40:35 +00:00
locator.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
main.c Code clean-up. 2015-05-25 12:16:28 +02:00
Makefile.am Rename frq-update to trsp-update 2016-10-18 23:59:33 +02:00
map-selector.c Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
map-selector.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
map-tools.c Updating copyrights 2013-02-25 20:51:13 +01:00
map-tools.h Updating copyrights 2013-02-25 20:51:13 +01:00
menubar.c Rename frq-update to trsp-update 2016-10-18 23:59:33 +02:00
menubar.h Cleanup menubar 2016-10-15 22:43:25 +02:00
mod-cfg-get-param.c Indent and fix log messages (issue #7). 2015-05-25 13:53:25 +02:00
mod-cfg-get-param.h Indent and fix log messages (issue #7). 2015-05-25 13:53:25 +02:00
mod-cfg.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
mod-cfg.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
mod-mgr.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
mod-mgr.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
orbit-tools.c Include geo and decayed orbits in has_aos and make dynamic calls to decayed instead of static orbit type check. 2011-03-21 11:45:37 +00:00
orbit-tools.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
pass-popup-menu.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
pass-popup-menu.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
pass-to-txt.c Clean pendantic compiler warning. 2011-07-16 01:02:39 +00:00
pass-to-txt.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
predict-tools.c Corrected orbit number 2016-11-11 13:52:58 +01:00
predict-tools.h Code clean-up. 2015-05-25 12:16:28 +02:00
print-pass.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
print-pass.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
qth-data.c Don't check normality of qth->alt since it's and integer. 2016-04-25 15:39:58 +02:00
qth-data.h Noise reduction (issue #7). 2015-05-25 15:58:22 +02:00
qth-editor.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
qth-editor.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
radio-conf.c Fix spelling error. 2016-08-06 17:24:33 +02:00
radio-conf.h Configuration option for AOS/LOS signalling. 2015-03-12 21:45:34 +01:00
rotor-conf.c Reduce severity of some log messages. 2016-08-06 17:23:57 +02:00
rotor-conf.h Indent and cleanup. 2016-08-06 17:18:57 +02:00
sat-cfg.c Add Iridium NEXT 2017-02-20 14:54:40 +01:00
sat-cfg.h Switch to using complete URLs for TLE update 2017-01-19 22:33:02 +01:00
sat-debugger.c Eliminate calls to deprecated gtk_box_pack_start_defaults. 2011-10-23 11:39:07 +00:00
sat-debugger.h Initial import. 2008-01-08 22:21:12 +00:00
sat-info.c Further work on the display for the Baudrate 2016-10-12 21:40:50 +09:00
sat-info.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
sat-log-browser.c Updating copyrights 2013-02-25 20:51:13 +01:00
sat-log-browser.h Updating copyrights 2013-02-25 20:51:13 +01:00
sat-log.c Check return value of GLib functions 2017-01-30 23:28:33 +01:00
sat-log.h Indent sat-log 2017-01-30 23:17:10 +01:00
sat-monitor.c Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
sat-monitor.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
sat-pass-dialogs.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
sat-pass-dialogs.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
sat-pref-conditions.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-conditions.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-debug.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-debug.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-formats.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-formats.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-general.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-general.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-help.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-help.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-interfaces.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-interfaces.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-layout-utils.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-layout-utils.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-layout.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-layout.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-list-view.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-list-view.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-map-view.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-map-view.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-modules.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-modules.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-multi-pass.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-multi-pass.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-polar-view.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-polar-view.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-predict.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-predict.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-qth-data.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-qth-editor.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-qth-editor.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-qth.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-qth.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-refresh.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-refresh.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rig-data.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rig-editor.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rig-editor.h Configuration option for AOS/LOS signalling. 2015-03-12 21:45:34 +01:00
sat-pref-rig.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rig.h Configuration option for AOS/LOS signalling. 2015-03-12 21:45:34 +01:00
sat-pref-rot-data.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rot-editor.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rot-editor.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rot.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-rot.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-single-pass.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-single-pass.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-single-sat.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-single-sat.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-sky-at-glance.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-sky-at-glance.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref-tle.c Update tooltip in preferences dialog to match behavior 2017-01-24 01:22:19 +01:00
sat-pref-tle.h Switch to using complete URLs for TLE update 2017-01-19 22:33:02 +01:00
sat-pref.c Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-pref.h Indent and other formatting changes 2017-01-01 02:12:20 +01:00
sat-vis.c Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
sat-vis.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
save-pass.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
save-pass.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
strnatcmp.c Add natural comparison by Martin Pool 2011-03-26 01:10:20 +00:00
strnatcmp.h Add natural comparison by Martin Pool 2011-03-26 01:10:20 +00:00
time-tools.c Rename julian_print_time daynum_to_str. 2011-03-28 00:17:18 +00:00
time-tools.h Rename julian_print_time daynum_to_str. 2011-03-28 00:17:18 +00:00
tle-tools.c Use __func__ instead of __FUNCTION__ 2014-10-14 12:25:33 +02:00
tle-tools.h Replacing tabs with spaces and updating c-mode commands 2010-10-31 14:46:55 +00:00
tle-update.c Ensure string buffers are 0 terminated 2017-01-28 19:31:11 +01:00
tle-update.h Indent and clean-up in tle-update 2017-01-19 22:33:07 +01:00
trsp-conf.c Store frequencies as int64 instead of double. 2016-10-19 01:33:36 +02:00
trsp-conf.h Store frequencies as int64 instead of double. 2016-10-19 01:33:36 +02:00
trsp-update.c Prevent buffer overflow when importing transponder data 2017-01-29 20:57:22 +01:00
trsp-update.h Various minor TRSP update tweaks 2017-01-02 00:02:57 +01:00