From b43fb6fb1a86c3e51d7ea06f03117fdedebf0ebc Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Sun, 1 Mar 2026 08:56:13 -0700 Subject: [PATCH] Record Milestone 0 completion progress --- docs/PROGRESS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/PROGRESS.md diff --git a/docs/PROGRESS.md b/docs/PROGRESS.md new file mode 100644 index 0000000..b4cfac9 --- /dev/null +++ b/docs/PROGRESS.md @@ -0,0 +1,17 @@ +# OrbitHub Progress + +## Milestone 0 - Restart in C++/Qt Widgets + +Status: Completed + +Delivered: +- Fresh C++17/Qt6 Widgets scaffold with CMake +- `ProfilesWindow` (`QMainWindow`) with search, profile list, and New/Edit/Delete controls +- Double-click in Profiles opens a `SessionWindow` +- `SessionWindow` (`QMainWindow`) with `QTabWidget` +- Placeholder tab content showing `OrbitHub Native Surface` +- `main.cpp` wiring for application startup + +Git: +- Branch: `milestone-0-restart-cpp` +- Tag: `v0-m0-done`