Commit Graph

1091 Commits

Author SHA1 Message Date
Luarvique L. Luarvique 4753d664b0
Merge pull request #33 from 0xAF/master
fix Leaflet maps when we have custom markers in /etc/openwebrx/markers.d
2023-11-03 20:59:25 -04:00
Marat Fayzullin 8425a46e20 Adding utility function to adjust frequency by modulation. 2023-11-03 20:53:17 -04:00
Stanislav Lechev [0xAF] c2d832ba4b fix Leaflet maps when we have custom markers in /etc/openwebrx/markers.d
The "default" (unknown) marker is created with LMarker class, which lacks many
methods. It is a base class.
With this commit, the "default" marker will be APRS marker (LAprsMarker
class), which will allow the markers to be created.
2023-11-04 02:51:35 +02:00
Marat Fayzullin 7f1d2ef840 Merge branch 'ui_themes2' 2023-11-03 20:16:04 -04:00
Marat Fayzullin 8287f66744 Improving console window shadow. 2023-11-03 20:09:14 -04:00
Marat Fayzullin b4ad6a8b07 Fixing frequency bar coloring. 2023-11-03 19:49:53 -04:00
Stanislav Lechev [0xAF] 31ba742577 revert some styling 2023-11-04 01:39:16 +02:00
Stanislav Lechev [0xAF] 54010abaf4 revert tinting of user-supplied image 2023-11-04 01:12:20 +02:00
Stanislav Lechev [0xAF] 2c5f97edf5 fix border color on receiver panel 2023-11-04 00:53:21 +02:00
Stanislav Lechev [0xAF] d392f98c54 more fixes on themes, add shadow to top-bar, add new theme 'night' 2023-11-04 00:40:22 +02:00
Marat Fayzullin eb148e7a21 Going back to LRGB for mixing locator colors. 2023-11-03 13:01:47 -04:00
Marat Fayzullin 9669461841 Not highlighting inactive time slots. 2023-11-03 12:46:11 -04:00
Marat Fayzullin b0e4bb950f Changing "Zoom" to "Display" 2023-11-03 00:50:17 -04:00
Marat Fayzullin 09222ac205 Changing "Range" to "Zoom". 2023-11-03 00:48:14 -04:00
Marat Fayzullin eb77f8d8af Adding cut-off line to the text console. 2023-11-03 00:47:24 -04:00
Marat Fayzullin 25746a8063 Fixing several theming issues. 2023-11-03 00:36:02 -04:00
Marat Fayzullin bb6f85dc00 Merge branch 'ui_themes2' of https://github.com/luarvique/openwebrx into ui_themes2 2023-10-30 21:11:38 -04:00
Marat Fayzullin 3e79c20730 Improving themes. 2023-10-30 21:09:13 -04:00
Marat Fayzullin 7ae27453c7 Adding themes file. 2023-10-30 21:09:13 -04:00
Marat Fayzullin 8c0c4918f0 Adding clean themes branch 2023-10-30 21:09:13 -04:00
Marat Fayzullin aa90f33199 Extended text console and made it scrollable. 2023-10-29 23:40:02 -04:00
Stanislav Lechev [0xAF] 0e900387db rework the themes 2023-10-30 04:35:38 +02:00
Marat Fayzullin 354f975b54 Adding frequency adjustment of -1kHz for SITOR. 2023-10-29 22:31:37 -04:00
Marat Fayzullin eaab180288 Improving themes. 2023-10-27 20:35:28 -04:00
Marat Fayzullin 8da00acd8e Adding themes file. 2023-10-26 20:35:31 -04:00
Marat Fayzullin d194164695 Adding clean themes branch 2023-10-26 20:34:53 -04:00
Marat Fayzullin 3ac53eb54a Fixing AIS info bubbles. 2023-10-22 11:21:11 -04:00
Marat Fayzullin db3243fb7e Fixing typo in linkifyVessel(). 2023-10-19 11:03:07 -04:00
Marat Fayzullin 113306912d Fixing links for HFDL flight reports. 2023-10-17 20:45:15 -04:00
Marat Fayzullin 3dd0c838e2 Terminology updates in Utils.js. 2023-10-17 19:58:47 -04:00
Marat Fayzullin c09387e3c9 Added colored band/mode designators to locator info windows. 2023-10-16 22:02:05 -04:00
Marat Fayzullin e02542dec9 Shortened country names. 2023-10-15 22:24:39 -04:00
Marat Fayzullin 273d64503a Removed text resize in locator info bubble. 2023-10-15 21:00:40 -04:00
Marat Fayzullin 2638a73270 Added country lookup for vessel MID numbers. 2023-10-15 20:51:00 -04:00
Marat Fayzullin e831a78630 Updating list of reports sizing. 2023-10-15 18:30:51 -04:00
Marat Fayzullin ad01c8dc81 Moved common JS functions into Utils.js. Added countries to callsigns. 2023-10-15 14:42:33 -04:00
Marat Fayzullin 53dff79c63 Updated locator info bubble, made locator coloring reflect age. 2023-10-14 13:42:25 -04:00
Marat Fayzullin 980b3ad196 Fixed htmlEscale(). 2023-10-11 22:23:28 -04:00
Marat Fayzullin 62e36a16e4 Escaping HTML in map markers. 2023-10-11 22:10:43 -04:00
Marat Fayzullin deaf23d910 Escaping HTML in avionics messages. 2023-10-11 21:54:08 -04:00
Marat Fayzullin e6f81b7d83 Added spectral color scale, increased aging period to 15 seconds. 2023-10-11 21:21:54 -04:00
Marat Fayzullin a7cea4d31e Updated transparency scale for locators. 2023-10-10 22:50:16 -04:00
Marat Fayzullin bd7142ad3e Rewritten map locators, one rectangle per maidenhead square now. 2023-10-10 22:30:23 -04:00
Marat Fayzullin ef9618a4bb Removed locator rectangle edges since they overlap. 2023-10-06 23:16:49 -04:00
Marat Fayzullin 7922b3950c Adding proper marker removal function. 2023-10-06 22:50:40 -04:00
Marat Fayzullin 94621c252d Properly assigning ttl. 2023-10-06 22:26:46 -04:00
Marat Fayzullin 362e6d71c9 Reintroducing LSimpleMarker. 2023-09-30 18:40:51 -04:00
Luarvique L. Luarvique 354646f3e0
Merge pull request #26 from 0xAF/master
add LSimpleMarker (fix custom markers)
2023-09-30 18:39:28 -04:00
Stanislav Lechev [0xAF] d9b0beec31 add LSimpleMarker (fix custom markers) 2023-10-01 01:23:54 +03:00
Marat Fayzullin 552865f6bf Removing reference to LSimpleMarker. 2023-09-30 18:18:44 -04:00