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 branch 'v0.6' into qt5-wip #2237

Open
wants to merge 38 commits into
base: v0.6
Choose a base branch
from

Commits on Dec 15, 2021

  1. tr compatible with all Qt APIs

    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    01e5400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fca03 View commit details
    Browse the repository at this point in the history
  3. Initial support for PyQt5 (main window shown) using QtPy package.

    QtPy is a compatibility layer which allows to use the code written for
    PyQt5 with any python Qt binding: PyQt4, PyQt5, pyside or pyside2.
    
    Main differences in PyQt5:
    
      - all widget classes are now in QtWidgets package, not QtGui;
      - QString obsoleted by unicode (sip API 2);
      - changed the way of signals connection.
    
    Closes: Bitmessage#1191
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8dca39e View commit details
    Browse the repository at this point in the history
  4. Changes for pyside:

    customwidgets in ui-files and QtGui.QPen instantiation
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    58466d5 View commit details
    Browse the repository at this point in the history
  5. Module support rewrite:

      - added Qt API string into support request
      - finished flake8 formatting
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    07c2a51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cae520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3202082 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5de33d View commit details
    Browse the repository at this point in the history
  9. fromAddress - str, subject - unicode

    (for simple encoding like for extended)
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5f4b67a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acaa274 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c39c7d1 View commit details
    Browse the repository at this point in the history
  12. Handled pylint warnings in bitmessageqt, qidenticon, depends,

    resolved pylint redefined-variable-type warnings,
    marked autogenerated modules for skipping by pylint and flake8
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bc89000 View commit details
    Browse the repository at this point in the history
  13. PyQt5 based qtpy fallback

    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    6864b44 View commit details
    Browse the repository at this point in the history
  14. Explicitly set wordWrap property to false in STableWidgets

    on tabs "Send", "Blacklist" and "Network Status":
    in qt5 it's probably true by default.
    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b046898 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    46d8576 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    677c117 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e39852 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    782010f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4480d5d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    229cf1d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d75d388 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    caec943 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6fd07a0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e57a4fa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5acee0c View commit details
    Browse the repository at this point in the history
  26. Change depends in stdeb.cfg

    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2f8734d View commit details
    Browse the repository at this point in the history
  27. qtpy based fallback for PyQt5

    g1itch committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9a1424c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ced7b4d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    327a539 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a049681 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d9fb640 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1434768 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9910556 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1368013 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    aa9edcb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    4cd0df7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    d04d620 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix user agent display

    kashikoibumi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    66c22ed View commit details
    Browse the repository at this point in the history