Thin app dialog export and popup seams
This commit is contained in:
@@ -792,26 +792,40 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
`bind_legacy_click_destroys_node(...)`; menu/layout-owned popup families still
|
||||
remain on separate retained cleanup paths.
|
||||
- 2026-06-17: `DEBT-0058`/`DEBT-0063` were narrowed again. The retained
|
||||
usermanual, changelog, and about openers in `src/app_dialogs_info_openers.cpp`
|
||||
now delegate retained dialog construction and overlay close wiring through
|
||||
usermanual, changelog, about, What's New, and shortcuts openers in
|
||||
`src/app_dialogs_info_openers.cpp` now delegate retained dialog construction,
|
||||
overlay close wiring, and remote-page/button ownership through
|
||||
`src/legacy_info_dialog_services.*` with explicit `App&` plus overlay-anchor
|
||||
dependencies, so the app dialog shell no longer owns that info-dialog family
|
||||
inline while `open_whatsnew_dialog()` still owns the retained whats-new flow
|
||||
inline.
|
||||
- 2026-06-17: `DEBT-0058`/`DEBT-0063` were narrowed again. The retained New
|
||||
Document and Save dialog openers in `src/app_dialogs_workflow.cpp` now
|
||||
delegate retained dialog construction and button wiring through
|
||||
`src/legacy_document_session_services.*` with explicit `App&` ownership, so
|
||||
the app dialog shell no longer owns that document-session dialog family
|
||||
inline while browse, open, and resize flows still remain there.
|
||||
inline.
|
||||
- 2026-06-17: `DEBT-0058`/`DEBT-0063` were narrowed again. The retained Open,
|
||||
Browse, and Resize dialog openers in `src/app_dialogs_workflow.cpp` now
|
||||
delegate retained dialog construction and overlay/button wiring through
|
||||
`src/legacy_document_open_services.*` and
|
||||
`src/legacy_document_session_services.*`, so the app dialog shell no longer
|
||||
owns those workflow dialog families inline.
|
||||
- 2026-06-17: `DEBT-0035` was narrowed again. `App::title_update()` and the
|
||||
draw-toolbar/stroke-popup binding families now delegate through
|
||||
draw-toolbar/stroke-popup/grid-popup binding families now delegate through
|
||||
`src/legacy_app_status_services.*`,
|
||||
`src/legacy_draw_toolbar_binding_services.*`, and
|
||||
`src/legacy_sidebar_stroke_popup_services.*`, so
|
||||
`src/legacy_sidebar_stroke_popup_services.*`, and
|
||||
`src/legacy_sidebar_grid_popup_services.*`, so
|
||||
`src/app_layout.cpp`, `src/app_layout_draw_toolbar.cpp`, and part of
|
||||
`src/app_layout_sidebar.cpp` are thinner adapters while retained app-shell
|
||||
execution and remaining popup families still stay open under the same debt.
|
||||
execution and the remaining layer popup family still stay open under the same
|
||||
debt.
|
||||
- 2026-06-17: `DEBT-0030`/`DEBT-0043`/`DEBT-0044` were narrowed again.
|
||||
`src/app_dialogs_export.cpp` is now a thin forwarding adapter. Retained
|
||||
document export start/branching flows now live in
|
||||
`src/legacy_document_export_services.*`, and the PPBR export dialog opener
|
||||
now lives in `src/legacy_brush_package_export_services.*`; retained export
|
||||
execution still remains behind those legacy bridges.
|
||||
- 2026-06-15: `DEBT-0036` was narrowed again. `NodeStrokePreview` now drops the
|
||||
retained pass-sequence, mix-execution, final-composite-request, background
|
||||
capture, and preview-copy wrapper structs/functions in favor of direct
|
||||
|
||||
Reference in New Issue
Block a user