From ec71575b5d9808e1938e201dd642967c6340650d Mon Sep 17 00:00:00 2001 From: omigamedev Date: Mon, 15 Jun 2026 19:51:24 +0200 Subject: [PATCH] Record ADP-007 closeout --- docs/modernization/tasks.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index 21aee9a6..57017915 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -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