Henrik Koski

Results 38 issues of Henrik Koski

In #2774 the hamburger menu for the database editor was removed. Data Transformer, Exporter, Importer and Tool still utilize hamburger menus. Maybe they should also be converted to this ribbon/menubar...

enhancement
UI

Starting and manually stopping tool execution with the script: ![image](https://github.com/spine-tools/Spine-Toolbox/assets/98282892/6b6b4b0f-d905-4367-8ca4-6c04ca32681b) produces the following traceback: ``` AttributeError: 'NoneType' object has no attribute 'returncode' Traceback (most recent call last): File "C:\spine-toolbox\spinetoolbox\ui_main.py", line...

bug
Engine

1. Activate an scenario filter is applied from the **Filter** in db editor toolbar. 2. Deactivate the filter so that no filters are active. 3. Select anything from the **Entity...

bug
DB editor

Currently it is not possible to create entity groups for N-D. When trying to create an entity group for a N-D entity, there is an error: ![image](https://github.com/spine-tools/Spine-Toolbox/assets/98282892/f24b4047-64c0-4cbb-bded-6473bf798d0e) Would probably be...

bug

When two databases both have entity class A, and they are both open in the same tab, only the entities from the first db are visible in the entity tree.

bug
DB editor

Having Alt1 and Alt2 in the same scenario and changing their order by dragging results in first the dragged item being selected, and once the item is dropped, the other...

bug

Having one db open in db editor and importing another db a couple of times in a row leads to the traceback: ``` Traceback (most recent call last): File "C:\spine-toolbox\spinetoolbox\helpers.py",...

bug
DB editor

As discussed in the MOPO meeting in Leuven, move the scenarios from the `project.json` into the local `.json` files in preparation for creating a "user mode". Also possibly the x...