Commit graph

53 commits

Author SHA1 Message Date
8853b0106c Removed ide specific folders, improved build output, Zutil updates 2016-10-13 12:49:55 +02:00
dcollin
340f0232e4 Adding listener to FileSaveRsp 2015-11-20 16:09:45 +01:00
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
0a580f8c53 Refactoring. Introducing a separate listener for each message type recieved. 2015-11-10 15:16:10 +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
de1eba7164 Fixed SSDPClient list display 2015-10-29 20:40:27 +01:00
dcollin
fb2f5e048a Adding stream loggers 2015-10-29 17:55:35 +01:00
Ziver Koc
995e63dd17 Improved logging 2015-10-29 13:10:05 +01:00
dcollin
34cfb84159 Fixed a fault where the login dialog would show a missleading error message in some cases. 2015-10-28 13:26:27 +01:00
dcollin
94c8b0dd72 Adding some more traces and donginsome small fixes 2015-10-28 12:59:24 +01:00
Ziver Koc
35af69def3 Updated log levels 2015-10-28 12:56:22 +01:00
daniel
78e4e108c3 fixed a problem with the client restarting the login interface for ever
when the wrong password was typed
2015-10-27 21:03:04 +01:00
Ziver Koc
5d9215c493 Updated authentication and some updates to SSDPClient class 2015-10-27 17:24:27 +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
dcollin
6db9f94014 Added .gitignore file 2015-10-26 13:34:36 +01:00
dcollin
367facea6f Added .gitignore file 2015-10-26 13:33:08 +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
9764f546da Bugfix 2015-10-15 19:28:26 +00:00
Daniel Collin
84f0d5f354 added more program arguments and modified logger levels 2015-10-14 08:21:24 +00:00
Daniel Collin
45e0e3d8cb Now the username and password can be given as program arguments with -u/--username and -p/--password 2015-10-13 08:53:07 +00:00
Daniel Collin
e7f012dc5f Added a listener for incoming traffic from the server to the application 2015-10-13 08:13:23 +00:00
Daniel Collin
b08e459843 Added some comments and some stability fixes 2015-10-12 12:29:24 +00:00
Daniel Collin
2ff0009767 stability fixes for Session.java 2015-10-12 07:26:16 +00:00
Daniel Collin
a5762b7dbb Removing unused code 2015-10-09 13:41:27 +00:00