* Added a map to show where other stn are // refactored message adding to tables for performance, max 30.000 msg now * debugging map failure * debugging map failure * debugging map failure * fix Pipeline Modules n map Linux * changed UI design to save some space. Made the UI more reactive for smaller screens. Maximized resolution at startup to the possible maximum of the current display of the user * Docs added for new Features * Added filters and sorters for Tropo reachability, AS availability and new big fields / locators. Added reachability band selector for tropo calculation based on a choosen band * Fixed worked-23cm-tag when working with dxlog/n1mm logger * delete not needed files from repo * Reduced opentopo api calls // added 4 char locator new-filter // added new band and tropo filter and priority sorter // decreased map load --------- Co-authored-by: Marc Froehlich <praktimarc@gmail.com>
20 lines
487 B
Java
20 lines
487 B
Java
module praktiKST {
|
|
requires javafx.controls;
|
|
requires javafx.fxml;
|
|
requires javafx.web;
|
|
requires jdk.xml.dom;
|
|
requires java.sql;
|
|
requires javafx.media;
|
|
requires jdk.jsobject;
|
|
requires java.net.http;
|
|
requires java.desktop;
|
|
requires jdk.crypto.ec;
|
|
exports kst4contest.controller.interfaces;
|
|
exports kst4contest.controller;
|
|
exports kst4contest.locatorUtils;
|
|
exports kst4contest.model;
|
|
exports kst4contest.view;
|
|
|
|
|
|
opens kst4contest.view.map to javafx.web;
|
|
} |