Aleš Erjavec
Aleš Erjavec
#### Issue Need macro node support #### Changes Add macro node functionality - hierarchical sub-workflows.
#### Issue Pickle format is used in the serialization (as a fallback when parameters cannot be saved as a python literal). #### Changes * When saving: warn and ask for...
##### Issue Fixes: https://github.com/biolab/orange3/issues/6639 ##### Description of changes Allow replacing existing variables ##### Includes - [X] Code changes - [X] Tests - [ ] Documentation
##### Issue Fixes: gh-6660 ##### Description of changes * Ignore categories when exact match for a variable is not found in the stored settings (i.e. match by name and type...
- do not attempt to install PIL into the bundle (it fails) - install pypi released version of orange-bioinformatics - update app's Info.plist - update osx font substitutions
##### Issue With Qt 6.7.0 ``` Traceback (most recent call last): File "/Users/aleserjavec/workspace/orange-canvas/orangecanvas/scheme/widgetmanager.py", line 404, in __process_init_queue self.ensure_created(node) File "/Users/aleserjavec/workspace/orange-canvas/orangecanvas/scheme/widgetmanager.py", line 350, in ensure_created self.__add_widget_for_node(node) File "/Users/aleserjavec/workspace/orange-canvas/orangecanvas/scheme/widgetmanager.py", line 243, in...
##### Issue Fixes: gh-5636 ##### Description of changes ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation
### Issue Fixes: https://github.com/biolab/orange3/issues/6837 This error causes missing dropdown indicators in the bottom toolbar This does not apply and cannot be replicated using dark style ### Changes Fix package base...
##### Issue Fixes: #6861 ##### Description of changes * Hide/show warning on change * Indicate items with a warning with a yellow color ##### Includes - [X] Code changes -...
##### Issue Fixes #6854 Since 384f6f4 the AnchorItem does not properly update its layout due to difference in pg.GraphicsObject/pg.GraphicsWidget implementations. ##### Description of changes Track scene transform changes. ##### Includes...