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

[ENH] Extend widget creation policy #1611

Merged
merged 5 commits into from
Sep 30, 2016

Commits on Sep 27, 2016

  1. widgetsscheme: Extend/improve widget creation policy

    * Better guard against explicit event loop reentry from widget's `__init__`
    * Extend widget creation policy so all widgets are created only on
      demand. This makes it possible to open/edit workflow without any
      OWWidget instances being created until they are activated (opened/double
      clicked)
    ales-erjavec committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    8034e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ffe18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832bbb7 View commit details
    Browse the repository at this point in the history
  4. signalmanager: Better schedule ordering

    Process pending nodes in FIFO order
    ales-erjavec committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    e3236b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c18b4 View commit details
    Browse the repository at this point in the history