Commit Graph

9 Commits

Author SHA1 Message Date
zhengxuan.zhang c8bb587568 去除校准工具箱关闭按钮 2026-08-07 13:39:44 +08:00
Tanghaowei 57b08d6e7d #T:扫描界面支持中英文切换 2026-07-28 16:36:37 +08:00
Tanghaowei 71d5f474b2 #T:增加标定工具箱支持中英文切换 2026-07-28 13:10:23 +08:00
XplorePlane Developer 957157ae80 fix: 修复编译错误、BGA向导预览、算子重复插入及状态栏消息
## Compilation fixes
- Fix XAML namespace reference XplorePlane.Converters → XplorePlane.Helpers (EventLogView, StateDisplayView)
- Add missing using for ISampleTypeRepository / JsonSampleTypeRepository in App.xaml.cs
- Fix ILoggerService.Warn() calls using Exception as first arg instead of message string
- Serialize CncProgram to JSON when passing to MatrixLayout (expects string, not CncProgram object)
- Suppress CS8632 nullable annotation warnings project-wide

## BGA wizard fixes
- Fix preview not showing on step 3: force RefreshBgaPreview() when entering final step
- Add step validation in CanNext() to prevent skipping to preview with invalid inputs
- Notify NextCommand.CanExecuteChanged when inputs change
- Fix RunProgress runtime binding error: set Mode=OneWay for ProgressBar.Value

## Operator toolbox: prevent duplicate insertion
- Add static OperatorTarget property for direct dispatch to active pipeline
- PipelineEditorView registers as toolbox target on load (floating window only)
- CNC page sets initial target; PipelineEditorWindow resets to CNC pipeline on close
- '+' button inserts only to the active pipeline instead of broadcasting to all subscribers

## Pipeline editor status bar messages
- Add StatusBarMessageEvent / StatusBarMessagePayload to CommonEvents.cs
- PipelineEditorViewModel publishes status on all ops (add/remove/reorder/save/execute)
- MainViewModel subscribes and displays on main window bottom status bar
- Auto-clear after timeout (3s info, 5s error)

## docs
- Merge three architecture docs into consolidated XplorePlane-架构与结构说明.md
2026-07-24 15:59:16 +08:00
Tanghaowei 8287da06bd #T:修改标定工具箱控件高度 2026-07-21 09:29:54 +08:00
Tanghaowei d7fffac84b #T:修改因合并到导致的编码问题。 2026-07-21 09:09:46 +08:00
Tanghaowei 410ccc5ef9 #T:增加XY轴标定 2026-07-17 19:27:07 +08:00
Tanghaowei 01e813816a #T:增加PCT中的样品厚度输入;完善对中校准与Z轴校准 2026-07-07 17:45:22 +08:00
Tanghaowei 8e1ac8df86 #:仿照Yxlon开发校准界面,关联校准算法 2026-06-30 11:12:22 +08:00