Skip to content
Failed

Changes

Summary

  1. Added Graph. Visualisation needs to be fixed (details)
  2. CSV angepasst (details)
  3. GUI Designer form (details)
  4. Refactoring Gui (details)
  5. Fix Start and End Position in TimelinePanel (details)
  6. Update GraphGUI.form (details)
  7. Added FlatLaf (details)
  8. Added comments to GraphGUI and TimelinePanel (details)
  9. Added comments to GraphGUI and TimelinePanel (details)
  10. Interpratation von RawDaten aus XML möglich (details)
  11. Date for x-achsis (details)
  12. Refactoring and Added TimeSeriesChart (details)
  13. 46 (details)
  14. Added Slider Functionality to Filter Start and End Date (details)
  15. 46-ImportTelegramm (details)
  16. Added MainFunction to Work with Importer Implementation from Importer Team, currently Path are Hardcoded! (details)
  17. Changed Resolution to Minute (details)
  18. BugFix: Changed Resolution to MinutedatesWithMinuteResolution (details)
  19. Refactoring and Preparation for Path Integrations (details)
  20. Refactoring and Added FileselectGUI (details)
  21. Typo (details)
  22. Fixed Graphical Bug in Timeline (details)
  23. Added ComboBoxMultiSelection for GroupAddress Filtering. Workaround for Equals Method of GroupAddressImpl (details)
  24. BugFix: Added DuplicatesStrategy for Gradle (details)
  25. Added comments for the GraphGUI and FileselectGUI (details)
