Commit Graph

74 Commits

Author SHA1 Message Date
Jannik 1e029e7940
increase import btn text size 2019-06-17 23:00:19 +02:00
Jannik 3cf401f3a1
don't use semicolon in kotlin 2019-06-17 22:40:52 +02:00
Lukas Fürderer f026a0dcf7 Reload search results after adding a new texture
Closes #54
2019-06-17 20:19:54 +02:00
Jannik 86c05c0363
show width x height, not the other way round 2019-06-14 11:18:58 +02:00
CodeSteak 730a0ab383 Fix "fix #46" 2019-06-14 01:14:01 +02:00
CodeSteak a10e2aceb6 Revert "fix #46"
This reverts commit f0fe4bb981.
2019-06-14 01:12:33 +02:00
CodeSteak f0fe4bb981 fix #46 2019-06-14 01:09:30 +02:00
Jannik 5fff4023f9
clear DetailVIew on delete, rename submitButton to btnSubmit, clean up 2019-06-13 21:43:43 +02:00
Jannik 391dfe4282
don't open export if nothing is selected & clean up 2019-06-13 21:22:42 +02:00
CodeSteak f5dbcc0134 use Borderpane + Anchorpane for #40 2019-06-13 18:38:38 +02:00
CodeSteak cac4807357 BUG FIX: show resolution in detailview. 2019-06-13 18:37:07 +02:00
CodeSteak 56c62422cc use blue for "Ändern" Button 2019-06-13 00:19:16 +02:00
CodeSteak bc43b33536 Fix #38
Note: The client architecture is broken beyond repair
2019-06-13 00:10:00 +02:00
CodeSteak 8dfbbae559 fix #28 2019-06-12 22:42:28 +02:00
CodeSteak cc03b32ade Fix #29
Redo Text of FolderView + DetailView
2019-06-12 21:05:40 +02:00
CodeSteak bef56f978c Merge commit '9975364' into resize 2019-06-12 19:02:12 +02:00
Jannik 7e3ce9ce56
fixed StartupViewController is created twice
closes #27
2019-06-10 15:30:00 +02:00
Hendrik Schutter 9975364621 updated all test documents 2019-06-10 15:19:53 +02:00
Jannik b1052fa894
added shortcut ctrl+e for exporting a texture 2019-06-10 12:41:11 +02:00
Jannik 36c4805061
added shortcut ctrl+i for the ImportView 2019-06-10 12:25:06 +02:00
Jannik 07f2682a2d
resize ImportView too 2019-06-09 13:38:11 +02:00
Jannik 5d223ba72b
make window resizable, rework MainView code 2019-06-09 13:12:56 +02:00
CodeSteak 6b6ef67122
Revert "Make Client resizeable"
This reverts commit 36a8bccfe3.
2019-06-08 22:46:34 +02:00
CodeSteak 4a213afdf5 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-08 22:17:24 +02:00
CodeSteak 36a8bccfe3 Make Client resizeable 2019-06-08 22:16:47 +02:00
Hendrik Schutter 4f35293151 hide metadata and ChipView in DetailView 2019-06-08 22:09:43 +02:00
Hendrik Schutter 29354199cc show all textures at startup 2019-06-08 21:59:09 +02:00
Jannik 9ae50df1a4
don't resize the window, set the correct Title
* closes #19
2019-06-08 14:39:18 +02:00
Jannik ce11d2e263
added a icon 2019-06-08 14:27:11 +02:00
Jannik 3e1c46db81
some clean up, adjusted the DetailView background 2019-06-08 14:19:14 +02:00
Jannik 39c358c00f
update to JFoenix 8.0.9
* added a promptText to the search ChipView
2019-06-08 13:48:16 +02:00
Hendrik Schutter 61980905e3 changed debbuging color in 3DPreview to release color 2019-06-08 13:40:59 +02:00
Hendrik Schutter fc5db5d051 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-08 13:32:09 +02:00
Hendrik Schutter 4c2e1c2917 show metadata in better format 2019-06-08 13:31:29 +02:00
Jannik a82cef599c
GUI clean up
* moved some style code to styles.css
* adjust the background colors of the MainView
2019-06-08 13:25:55 +02:00
Hendrik Schutter ed558106e5 update texture to server when tags are changed 2019-06-08 12:47:34 +02:00
Jannik da153091bd
highlight the selected element, closes #9 2019-06-08 12:25:20 +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 71f50b832e added autoconnect at startup 2019-06-07 09:52:09 +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
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