Commit Graph

246 Commits

Author SHA1 Message Date
CodeSteak c1ec000b98 document autoconnect 2019-06-08 13:14:24 +02:00
Jannik 9200e9277a
fixed app doesn't exit on close, added JFXInfoAlert
* closes #17
* closes #17
2019-06-08 12:09:40 +02:00
Hendrik Schutter 40bfc73ba8 import btn bigger font size 2019-06-07 22:05:24 +02:00
Hendrik Schutter b1984ac8dd delete dialog btn text changed, ui fixes import view 2019-06-07 21:39:26 +02:00
Jannik 1c1f12ecaf
clean up 2019-06-07 16:57:15 +02:00
Jannik d5b7fd0f94
don't wait with adding untill all elements have been loaded 2019-06-07 16:19:04 +02:00
Jannik 2c9a23ec8a
some clean up 2019-06-07 14:01:16 +02:00
Hendrik Schutter f45d807536 last import dir is now stored and used for next import 2019-06-07 13:49:40 +02:00
Jannik ed344cbd49
remove deleted Elements from the FolderView, comments 2019-06-07 13:48:42 +02:00
Hendrik Schutter 8e7ba1cb46 added back button in importview 2019-06-07 13:25:33 +02:00
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