-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add editing and refactor entire code base #86
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f966b58 - Browse repository at this point
Copy the full SHA f966b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397272a - Browse repository at this point
Copy the full SHA 397272aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f76c52 - Browse repository at this point
Copy the full SHA 9f76c52View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dac54fe - Browse repository at this point
Copy the full SHA dac54feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491d730 - Browse repository at this point
Copy the full SHA 491d730View commit details -
remove the __future__ annotations as this breaks in the injection whe…
…n starting widgets from the plugins menu
Configuration menu - View commit details
-
Copy full SHA for 78727e5 - Browse repository at this point
Copy the full SHA 78727e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da90ecd - Browse repository at this point
Copy the full SHA da90ecdView commit details -
call the assign_tracklet_id function from motile_toolbox after removi…
…ng a node, to reassign the tracklet_ids
Configuration menu - View commit details
-
Copy full SHA for bb46a59 - Browse repository at this point
Copy the full SHA bb46a59View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1da371c - Browse repository at this point
Copy the full SHA 1da371cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001faf3 - Browse repository at this point
Copy the full SHA 001faf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a19f1 - Browse repository at this point
Copy the full SHA 41a19f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a139a28 - Browse repository at this point
Copy the full SHA a139a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f826e26 - Browse repository at this point
Copy the full SHA f826e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d56a2 - Browse repository at this point
Copy the full SHA b6d56a2View commit details -
handle refresh in the tracks_viewer, restore selection and maintain z…
…oom in treewidget
Configuration menu - View commit details
-
Copy full SHA for db3fb8f - Browse repository at this point
Copy the full SHA db3fb8fView commit details
Commits on Sep 23, 2024
-
implement editing from the segmentation, including adding new nodes, …
…removing nodes, and updating their size
Configuration menu - View commit details
-
Copy full SHA for 0419c63 - Browse repository at this point
Copy the full SHA 0419c63View commit details -
allow creation of edges more than one time point apart - still have t…
…o implement a separate validation function
Configuration menu - View commit details
-
Copy full SHA for 9380366 - Browse repository at this point
Copy the full SHA 9380366View commit details -
update the autorange logic, refreshing when switching between all/lin…
…eage and tree/area but not when viewing the tree
Configuration menu - View commit details
-
Copy full SHA for a118aa7 - Browse repository at this point
Copy the full SHA a118aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df7933 - Browse repository at this point
Copy the full SHA 8df7933View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe49a1 - Browse repository at this point
Copy the full SHA bbe49a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a69ee - Browse repository at this point
Copy the full SHA c8a69eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca49df - Browse repository at this point
Copy the full SHA bca49dfView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 514efb1 - Browse repository at this point
Copy the full SHA 514efb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e550389 - Browse repository at this point
Copy the full SHA e550389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf45f4 - Browse repository at this point
Copy the full SHA 4bf45f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2698a45 - Browse repository at this point
Copy the full SHA 2698a45View commit details -
display a messagebox when attempting to merge tracks, optionally disc…
…arding the existing edge. How to combine this delete edge action with the add action in an Actiongroup?
Configuration menu - View commit details
-
Copy full SHA for 2bb8ed2 - Browse repository at this point
Copy the full SHA 2bb8ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 195bbe8 - Browse repository at this point
Copy the full SHA 195bbe8View commit details -
do not allow moving points if there is a seg layer, but update attrib…
…utes if points were the source for tracking
Configuration menu - View commit details
-
Copy full SHA for 1186e44 - Browse repository at this point
Copy the full SHA 1186e44View commit details -
automatically set the brush color in the labels layer to the track id…
…: this way it is also easier to add a segmentation for a new point
Configuration menu - View commit details
-
Copy full SHA for 28240dd - Browse repository at this point
Copy the full SHA 28240ddView commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 9640e7d - Browse repository at this point
Copy the full SHA 9640e7dView commit details
Commits on Sep 25, 2024
-
make sure that the dict mapping node_id to track_id is created when a…
… run solve is complete (if it was not already done at init)
Configuration menu - View commit details
-
Copy full SHA for f753bda - Browse repository at this point
Copy the full SHA f753bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d94ad - Browse repository at this point
Copy the full SHA 42d94adView commit details -
centralize the colormap in the tracks_viewer, and update across all v…
…iewers (in the case the user shuffles the colors in the labels layer)
Configuration menu - View commit details
-
Copy full SHA for 8a3f9b2 - Browse repository at this point
Copy the full SHA 8a3f9b2View commit details -
fix bug in the tracks layer: track_ids were out of sync with the grap…
…h because they were regenerated. Hence the apparent colormap issue. Implemented an adapted version of the to_napari_tracks_layer function that does not reassign track_ids, but takes them from the provided graph
Configuration menu - View commit details
-
Copy full SHA for ba6b8ac - Browse repository at this point
Copy the full SHA ba6b8acView commit details -
force refresh the colormap in the trackslayer by reapplying the turbo…
… colormap, otherwise colors do not update correctly when the user shuffles the label colors
Configuration menu - View commit details
-
Copy full SHA for 2aa5106 - Browse repository at this point
Copy the full SHA 2aa5106View commit details -
remove the build-in properties on the labels layer as this was showin…
…g incorrect results because we cannot assign different properties to the same label at a different time point. Instead use a new attribute node_properties to store this information to keep it accessible when clicking on a label
Configuration menu - View commit details
-
Copy full SHA for c804966 - Browse repository at this point
Copy the full SHA c804966View commit details -
override the default _type_string in trackpoints and tracklabels laye…
…rs to return normal points and labels for saving purposes
Configuration menu - View commit details
-
Copy full SHA for 1bc1fb2 - Browse repository at this point
Copy the full SHA 1bc1fb2View commit details -
combine widgets in a multi widget but also allow to open them separat…
…ely. There appears to be a bug when opening the TracksListWidget after the MultiWidget was already called
Configuration menu - View commit details
-
Copy full SHA for 33c61db - Browse repository at this point
Copy the full SHA 33c61dbView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7796fdf - Browse repository at this point
Copy the full SHA 7796fdfView commit details -
first check if an edge exists before deleting - otherwise we recolor …
…when we should not
Configuration menu - View commit details
-
Copy full SHA for 432ba4c - Browse repository at this point
Copy the full SHA 432ba4cView commit details -
set blending to translucent_no_depth for points to make them better v…
…isible in 3D view
Configuration menu - View commit details
-
Copy full SHA for 01d31ea - Browse repository at this point
Copy the full SHA 01d31eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for efc2f81 - Browse repository at this point
Copy the full SHA efc2f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb6858 - Browse repository at this point
Copy the full SHA 6fb6858View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbd397 - Browse repository at this point
Copy the full SHA ddbd397View commit details -
fix issue in the labels colormap that resulted in incorrect visibilit…
…y/invisibility and highlighting due to use of the cycliclabelcolormap, we do need the directmap because there are typically more track_ids than colors
Configuration menu - View commit details
-
Copy full SHA for 025bcc4 - Browse repository at this point
Copy the full SHA 025bcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b313d88 - Browse repository at this point
Copy the full SHA b313d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eac92e - Browse repository at this point
Copy the full SHA 9eac92eView commit details
Commits on Sep 27, 2024
-
refactor action handling to use new ActionHistory class, taking care …
…of the entire undo/redo logic including segmentation updates
Configuration menu - View commit details
-
Copy full SHA for 466af26 - Browse repository at this point
Copy the full SHA 466af26View commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 4c1f0d8 - Browse repository at this point
Copy the full SHA 4c1f0d8View commit details -
emit a selection update event after refresh, even if there are no nod…
…es selected (for setting the opacity in the labels layer)
Configuration menu - View commit details
-
Copy full SHA for 623df1e - Browse repository at this point
Copy the full SHA 623df1eView commit details -
bugfix: make sure that the None and 0 (if provided) keys in the color…
…map dict always have opacity of 0, otherwise we end up with the weird case of nontransparent blackness
Configuration menu - View commit details
-
Copy full SHA for ab315e5 - Browse repository at this point
Copy the full SHA ab315e5View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c148e7 - Browse repository at this point
Copy the full SHA 2c148e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a202b88 - Browse repository at this point
Copy the full SHA a202b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8a672 - Browse repository at this point
Copy the full SHA 4f8a672View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36773f - Browse repository at this point
Copy the full SHA e36773fView commit details
Commits on Oct 2, 2024
-
first check if the labels layer is present and not in edit mode befor…
…e centering the view, as centering while editing is annoying especially in 3D
Configuration menu - View commit details
-
Copy full SHA for 84fad68 - Browse repository at this point
Copy the full SHA 84fad68View commit details -
disable selecting nodes in the seg_layer when in 3D lineage mode. Oth…
…erwise, check whether the selected label is visible (non zero in the colormap opacity)
Configuration menu - View commit details
-
Copy full SHA for 656c349 - Browse repository at this point
Copy the full SHA 656c349View commit details -
Merge branch 'refactor_for_editing' of github.com:funkelab/motile_nap…
…ari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for ce667fd - Browse repository at this point
Copy the full SHA ce667fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af3cba - Browse repository at this point
Copy the full SHA 0af3cbaView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec19651 - Browse repository at this point
Copy the full SHA ec19651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1820b - Browse repository at this point
Copy the full SHA 6d1820bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 469f20e - Browse repository at this point
Copy the full SHA 469f20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f234f - Browse repository at this point
Copy the full SHA e7f234fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6405952 - Browse repository at this point
Copy the full SHA 6405952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa7a31 - Browse repository at this point
Copy the full SHA 5fa7a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c51c1 - Browse repository at this point
Copy the full SHA 35c51c1View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfa2137 - Browse repository at this point
Copy the full SHA dfa2137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab7412 - Browse repository at this point
Copy the full SHA 2ab7412View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ef0e25 - Browse repository at this point
Copy the full SHA 9ef0e25View commit details
Commits on Oct 9, 2024
-
use rectangular selection in treeview to append a list of nodes to th…
…e selection, rescaling the view range if necessary
Configuration menu - View commit details
-
Copy full SHA for b49e529 - Browse repository at this point
Copy the full SHA b49e529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6c9df - Browse repository at this point
Copy the full SHA 7b6c9dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7927f3 - Browse repository at this point
Copy the full SHA d7927f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba51b38 - Browse repository at this point
Copy the full SHA ba51b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77783ac - Browse repository at this point
Copy the full SHA 77783acView commit details
Commits on Oct 11, 2024
-
bug fixing: update the tracks.seg_time_to_node and max_track_id in up…
…date_tracks, otherwise they are empty. Also call the update signal before updating the node selecting (if a node is new, it is otherwise not yet in the tree dataframe)
Configuration menu - View commit details
-
Copy full SHA for 00f95f9 - Browse repository at this point
Copy the full SHA 00f95f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bfea8 - Browse repository at this point
Copy the full SHA f2bfea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e50afb3 - Browse repository at this point
Copy the full SHA e50afb3View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a10243 - Browse repository at this point
Copy the full SHA 2a10243View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c99d985 - Browse repository at this point
Copy the full SHA c99d985View commit details -
Merge branch 'refactor_for_editing' of github.com:funkelab/motile_nap…
…ari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for aa2d7cf - Browse repository at this point
Copy the full SHA aa2d7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e16eb - Browse repository at this point
Copy the full SHA f2e16ebView commit details -
Merge branch 'refactor_for_editing' of github.com:funkelab/motile_nap…
…ari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 68154bb - Browse repository at this point
Copy the full SHA 68154bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12600be - Browse repository at this point
Copy the full SHA 12600beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ca6c6 - Browse repository at this point
Copy the full SHA d1ca6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baa5c3 - Browse repository at this point
Copy the full SHA 9baa5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108ea04 - Browse repository at this point
Copy the full SHA 108ea04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b918d1 - Browse repository at this point
Copy the full SHA 6b918d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506935b - Browse repository at this point
Copy the full SHA 506935bView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c0d4e4 - Browse repository at this point
Copy the full SHA 7c0d4e4View commit details -
fix usage of _add_nodes, since a tuple of two elements is returned an…
…d not a single action
Configuration menu - View commit details
-
Copy full SHA for b6a27ac - Browse repository at this point
Copy the full SHA b6a27acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fe621 - Browse repository at this point
Copy the full SHA 17fe621View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7d53c - Browse repository at this point
Copy the full SHA eb7d53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e245c35 - Browse repository at this point
Copy the full SHA e245c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 112468a - Browse repository at this point
Copy the full SHA 112468aView commit details -
Merge branch 'refactor_for_editing' of github.com:funkelab/motile_nap…
…ari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 26944dc - Browse repository at this point
Copy the full SHA 26944dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed3db6 - Browse repository at this point
Copy the full SHA 4ed3db6View commit details -
update _delete_nodes, combining all to be deleted edges in a single D…
…eleteEdges action, and all to be created skip edges in a single AddEdges action
Configuration menu - View commit details
-
Copy full SHA for 8ed3c78 - Browse repository at this point
Copy the full SHA 8ed3c78View commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for a7688da - Browse repository at this point
Copy the full SHA a7688daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b2fdc - Browse repository at this point
Copy the full SHA 53b2fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb77df - Browse repository at this point
Copy the full SHA dbb77dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4acf84 - Browse repository at this point
Copy the full SHA e4acf84View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28b5fc - Browse repository at this point
Copy the full SHA f28b5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 907485b - Browse repository at this point
Copy the full SHA 907485bView commit details
Commits on Oct 16, 2024
-
fix colormap refresh issue by calling update_selection, which fixes t…
…he highlighting of selected nodes
Configuration menu - View commit details
-
Copy full SHA for 5e272bb - Browse repository at this point
Copy the full SHA 5e272bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b96b3 - Browse repository at this point
Copy the full SHA 80b96b3View commit details -
fix treeview display in lineage mode: when deleting a node, keep show…
…ing the previous lineages instead of a black tree view. Also make sure to complete reset the view when there is a new run
Configuration menu - View commit details
-
Copy full SHA for df5f40f - Browse repository at this point
Copy the full SHA df5f40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d907a41 - Browse repository at this point
Copy the full SHA d907a41View commit details -
store the previously visible nodes and reuse them for the napari view…
…s in case mode == lineage and self.selected_nodes is empty
Configuration menu - View commit details
-
Copy full SHA for 190e658 - Browse repository at this point
Copy the full SHA 190e658View commit details -
check which nodes were previously visible and are still present in th…
…e graph in a more efficient manner
Configuration menu - View commit details
-
Copy full SHA for f0c9b32 - Browse repository at this point
Copy the full SHA f0c9b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69044f2 - Browse repository at this point
Copy the full SHA 69044f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 471e095 - Browse repository at this point
Copy the full SHA 471e095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b74794 - Browse repository at this point
Copy the full SHA 6b74794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7438d - Browse repository at this point
Copy the full SHA 3f7438dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e971efd - Browse repository at this point
Copy the full SHA e971efdView commit details
Commits on Oct 17, 2024
-
check the previous track_df sorting (if available) to keep the lineag…
…e tree as consistently ordered as possible when editing
Configuration menu - View commit details
-
Copy full SHA for e0a9435 - Browse repository at this point
Copy the full SHA e0a9435View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c4b4e - Browse repository at this point
Copy the full SHA b6c4b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31138f3 - Browse repository at this point
Copy the full SHA 31138f3View commit details -
disconnect TracksViewer from any previous Tracks before reassigning s…
…elf.tracks and connecting self.tracks.refresh again, to prevent emitting multiple signals
Configuration menu - View commit details
-
Copy full SHA for 6768f2e - Browse repository at this point
Copy the full SHA 6768f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3952aa - Browse repository at this point
Copy the full SHA c3952aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee83ab5 - Browse repository at this point
Copy the full SHA ee83ab5View commit details -
Merge branch 'refactor_for_editing' of github.com:funkelab/motile_nap…
…ari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 8c5626e - Browse repository at this point
Copy the full SHA 8c5626eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79d1bc - Browse repository at this point
Copy the full SHA f79d1bcView commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for c310909 - Browse repository at this point
Copy the full SHA c310909View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbc0eb2 - Browse repository at this point
Copy the full SHA dbc0eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f15bf - Browse repository at this point
Copy the full SHA e9f15bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be0191 - Browse repository at this point
Copy the full SHA 0be0191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a718e - Browse repository at this point
Copy the full SHA 43a718eView commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for fae3ea0 - Browse repository at this point
Copy the full SHA fae3ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f76853 - Browse repository at this point
Copy the full SHA 5f76853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6135a48 - Browse repository at this point
Copy the full SHA 6135a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a4bfb - Browse repository at this point
Copy the full SHA 99a4bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c04e8b - Browse repository at this point
Copy the full SHA 4c04e8bView commit details -
Merge branch 'refactor_for_editing' of https://github.com/funkelab/mo…
…tile_napari_plugin into refactor_for_editing
Configuration menu - View commit details
-
Copy full SHA for 71c21d3 - Browse repository at this point
Copy the full SHA 71c21d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b128f - Browse repository at this point
Copy the full SHA 40b128fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c0f9d - Browse repository at this point
Copy the full SHA 62c0f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cc6e7 - Browse repository at this point
Copy the full SHA 68cc6e7View commit details