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

First try to adopt Python3 and PyQt5 #47

Merged
merged 36 commits into from Feb 21, 2019
Merged

First try to adopt Python3 and PyQt5 #47

merged 36 commits into from Feb 21, 2019

Commits on Nov 18, 2017

  1. Copy the full SHA
    8eca530 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd80b8c View commit details
    Browse the repository at this point in the history
  3. Fix canceling open image

    Huluti committed Nov 18, 2017
    Copy the full SHA
    a3d9735 View commit details
    Browse the repository at this point in the history
  4. Fix version in setup.py

    Huluti committed Nov 18, 2017
    Copy the full SHA
    a20f7a5 View commit details
    Browse the repository at this point in the history
  5. Port quit signal to new system

    Huluti committed Nov 18, 2017
    Copy the full SHA
    623922d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    69fb5c9 View commit details
    Browse the repository at this point in the history
  7. Improve the .gitignore

    Huluti committed Nov 18, 2017
    Copy the full SHA
    e71c22b View commit details
    Browse the repository at this point in the history
  8. Remove unuseful unicode call

    Huluti committed Nov 18, 2017
    Copy the full SHA
    bc8c665 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    420c945 View commit details
    Browse the repository at this point in the history
  10. Replace some old signals

    Huluti committed Nov 18, 2017
    Copy the full SHA
    063d2b8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a24ef15 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2583663 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    278ef26 View commit details
    Browse the repository at this point in the history
  14. Revert to initial gitignore

    Huluti committed Nov 18, 2017
    Copy the full SHA
    352ba03 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    648f78c View commit details
    Browse the repository at this point in the history
  16. Reintroduce missing changes

    Huluti committed Nov 18, 2017
    Copy the full SHA
    461ae9f View commit details
    Browse the repository at this point in the history
  17. Readme file in markdown

    Huluti committed Nov 18, 2017
    Copy the full SHA
    797cc43 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    d7a0f84 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    573dcab View commit details
    Browse the repository at this point in the history
  20. Python 3 use utf8 by default

    Huluti committed Nov 18, 2017
    Copy the full SHA
    59b3d8c View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    3a19f3c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Remove two remaining "u" chars

    Huluti committed Nov 19, 2017
    Copy the full SHA
    23c3243 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Copy the full SHA
    8e415cb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. Redesign todo

    Huluti committed Nov 26, 2017
    Copy the full SHA
    4200875 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Ue Python3 shebangs

    Huluti committed Apr 9, 2018
    Copy the full SHA
    2687890 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Huluti committed Apr 9, 2018
    Copy the full SHA
    c38cf92 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Copy the full SHA
    02a9246 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f7531a1 View commit details
    Browse the repository at this point in the history
  3. Simplify way to check if an image is valid

    determinetype functions has some defaults
    Huluti committed Feb 20, 2019
    Copy the full SHA
    13f43bf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d2c0a79 View commit details
    Browse the repository at this point in the history
  5. Fix filetype after last commit

    Huluti committed Feb 20, 2019
    Copy the full SHA
    fb1c463 View commit details
    Browse the repository at this point in the history
  6. Update README

    Huluti committed Feb 20, 2019
    Copy the full SHA
    9551264 View commit details
    Browse the repository at this point in the history
  7. Update gitignore

    Huluti committed Feb 20, 2019
    Copy the full SHA
    b2713d5 View commit details
    Browse the repository at this point in the history
  8. Fix two little errors

    Huluti committed Feb 20, 2019
    Copy the full SHA
    030684f View commit details
    Browse the repository at this point in the history
  9. Update generators

    Huluti committed Feb 20, 2019
    Copy the full SHA
    460161b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    1e602b2 View commit details
    Browse the repository at this point in the history