Commit Graph

17 Commits

Author SHA1 Message Date
delvh a0e11d99ca Implemented ContactSearchScene completely
additionally added default keyboard shortcuts for all buttons
2020-06-07 20:46:04 +02:00
Kai S. K. Engelbart ec72b6fc67 Externalized scene loading and management into SceneContext 2020-06-06 18:30:09 +02:00
Kai S. K. Engelbart 4c79141e29 Fix condition for posting messages 2020-06-06 15:29:29 +02:00
delvh 37dd1dc02c Merge branch 'f/javafx' into f/settings 2020-04-19 22:24:37 +02:00
delvh 5c4356f1e7 Readded enterToSend-Capability, ToggleButtons display current value
additionally added developer comments (most important feature of
v0.1-beta!).
2020-04-19 22:22:13 +02:00
delvh aba51abc10 created ui.settings package 2020-04-19 19:57:40 +02:00
delvh 970f190389 added inelegant capability to switch scenes 2020-04-18 19:46:04 +02:00
delvh 00edd59f97 Fixed bug duplicating messages 2020-04-18 10:34:03 +02:00
delvh de00601a2c Performed updating of the UI on the UI thread 2020-04-09 22:30:24 +02:00
delvh 5d76bbbcb0 restored compatibility with envoy common (and envoy server standalone) 2020-04-02 22:03:43 +02:00
Kai S. K. Engelbart b5fd690f43 Wrapping data into ObservableList instances instead of copying it 2020-03-30 21:27:07 +02:00
Kai S. K. Engelbart a29608c627 Copied event listeners from ChatWindow to ChatSceneController 2020-03-29 22:15:05 +02:00
Kai S. K. Engelbart 67433275bd Fixed chat loading from LocalDB into messagList 2020-03-29 09:16:29 +02:00
Kai S. K. Engelbart bd0da338a7 Added user and message loading and message posting 2020-03-28 15:32:24 +01:00
Kai S. K. Engelbart a68a01b455 Added custom list cells for the user and message list views 2020-03-28 10:39:15 +01:00
Kai S. K. Engelbart 0403729a63 Started moving Startup contents into the new Startup class 2020-03-27 21:14:49 +01:00
Kai S. K. Engelbart c6d074b84a Prepare JavaFX integration
* Added JavaFX and FXML dependencies to pom.xml and module-info.java
* Added Startup Application
* Added ChatScene with ChatSceneController
2020-03-26 20:23:25 +01:00