- Updated
READMEfile with instructions to switch to thedevelopbranch if required. - Re-enabled and also updated the
findallfunction undersetup.py. - Instrument configuration files are not going to get installed unless
setup.pyinstructed to build theRPMpackage. buildpackage has been moved fromrequirements.txttorequirements-dev.txt.- Updated
45-Argyll.rulesand55-Argyll.rulesfiles from ArgyllCMS 2.3.0. - Fixed #111
- Fixed #112
- Fixed #113
- Fixes #114
- Allow 384 byte EDID
- Misc py3 porting fixes
- Added a new item to the list of things to focus the future development effort.
- Reverted bytestr change.
- Moved test in
argyll_RGB2XYZ. - Added tests for
argyll_cgats. - Refactored
argyll_cgats. - Updated
README.md, paraphrased some first person talk, updated with the latest development news. - Updated
AboutDialogsize to accommodate all author names. - Updated
CHANGES.htmlwith some information. - Little update to the installation instructions.
- Possible fix for #86
- Updated
DisplayCAL.worker.Worker._install_profile_loader_xdg()to write the desktop file at once. - Removed/replaced deprecated
wxWidgetswidgets with new ones. This will make DisplayCAL work only withwxWidgets>=4.1.1(or possibly with an earlier but more recent version), but it is okay. - Fixed
_SizeWindowsandAdjustLayoutmethods ofDisplayCAL.lib.agw.fourwaysplitter.FourWaySplitterfor Python 3.10. - Fixed
_SizeWindows,OnLeftUpandOnMotionmethods ofDisplayCAL.wxwindows.TwoWaySplitterfor Python 3.10. - The splitter in the Profile Info window is now properly working.
- Updated
requirements.txtand madewxPythonversion4.1.1the minimum required version.