Wykres commitów

111 Commity (08735b116f392207f322cab163c97294c96ac31e)

Autor SHA1 Wiadomość Data
Peter Goodhall 53728a851d Populate QSL Manager from QRZ in the QSL Via field on the QSO Page 2019-06-16 17:49:39 +01:00
Peter Goodhall 5db81d6089 Displays under the callsign whether persons an lotw user or not 2019-06-16 16:37:26 +01:00
Peter Goodhall ec5c356cc0 Added a map to the Add QSO page 2019-06-14 00:14:39 +01:00
Peter Goodhall ad76b88ac1 Added field for SOTA Ref and its shown in the popups 2019-06-13 18:35:14 +01:00
Peter Goodhall c836879591 Made country information a badge with blue background just to see if its useful
Changed country text to a badge layout per Bootstrap, thinking being that these could be used for showing things like LOTW and other statuses
2019-06-13 18:15:51 +01:00
Peter Goodhall c676a35b21 Shifted QSO notifications to the right panel rather than top to keep elements at the same height 2019-06-13 14:39:35 +01:00
Peter Goodhall 2af86a3fd8 Roughly styled the edit box for new bootstrap (not finished) and added via 2019-06-13 14:34:31 +01:00
Peter Goodhall 30c1db5d6a After updating a contact close the modal box and refresh the page. 2019-06-12 17:10:43 +01:00
Peter Goodhall 6d491fd027 Catch date when it rolls to next day 2019-05-25 22:17:35 +01:00
Peter Goodhall 2cdb45d501 Fixed time issue which happened during ui update 2019-05-25 22:11:53 +01:00
Peter Goodhall 1f80ccb1b2 Added an icon to save button because pretty. 2019-05-22 22:58:53 +01:00
Peter Goodhall 3ee8f7f14a Check within the browser that callsign is provided before submitting the form 2019-05-22 22:52:01 +01:00
Peter Goodhall 481f617b5a Reduced spacing around the inputs to try improve screen layout on the QSO page. 2019-05-22 22:47:56 +01:00
Peter Goodhall 7607393979 Added some css for validation errors on qso page 2019-05-21 13:49:16 +01:00
Peter Goodhall 7a78deedf3 QSO Page changed to new ui and deleted old assets 2019-05-21 13:44:22 +01:00
Tobias Mädel ca20d29bd6 Show worked before grid status 2019-02-26 22:00:09 +01:00
Tobias Mädel 5a19437aed Fetch all callsign information in a single JSON request 2019-02-26 16:37:42 +01:00
Tobias Mädel 50b6bc6bfd Cleanup DL/UL handling, add microwave sat modes 2019-02-26 00:08:06 +01:00
Tobias Mädel fccff62f4a Request CAT information as JSON 2019-02-25 23:40:24 +01:00
Tobias Mädel 3077fe7c79 Save downlink frequency in the database 2019-02-25 23:17:23 +01:00
Tobias Mädel b9e53b48ca Fixed CAT database layout, added downlink frequency selection, repaired frequency storage over multiple QSOs 2019-02-25 23:13:09 +01:00
Peter Goodhall df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00
Peter Goodhall 71d8eb22a2 Support Multi Grids for VUCC 2018-12-31 15:43:21 +00:00
Tony Corbett, G0WFV b0f0a44591 Logging: also clear down the Locator field. 2018-12-16 14:03:40 +00:00
Tony Corbett, G0WFV 204d09f597 Single file QSO logging: Disable auto update from radio if post. 2018-12-16 12:33:27 +00:00
g0wfv a52d9493a5 Fixed adding non 'SSB','DATA','CW' qso (teabreakninja) 2018-12-16 12:32:59 +00:00
g0wfv e85ee13ffd Logging: Change to single source file 2018-12-16 12:31:50 +00:00
Andy 096faa3012 Revert "Fixed adding non 'SSB','DATA','CW' qso"
This reverts commit 45f2896a49.
2018-12-16 12:29:50 +00:00
Andy 45f2896a49 Fixed adding non 'SSB','DATA','CW' qso 2018-12-14 19:32:05 +00:00
Peter Goodhall 0b732d59ca If SatPC32 isn't the selected radio then clear the sat_name and sat_mode fields 2018-12-02 17:14:14 +00:00
Peter Goodhall 39f4e83e09 Added FT8 to the modes dropdowns 2017-07-26 10:40:56 +01:00
Peter Goodhall 23bb1e6eb5 Added DSTAR and Digital Voice to modes dropdown for M0TZO 2017-03-07 20:46:09 +00:00
Peter Goodhall 11b0008882 Added HELL and HELL80 to Modes 2017-02-12 22:10:17 +00:00
Peter Goodhall 6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Peter Goodhall 4f5b8edd86 changed default report for jt6m 2016-10-26 17:41:28 +01:00
Peter Goodhall 7600feb17d Updated the default report for FSK441 requested by @m1bxf 2016-10-26 17:39:40 +01:00
Peter Goodhall 8b58993924 Added JTMSK & QRA64 to the modes dropdown as requested by @m1bxf 2016-10-26 17:37:13 +01:00
Peter Goodhall fddecbcaf6 Added mode MSK144 for @m1bxf
Added digital mode MSK144 for @m1bxf
2016-10-26 17:34:45 +01:00
Andy c40eb37f40 more changes 2016-02-12 16:31:29 +00:00
Peter Goodhall 6b1bb3861f Added ability to update propagation mode using free text field fixing issue #126 2016-01-10 01:09:54 +00:00
Peter Goodhall b3e21d22e5 Adds sat_name to Parcial search results when logging 2013-05-04 23:51:41 +01:00
Peter Goodhall 0efa234d7c CW RST defaults to 599 2013-05-04 23:27:00 +01:00
Peter Goodhall 754acc19ab Changed JT9 to JT9-1 and also set all VHF/UHF data modes to set rsts to -5 by default rather than 59 2013-05-04 23:25:36 +01:00
Peter Goodhall 8db054a5df Added JT9 mode to the post qso area 2013-05-04 23:08:32 +01:00
Peter Goodhall 85710b99e8 Added JT9 to the Add QSO area 2013-05-04 23:08:04 +01:00
Corby Krick a3a195b6ea Mapping database values to items in the list was incorrect for a couple of entries. 2013-02-24 15:42:53 -06:00
Corby Krick 105507e389 Mapping database values to items in the list was incorrect for a couple of entries. 2013-02-24 15:42:47 -06:00
Peter Goodhall 44558d7d39 Moved edit QSO to Bootstrap style, made QSL infos into tabs, and adjusted layout still needs work 2013-02-20 23:23:30 +00:00
Corby Krick 3f32c38e9c Neglected to add to the edit function in the logbook_model, also changed the name of the selector for eQSL.cc receive, to match the convention in the rest of the selectors. 2013-02-11 18:55:11 -06:00
Corby Krick 1384926f72 Added menu items for paper QSLs, and menus for eQSL.cc and LoTW. Need to be prettied up with some CSS. 2013-02-09 14:58:34 -06:00