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

Enforce milestones #27

Merged
merged 361 commits into from
Feb 15, 2025
Merged

Enforce milestones #27

merged 361 commits into from
Feb 15, 2025

Conversation

Holzhaus
Copy link
Owner

No description provided.

konstruktiv and others added 30 commits January 18, 2025 08:31
…mrenderer classes from rendergraph::openglnode
This makes it compatible with Python 3.9 (default on macOS).
…leared up code when creating a waveformsignalrenderer, and appending it as a node
…-shaders

rendergraph: use opengl node and add shaders
daschuer and others added 14 commits February 12, 2025 22:37
…item-shortcut

Usability/Keyboard: Add a rebindable keyboard shortcut for editing items as a replacement for F2
…ller-setting

Remove boilerplate and duplication in controller setting definition
…ockey-2-ie

fix: skip message send if sysex code is undefined
(fixup) Overview: use 1.0 if track has no valid replayGain ratio
chore: fix recently introduced clazy warnings
these changes solve a 1st error in pre-commit after changing a qss.
Error like
Traceback (most recent call last):
  File "D:\mixxx-git\mixxx\tools\qsscheck.py", line 435, in <module>
    sys.exit(main())
             ^^^^^^
  File "D:\mixxx-git\mixxx\tools\qsscheck.py", line 428, in main
    for message in check_skins(mixxx_path, skins, args.ignore.split(",")):
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\mixxx-git\mixxx\tools\qsscheck.py", line 322, in check_skins
    classnames, objectnames = get_global_names(mixxx_path)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\mixxx-git\mixxx\tools\qsscheck.py", line 252, in get_global_names
    objectnames.update(set(RE_UI_OBJNAME.findall(f.read())))
                                                 ^^^^^^^^
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.2544.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 10957: character maps to <undefined>

Co-authored-by: Swiftb0y <[email protected]>
qsscheck.py -> added utf-8 in open()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.