Skip to content

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

Draft
laim2003 wants to merge 53 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 53 commits into
devonfw:mainfrom
laim2003:#1784-Implement-JavaFX-based-progress-bars-for-the-GUI

Conversation

@laim2003
Copy link
Copy Markdown
Contributor

@laim2003 laim2003 commented May 12, 2026

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
laim2003 added 22 commits April 21, 2026 18:47
- not automatically select a workspace
- to seperate concerns of which functions update the workspace combobox and which the project combobox
…low new Select-Project-Then-Select-Workspace UI logic (previous commit)
…nfw#1784-Implement-JavaFX-based-progress-bars-for-the-GUI

# Conflicts:
#	gui/src/main/java/com/devonfw/ide/gui/App.java
#	gui/src/main/java/com/devonfw/ide/gui/MainController.java
#	gui/src/main/resources/com/devonfw/ide/gui/main-view.fxml
…added displaying of indeterminate progress bars, Progress task titles are now being updated properly.
…ntation, upgraded UI architecture to use Binding/Observing Logic
@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.

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

1 participant