Skip to content

#1784 implement java fx based progress bars for the GUI#1935

Draft
laim2003 wants to merge 72 commits into
devonfw:mainfrom
laim2003:#1784-Implement-JavaFX-based-progress-bars-for-the-GUI
Draft

#1784 implement java fx based progress bars for the GUI#1935
laim2003 wants to merge 72 commits into
devonfw:mainfrom
laim2003:#1784-Implement-JavaFX-based-progress-bars-for-the-GUI

Conversation

@laim2003

@laim2003 laim2003 commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR fixes #1784

Implemented changes:

  • Added a current-tasks area in the bottom right corner
  • Added a task overview window which shows all tasks, if multiple tasks are running in parallel.
  • Added feature for indeterminate progress bars in the GUI (not the CLI)

Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal

Testing instructions

TODO

laim2003 added 30 commits March 27, 2026 17:52
- Added logging to IdeGuiStateManager.
- Added functionality, that selecting a different project now switches the IdeContext to the new project.
- Added logging to IdeGuiStateManager.
- Added functionality, that selecting a different project now switches the IdeContext to the new project.
- Added functionality, that selecting a different project now switches the IdeContext to the new project.
- Added Task overview window
- added ListView that allows to manage concurrent tasks
…g progress -> better performance and higher reliability
- added DI for IdeGuiStateManager.switchContext
…reading the list of workspaces/projects instead of reading those from the UI
…nager, when switchContext(Path rootDirectory, ...) is called.
- taskids are now strings, based on UUID.randomUUID()
- The TaskOverviewWindow is now displayed directly above the layout node that opens it
- progress units are now shown in TaskOverviewWindow
…tateManager is now set when calling getInstance(), allowing us to provide a getInstance() method with a DI parameter
@github-project-automation github-project-automation Bot moved this to 🆕 New in IDEasy board May 12, 2026
@laim2003 laim2003 self-assigned this May 12, 2026
@laim2003 laim2003 added the GUI Graphical User Interface of IDEasy (aka dashboard) build with JavaFx label May 12, 2026
@laim2003 laim2003 moved this from 🆕 New to 🏗 In progress in IDEasy board May 12, 2026
@laim2003

Copy link
Copy Markdown
Contributor Author

Before merging this request, #1807 should be merged first to prevent duplicate commits.

@laim2003 laim2003 added this to the release:2026.06.001 milestone Jun 5, 2026
@coveralls

coveralls commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 27018449193

Coverage decreased (-0.5%) to 70.514%

Details

  • Coverage decreased (-0.5%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 99 coverage regressions across 4 files.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

99 previously-covered lines in 4 files lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/ide/gui/MainController.java 67 29.84%
com/devonfw/ide/gui/App.java 30 0.0%
com/devonfw/ide/gui/AppLauncher.java 1 0.0%
com/devonfw/tools/ide/version/VersionSegment.java 1 89.76%

Coverage Stats

Coverage Status
Relevant Lines: 16093
Covered Lines: 11811
Line Coverage: 73.39%
Relevant Branches: 7108
Covered Branches: 4549
Branch Coverage: 64.0%
Branches in Coverage %: Yes
Coverage Strength: 3.1 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GUI Graphical User Interface of IDEasy (aka dashboard) build with JavaFx

Projects

Status: 🏗 In progress

Development

Successfully merging this pull request may close these issues.

Implement JavaFX based progress bars for the GUI

3 participants