Settings store, logging & settings dialog #5
Closed
opened 2026-09-08 17:39:20 +01:00 by gronod
·
0 comments
No Branch/Tag Specified
main
milestone/m5-profile
feat/23-colprof
develop
milestone/m4-measurement
feat/18-instrument-detection
milestone/m3-printing
feat/17-print-panel-ui
feat/15-lp-spool
feat/14-colorsync
feat/13-nsprintpanel
feat/12-printer-enum
milestone/m2-targets
feat/7-targen-argv
milestone/m1-foundation
feat/4-wizard-gating
feat/5-settings-logging
feat/6-file-dialogs
feat/3-argyll-resolution
feat/2-process-manager
feat/1-app-scaffold
No results found.
Labels
Clear labels
Bug/Architecture
Bug/Backend
Bug/DevOps
Bug/UI
Compat/Breaking
Feature/Architecture
Feature/Backend
Feature/DevOps
Feature/UI
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Project/ICCery-v2
Core / wizard / process infra defect
Argyll orchestration, file/data defect
Build, packaging, CI defect
Views, controls, dialogs defect
Breaking change that won't be backward compatible
Core / wizard / process infra
Argyll orchestration, file/data engines
Build, packaging, CI
Views, controls, dialogs
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
ICCery v2 Mac rewrite
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
M1 — Foundation & process core
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gronod/iccery-v2-mac#5
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
settings.json+ file logger + Settings dialog in M1 (not M6).Spec refs
docs/22-settings-presets.md, 02-architecture.md logging, 21-ui-reference.md settings ids. #158 #184.
Scope
In: model, validation, persist, dialog, log rotation, live log-level.
Out: About, overlay tooltips (issue 31), presets engine (issue 11).
Implementation notes
Path:
~/Library/Application Support/com.gronod.iccery2/settings.json. Do not read v1's folder.Defaults:
argyll_binary_dirnildefault_instrumentnil — stored, NEVER applied to argvlog_levelnil → Debug in debug builds, Info in releasedelta_e_good_max2.0,delta_e_warning_max5.0, both ≥ 0, good < warningcustom_presets[]enable_i1pro2_ledsfalsecalibration_stale_days30default_install_locationuserask_before_overwrite_profiletrueopen_color_panel_after_installfalseInvalid JSON → defaults.
Validation strings exactly:
Logger:
~/Library/Logs/com.gronod.iccery2/iccery.log, 5 MiB × 5. Level applied at startup AND on save. Publish a settings-changed notification so issue 20 can reclassify swatches.Dialog: argyll dir picker, default instrument (display-only caveat), i1Pro2 LEDs, ΔE fields + inline error, stale days, install location, overwrite ask, open ColorSync toggle, log level, open-log-folder / copy-path / copy-excerpt.
Rewrite invariants
#158 log level is runtime state. #184 thresholds actually apply.
Dependencies
Blocks-on: 1. 6 (directory picker) may land in parallel — stub
selectDirectoryif needed.Unblocks: 11, 19, 20, 26, 27, 31.
Test
Acceptance criteria