Commit graph

526 commits

Author SHA1 Message Date
Aang23
b94de78445 Remove timestamp and tle check for projs 2023-09-29 23:50:23 +02:00
Aang23
407072ba5d Old metadata system is going away 2023-09-29 23:21:43 +02:00
Aang23
d72f7415f7 Goodbye, crappy projection algo from all the way back from pre-1.0.0 2023-09-29 22:11:28 +02:00
Jamie
a7c2de15e5 Fix default extension in viewer on non-Windows OSs 2023-09-26 00:02:27 -04:00
Jamie Vital
035407a4bf Make Save As dialog honor Processed Image Format 2023-09-25 23:36:38 -04:00
Jamie Vital
ac8a89d62d [Tracking] Fix AOS/LOS backdrop 2023-09-25 10:01:39 -04:00
Aang23
00a8591df0 Merge branch 'FileWidget' 2023-09-25 15:26:22 +02:00
Jamie Vital
19bfb53609 Fix loading screen on some window systems 2023-09-25 09:17:58 -04:00
Adam Gausmann
cf8c83ddca Replace (ImGuiTableFlags)NULL with ImGuiTableFlags_None
This is more portable; the cast can cause errors on some toolchains.
When compiling with musl, for example:

    error: cast from 'std::nullptr_t' to 'ImGuiTableFlags' {aka 'int'} loses precision
2023-09-24 14:49:41 -05:00
Jamie
2214679fbb Fix up trailing / 2023-09-24 10:10:21 -04:00
Jamie
37c331a668 Fix scope on OSs other than Windows 2023-09-24 09:52:10 -04:00
Jamie Vital
0f8ebfaaf4 Honor default input directory in viewer 2023-09-24 09:35:37 -04:00
Jamie Vital
15aeb83661 Rework file widget to prevent partial hang 2023-09-24 09:14:16 -04:00
Aang23
923bcc7c05 Windows Installer 2023-09-18 07:48:47 -07:00
Jamie Vital
5345da6dc1 Show selected frequency preset 2023-09-14 22:10:39 -04:00
Aang23
13b8147585 Let plugins add config menus 2023-09-14 10:38:02 +02:00
Aang23
5372c79fa4 Merge branch 'master' into sdrserver 2023-09-14 00:19:54 +02:00
Jamie Vital
e67ddda04c Improve Toast Notifications in light mode 2023-09-13 15:27:42 -04:00
Jamie Vital
08a3cfc727 Remove redundant satdump::error 2023-09-13 15:17:08 -04:00
Aang23
ffa26371c0 Further error handling, don't crash if the server has died since listing devices 2023-09-11 16:48:28 +02:00
Aang23
10243a8bd7 Edit wording a bit 2023-09-08 14:51:08 +02:00
Aang23
1f913b9c3a
Merge pull request #370 from baskiton/master
Choose other cities types/size instead Capitals only and draw on map overlay
2023-09-08 14:42:14 +02:00
Jamie Vital
7eb8045fb8 NotatedInt to NotatedNum<T>, integrate throughout 2023-09-07 21:49:55 -04:00
Jamie Vital
e8f859e1fb Params refactor; NotatedInt widget 2023-09-06 22:28:55 -04:00
baskiton
077437e9c3 Add configuring map/cities overlay to result rgb-composites.
Result images will be saved to a separate file with "_map" suffix instead of the main image.

Configure options:

| Name           | Type    | Default     | Description           |
|----------------|---------|-------------|-----------------------|
| map_overlay    | Boolean | `false`     | Draw countries border |
| cities_overlay | Mapped  | `NONE`      | Draw cities           |

`cities_overlay`:

| Name           | Type    | Default     | Description                                                                |
|----------------|---------|-------------|----------------------------------------------------------------------------|
| color          | Array   | `[0, 1, 0]` | RGB float-array (0.0 - 1.0)                                                |
| font_size      | Number  | `50`        | Cities font size                                                           |
| type           | String  | `capitals`  | Cities type. See below                                                     |
| scale_rank     | Number  | `3`         | **Only for `all` type**. 0-10. The more, the smaller cities will be drawn. |

