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

Merge rdbende:numberentry into master to add NumberEntry widget #79

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2021

  1. Create NumberEntry widget

    An entry that takes only numbers or calculations and calculates the result of the calculation
    rdbende authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    551a19c View commit details
    Browse the repository at this point in the history
  2. Change the default hover-cursor to hand2

    Change the default hover-cursor from hand1 to hand2
    rdbende authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a6db0b3 View commit details
    Browse the repository at this point in the history
  3. Change the movement cursor to fleur

    Change the movement cursor from exchange to fleur
    rdbende authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7611f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61a46c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fixed portability issues

    Change the default cursor to use the native link pointer on Mac and Windows
    rdbende authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8941ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Restore cursor

    rdbende authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8488995 View commit details
    Browse the repository at this point in the history
  2. Restore linklabel

    rdbende authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8b614d2 View commit details
    Browse the repository at this point in the history
  3. Add __getitem__, __setitem__ and configure

    Add __getitem__, __setitem__, config and configure, docstring formatting
    rdbende authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9584d3f View commit details
    Browse the repository at this point in the history
  4. Update AUTHORS.md

    rdbende authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    af42360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4af566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    439323e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19f361e View commit details
    Browse the repository at this point in the history
  8. Update AUTHORS.md

    rdbende authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    acdbec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fixed fatal config bug

    rdbende authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    fb2dd12 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Update __init__.py

    rdbende authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e5d60f3 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    rdbende authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    de2d5c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Update numberentry.py

    rdbende authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c2f68ca View commit details
    Browse the repository at this point in the history
  2. Update README.md

    rdbende authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c1887dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213bd08 View commit details
    Browse the repository at this point in the history
  4. Update test for NumberEntry

    rdbende authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3bad128 View commit details
    Browse the repository at this point in the history