Wykres commitów

238 Commity (f4b81752b489afbd7c2bdc4b892ff29ae2ddb10d)

Autor SHA1 Wiadomość Data
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 3e6998460d
Merge pull request #777 from poll-busily/awards_menu_sort
Sort Awards menu alphabetically
2020-12-26 14:29:51 +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 bc386da0ca Sort Awards menu alphabetically
I think that alphabetic sorting makes this menu easier to scan.
2020-12-26 13:31:40 +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 a012d73df2 [Options] Adds new Save & Update funcs to OptionsLib, Creates /options with the abilty to change the theme globally 2020-12-13 16:55:10 +00:00
Peter Goodhall 8dfaf47c79 [Options] Greates OptionsLib library, sets default theme and others
This commit does a couple of things

- Creates OptionsLib which stores the 'Options' within the CI config system prefixed with "options_"
- Loads the OptionsLib automatically
- Adds function to OptionsLib for selecting the active stylesheet.
- Adds function to get an option_value that isn't automatically loaded.
2020-12-12 22:03:42 +00: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
Paul Beesley e99e0da84d Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 13:42:13 +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
Andreas 2229a1579b Logging is working. Contest exchange is being logged. Basic contest logging is now working. 2020-11-17 09:47:57 +01:00
Andreas e557d92c47 Tweaking of logging form. Added some logic in javascript, and started on a function for saving the qso in the controller. 2020-11-16 19:20:45 +01:00
Peter Goodhall 844ded79d6 Fixed unclosed script tag causing other js functions to fail 2020-11-11 15:08:59 +00:00
Andreas 14e69ed43a Javascript: changed to local copies of files. 2020-11-08 11:26:38 +01:00
Andreas e83e7340f5 [Contest logging] Started work on the logging form. 2020-11-08 10:46:08 +01:00
Peter Goodhall 0d5b15847e
Merge pull request #682 from poll-busily/header-user-icon
Use icon next to logged-in username
2020-11-04 14:35:48 +00:00
Peter Goodhall bc74942323
Merge pull request #683 from poll-busily/misc-text
Further tweaks to text and text formatting
2020-11-04 14:35:24 +00:00
Paul Beesley 5d23802e16 Further tweaks to text and text formatting
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00
Paul Beesley 593569ab69 Tweak user drop-down menu content
Make the user icon solid to match the other icons in this menu. Rename the "Profile" entry to "Account" as that's the term used elsewhere.
2020-11-02 09:19:32 +00:00
Paul Beesley 77a8143dc0 Replace text with user icon in header bar
I noticed that on smaller screens (iPad, etc) the header bar gets a bit squashed. This patch doesn't fix that entirely but we can save a little space by using an icon instead of "Logged in as" text next to the callsign of the logged-in user.
2020-11-02 09:16:24 +00:00
Andreas 8f37c06971 [QSLCard] Removed unused file. Added view qsl inside qso dialog, so that you know which file to delete (else you had to go to view qsl page and delete from there). 2020-11-01 21:45:47 +01:00
Andreas bcfe979573 [QSL Card image] jQuery upload, dynamically adding/deleting to table and carousel. 2020-11-01 12:36:02 +01:00
Andreas Kristiansen b22ed135b3
Merge branch 'master' into qsl_card_upload 2020-10-29 17:55:23 +01:00
Peter Goodhall bd7fca38b3
Merge PR #676 Normalises all buttons to make things standardised
Normalise buttons
2020-10-29 14:59:24 +00:00
Andreas 6b1f30cb0d New feature: QSL card image upload 2020-10-28 23:20:03 +01:00
Paul Beesley c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Andreas b33898abdb Expanded timeline with more options. 2020-10-23 12:25:16 +02:00
Peter Goodhall e8b660b775
PR #670 from poll-busily - Normalise all the Admin pages so they all match the same format
Normalise styles of admin pages
2020-10-22 16:27:04 +01:00
Paul Beesley 2ebf33a084 Update admin page titles
Trying to bring the page title into line with the Admin menu dropdown entry or vice-versa, depending on which one is most used
2020-10-20 22:03:37 +01:00
Andreas dbee35466e Added CSV-export to various tables. 2020-10-19 19:16:42 +02:00
Andreas 6f70c92b7c Added csv-export on dxcc-award table. 2020-10-19 14:10:58 +02:00
Peter Goodhall 35ed0d3c22
PR AndreasK79/timeplotter_feature
New feature: timeplotter
2020-10-18 15:09:05 +01:00
Andreas 66365a7e55 New feature: timeplotter 2020-10-18 00:00:01 +02:00
Andreas daeeeb4e2f Added Datatable to the table in timeline 2020-10-14 12:22:13 +02:00
Andreas 337caa1424 Added AJAX-delete of mode as well. 2020-10-13 12:38:44 +02:00
Andreas 529c81575c Dialog with ajax to create a new mode. 2020-10-13 12:24:19 +02:00