Jamie Vital
553bf37ac3
Add task scheduler
2025-01-03 12:05:46 -05:00
Aang23
3269f6f4a0
Add ImPlot3D
2024-12-20 20:47:52 +01:00
Aang23
57b5627ef1
Also show ImPlot demo
2024-12-06 19:49:11 +01:00
Jamie Vital
d231502103
Further logic simplifications and fix a few races
2024-12-02 15:26:16 -05:00
Jamie Vital
bc4a400f53
Remove redundant code
2024-12-02 14:40:33 -05:00
Mark Pentler
c474410ae0
Update viewer_projection.cpp
...
Lock-out All and None buttons when all or no layers are already selected
2024-11-30 10:46:28 +00:00
Mark Pentler
d8812f6141
Merge branch 'SatDump:master' into enable-disable-layers
2024-11-29 12:16:23 +00:00
Mark Pentler
c5b57aae7d
Update viewer_projection.cpp
...
Woops - forgotten I'd changed the label on the buttons
2024-11-29 08:43:53 +00:00
Jamie Vital
4ee04d09ed
Several critical patches
...
- SatDump has been incorrectly reading and writing all cs16 recordings (except for ziq2). Reason: scaling was done incorrectly. This means all old cs16 recordings from SatDump are scaled slightly incorrectly, but data can still be recovered from them
- Add support for CS32 and CS32 wavs for interoperability
- Fix crash when invalid wav is loaded
2024-11-27 17:27:12 -05:00
Mark Pentler
cccec1caf8
Update viewer_projection.cpp
...
Ensures the proper tooltip is displayed when no layers are loaded. In this situation the active_layers variable also = 0, so the "no layers active" tooltip is displayed. This is obviously useless - the user should be told that there are no projection layers in the set full stop - active or not.
2024-11-25 14:28:57 +00:00
Mark Pentler
cd4beeb4c5
Update viewer_projection.cpp
...
More whitespace deletion
2024-11-24 22:11:53 +00:00
Mark Pentler
58e07b7904
Update viewer_projection.cpp
...
Erroneous whitespace deletion
2024-11-24 22:11:30 +00:00
Mark Pentler
e2de46628d
Update viewer_projection.cpp
...
Fixes buttons not being active on switching to the projection tab - it is now counted on every load and when drawing the layer list.
2024-11-24 22:09:58 +00:00
Mark Pentler
2445d51d9d
Update viewer_projection.cpp
...
Fixes for enable/disable all buttons
2024-11-24 21:22:50 +00:00
Mark Pentler
514a72ccea
Merge branch 'SatDump:master' into enable-disable-layers
2024-11-24 21:14:01 +00:00
Jamie Vital
dd55a27d66
Fix #843
2024-11-24 12:26:50 -05:00
Mark Pentler
5097e9f148
Update viewer_projection.cpp
...
small typos fixed, & in wrong place
2024-11-24 14:50:22 +00:00
Mark Pentler
b27b1222ae
Update viewer_projection.cpp
...
Add enable and disable layer buttons and functions, and removed the code that always makes sure at least one layer is active to make those new buttons work
2024-11-24 00:51:20 +00:00
Jamie Vital
8b75f44811
GOES DCS Settings and smarter PDT/HADS updater
2024-11-15 10:19:51 -05:00
Jamie Vital
dcd2c17e1b
Fix compiler warns
2024-10-27 22:56:15 -04:00
Jamie Vital
e6b9e0a7ee
Finish up labeled options param and save as name
2024-10-27 22:18:20 -04:00
Jamie Vital
50c12351d0
Add some more image name template variables
2024-10-27 14:38:42 -04:00
Jamie Vital
070c4c405a
Template filenames from viewer
2024-10-27 12:09:44 -04:00
Jamie Vital
0c495f3bb5
Days it took me to learn how to spell contrast: 180
2024-10-23 22:59:06 -04:00
Jamie Vital
31781ad3e9
Fix crash
2024-10-22 23:34:12 -04:00
Jamie Vital
323d2c0b34
Fix #839
2024-10-21 09:31:41 -04:00
Jamie Vital
4725e1dae2
Sort composite presets
2024-10-20 09:22:30 -04:00
Jamie Vital
e114d512ff
Lots of little fixes
...
- Fix crash in MSG decoder on Windows
- Add abort button to official products downloader
- Move ui-scale to style, where it belongs
- Fix a pile of compiler warnings
2024-10-15 21:59:48 -04:00
Jamie Vital
8e09a8caa1
Revert "Merge pull request #744 from Cpt-Dingus/master"
...
Temporary - will be re-implemented after 1.2.1 release
This reverts commit 4cbc333eb6 , reversing
changes made to 95879a67c1 .
2024-10-09 09:13:38 -04:00
Jamie Vital
c3b97a1088
Spaces vs tabs
2024-10-06 12:55:15 -07:00
Jamie Vital
e8459eccb1
Implement autotrack importing
2024-10-06 14:08:04 -04:00
Jamie Vital
8ff7f09f7f
Add missing params to export
2024-10-06 10:16:33 -04:00
Jamie Vital
2a11609524
Working autotrack exporter
2024-10-06 10:03:15 -04:00
Jamie Vital
8e0b071f16
Initial work for tracker import/export
2024-09-30 14:42:56 -04:00
Jamie Vital
a5da64c7d4
Linux: Use proper lib directory
2024-09-28 11:48:29 -04:00
Aang23
aa15edd8f7
WIP Archive loader support
2024-09-27 20:20:51 +02:00
Jamie Vital
7337f0a771
One more
2024-09-26 22:51:25 -04:00
Jamie Vital
100b15a8f4
Closing Windows keeps bugs out of the house
2024-09-26 21:26:04 -04:00
Jamie Vital
d2ba77bf67
Bunch o' fixes
2024-09-25 23:52:27 -04:00
Aang23
4237913307
Fixup projection geotiff bug
2024-09-22 22:39:52 +02:00
Aang23
3d7c5a07ab
Right click to recenter, save projection auto
2024-09-20 17:50:17 +02:00
Jamie Vital
e06ca6eecf
More I/O friendly disk free calc
2024-09-19 21:15:53 -04:00
Aang23
ead411d3dc
Fix recorder free disk space
1980-01-01 00:00:00 +00:00
Jamie Vital
395e64f9c8
Fix (?) free space calculation on Linux
2024-09-19 14:23:53 -04:00
Aang23
cb382c15fb
Merge branch 'master' of https://github.com/SatDump/SatDump
2024-09-19 17:49:07 +02:00
ZbychuButItWasTaken
bee1406b93
fix 1px offset in viewer
2024-09-19 16:43:42 +02:00
ZbychuButItWasTaken
e7ac634671
fix µm so it's no longer um
2024-09-18 22:38:54 +02:00
ZbychuButItWasTaken
d6ca55b511
add superscript -
2024-09-18 21:24:08 +02:00
Aang23
9309eaaa69
MSG .nat fixes
1980-01-01 00:00:00 +00:00
Aang23
5389c06350
Allow proj edition in advanced mode
1980-01-01 00:00:00 +00:00