Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fozzle/python-brotherprint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: daeta/python-brotherprint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 4 contributors

Commits on Nov 1, 2016

  1. Add Print Quality Option

    Required for QL-720NW
    David Robinson committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    a8d4094 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Specify number of copies

    dimitrisr committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    bb52083 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Delete unnecessary import

    This doesn't do anything useful on python 2 and causes an ImportError on
    python 3:
    
    >>> import brotherprint
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "python-brotherprint/brotherprint/__init__.py", line 1, in <module>
        from brotherprint import BrotherPrint
    ImportError: cannot import name 'BrotherPrint
    Ian Foote committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e84247f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge pull request #1 from Ian-Foote/python3

    Delete unnecessary import
    dimitrisr authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5339acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a81548 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from dimitrisr/revert-1-python3

    Revert "Delete unnecessary import"
    dimitrisr authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    968592a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge pull request #1 from dimitrisr/master

    Specify number of copies
    daeta authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2adf942 View commit details
    Browse the repository at this point in the history
Loading