Commit graph

31 commits

Author SHA1 Message Date
dcollin
d33fc8929e editor will recieve and populate the editor text area with the content of the FileRspMsg 2015-11-20 10:52:00 +01:00
dcollin
8823e76e85 Adding a connection lost event and adding support for recieveing alternative values for a project configuration 2015-11-18 15:06:25 +01:00
dcollin
898f1c5884 moving logic into a new method in EditorWindow 2015-11-17 16:16:29 +01:00
dcollin
dfbdbb5bfe Removed unused code 2015-11-17 15:55:52 +01:00
dcollin
ecda338715 ProjectHandler, SessionHandler and SSDPHandler is now singletons 2015-11-17 15:48:04 +01:00
dcollin
825eb124cb Adding refresh button to select server dialog 2015-11-17 15:05:48 +01:00
dcollin
9caad6b714 Editor can now send a FileReq and recieve a FileRsp. 2015-11-16 15:16:41 +01:00
dcollin
edf5d445e5 Bug fix: ProjectRspMsg.config is optional and can be null while loading a project 2015-11-13 16:12:33 +01:00
dcollin
b5e56ca2bf Refactoring: splitting and renaming listeners
-Splitting ProjectListener into multiple event handlers
-Renaming SessionListener to SessionEventHandler
-Bug fixes
2015-11-13 15:44:47 +01:00
dcollin
09d15b4a80 Refactoring: moving more GUI logic to each controller class
-Adding a handler for SSDP
-CoderClient giving control to each controller to be able to show itself on the main stage
2015-11-13 13:25:36 +01:00
dcollin
02efc6c22f Adding fault handling to editor window 2015-11-13 11:58:23 +01:00
dcollin
5a9e709ae8 Refactoring: Moving GUI program logic from CoderClient to each controller class
-Removing the Session Guard
-Adding a SessionHandler
-Adding a ProjectHandler
2015-11-11 16:16:34 +01:00
dcollin
9bdfb6b538 The project name will be visible in the editor when loading a project 2015-11-10 09:02:39 +01:00
dcollin
eb754aecf9 Adding 'exit' and 'change project' buttons to the editor window 2015-11-05 14:42:40 +01:00
dcollin
d5b40053fb Preparing code to retrieve the server port over SSDP instead of using a defult port number. 2015-11-05 14:11:50 +01:00
2b86fb4ce6 Merge branch 'master' of http://repo.koc.se/coder-client 2015-11-04 23:39:01 +01:00
7130e646ab Updated Coder protocoll 2015-11-04 23:37:54 +01:00
dcollin
016b4b07f5 Adding a project descrition field to the NewProjectDialog 2015-11-04 12:56:20 +01:00
4bcd9aa2a3 Improved create project disabled button logic 2015-11-02 16:55:48 +01:00
dcollin
94c8b0dd72 Adding some more traces and donginsome small fixes 2015-10-28 12:59:24 +01:00
dcollin
d9c86b44e0 Adding logic to NewProjectDialog 2015-10-27 17:01:59 +01:00
dcollin
eb71b4da59 Moving state variables from CoderClient to each GUI window. 2015-10-27 12:18:22 +01:00
Daniel Collin
223fe1f136 Added NewProjectDialog, fixed some error handling and general stability fixes 2015-10-23 13:44:11 +00:00
Daniel Collin
34cf5865fe Implemented SSDP client and is now using graphical list cells in ListViews 2015-10-22 14:08:31 +00:00
Daniel Collin
120dded24f some more buttons in the GUI and fixed the project list logic when the list was cleared. 2015-10-21 16:13:45 +00:00
Daniel Collin
eb35156313 will clear the project list before updating it 2015-10-21 14:26:41 +00:00
Daniel Collin
907e401c6a forgot some small thing in last commit 2015-10-21 14:23:46 +00:00
Daniel Collin
bd77c2de28 the project list will now be populated with data from the server 2015-10-21 14:23:00 +00:00
Daniel Collin
3634a61ee5 using listeners instead of a main thread for main logic 2015-10-20 15:52:23 +00:00
Daniel Collin
3177714fc5 now using JavaFX instead of Swing 2015-10-20 14:26:58 +00:00
Daniel Collin
83e0196c50 new support classes added 2015-10-20 06:56:14 +00:00