Janez Demšar
Janez Demšar
##### Issue `Orange.widgets.gui` redefines `comboBox`, but uses `*args` and `**kwargs` for arguments, so we can't get any assistance from GUIs. **Requires https://github.com/biolab/orange-widget-base/pull/203 to be merged and released.** ##### Description of...
With @irgolic, we brainstormed into this idea (basically his, with a few tricks of mine): widgets could have a transient preview of (default? any?) output data. Clicking (double clicking? force...
##### Issue Ref: #5873 Based on https://github.com/biolab/orange-widget-base/pull/198. ##### Description of changes Add previewer for `Table`. We probably want to add one for `Distance Matrix`, and that would be it (for...
#5722 suggested additional features for scatter plot. They belong to a separate widget, possibly Linear Regression, which could have a plot of single variable vs. the dependent variable. This requires...
##### Issue If we decide to make Orange translatable (e.g. via https://github.com/janezd/trubar), widgets will need a more systematic approach to plural forms. This PR follows the idea explained at https://github.com/janezd/trubar#plural-forms....
The Color widget allows the user to set the color that is used in subsequent visualizations. Add the functionality to set the variables' shape (for discrete variables) and scales (for...
**What's your use case?** It's not only that it looks miserable: the new tooltip (window at the bottom right) already shows more information than what's in the widget. The tooltip...
**This is not a graveyard of issues.** To prevent stalled issues with big ideas (that can be implemented only as somebody's summer-time pet project) from becoming the white noise of...
When we removed LDA prototype from prototypes, we discussed that it would be nice to have some supervised embeddings, such as LDA and PLS.
We would need a common base for load widgets because: - widgets for loading files have a lot of replicated code, - some are implemented better, some worse, - and...