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
Aang23
cbbab153ba
Add debug const in recorder for gain tuning
2023-08-14 12:05:21 +00:00
Jamie Vital
22f9afeb2b
Fixes
2023-08-10 22:40:31 -04:00
Jamie Vital
19cd714d28
Honor DPI scaling in Status Bar
2023-08-10 22:14:39 -04:00
Jamie Vital
f7ea39ef64
Clean up status bar
2023-08-10 12:03:26 -04:00
Jamie Vital
1383369940
Add Status Bar to UI
2023-08-09 22:21:32 -04:00
ZbychuButItWasTaken
7e36041363
fix #330
2023-08-09 22:49:09 +02:00
ZbychuButItWasTaken
1e3052d83c
fix wondow order, fixes #336
2023-08-09 22:41:09 +02:00
ZbychuButItWasTaken
bb6418c3a7
tweak tracking widget
2023-08-09 22:01:55 +02:00
Aang23
b76a215132
Ditch a bunch of warnings
2023-08-06 17:22:09 +02:00
Jamie Vital
426ba6776e
Integrate JPEG 2000
2023-08-05 21:15:31 -04:00
Jamie Vital
7679077db0
Merge branch 'SatDump:master' into FixNewNameSave
2023-08-05 20:44:13 -04:00
Aang23
d29fa4f031
Bring back tracking config window when clicking
2023-08-05 17:12:01 +02:00