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

Add missing calls to super class "__init__"s #1693

Merged
merged 7 commits into from
Jul 7, 2021

Commits on Jun 21, 2021

  1. FIX : Add missing call to __init__ in super class

    Poruri Sai Rahul authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2d95080 View commit details
    Browse the repository at this point in the history
  2. FIX : Add missing call to __init__ in super class

    Poruri Sai Rahul authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    50fe91d View commit details
    Browse the repository at this point in the history
  3. FIX : Add missing call to __init__ in super class

    Poruri Sai Rahul authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7d592b1 View commit details
    Browse the repository at this point in the history
  4. FIX : Add missing call to super __init__

    and fix a flake8 error
    
    	modified:   traitsui/editors/array_editor.py
    	modified:   traitsui/qt4/ui_panel.py
    Poruri Sai Rahul committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ec472e8 View commit details
    Browse the repository at this point in the history
  5. DEV : Undo change in qt4 GroupEditor

    see #1674
    
    	modified:   traitsui/qt4/ui_panel.py
    Poruri Sai Rahul committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1c2404c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Merge branch 'master' of github.com:enthought/traitsui into fix/add-m…

    …issing-super-calls
    Poruri Sai Rahul committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e92c397 View commit details
    Browse the repository at this point in the history
  2. CLN : Pass args to __init__ call

    Previously, we were setting traits/attributes before calling __init__ on
    the objects, which setup the traits machinery. Instead, this commit
    passes the arguments to __init__, which feels like the right thing to do
    
    	modified:   traitsui/editors/array_editor.py
    	modified:   traitsui/editors/tuple_editor.py
    	modified:   traitsui/qt4/ui_panel.py
    Poruri Sai Rahul committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    858564e View commit details
    Browse the repository at this point in the history