diff options
author | Sebastian Geerken <devnull@localhost> | 2015-09-19 12:56:04 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-09-19 12:56:04 +0200 |
commit | 1f64e930cdfc213e46fcf6de3175585802fc6e34 (patch) | |
tree | 819151a83619047f6448aa565a67183d262d3454 | |
parent | c1109f3972ed081497776ed9f557c7d02daf9273 (diff) |
SRDOP: Documentation (markup).
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 1da74458..ea73ae64 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -110,12 +110,12 @@ Plan ==== 1. General design (dw::core::Widget::sizeRequestReference, changes to - dw::core::Widget::sizeRequest). **COMPLETED.** + dw::core::Widget::sizeRequest). Completed. -2. Implementation for dw::Textblock. **COMPLETED**. +2. Implementation for dw::Textblock. Completed. 3. Change interface of dw::oof::OutOfFlowMgr (this affects mostly - only comments). **COMPLETED.** + only comments). Completed. Affects methods dw::oof::OutOfFlowMgr::tellPosition1, dw::oof::OutOfFlowMgr::tellPosition2, @@ -126,16 +126,15 @@ Plan dw::oof::OutOfFlowMgr::getLeftFloatHeight, and dw::oof::OutOfFlowMgr::getRightFloatHeight. -4. Apply step 3 to calls within dw::Textblock. **COMPLETED.** +4. Apply step 3 to calls within dw::Textblock. Completed. <b>Attention:</b> After this step, and before completing the next steps, the code is inconsistend and so incorrect. -5. Implement step 3 for floats (affects dw::oof:OOFFloatsMgr). - *INCOMPLETE.* +5. Implement step 3 for floats (affects dw::oof:OOFFloatsMgr). **INCOMPLETE.** 6. Implement step 3 for positioned elements (affects only - dw::oof:OOFPositionedMgr). *INCOMPLETE.* + dw::oof:OOFPositionedMgr). **INCOMPLETE.** Issues |