ptsavol

Results 11 issues of ptsavol

Windows 10, Python 3.11, PySide 6.4.1, pyqtdarktheme 2.1.0 Problem: Enabling a theme with `qdarktheme.setup_theme()` enables mouseTracking for QTabBars. Steps to reproduce: 1. Run the example app below 2. Hover mouse...

Our matplotlib is using a legacy backend. While these still work, they should be updated. https://matplotlib.org/stable/users/explain/figure/backends.html These should be updated: **helpers.py** ```matplotlib.use("Qt5Agg")``` -> ```matplotlib.use("qtagg")``` **plot_canvas.py** ```from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg``` ->...

good first issue
Infrastructure

Add a setting to select an appication theme provided by a third-party package. Fixes #1952 ## Checklist before merging - [ ] Documentation is up-to-date - [ ] Release notes...

enhancement
UI

After testing Spine Engine Server on an actual server (not just a local virtual box), it looks like starting a Jupyter Console on a server does not work out of...

enhancement
Engine server

Add a new method to add items to Design View without drag-and-drop. Simply click on an item or specification in the Toolbar, then click on Design View to make a...

Feature
UI

I think the culprit here is the `psutil` package, which is a dependency of our dependency (not sure which one). It seems that we have locked the psutil version to...

bug

I propose we replace the Generic Items, Specifications, and PlugIn Toolbars with simple lists in a single dockwidget. The problem with the current Toolbars is that they take up a...

UI

Python Tool specs now may require a kernel spec or a conda kernel spec for execution. Sharing environment(s) as part of the project for Python/Julia Tool specifications is not possible...

Feature
Python support
Julia support

Split make_bundle.yml into two Github Actions: - One creates a zipped Toolbox bundle with just a barebones portable Python - The other one creates a zipped Toolbox bundle with a...

Bundled app

We should use an external package for setting the theme (look and style) of the application and get rid of most of the custom stylesheets spread around the application. One...

enhancement
UI