Commit Graph

128 Commits

Author SHA1 Message Date
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 8c6a43fc22
change version to 1.0 2019-06-13 22:21:41 +02:00
Jannik 7f4182bfad
added JFXInfoAlert if connect manually failed
closes #39
2019-06-13 21:52:26 +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 33fa741a2a fix font-color of import action btn 2019-06-13 18:35:34 +02:00
CodeSteak 37406acd98 Fix #27 (StartupViewController is created twice) again 2019-06-13 18:04:46 +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 1ac13f80d5 fix MainView ChipView TextColor 2019-06-12 22:54:30 +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 a2f5b65e30 Calling App.start(stage) early
Calling super.start early prevents a weird layouting bug
were the button of the window is white.
This could(?) be caused by stage and StartupView having
a different min-size.
2019-06-12 19:37:32 +02:00
CodeSteak b5545e1bae fix icon path: use png for alpha-channel 2019-06-12 19:07:29 +02:00
CodeSteak 0f23749001 Merge commit '6219ad9' into resize 2019-06-12 19:03:19 +02:00
CodeSteak bef56f978c Merge commit '9975364' into resize 2019-06-12 19:02:12 +02:00
CodeSteak 50ea54c8d6 reformat 2019-06-12 18:57:42 +02:00
CodeSteak 24b9755089 Merge commit '4915788' into resize 2019-06-12 18:56:37 +02:00
CodeSteak 6fbfa050b3 Merge commit 'ee7fbae' into resize 2019-06-12 18:53:57 +02:00
CodeSteak 9a3524143a Merge commit 'efc2845' into resize 2019-06-12 18:53:42 +02:00
CodeSteak 6219ad93d0 Fix #31 : Config Path use ~/.config instead.
This is more common for Desktop Apps.
2019-06-12 13:28:03 +02:00
Lukas Fürderer 2cac52b48d Replace logo with the new one 2019-06-12 11:38:05 +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
Hendrik Schutter 491578806e Multiple changes in the ChipView will now work for the update to server 2019-06-10 14:05:56 +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
Lukas Fürderer ee7fbae29c Fix display of the month at creation date
This time on serialization as well as on deserialization
2019-06-09 16:29:37 +02:00
Jannik 07f2682a2d
resize ImportView too 2019-06-09 13:38:11 +02:00
Hendrik Schutter efc28455c1 fixed error handling at import 2019-06-09 13:29:07 +02:00
Jannik 5d223ba72b
make window resizable, rework MainView code 2019-06-09 13:12:56 +02:00
Hendrik Schutter 15cbbb1bac fast fix for calendar bug 2019-06-09 13:03:20 +02:00
Hendrik Schutter 08840c4c2b Revert "Fix display of the month at creation date"
This reverts commit 19eb6660e1.
2019-06-09 13:02:26 +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
CodeSteak f4db466b37 Client Connection: [Auto]Retry Once
if Connection is lost or timed out
2019-06-08 21:25:56 +02:00
Lukas Fürderer 19eb6660e1 Fix display of the month at creation date 2019-06-08 16:35:45 +02:00
Jannik f22a9eb260
added com.github.johnrengelman.shadow
this makes it a lot easier to build a runnable jar file
2019-06-08 15:32:05 +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
Hendrik Schutter 3f18760a74 Merge branch 'master' of git.mosad.xyz:localhorst/TextureSync 2019-06-08 14:21:34 +02:00
Hendrik Schutter 89ef736954 alert if import failed 2019-06-08 14:20:48 +02:00
Jannik 3e1c46db81
some clean up, adjusted the DetailView background 2019-06-08 14:19:14 +02:00