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

Feature/plugin support

wakonig_k requested to merge feature/plugin_support into main

Description

Improved plugin support

Related Issues

closes #252 (closed)

Type of Change

  • Added support for loading ui files with custom widgets with pyqt6.
  • Added base class to avoid enforcing the inheritance of BECConnector.
  • Changed plugin report to a container of dataclasses.
  • Dropped support for PyQt5 and Pyside2 - qt5 tests were failing now already for quite some time; pyside2 was never tested

Definition of Done

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

Merge request reports

Loading