Commit Graph

2517 Commits

Author SHA1 Message Date
Andreas Kristiansen
e316fd078d Added duration filter 2026-02-22 10:18:14 +01:00
Andreas Kristiansen
cad0163767 [Advanced Logbook] Added duration as a column 2026-02-21 22:29:08 +01:00
int2001
242a8b4af8 Show Logbook-ID 2026-02-20 10:34:40 +00:00
int2001
871781fc7a Use HamQTH-DOK lookup as well for "Update from Callbook" 2026-02-20 05:20:55 +00:00
Florian (DF2ET)
266cc77a4e Merge pull request #2981 from phl0/dokCallbookLookup
Query callbook (hamqth) for DARC DOK
2026-02-19 10:41:03 +01:00
phl0
b284586c19 Fix typo 2026-02-19 10:27:05 +01:00
Fabian Berg
b86b4e2763 Merge pull request #2972 from HB9HIL/fix_qth_lookup
Fixed QTH Lookup
2026-02-19 10:02:18 +01:00
phl0
8e5903a5bc Query callbook (hamqth) for DARC DOK 2026-02-19 09:25:17 +01:00
int2001
f1d3fa0183 Show all HoN-Entries if there are multiple ones in src-file 2026-02-19 06:13:03 +00:00
HB9HIL
57fb22a9d8 fix qthlookup, added timeout and move generic function to common.js 2026-02-18 08:53:54 +01:00
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
HB9HIL
359441646b make dxcluster refresh time configurable 2026-02-16 08:38:21 +01:00
Andreas Kristiansen
cfb498408d [DXCluster] Choose which column to filter 2026-02-15 11:26:43 +01:00
Andreas Kristiansen
5c6b531efd [DBTools] Added a location dropdown 2026-02-08 18:32:38 +01:00
Fabian Berg
4933f75a05 Merge pull request #2902 from TnxQSO-Admin/dev 2026-02-05 08:52:01 +00:00
HB9HIL
892dfbf97f by the way fixing the last dxspot feature and make the UX more logic (was killing the qso form if the button was hit accidentially 2026-02-03 21:14:31 +01:00
TnxQSO-Admin
c76b32a13a feat: implement silent hybrid websocket connection and simplify labels
- Implemented a 'Single-Shot Silent Attempt' in cat.js. This tries to establish a WebSocket connection (with 1 retry) even when a standard Radio Profile is selected, enabling hybrid integrations to receive metadata without spamming the console for other users.
- Updated radio dropdown labels in Bandmap, Contesting, and QSO views to 'Live - WebSocket', removing the specific 'Requires WLGate' text to be tool-agnostic.
2026-02-03 16:55:11 +01:00
HB9HIL
88529a829b fixed some localizations in debug view 2026-02-03 08:46:57 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00
int2001
7c1537a0c9 Prevent livelogging into POST-QSO 2026-02-01 13:21:04 +00:00
HB9HIL
6eacc561f9 Don't store the operator callsign in local storage for the operator modal. too much risk to accidentially hit okay and work with the wrong operator 2026-02-01 01:29:29 +01:00
int2001
832591a0dc Use ONLY if WS explicite enabled by user 2026-01-30 15:46:33 +00:00
int2001
9002caa5b7 Disable Auto-Websocket 2026-01-30 15:26:06 +00:00
TnxQSO-Admin
a937288042 feat: broadcast callsign lookup results via WebSocket
This PR implements a global WebSocket broadcast whenever a callsign lookup occurs in the QSO window. It enables external hardware and software (rotators, external displays, and integrators) to react instantly to the station being logged.

Key changes:
- Added 'broadcastLookupResult' to assets/js/cat.js.
- Implemented automatic WebSocket initialization if a local CAT-URL (127.0.0.1/localhost) is detected.
- Triggered broadcast from assets/js/sections/qso.js upon successful lookup, including full metadata (Azimuth, LoTW status, US County, Slot confirmation, etc.).
2026-01-29 18:47:59 +01:00
Florian (DF2ET)
aab05583ca Merge pull request #2838 from phl0/nullDistance
Show 0km instead of blank (same as QSO view)
2026-01-27 22:09:34 +01:00
Andreas Kristiansen
46e1076882 [DBTools] Fix for sat in band 2026-01-27 11:58:47 +01:00
Fabian Berg
4c4a3b7f1f Merge branch 'dev' into create_qso 2026-01-26 10:49:33 +01:00
Andreas Kristiansen
2a4a5014f6 Merge pull request #2843 from AndreasK79/lba_dbtools_dropdown_counter
[DBTools] Added counts in the dropdown filtering
2026-01-26 10:33:08 +01:00
int2001
c14866c353 Preserve precision in cluster 2026-01-25 09:54:57 +00:00
HB9HIL
f740b188c8 return qso_id and adif data from create_qso() in an array so it can reused in other places aswell 2026-01-24 22:06:41 +01:00
phl0
75b50a2b9f Compare all upper case 2026-01-24 15:55:38 +01:00
phl0
4199e87722 Fix mapping function for LBA and search results 2026-01-24 15:40:13 +01:00
Andreas Kristiansen
974ad60bfa [DBTools] Added counts in the dropdown filtering 2026-01-24 13:19:44 +01:00
int2001
dece3a068e Different port for wss 2026-01-24 10:16:06 +00:00
int2001
c3f1194257 try WSS first, if it fails use wd 2026-01-24 08:33:56 +00:00
int2001
558984dbe5 Handler for trying https first (QSY), fallback to http 2026-01-24 08:22:21 +00:00
phl0
c4cbb5ad39 Qrbcalc maps should handle same grids and not fail (silently) 2026-01-23 08:46:42 +01:00
Andreas Kristiansen
34ac652946 Merge pull request #2825 from kc9uhi/add-date-format-dMy
add 'd M y' date format
2026-01-21 10:45:11 +01:00
kc9uhi
0a4f932999 Merge branch 'dev' into station-location-fixes 2026-01-20 09:07:24 -07:00
kc9uhi
95a70dafe5 Merge branch 'dev' into add-date-format-dMy 2026-01-20 05:52:46 -07:00
17713e08e5 Fix US County entry 2026-01-20 05:08:28 -07:00
Florian (DF2ET)
a1ebdda83c Merge pull request #2809 from phl0/checkSatSupport
Show info about SAT support by LoTW
2026-01-20 08:22:39 +01:00
phl0
6e6bc0b73a Fix flightpath 2026-01-20 08:22:09 +01:00
Andreas Kristiansen
f05523766d Merge pull request #2820 from AndreasK79/dbtools_grid_map
[DBTools] Added a map to show map for incorrect grids
2026-01-20 07:39:41 +01:00
764fd8eadb change presets to UTC, to match logbook entries 2026-01-18 13:10:46 -07:00
1f677bbe6d add 'd M y' date format 2026-01-18 11:34:46 -07:00
Andreas Kristiansen
79fee09d08 Fixed title translation 2026-01-18 10:01:37 +01:00
Andreas Kristiansen
95fb40b937 [DBTools] Added a map to show map for incorrect grids 2026-01-17 20:26:14 +01:00
phl0
d5c5dae0e3 Add callsign to legend and fix translation 2026-01-16 08:12:38 +01:00
phl0
2d14e02cfa Add callsign to gridmap filter 2026-01-15 13:52:11 +01:00