-
Notifications
You must be signed in to change notification settings - Fork 0
[feat] Heatmap + Verlauf #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
10ab037
[refactor] Struktur
fd6d350
[test] Tests an Main angepasst
9e9e11d
[feat] Anfang der abstrakten GUI-Klasse
16bbc45
[style] unnecessary debug
2ad2b1a
[feat] Main Screen + MenuBar
732b86f
[chore] util version angepasst
0c1ff7f
[fix] util oopsies
cf630bd
[refactor] App zu LoginWindow umbenannt
a633201
[feat] LoginWindow done
76714d8
[Style] Min Breite und Höhe vom Fenster fest
1ae595c
[feat] MenuBar erstellt
f266dcc
[style] Kommentar geändert
78eb796
[fix] OnAction von setUrl vorerst rausgenommen
a402cbc
[fix] Ergänzung zum vorherigen + Basic Function...
dc58b41
[feat] FunctionChooser Overlay done
e4db72c
Merge branch 'main' into gui
joshuajeschek 41b306f
[feat] Log
18631c8
[feat] schönerer Login-Screen (finde ich)
ff2d0fb
[feat] Laderädchen hinzugefügt
c8bdec4
[docs] falscher Kommentar
3c19ee8
[feat] TrialSelector (activate by pressing ctrl+K)
b6b85d5
[fix] checkstyle TrialSelector
38a0baf
[feat] Analyzer
be13f9a
[fix] trialId -> trialIdComp
2c6127c
[refactor] dataBaseClient in Main gepackt
ca53435
[feat] login on enter
44b9c2b
[feat] aktueller Stand TrialSelector
a193ec6
[style] checkstyle
d9611d2
[refactor] initialize now returns controller
fbfc2f7
[feat] Änderung HeatmapConfig (Color)
85cc0cf
[feat] Konfiguration Heatmap Versuche
99f02cc
[style] checkstyle
86fbe49
[feat] added controller
22a8b4b
[fix] private -> protected
cd74255
[feat] Konfiguration Diagramm Versuche
2efa884
[test] value change
3c871f8
Merge branch 'main' into gui
128f3ee
[feat] database url stuff
f2eae8c
Merge branch 'main' into gui
18c41c1
[fix] debug stuff entfernt
a4d0b6c
[feat] pom JVM update
96bf9bc
[feat] aktueller Stand TrialSelector
98f5b5a
[feat] show current analyse-type
739654b
[fix] show icons in analyse-dialogs
a3f0f6b
[feat] error trial == comptrial
05ed839
[feat] toString Heatmap & Diagram Config
42ce1d7
[feat] back, export, rawexport buttons
92f5502
[chore] util upgrade
87450ea
[feat] TrialSelector fertig
b126a24
[style] unused variable
88ed7d5
[refactor] Sortierung
b6682e9
[fix] controller klassen
f55c7aa
[feat] TrialCreator-GUI
1a6ae8a
[fix] root persistence
f23c42d
[feat] Configurator Grundstruktur
e023534
[refactor] resources oopsies
bf3eee0
[feat] tactical retreat
09f7a96
[fix] Fenstergröße resized nur bei Login
052faca
[fix] configId always fixed
89a2f50
[feat] neuanordnung configurator
c5ada6f
[fix] sizing + debug removed
40e0186
[feat] reset analyse on log out
42dc912
Merge branch 'gui' of https://github.com/weichware10/analyse into gui
1675dc7
[style] checkstyle
3d3898c
[fix] reset everything
4ceb0ff
[fix] window resizing
ca84f3f
[fix] logsMenu
456dee4
[refactor] Log und AbsScene nach util verlegt
2a47710
[fix] smoll fix
4ac11f4
[refactor] deletion
279561e
[feat] delete temp folder
4b43319
[fix] util version
abd3fcd
[feat] javafx color to awt color converter
5ce7558
[refactor] delete Analyse method
fd2f61e
[feat] heatmap implemented
3f18645
[feat] ZoomMaps Heatmap
fc6b355
[feat] export function
8a92fc5
[refactor] depth calcs in analyse
529cca3
[feat] saveImage -> Analyse
9a9d4e2
[refactor] delete VerlaufTest
8bc01dc
[fix] saveImage from Analyse
b73381e
[feat] Verlauf Analyse & Export
c15879b
[fix] delete analyse: RELFRQIMGAREA
5f5844f
[fix] delete amountAreas from fxml
4bbfaf6
[feat] analysis result in pane + status label + rawExport + RELDEPTHD…
5e0adf6
[fix] x-Label unit fix & zm dots removed
73d237f
[feat] save heatmap in thread
6f99353
[fix] pane -> stackpane for alignment
349c209
[rework] heatmap
d058c17
Merge branch 'main' into analyse
18083be
Merge branch 'rework-heatmap' into analyse
0e13909
[feat] smoll things
397a211
[chore] update util version to v3.3
9832942
Merge branch 'main' into analyse
philipkbh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,5 @@ public enum AnalyseType { | |
| HEATPMAP, | ||
| COMPHEATMAP, | ||
| VERLAUF, | ||
| RELFRQIMGAREA, | ||
| VIEWTIMEDISTR | ||
| RELDEPTHDISTR | ||
| } | ||
9 changes: 0 additions & 9 deletions
9
src/main/java/github/weichware10/analyse/enums/DiagrammType.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.