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

pull request #414

Draft
wants to merge 60 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
e6640c8
Add Windows testing to GitHub Actions
oldgithubman Oct 13, 2024
f384db5
Refactor and improve type annotations in mocks.py
oldgithubman Oct 13, 2024
d981a17
Update AGW package documentation to version 0.9.7
oldgithubman Oct 13, 2024
d141daf
Refactor and enhance AGW artmanager module
oldgithubman Oct 13, 2024
0c917df
Add bold tab selection style and improve type hints
oldgithubman Oct 13, 2024
307a1a2
Update FourWaySplitter for better documentation and Python 3 compatib…
oldgithubman Oct 13, 2024
b4e65a6
Update GradientButton for Python 3 and Phoenix
oldgithubman Oct 13, 2024
90851e5
Update LabelBook and FlatImageBook documentation
oldgithubman Oct 13, 2024
3b94aa2
Update PyGauge to support drawing value or percentage
oldgithubman Oct 13, 2024
c5cfcc8
Refactor and improve audio module documentation
oldgithubman Oct 13, 2024
e382e2c
Refactor and improve code readability in config.py
oldgithubman Oct 14, 2024
3ac2eb6
Update win32com imports to win32comext
oldgithubman Oct 14, 2024
ddc0696
Refactor imports and improve readability
oldgithubman Oct 14, 2024
c6dd4bb
Update flake8 config for stricter checks
oldgithubman Oct 14, 2024
5a39997
Reorganize and update .gitignore file
oldgithubman Oct 14, 2024
bd8ac7a
Update requirements.txt with new dependencies
oldgithubman Oct 14, 2024
3101b65
Add type hints to ArtManager.Initialize
oldgithubman Oct 14, 2024
e614e63
Refactor and document EDID retrieval and parsing
oldgithubman Oct 14, 2024
4d75b98
Refactor and clean up freeze.py script
oldgithubman Oct 14, 2024
83eec46
Refactor imports and Python version check
oldgithubman Oct 14, 2024
cf9dc8c
Fix formatting and minor typos in pnp.ids
oldgithubman Oct 14, 2024
69421d6
Refactor imports and improve readability in profile_loader.py
oldgithubman Oct 14, 2024
77f82ef
Refactor and improve RealDisplaySizeMM.py
oldgithubman Oct 14, 2024
72eeeb7
Refactor and enhance AGW artmanager module
oldgithubman Oct 13, 2024
9648079
Refactor and improve code readability in config.py
oldgithubman Oct 14, 2024
c1de081
Refactor imports and improve readability
oldgithubman Oct 14, 2024
24951ea
Refactor and document EDID retrieval and parsing
oldgithubman Oct 14, 2024
00a5a9a
- [#414] Fixed `DisplayCAL.lib.agw.artmanager` for MacOS (and possibl…
eoyilmaz Oct 14, 2024
e49641e
Refactor taskbar progress using ctypes for ITaskbarList3
oldgithubman Oct 14, 2024
51b663d
- [#414] Trying to fix Windows workflow (1).
eoyilmaz Oct 14, 2024
2d5291b
Format taskbar.py
oldgithubman Oct 14, 2024
2bfb3a4
Refactor and enhance util_os.py for better readability and functionality
oldgithubman Oct 14, 2024
39fdba8
Add docstrings and improve code readability
oldgithubman Oct 14, 2024
52698ac
- [#414] Trying to fix Windows workflow (2).
eoyilmaz Oct 14, 2024
35693df
Reorganize imports and fix indentation
oldgithubman Oct 14, 2024
acb860f
Refactor imports in wxCCXXPlot.py for clarity and consistency
oldgithubman Oct 14, 2024
e546a57
Refactor imports for better readability and organization
oldgithubman Oct 14, 2024
bd55ea5
Refactor imports in wxLUTViewer.py for clarity and organization
oldgithubman Oct 14, 2024
c80a73e
Refactor imports in wxMeasureFrame.py for clarity
oldgithubman Oct 14, 2024
9666556
Reorganize imports for better readability and structure
oldgithubman Oct 15, 2024
a78b04e
Refactor imports in wxScriptingClient.py
oldgithubman Oct 15, 2024
43242b3
Refactor imports in wxSynthICCFrame.py
oldgithubman Oct 15, 2024
7bb3e09
Refactor imports and improve readability
oldgithubman Oct 15, 2024
59b30ad
Refactor imports and improve code readability
oldgithubman Oct 15, 2024
bc4a3dc
Refactor and improve comments in tests/conftest.py
oldgithubman Oct 15, 2024
7e90ba2
Update test_colord.py to use platform module and fix import order
oldgithubman Oct 15, 2024
a945d1e
Update tests and dependencies for Python 3.11
oldgithubman Oct 15, 2024
96ef5af
Add debugging print statements to test_ICCProfile.py
oldgithubman Oct 15, 2024
feda88d
Convert AGW package docstring to use double quotes
oldgithubman Oct 15, 2024
3afeea1
Refactor and update project configuration files
oldgithubman Oct 16, 2024
84f7f94
Delete .flake8 and update .gitignore
oldgithubman Oct 16, 2024
105cd7d
Refactor and improve FourWaySplitter documentation and types
oldgithubman Oct 18, 2024
80a2842
Refactor GradientButton for better type hints and readability
oldgithubman Oct 18, 2024
f00706f
Refactor and improve LabelBook and FlatImageBook
oldgithubman Oct 23, 2024
561e825
[#414] Updated `.github/workflows/pytest.yml` to disable C-Extension …
eoyilmaz Oct 24, 2024
eabc81b
[#414] Removed all the `# noqa: SC100` comments as it is better to ad…
eoyilmaz Oct 24, 2024
23f40ad
[#414] Refactored the `DisplayCAL.lib.agw.artmanager`.
eoyilmaz Oct 24, 2024
b433eba
[#414] Refactored the `DisplayCAL.lib.agw.fmresources`.
eoyilmaz Oct 24, 2024
3f3d66f
[#414] Fixed most of the linting errors in `DisplayCAL.lib.agw.artman…
eoyilmaz Oct 24, 2024
ea2febe
[#414] Introduced some more style changes to `fourwaysplitter` and `g…
eoyilmaz Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor and clean up freeze.py script
  - Simplify imports
  - Remove redundant comments
  - Improve readability
  - Fix minor bugs
  - Update paths and variables
oldgithubman committed Oct 23, 2024
commit 4d75b984f51d061504014331b41f959931153c31
Loading