提交图

218 提交

作者 SHA1 备注 提交日期
Peter Goodhall
ae4a7e596b [Contesting] Check if QSOTable is initialised
This fixes the javascript error reported in #981 not sure if it solves all the issues though
2021-04-05 17:40:34 +01:00
Andreas
7fdd5b6bec [Awards SIG] Added datatable to the QSO list 2021-03-21 08:19:38 +01:00
Peter Goodhall
7ad66ef669
Merge pull request #946 from AndreasK79/quick_lookup_wwff_added
[Quick lookup] WWFF added.
2021-03-19 15:03:04 +00:00
Andreas
c8b0e48bcd [Quick lookup] WWFF added. Did some refactoring to simplify code, and make it easier to add queries. 2021-03-17 18:23:01 +01:00
Andreas
098657c952 [Refactor footer.php] Split timeplotter functions to it's own file 2021-03-17 12:56:04 +01:00
Andreas
cf9e87c627 [Refactor footer.php] Split modes functions to it's own file 2021-03-17 12:51:13 +01:00
Andreas
58f14d407a [Refactor footer.php] Split contesting names to it's own file 2021-03-17 12:44:39 +01:00
Peter Goodhall
961f766d65
Merge pull request #937 from AndreasK79/quick_lookup
[Quick lookup] New feature to quickly check worked/confirmed on band/…
2021-03-16 16:49:38 +00:00
Andreas
616eb0e09b [Station profile] Fix when editing a station profile with US County set. If state was set, county could not be changed. 2021-03-14 17:30:36 +01:00
Andreas
6af95ae5ed [QSO Edit] Fix when editing a QSO with US County set. Selectize would not let you erase everything, since comma is used as a delimiter. 2021-03-14 17:16:06 +01:00
Andreas
681cd0af9b [Quick lookup] New feature to quickly check worked/confirmed on band/mode. Invoked by ALT-L 2021-03-14 10:11:21 +01:00
Andreas
d8756b9ce0 [Refactoring] Split js for Acumulated Statistics into separate js-file. 2021-03-09 18:24:22 +01:00
Andreas
992732e072 [Refactoring] Split js for Distances Worked, Days with QSOs and QRZ Logbook upload into separate js-files. 2021-03-09 18:20:27 +01:00
Andreas
7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
Andreas
adaa7f3f8a [Contesting] Contests can be added/edited/deleted inside Cloudlog. Used for choosing Contest in Contest Logging 2021-02-12 23:27:08 +01:00
Peter Goodhall
33a89cb37a
Merge pull request #867 from phl0/AddSDOKinfo
Add SDOK info
2021-02-08 17:10:30 +00:00
Peter Goodhall
0d2fe0a43b
Merge pull request #869 from AndreasK79/us_counties
US Counties award added
2021-02-08 00:57:18 +00:00
Peter Goodhall
fb17de1c58 Bug selectize.destroy(); was causing js inside Cloudlog to break 2021-02-07 14:44:29 +00:00
Andreas
7642ab874f [Awards][US Counties] Can see list of counties now, and QSOs when clicked on county. 2021-02-07 15:22:03 +01:00
Andreas
e558abf890 [Awards][US Counties] Added US Counties Award. Only totals so far. 2021-02-07 00:03:05 +01:00
phl0
a4a9217e37
Minor changes (variable naming and comments) 2021-02-04 16:46:11 +01:00
Peter Goodhall
89d579489a
[QSO Dialog] County has been added.
Adds USA County
2021-01-31 16:49:54 +00:00
Andreas
44a1dd5691 [QSO Entry] County can now be saved and changed when editing a QSO. 2021-01-31 15:27:56 +01:00
Andreas
7892846e8a [QSO Entry] Added county with autocomplete to the form. 2021-01-31 15:02:23 +01:00
Andreas
28d30de120 [Distances Worked] You can now choose satellite. Also cleaned up some code. 2021-01-30 23:25:13 +01:00
Peter Goodhall
59616f1f5c [QSO] small improvement to json lookup jsonlookupcallsign 2021-01-29 20:20:01 +00:00
Peter Goodhall
b8d2032ed6 [QSO] Fixes #557 Where /P wasn't handled properly 2021-01-29 20:11:35 +00:00
Andreas
43a78f499c [Station profile] US Counties dropdown added 2021-01-24 15:29:29 +01:00
Andreas
d38884d765 [QSO Edit] Added DOK and SOTA autocomplete to the QSO edit area. 2021-01-23 06:59:20 +01:00
Andreas
7f80984db0 [DOK autocomplete] Added DOK autocomplete in the QSO entry area 2021-01-20 12:56:53 +01:00
Andreas
584914ca9b [QSO Dialog] SOTA autocomplete when logging. 2021-01-15 23:55:53 +01:00
Andreas
9e790340d7 [Contesting] Restoring QSO table. 2020-12-28 19:55:51 +01:00
Andreas
11736ea938 [Contesting] Added saving and restoring of contestid, exchangetype and exchangesent. 2020-12-27 09:37:48 +01:00
Peter Goodhall
3fe6a69807 [Config][Maps] Added Openstreetmap tile server settings to options table 2020-12-26 14:58:41 +00:00
Peter Goodhall
32ea0f55f1 [QSO][Radio] Added Band RX to station which is populated based on CAT RX Freq
If the radio interface supplies a freq RX then the javascript will populate RX Band.
2020-12-26 14:07:00 +00:00
Paul Beesley
8ba41812ad Tweaks to text
Touches page titles, some table headers (capitalisation mostly), menu items.
2020-12-23 13:01:20 +00:00
Anthony Di Iorio
18fbb72d19 Spacebar moves to name field
Spacebar moves to the name field when you're entering a callsign

