Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Fix/webengine segfault

wakonig_k requested to merge fix/webengine_segfault into main

Description

This MR resolves the segfault when using the qwebengineview with theme updates set to "auto".

Related Issues

closes #336 (closed)

Type of Change

  • Since "auto" is only supported on macos, the default was changed from auto to a single call of darkdetect.
  • Added a method to await the loading of the webpage.
  • Adjusted tests to wait for the loading of the webpage. As this was not there before, the failure went unnoticed.

Additional Comments

Since "auto" is not the default anymore, the widgets will not automatically adjust to OS-related changes of themes.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading