Draga Doncila Pop

Results 19 issues of Draga Doncila Pop

# Description As requested in #4388 and #4613, this PR adds: - `Alt+Drag` or `Alt+Shift+Drag` for opening files/folder/stacks with a forced plugin choice via the dialog (ignoring preferences) - A...

qt

**What is an image collection?** A collection of images is a semantic grouping of two or more associated ome-ngff images and/or image-labels. This definition could include - Images which do...

Currently the labels spec supports the declaration of a `label-value` and its associated `color`. Commonly, label values have other associated information including the most obvious, the class name. napari also...

## 🐛 Bug The colour scheme for displaying plugin errors is difficult to read for both light and dark themes. ![errors_light](https://user-images.githubusercontent.com/17995243/107724769-c2e02e00-6d38-11eb-9240-c37dc13de54e.png) ![errors_dark](https://user-images.githubusercontent.com/17995243/107724778-c70c4b80-6d38-11eb-97f9-0d182e7ae939.png) This may require some input on design from...

bug
design

As discussed at the last docs working group meeting, this PR captures the latest changes to all "docs about contributing docs". There are five main documents which together should help...

## 🧰 Task ### When is `app` created? When we initialize a `napari.Viewer`, we must also instantiate the `NapariApplication` [object](https://github.com/napari/napari/blob/main/napari/_app_model/_app.py#L18) (which is our `app-model` app). The application is created when...

task

## 🧰 Task Currently, we have a single [provider](https://napari.org/stable/guides/app_model.html#dependency-injection) for the napari `Viewer`. This provider is used when plugin widgets request a `Viewer`, but also internally. Under the hood, the...

task

In #32 we added defaults for project URLs in `setup.cfg`. We've since had some feedback that developers don't really know where that information comes from on the napari hub, and...

good first issue

# References and relevant issues This PR is a precursor to implementing the `GraphLayer` - see #5861 for a WIP on the graph layer itself. # Description In discussions during...