提交图

191 提交

作者 SHA1 备注 提交日期
Andreas
b5d4e41806 [Translation] Replaced string $this->lang-line where no echo was used 2023-05-14 13:54:10 +02:00
Andreas
ac2cdc6e58 [Translation] Replaced all language string from $this->lang->line to lang 2023-05-14 13:45:10 +02:00
Peter Goodhall
2181ee48e9 [QSO] Make sure browsers don't suggest content on fields 2023-05-09 14:54:59 +01:00
phl0
29fc7b67e0
Harmonize display of none as DXCC 2023-04-29 18:57:35 +02:00
phl0
75ac1b2620
Add option for default station power 2023-04-27 23:02:57 +02:00
phl0
587a39ab83
Show badge and hints about deleted DXCCs 2023-04-26 22:39:09 +02:00
phl0
72c2853fc6
Add fields for continent and update function 2023-02-04 17:41:21 +01:00
Andreas
8135d07c45 [QSO Entry] Added dxcc summary to spawn when dxcc is identified 2023-01-26 08:54:35 +01:00
phl0
b2b7596bca
Add Frequency to selectable colums and previous QSOs 2022-12-14 12:45:32 +01:00
phl0
034fa625fb
Add support for POTA fields according to ADIF update 2022-11-30 15:38:40 +01:00
phl0
c5c8b83dee
Fix typo 2022-11-25 00:27:45 +01:00
phl0
951be84c97
Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
phl0
6bfdd8a3d5
Hide SAT stuff if SAT band is disabled 2022-10-05 23:23:32 +02:00
phl0
65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
Andreas
be72a332b6 [Bands] QSO entry band/bandrx dropdown is now fetched from db 2022-09-08 20:12:11 +02:00
Peter Goodhall
59803766d0
Merge pull request #1569 from phl0/refactorWWFF
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
phl0
1d0f0e3da2
Add Aicraft Scatter prop mode 2022-08-17 22:19:51 +02:00
phl0
66f70af2c4
Add separate input field for WWFF info 2022-08-15 16:04:33 +02:00
phl0
8459f31422
Implement profile pic for hamqth 2022-07-03 11:39:05 +02:00
phl0
828429312e
Add option to en-/disable showing of qrz.com images to user account menu 2022-04-04 13:17:33 +02:00
phl0
ddf745645a
Add config option for qrz.com image display 2022-04-03 14:05:05 +02:00
phl0
d7a23d23a4
Pull image from qrz.com and display in QSO log window 2022-04-03 10:28:36 +02:00
Peter Goodhall
9fda6518e5 [QSO Input] Changed Locator to Gridsquare for visual consistency 2022-03-31 18:38:08 +01:00
Peter Goodhall
024669758c Added idea on using Popover for validation info
If your not sure about popovers see https://getbootstrap.com/docs/4.0/components/popovers/
2022-03-31 18:35:25 +01:00
phl0
c5ff0df369
Implement validation check for grid locator input 2022-03-28 12:41:14 +02:00
phl0
f17f148d01
Fix typo 2022-03-27 13:08:31 +02:00
phl0
8d3138646c
Add hint for multiple grids 2022-03-27 12:47:30 +02:00
phl0
3be65ae548
Allow for editing QSL MSG comment 2022-03-17 10:48:01 +01:00
phl0
8c9e98888c
Save QSLMSG to database 2022-03-16 18:21:46 +01:00
phl0
c131c59d04
Add basic QSL message text box 2022-03-16 18:02:31 +01:00
Peter Goodhall
33130201f6 Revert "Merge pull request #1403 from AndreasK79/dxcc_add_text_deleted"
This reverts commit a6faa1310b, reversing
changes made to 6b0e9b5eeb.
2022-02-20 11:57:09 +00:00
Andreas
a52827fdc0 Added text (deleted dxcc) to the dropdown so it's easier to choose correct dxcc. 2022-02-11 23:52:41 +01:00
Ondřej Nový
8cf8276c4f Add missing QSL sent state and method during QSO adding 2022-01-24 22:47:45 +00:00
Ryan Zink
6b4a328bc1 Addition of 33cm and 1.25m bands where appropriate, reclassification of some bands as Microwave rather than UHF 2022-01-20 21:10:16 -07:00
phl0
0593f0fee1
Add SOTA icon/link 2022-01-02 12:52:39 +01:00
Peter Goodhall
a4fd746a90
[QSO] Increase the callsign entry box width 2022-01-02 10:21:52 +00:00
phl0
8d6466334b Added hamqth.com and some tooltips 2022-01-01 21:38:18 +00:00
phl0
a292ce2b28 Align qrz icon next to callsign input box 2022-01-01 21:38:18 +00:00
phl0
4b7ae76baf Add icon link to qrz.com page 2022-01-01 21:38:18 +00:00
Peter Goodhall
e7902db33a Fixed a range of errors 2021-11-14 22:48:39 +00:00
Peter Goodhall
0f57e62a84 Revert "Correct user date formating on QSO pages (Live/Post)"
This reverts commit 77a99780cb.
2021-09-28 16:09:47 +01:00
KT3PJ
77a99780cb Correct user date formating on QSO pages (Live/Post)
The date field will now be populated from the user's preferences, if
this is not set it will fallback to the file config setting.

-Move date format detection to earlier in the index.php file to allow a
single lookup of the format for the entire file.
-Convert hardcode date string to format selection in index.php to allow
the custom format to show on the Post QSO page.
-Convert php format string to jclock format string in footer.php to
allow the custom format to show on the Live QSO page.
2021-09-22 08:18:58 -04:00
Andreas
946f11d538 [QSO Entry] Maritime Mobile identification fix 2021-07-30 09:06:53 +02:00
Peter Goodhall
c10ba57cc5 [QSO Entry] Added Ability to select None as DXCC option
None as DXCC option is used for /MM style stations
2021-07-28 13:26:20 +01:00
Andreas
2d86c70e53 [Date format] Fixed displaying of correct date format in qso widgets and in the previous contacts table in live/post qso. 2021-07-23 19:26:10 +02:00
Peter Goodhall
db3221107a [QSO] Improved font-size on Previous Contacts for alignment 2021-03-21 14:10:45 +00:00
Peter Goodhall
a896370cc5 [QSO] Removed the QSO Map heading above the map
Removed the QSO Map heading above the map as it felt unnecessary, it also frees up some space for some ideas about showing RIG information on the QSO page.
2021-03-21 14:04:52 +00:00
Andreas
7892846e8a [QSO Entry] Added county with autocomplete to the form. 2021-01-31 15:02:23 +01:00
Leroy Diaz
d6480b775d Fix labels 'for' property in QSO view 2021-01-13 21:31:12 +00:00
Leroy Diaz
3eb2ff29a4 Fix notes panel content id
Use the same id for the notes panel as in QSO edit view
to avoid conflict with the textarea
2021-01-13 21:31:12 +00:00