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

Column renderers #1478

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Column renderers #1478

wants to merge 17 commits into from

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    38ad5e9 View commit details
    Browse the repository at this point in the history
  2. make Node and Row public

    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    e794460 View commit details
    Browse the repository at this point in the history
  3. add missing __init__.py

    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    13ccfc4 View commit details
    Browse the repository at this point in the history
  4. define table column widget

    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    1b2f086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f90a44b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99ace69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a0673c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b52674 View commit details
    Browse the repository at this point in the history
  9. adapt tests

    * Don't test removed accessor attribute
    * Allow duplicate accessors
    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    ce0115a View commit details
    Browse the repository at this point in the history
  10. update gtk backend tests

    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a79ae1f View commit details
    Browse the repository at this point in the history
  11. add column test

    samschott committed May 7, 2022
    Configuration menu
    Copy the full SHA
    45ebace View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    e231cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e5f1f View commit details
    Browse the repository at this point in the history
  3. cleaner column API

    samschott committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    67846e0 View commit details
    Browse the repository at this point in the history
  4. remove accessors from source APIs

    require dicts to be passed instead
    samschott committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    34c9bdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    708ae75 View commit details
    Browse the repository at this point in the history
  6. update example apps

    samschott committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6690292 View commit details
    Browse the repository at this point in the history