Similar to contesting ux, good for pileups.
2020-12-23 03:23:31 -05:00
Peter Goodhall
b40b3a2834
[Contesting] New beta contesting features PR by AndreasK79
New feature: Contest logging
2020-12-09 18:05:16 +00:00
Andreas
f784507435 [Contest logging] CAT added. Split some of the JS into it's own file. Frequency is also saved. 2020-12-07 21:26:16 +01:00
Peter Goodhall
fa48db4263 [Map][Custom] /map/custom you can select to dates to map QSOs 2020-12-07 17:28:19 +00:00
Peter Goodhall
9d4ab310d2 [Maps] Added a view to show all logged QSOs of an active profile on a map /map 2020-12-07 16:32:12 +00:00
Peter Goodhall
b98959f67b
Merge pull request #728 from AndreasK79/export_highstock
[Timeplotter and Distances Worked] Export has been added to the highs…
2020-12-07 13:31:35 +00:00
Andreas
b2750b827f [KML Export] Bugfix, as it was not working. Also made a GUI with options for what you want to export. 2020-12-06 13:21:35 +01:00
Peter Goodhall
c1b0d49ae7
Merge pull request #726 from AndreasK79/reload_disable_on_save_qso
[Edit QSO] Disabled reload of page when editing and saving QSO while …
2020-12-02 16:39:57 +00:00
Andreas
d1163bc2aa [Timeplotter and Distances Worked] Export has been added to the highstock plotting. 2020-12-02 14:49:14 +01:00
Andreas
a9ab3c01f7 [Edit QSO] Disabled reload of page when editing and saving QSO while in Live QSO/Post QSO 2020-11-30 20:39:25 +01:00
Adam
bf58232466
Very minor cleanup of text 2020-11-22 19:53:51 -06:00
Peter Goodhall
47e8adda89
Merge pull request #715 from AndreasK79/distplot_measurement_base
[Distance plotting] This now follows chosen distance measurement. MAP…
2020-11-21 21:33:54 +00:00
Andreas
3e59cd3651 [Distance plotting] This now follows chosen distance measurement. MAP file added for broken highstock.js. 2020-11-20 11:55:55 +01:00
Peter Goodhall
38e9c18b37 trying to fix tx power error when saving 2020-11-19 16:17:34 +00:00