Commit graph

16 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
ecda338715 ProjectHandler, SessionHandler and SSDPHandler is now singletons 2015-11-17 15:48:04 +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
Daniel Collin
223fe1f136 Added NewProjectDialog, fixed some error handling and general stability fixes 2015-10-23 13:44:11 +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
bd77c2de28 the project list will now be populated with data from the server 2015-10-21 14:23:00 +00:00
Daniel Collin
3177714fc5 now using JavaFX instead of Swing 2015-10-20 14:26:58 +00:00
Renamed from src/com/coder/client/gui/EditorWindowController.java (Browse further)