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

implement lazy loading in toga_core #2686

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

Commits on Jul 1, 2024

  1. toga_core lazy loader

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    84b1241 View commit details
    Browse the repository at this point in the history
  2. toga.window, not toga.app

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a1002e1 View commit details
    Browse the repository at this point in the history
  3. Create 2547.misc.rst

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7c012c4 View commit details
    Browse the repository at this point in the history
  4. Clean up slider imports.

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1f64f16 View commit details
    Browse the repository at this point in the history
  5. precommit run

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a8b10e1 View commit details
    Browse the repository at this point in the history
  6. Update slider.py

    KRRT7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7918b4d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. revert changes

    KRRT7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fee0ea2 View commit details
    Browse the repository at this point in the history
  2. init cleanup

    This list should be in alphabetical order by module and then by name, as in toga/__init__.py.
    beeware#2584 (comment)
    including  preserving the historical sort order (i.e., sorted by the full import path of the original module), with interleaved comments highlighting that ordering.
    beeware#2686 (comment)
    KRRT7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3812086 View commit details
    Browse the repository at this point in the history
  3. precommit run

    KRRT7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4c23c1e View commit details
    Browse the repository at this point in the history
  4. fix old err

    KRRT7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    69e66a1 View commit details
    Browse the repository at this point in the history