Cities `type` is one of:
* `capitals` - Draw only Capitals
* `rcapitals` - Draw Capitals and Administrative centers
* `all` - Draw all cities by Scale Rank

Example:
```json
...
"map_overlay": true,
"cities_overlay": {
    "color": [0.85, 1, 0],
    "font_size": 24,
    "type": "rcapitals",
    "scale_rank": 6
}
...
```
2023-09-05 02:40:13 +07:00
Aang23
f86f89b568 Equ changes 2023-09-04 18:00:34 +02:00
Jamie Vital
749f157712 Revert param table layout change 2023-09-03 14:58:51 -04:00
Jamie Vital
82abd9b7d9 Make Param table fit into smaller widths 2023-09-03 11:20:16 -04:00
Jamie Vital
9d88d27ed0 Remove double scrollbar on scheduler pipeline selector 2023-09-03 10:42:50 -04:00
baskiton
3543b54f6f Choose other cities types/size instead Capitals only, in Viewer only.
* Capital Only: Draw only Capitals
* Regional Capital Also: Draw Capitals and Administrative centers
* All (by Scale Rank): Draw all cities by Scale Rank. The higher the "Scale Rank", the smaller cities will be drawn.
2023-08-26 16:44:25 +07:00
Aang23
fdbbac5a21
Merge pull request #368 from JVital2013/DisplayScaling
Auto Display scaling
2023-08-24 18:46:16 +02:00
Jamie Vital
65868cf1db Touch-ups 2023-08-23 20:55:43 -04:00
Jamie
0b1e7ae50d Fix non-windows OSs 2023-08-23 20:23:29 -04:00
Jamie Vital
d8a2ee253e Initial work on auto DPI awareness (Android borked) 2023-08-23 15:45:10 -04:00
Aang23
2bba741778
Merge pull request #366 from JVital2013/HorizonsFix
Update Horizons parser
2023-08-23 17:36:36 +02:00
Jamie Vital
47d40697ab Update Horizons parser 2023-08-23 10:49:31 -04:00
Jamie Vital
c206e4c471 Trying to make both Windows and Linux happy is like trying to make both of your children happy with the same meal for dinner 2023-08-22 19:34:32 -04:00
Jamie Vital
59e660ac9c Clean up unused exception vars 2023-08-22 16:07:13 -04:00
Aang23
5a3c9b37d9 Fix a few bugs from lego11 2023-08-21 22:02:29 +02:00
Aang23
d7b2a38fa9 Lego found a bug in seconds 2023-08-21 18:50:14 +02:00
Jamie Vital
54f30394d1 Fix file source playback fast-forward on Windows 2023-08-20 16:00:15 -04:00
Jamie Vital
8828faedf9 Don't reset the log in the GUI once there are more than 1000 log items 2023-08-20 15:38:04 -04:00
Jamie Vital
063a121338 Fix crash when opening the Recorder Debug pane without a started source 2023-08-18 13:52:00 -04:00
Aang23
858f401149
Merge pull request #352 from JVital2013/LoadingScreen
Add Loading screen
2023-08-18 15:18:06 +02:00
Jamie
10d881994d Complete Loading Screen 2023-08-17 21:05:15 -04:00
Martin Herren (HB9FXX)
bb45fffa31 [Filename] Use HH-MM-SS-MSS instead of HH-MM-SS-Epoch.Ss in filename when millisecond precision activated
Signed-off-by: Martin Herren (HB9FXX) <cq@hb9fxx.ch>
2023-08-17 14:03:41 +02:00
Aang23
54530e3992
Merge pull request #342 from JVital2013/StatusBar
Add Status Bar to UI
2023-08-15 14:39:25 +02:00
Jamie Vital
38585dea89 Move console when viewport is resized 2023-08-14 21:00:21 -04:00
Aang23
f953276003 Add SST for AVHRR, fix some calibration stuff 2023-08-14 15:40:35 +00:00
Jamie Vital
bd3c99f3f5 Popup console on status bar click, and suppress conhost on Windows 2023-08-14 08:32:26 -04:00