Commit graph

186 commits

Author SHA1 Message Date
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
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
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
a1cc9faa70 Bug 2024-09-17 17:45:32 +02:00
Jamie Vital
87aa5e89d4 Make notification background themable 2024-09-08 22:25:10 -04:00
Jamie Vital
a0d159d4fe Oops 2024-09-08 17:20:16 -04:00
Jamie Vital
08721a619b Fix the case of the wandering scale 2024-09-08 17:08:52 -04:00
Jamie Vital
e18442013e Minor changes 2024-08-24 12:53:37 -04:00
Cpt-Dingus
0b3c6b511c
Make saved images include date and composite used 2024-07-07 01:10:50 +02:00
Jamie Vital
f78a9a73d2 Fix a few more warns 2024-05-11 15:03:30 -04:00
Aang23
f38010563f Merge image_rewrite 2024-05-10 20:14:30 +02:00
Jamie Vital
326e96d68b Finish Lua updates; fix a few bugs 2024-05-09 23:34:09 -04:00
Aang23
ab3de6c821 Fix Lua 2024-05-09 16:43:43 +02:00
Aang23
f39c3b268a More fixes 2024-05-09 12:34:06 +02:00
Aang23
572f4bdf28 Fix projections and various other things 2024-05-09 11:57:48 +02:00
Aang23
4cd4e6e6ee Fix apply_lut 2024-05-09 11:48:39 +02:00
Jamie Vital
45c9ff451e Re-Implement Kuwahara 2024-05-08 21:58:51 -04:00
Aang23
271457f3c9 Goodbye old system 2024-05-09 01:16:08 +02:00
Aang23
b22ba47545 Saving works again, and more 2024-05-08 21:38:32 +02:00
Aang23
fc3f32263d Make projections, overlay work 2024-05-08 20:17:42 +02:00
Aang23
db6d77a022 Next, projections 2024-05-08 17:28:11 +02:00
Aang23
5868a23094 Begin changing the entire image system 2024-05-08 14:52:24 +02:00
Jamie Vital
4e53b1fd60 Fix bugs in the viewer's Display Range Control 2024-05-07 22:12:33 -04:00
Jamie Vital
2f6ae04a94 Cut image product viewer memory usage (almost) in half 2024-04-29 20:57:33 -04:00
Aang23
5b85136025 Brightness/contrast controls 2024-04-26 17:44:12 +02:00
Jamie Vital
50ef18527d Add "Remove Background" to viewer for geos, etc 2024-04-24 21:51:02 -04:00
Aang23
ab885df926 GOES FC/IR Merge, fix bugs 2024-04-23 22:41:14 +02:00
Aang23
85f3d9aaea Experimental C++ composites 2024-04-22 12:17:41 +02:00
Jamie Vital
ad908568ac Oops 2024-04-06 16:11:56 -04:00
Jamie Vital
b04dc69e8a Several projection fixes
- Proper alpha blending when merging layers in overlay mode to avoid black edges
- Also use alpha blending in OverlayHandler with text to, again, avoid black edges
- Use premultiplied alpha when bilinear sampling to, you guessed it, avoid black edges
- When adding layers to projection, add them to the top. Shockingly, this has nothing to do with black edges.
- Fix incorrect progress bar displaying progress in projection layers UI
2024-04-05 23:02:15 -04:00
Jamie Vital
5312c4ac59 Include object name in projection layer 2024-03-04 10:57:02 -05:00
Jamie Vital
79586af749 Fix save dialog breaking when saving as .tiff (two fs) 2024-02-28 19:52:09 -05:00
Jamie Vital
fdbde695c3 Better automatic titles for projection layers 2024-02-28 16:10:05 -05:00
Jamie Vital
8ae2021320 Slight UI tweak 2024-02-28 15:09:07 -05:00
Aang23
9c48480724 More UX changes 2024-02-28 17:26:48 +01:00
Aang23
37875e2efc UI changes 2024-02-28 17:16:05 +01:00
Aang23
f01ccb1267 More fixes for lego 2024-02-28 16:46:33 +01:00
Aang23
d913dc26f1 Bring back old algorithm, it still can be useful 2024-02-28 00:24:04 +01:00
Aang23
1db553d1f7 Cleanup 2024-02-27 23:44:16 +01:00
Aang23
f051baa2df Remove extra tooltip 2024-02-27 22:55:48 +01:00
Aang23
592317cc0d Add spinner while loading 2024-02-27 19:10:22 +01:00
Aang23
4b1ed30f7f Fix MSG nat projs, fix image sizes issues 2024-02-26 16:18:26 +01:00
Aang23
3bc6584e42 Auto mode, start swapping everything... 2024-02-26 12:55:42 +01:00