Record ADP-007 closeout

This commit is contained in:
2026-06-15 19:51:24 +02:00
parent 8db859cb2c
commit ec71575b5d

View File

@@ -307,6 +307,8 @@ Debt: `DEBT-0035`, `DEBT-0063`
Scope: `src/legacy_app_shell_services.cpp`, `src/legacy_ui_overlay_services.*`,
settings dialog path only
Closeout: `8db859cb`
Goal:
Move the main-toolbar settings dialog opening path off raw
@@ -330,6 +332,12 @@ ctest --preset desktop-fast --build-config Debug -R "pp_app_core_app_dialog|pp_u
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter
```
Completed Task Log:
| Date | Task | Score | Validation | Commit |
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-007 | +1 legacy adapter retirement | `ctest --preset desktop-fast --build-config Debug -R "pp_app_core_app_dialog\|pp_ui_core_node_lifetime\|pp_ui_core_overlay_lifetime" --output-on-failure`; `ctest --preset desktop-fast --build-config Debug -R "pp_app_core_main_toolbar" --output-on-failure`; `MSBuild.exe out\build\windows-msvc-default\tests\pp_app_core_main_toolbar_tests.vcxproj /p:Configuration=Debug /p:Platform=x64`; `MSBuild.exe out\build\windows-msvc-default\panopainter_app.vcxproj /p:Configuration=Debug /p:Platform=x64` | `8db859cb` |
### RND-001 - Make Pure Equirectangular Export The Primary Success Path
Status: Done