praktimarc
6aeebfc21b
Update MessageBusManagementThread.java
2024-05-02 23:56:10 +02:00
praktimarc
61877e0886
Update DBController.java
2024-05-02 23:54:48 +02:00
praktimarc
eac02aecc9
Update DirectionUtils.java
2024-05-02 23:42:23 +02:00
praktimarc
a51cb1afe6
Update Kst4ContestApplication.java
2024-05-02 23:41:04 +02:00
praktimarc
a898680149
Merge branch 'featureMessagefilter' into main
2024-05-02 23:16:05 +02:00
Marc Froehlich
1663b0fd7f
- Windows-sizes and dividers of the panels will be saved now in the xml file
...
- changed the filter panel to a flowpanel to increase usability at smaller screens
2024-05-02 22:50:20 +02:00
Marc Froehlich
3e8783d7cd
- There had been changes at the preferences xml and the database. Thatswhy for the DB there is an update method now and some checks if the XML is valid. That are simple checks, just to prevent crashing...
...
- Selectable bands
Its now possible to select which bands you want to activate. Please select your bands and
click save and restart the software. There will only appear buttonds and field which are
related to the bands which you have choosen.
- Unworkable tags for each callsign.
It´s now possible to set NOT-QRV tags for each station for each band. If an OM tells
you for example, that he is not QRV at 144 MHz, you can set the "unworkable" flag for him
and able to filter his callsign out of the chatmember-list
- QTF-Arrow
The button "show path in AS" now got an arrow which shows the QTF of the selected station
while the button is still out of function (will work that out some time)
2024-04-14 23:09:37 +02:00
Marc Froehlich
8bea4111f0
- introduced qrv tags for callsigns, only UI so far
2024-03-30 00:50:16 +01:00
Marc Froehlich
136cf08f08
- reachable function: If a message-sender writes another to ask a sked, I assume that his antenna is directed to this receiver-chatter.
...
If this causes that the sender-antenna is directed most likely in my direction (with a difference of ~25deg), the callsign will appear fat and green in the userlist. As the sender often propagates his frequency at the chat (that means, we have saved this already), there is a high probability to work him at this short term opportunity
- mark new connected stations
- made some UI improvements (Behaviour of messagefilter-radiobutton corrected)
- removed UI bug, caused if you send a message to your onwn station....
2024-03-17 23:35:13 +01:00
Marc Froehlich
e7d13401be
implemented all filters to the chatmemberlist, activity-displays in chatmember table and userinfopanel, linked selected messages to the userinfopanel for better UI feeling, begin of AS-Showpath-function (not yet ready)
2024-02-27 23:35:18 +01:00
Marc Froehlich
d13b7785af
implemented some of the new filters to the chatmemberlist, changed list-subtype to make it sortable again
2024-02-27 23:35:18 +01:00
Marc Froehlich
c369888c37
Changed lists mechanic: not 3 messagelists any more but one oversable messagelist for all messages. The 3 categories of messages are now filteredlists, derived from this global messagelist.
...
Added a new panel down of the userlist which will be dynamically generated and shows filtered messages to a selected callsign
2024-02-27 23:35:18 +01:00
Marc Froehlich
416ce5b82f
Update information service mechanic implemented
2024-02-27 23:31:52 +01:00
Marc Froehlich
de87c217f6
Some bugfixes to make the client robust against crashes after deconnects
2024-02-27 23:31:52 +01:00
Marc Froehlich
be99925b62
Chat is now disconnectable and reconnectable without closing. Made some changes in the thread management to make that possible
2024-02-27 23:31:52 +01:00
Marc Froehlich
3602a252b4
added contextmenu to cq-message-table
2024-02-27 23:31:52 +01:00
Marc Froehlich
7f48698278
added audio support
2024-02-27 23:31:52 +01:00
Marc Froehlich
4549314446
added audio support
2024-02-27 23:31:52 +01:00
Marc Froehlich
eb04ad3f33
implemented all filters to the chatmemberlist, activity-displays in chatmember table and userinfopanel, linked selected messages to the userinfopanel for better UI feeling, begin of AS-Showpath-function (not yet ready)
2024-02-27 01:53:24 +01:00
Marc Froehlich
51712a1f85
implemented some of the new filters to the chatmemberlist, changed list-subtype to make it sortable again
2024-02-20 23:59:46 +01:00
Marc Froehlich
4a605f54ba
Changed lists mechanic: not 3 messagelists any more but one oversable messagelist for all messages. The 3 categories of messages are now filteredlists, derived from this global messagelist.
...
Added a new panel down of the userlist which will be dynamically generated and shows filtered messages to a selected callsign
2024-02-18 02:39:37 +01:00
Marc Froehlich
037dc8a05b
Update information service mechanic implemented
2024-02-08 23:52:08 +01:00
Marc Froehlich
476b4a7dd1
Some bugfixes to make the client robust against crashes after deconnects
2024-02-06 23:56:04 +01:00
Marc Froehlich
bd687dc50f
Chat is now disconnectable and reconnectable without closing. Made some changes in the thread management to make that possible
2024-02-01 22:35:06 +01:00
Marc Froehlich
7bce7be2ba
added contextmenu to cq-message-table
2024-01-26 22:42:45 +01:00
Marc Froehlich
3286a34a08
added audio support
2024-01-26 11:09:15 +01:00
Marc Froehlich
c2086a73b0
added audio support
2024-01-16 22:51:30 +01:00
Marc Froehlich
d57880d945
fixed another bug which had been caused due to owncall is not longer in the userlist
2023-11-21 23:31:19 +01:00
Marc Froehlich
d79886d4c9
removed own callsign of userlist, which made neccessarry some changes for processing rxed commandlines of the server
2023-11-21 20:24:58 +01:00
Marc Froehlich
499b58965c
changed way of db init
2023-11-14 00:50:10 +01:00
Marc Froehlich
7d9adeba1a
changed way of db init
2023-11-13 00:23:12 +01:00
Konrad Neitzel
8e1c0a60fd
Using home directory now and copying resources if required.
2023-11-10 12:00:34 +01:00
Konrad Neitzel
0e9ba8d42b
Build first maven project
...
- added maven wrapper
- added kst4contest package
- moved tests to src/test/main and added @Test as first step
- moved resources to src/main/resource
2023-11-10 08:33:17 +01:00