Commit dcbb4cd3b7665df53c74ee9eff3df1a99faa87a4 by lisa.kramer
Added Graph. Visualisation needs to be fixed
The file was modifiedsrc/main/java/de/fhdw/gui/Integrationsprojekt.java
The file was modifiedsrc/main/java/de/fhdw/gui/ZeitstrahlPanel.java
The file was modifiedsrc/main/java/de/fhdw/gui/ZeitstrahlAnwendung.java
The file was modifiedsrc/main/java/de/fhdw/gui/TelegramDataProvider.java
The file was addedsrc/main/java/de/fhdw/gui/GraphContainer.java
The file was addedsrc/main/java/de/fhdw/gui/Graph.java
Commit fa635d5692d00cdb24df959641baa0255950ba80 by till.lehmann
CSV angepasst
hat noch fehler im erstellen von Telegramm objekt
The file was addedsrc/main/java/de/fhdw/Exceptions/Integrationsprojekt.java
The file was modifiedsrc/main/java/de/fhdw/Main.java
The file was removedsrc/main/java/de/fhdw/gui/Integrationsprojekt.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/processImportedTelegram.java
Commit 59e621aff3be3f08e06df366950c58e0d7b09ced by lisa.kramer
GUI Designer form
The file was addedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/ZeitstrahlPanel.java
The file was addedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
Commit f3ebb659c99a32f824bdceddbb9eef38476dca60 by pascal.moeller
Refactoring Gui
The file was addedsrc/main/java/de/fhdw/gui/TimelinePanel.java
The file was addedsrc/main/java/de/fhdw/gui/mocks/GroupAddressImporterMock.java
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
The file was addedsrc/main/java/de/fhdw/gui/mocks/TelegramImporterMock.java
The file was removedsrc/main/java/de/fhdw/gui/Integrationsprojekt.java
The file was addedsrc/main/java/de/fhdw/gui/mocks/GroupAddressMock.java
The file was removedsrc/main/java/de/fhdw/gui/ZeitstrahlPanel.java
The file was addedsrc/main/java/de/fhdw/gui/mocks/GroupAddressTelegramMock.java
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was modifiedbuild.gradle.kts
The file was modifiedsrc/main/java/de/fhdw/gui/Graph.java
The file was removedsrc/main/java/de/fhdw/gui/ZeitstrahlAnwendung.java
Commit 51f4986e735588d5bfd799fcf7a056ac2cbc5764 by pascal.moeller
Fix Start and End Position in TimelinePanel
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
Commit 17e5e42fa8eb5972c0ecf78dac64b0bf6d922b75 by pascal.moeller
Update GraphGUI.form
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
Commit e6397bebbef1b9ce81c7da93aa5a2b8701004e2c by pascal.moeller
Added FlatLaf
The file was modifiedbuild.gradle.kts
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
Commit d1e2dcf8a09f8c7a309e77a64e048c98bed1f7e4 by lisa.kramer
Added comments to GraphGUI and TimelinePanel
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
The file was removedsrc/main/java/de/fhdw/gui/Graph.java
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was removedsrc/main/java/de/fhdw/gui/TelegramDataProvider.java
The file was removedsrc/main/java/de/fhdw/gui/Integrationsprojekt.form
The file was removedsrc/main/java/de/fhdw/gui/GraphContainer.java
Commit 1ac34251e158c9498c26736e0aa766f592ceb968 by lisa.kramer
Added comments to GraphGUI and TimelinePanel
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
Commit 18e057c8a29c0f3932930a5955269897a4a3c1f5 by till.lehmann
Interpratation von RawDaten aus XML möglich
Interpreatation des Payloads auch möglich
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/processImportedTelegram.java
The file was modifiedbuild.gradle.kts
The file was modifiedsrc/main/java/de/fhdw/Main.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/TelegramImpl.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/processImportedGroupAddress.java
Commit 4f1084622441d85bbc87def6628d8993841a3c4c by lisa.kramer
Date for x-achsis
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
Commit da77a3e329143ba03de863d8d784421ebf93992f by pascal.moeller
Refactoring and Added TimeSeriesChart
The file was addedsrc/main/java/de/fhdw/gui/mocks/mockMain.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/TelegramImporterMock.java
The file was removedsrc/main/java/de/fhdw/gui/neu/GraphGUI.java
The file was removedsrc/main/java/de/fhdw/gui/neu/GraphGUI.form
The file was addedsrc/main/java/de/fhdw/gui/GraphGUI.java
The file was addedsrc/main/java/de/fhdw/gui/GraphGUI.form
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/GroupAddressImporterMock.java
The file was modifiedsrc/test/java/de/fhdw/datapool/interfaces/SimpleDataPoolTest.java
Commit ecdde58c15752d353fc07c10d98d1c604cce916d by Mac Ha_Trang
46
Schnittstellen angepasst
Rückgabewerte angepasst
Tests
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java
The file was modifiedsrc/main/java/de/fhdw/datapool/interfaces/GroupAddressTelegram.java
The file was removedsrc/main/java/de/fhdw/datapool/interfaces/Dpt.java
The file was modifiedsrc/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressMock.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/TelegramImpl.java
The file was modifiedsrc/main/java/de/fhdw/datapool/interfaces/GroupAddress.java
The file was modifiedsrc/test/java/de/fhdw/datapool/interfaces/Mock/GroupAddressTelegramMock.java
The file was modifiedsrc/test/java/de/fhdw/datapool/interfaces/ImportPackageTest.java
Commit 6fb0cd003515ce535b3866019b77e30bae29ccc2 by pascal.moeller
Added Slider Functionality to Filter Start and End Date
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
The file was removedsrc/main/java/de/fhdw/gui/mocks/mockMain.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.form
The file was addedsrc/main/java/de/fhdw/gui/mocks/MockMain.java
Commit 4dcc4d51382fe18f4311d5d6df501226e09a0644 by Geske Fabian
46-ImportTelegramm
ProcessImportedTelegram und processImportedGroupAddress ausgearbeitet
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/processImportedGroupAddress.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/processImportedTelegram.java
The file was modifiedsrc/main/java/de/fhdw/Main.java
Commit a117a8db494388f2c12a450dcb184532a9451498 by pascal.moeller
Added MainFunction to Work with Importer Implementation from Importer Team, currently Path are Hardcoded!
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/GroupAddressTelegramMock.java
The file was removedsrc/main/java/de/fhdw/Exceptions/Integrationsprojekt.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/GroupAddressMock.java
Commit 27c52dc58eed17c038ec5d55f1fa963fb032f793 by pascal.moeller
Changed Resolution to Minute
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
Commit a611b482c1b909aadf89060f1c299590dfa32f13 by pascal.moeller
BugFix: Changed Resolution to MinutedatesWithMinuteResolution
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
Commit 434e0ded56d793e1fa605ab987ec456f5a564f24 by pascal.moeller
Refactoring and Preparation for Path Integrations
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
Commit 35c07cbaa3221cc74b4d11068dec3438a95ccf73 by pascal.moeller
Refactoring and Added FileselectGUI
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.form
The file was modifiedsrc/main/java/de/fhdw/Main.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
The file was addedsrc/main/java/de/fhdw/gui/FileselectGUI.form
The file was addedsrc/main/java/de/fhdw/gui/FileselectGUI.java
Commit 8e15ff99ff0e837a34f1f75c3c5502457010558e by pascal.moeller
Typo
The file was modifiedsrc/main/java/de/fhdw/gui/FileselectGUI.form
Commit 4e848245975c9024818340c6cd120641c4740b43 by pascal.moeller
Fixed Graphical Bug in Timeline
The file was modifiedsrc/main/java/de/fhdw/gui/TimelinePanel.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/MockMain.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.form
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
Commit d33914c19ff09b69bf07b0346cc4f66a805b6565 by pascal.moeller
Added ComboBoxMultiSelection for GroupAddress Filtering. Workaround for Equals Method of GroupAddressImpl
The file was modifiedsrc/main/java/de/fhdw/datapool/interfaces/GroupAddress.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.form
The file was modified.idea/uiDesigner.xml
The file was modifiedsrc/main/java/de/fhdw/datapool/implementation/SimpleDataPool.java
The file was modifiedsrc/main/java/de/fhdw/importer/interfaces/GroupAddressImpl.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/GroupAddressMock.java
The file was addedsrc/main/java/de/fhdw/gui/ComboBoxMultiSelection.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/mocks/MockMain.java
Commit 781ea87958ab90dc9c33eec72524d82a81efea8b by pascal.moeller
BugFix: Added DuplicatesStrategy for Gradle
The file was modifiedbuild.gradle.kts
Commit 64aa4567b9263c0c184d806cabf8ebe6c2548945 by lisa.kramer
Added comments for the GraphGUI and FileselectGUI
The file was modifiedsrc/main/java/de/fhdw/gui/ComboBoxMultiSelection.java
The file was modifiedsrc/main/java/de/fhdw/gui/FileselectGUI.java
The file was modifiedsrc/main/java/de/fhdw/gui/GraphGUI.java