Skip to content
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

[FIX] WidgetManager: Schedule delayed deletion for managed OWWidgets #2963

Merged
merged 3 commits into from
Mar 30, 2018

Commits on Mar 19, 2018

  1. WidgetManager: Schedule delayed deletion for managed OWWidgets

    ... when the workflow is 'closed' (ie. discarded and replaced by the
    canvas main editor)
    ales-erjavec committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c9923e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. widgetsscheme: Fix OWWidget tracking after removal from the workflow

    WidgetManager would fail to delete the widget if it was removed from the
    workflow model while in 'processing' state.
    ales-erjavec committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    a13327d View commit details
    Browse the repository at this point in the history
  2. widgetsscheme: Consistent delayed deletion check

    Make the condition when delayed deletion is enacted match
    the specification in the comments.
    ales-erjavec committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    8dfd877 View commit details
    Browse the repository at this point in the history