Commit Graph

336 Commits

Author SHA1 Message Date
Hendrik Schutter b2a84db5a7 display stored address in ui 2019-06-07 10:00:03 +02:00
Hendrik Schutter 71f50b832e added autoconnect at startup 2019-06-07 09:52:09 +02:00
Hendrik Schutter 0f8d2ba256 added autoconnect to statusbericht 2019-06-06 22:42:10 +02:00
Hendrik Schutter b0a1844b16 added statusbericht kw23 2019-06-06 22:25:22 +02:00
Jannik 594f083a8d
added JFXOkayCancelAlert 2019-06-06 14:41:30 +02:00
Hendrik Schutter 90b21ca3d1 added delte context item and call for server delete 2019-06-05 22:33:37 +02:00
Hendrik Schutter db8178f4c4 export texture file to local filesystem 2019-06-05 22:07:03 +02:00
CodeSteak 4cd4481182 change Semantics of Client AutoConnect.searchServer.
* now returns an optional
* uses multiple trys.
2019-06-05 19:43:11 +02:00
CodeSteak 3c2984a404 fix formatting 2019-06-05 19:35:10 +02:00
CodeSteak c55182d6cc fix warnings in server code 2019-06-05 19:34:37 +02:00
CodeSteak e540e58161 forgot the checkin main, protocol/mod. Sry!! 2019-06-05 19:32:23 +02:00
CodeSteak 727558d867 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-05 17:06:01 +02:00
CodeSteak adc8725a36 Implement AutoConnect 2019-06-05 17:05:34 +02:00
CodeSteak 99ef2a8edc Fix: Some Unknown Server Compile Problem. 2019-06-05 17:04:54 +02:00
Jannik de47e99852
clean up SettingsController
* don't use ";"
* use proper kotlin syntax
* make all switch View calls use runLater
2019-06-05 16:31:10 +02:00
Jannik d7a67c497e
added import Button 2019-06-05 16:23:45 +02:00
Hendrik Schutter 8d387250e7 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-05 16:06:06 +02:00
Hendrik Schutter e32766e581 save and load server address 2019-06-05 16:05:10 +02:00
Jannik 53dcebecde
correctly placed the spinnerSearch, adjusted FolderView hGap and vGap 2019-06-05 15:44:12 +02:00
Jannik c80233155f
fixed cvSearch style not applying 2019-06-04 20:49:07 +02:00
Hendrik Schutter 857f35e77e Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-04 18:21:13 +02:00
Hendrik Schutter e78e7e3a59 query images and show result 2019-06-04 18:20:09 +02:00
CodeSteak cf37e579ad FIX: server using 'read_timeout_s' for 'set_write_timeout' 2019-06-04 16:17:25 +02:00
CodeSteak d5853d7006 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-04 16:10:26 +02:00
CodeSteak 00fc294396 set timeout for Server Connection 2019-06-04 16:10:11 +02:00
Hendrik Schutter 88b04f7aea startup view connection 2019-06-04 16:05:47 +02:00
Hendrik Schutter 83e4f10aaa import new texture 2019-06-04 14:57:54 +02:00
Hendrik Schutter ca2ad079d4 added directory chooser for export 2019-06-03 22:24:18 +02:00
Hendrik Schutter ae92167206 obtaining resolution of import texture 2019-06-03 21:40:02 +02:00
CodeSteak a3a86cf913 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-03 21:22:09 +02:00
CodeSteak 47cf586116 [dirty] Implement Background Preview Generation 2019-06-03 21:21:52 +02:00
Hendrik Schutter b709b231c4 current date for texture import 2019-06-03 20:42:28 +02:00
CodeSteak b2ba9a9ba4 impl fmt::Display for Sha256 for Logging 2019-06-03 19:05:55 +02:00
CodeSteak 189b1955d7 Fix: Client.getTexturePreview
get Preview instead of File
2019-06-03 18:55:23 +02:00
CodeSteak 3e5d2da366 change Connection API Option to Nullable, to match Kotlin's style 2019-06-03 18:40:37 +02:00
CodeSteak fd749069a1 fix Sha256.toString() 2019-06-03 18:28:53 +02:00
Jannik cf4e5b3e92
check if a chip has max 32 chars
* finished ImportView
2019-06-03 18:08:48 +02:00
Jannik 0c93c0fedb
ImportView UI finished 2019-06-03 17:33:23 +02:00
CodeSteak c26a1b80f1 Server Now Listens on Every Interface.
'::' is needed to listen on all interfaces.
'::1' listens only on local interface.
2019-06-03 16:55:40 +02:00
Jannik c36d81aa92
add addAllElements 2019-06-03 16:46:57 +02:00
CodeSteak c975730a58 sry, fix Formating :D 2019-06-03 16:33:19 +02:00
CodeSteak 37c4983d8e fix Typo in 'ConnectionUnexpectedPacketException' 2019-06-03 16:32:06 +02:00
CodeSteak 67401817a0 implement 'TextureReplace' NetOp 2019-06-03 16:31:04 +02:00
CodeSteak 972d199154 implement 'getTextureFile' and 'getTexturePreview' Netop 2019-06-03 15:50:09 +02:00
CodeSteak d7e2977f2a comment out non-compiling code 2019-06-03 15:38:39 +02:00
CodeSteak d1f2f42511 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-03 15:34:13 +02:00
CodeSteak 73fd94e314 make Sha256 own Class 2019-06-03 15:33:41 +02:00
Jannik 35aa0409da
Controller and GUIModel work
* added all needed parts to the GUIModel
* started work on the "root" Controller
2019-06-03 15:29:01 +02:00
CodeSteak 7f8277415e implement 'get Texture' Netop 2019-06-03 15:18:42 +02:00
CodeSteak badd50de38 Move development of 'feature-client-net' to 'master' 2019-06-03 15:07:18 +02:00