Skip to content

frontend: Implement HealthCheck service and refactor Idian widgets#13433

Open
Warchamp7 wants to merge 7 commits into
obsproject:masterfrom
Warchamp7:health-status-thing
Open

frontend: Implement HealthCheck service and refactor Idian widgets#13433
Warchamp7 wants to merge 7 commits into
obsproject:masterfrom
Warchamp7:health-status-thing

Conversation

@Warchamp7
Copy link
Copy Markdown
Member

Description

  • Adds a new HealthCheckService and associated classes.
  • Refactors Idian widgetry for better flexibility.
  • Adds some new generic UI widgets.
  • Adds widgetry for the display of HealthCheckService info
  • Hooks up the Missing Files state to this new system to start
image

New widgets

image image

Example image. Only Missing Files is implemented by this PR.

Motivation and Context

Currently we do not have a good way to surface information to users about configuration problems or other OBS 'System Health' issues. Often these warnings are part of startup, adding to an already large pile of dialogs and popups we can potentially spawn. In other cases, they are specific to particular settings themselves and only visible when the settings window is open and you are looking at the specific section or actual option.

This system aims to be for configuration warnings or problems which can be resolved, in contrast to a notification system.

I would appreciate feedback from people testing, as well as suggestions for which other settings issues or configuration might be good candidates to be added here.

How Has This Been Tested?

Created some test health items locally, as well as hooked up the scene collection missing files dialog to this system.

Expected behaviour is that Critical items will show in the list first, and fixed items will disappear.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have read the contributing document.
  • My code has been run through clang-format.
  • My code follows the project's style guidelines
  • My code is not on the master branch.
  • My code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@Warchamp7 Warchamp7 added kind/feature Functionality or other elements that the project doesn't currently have. area/ui-ux Anything to do with changes or additions to UI/UX elements. labels May 15, 2026
@Warchamp7 Warchamp7 force-pushed the health-status-thing branch 3 times, most recently from 44e7c46 to 94f796f Compare May 15, 2026 21:40
Warchamp7 added 5 commits May 18, 2026 01:00
The idian widgets were built when we had a much lower
understanding of how Qt expects you to build custom
complex widgets and without a direct use-case.

They were also built far too rigid for what every attempted
use of them thus far has necessitated. These changes break
them into simpler 'pieces' and provide getters for internals
that are intended to be accessed.
@Warchamp7 Warchamp7 force-pushed the health-status-thing branch from 94f796f to 157dc39 Compare May 18, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ui-ux Anything to do with changes or additions to UI/UX elements. kind/feature Functionality or other elements that the project doesn't currently have.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant