Ocideck/test
Brenno de Winter b719c43991 Add presentation timer / rehearsal mode to the presenter
The presenter view now doubles as a rehearsal clock that measures without
coaching: a countdown against a target time, the time spent on the current
slide, and an end-of-run summary (total vs. target and per-slide times, with
copy-to-clipboard). Timing lives in a plain, unit-tested RehearsalController fed
via an idempotent observe() on every build, so it captures every navigation
path. The default target is stored in AppSettings; live adjustment is the K key
(typed as MMSS). All rehearsal state is session-only -- nothing is written to
disk or into the .md file.

- New: models/rehearsal.dart, services/rehearsal_controller.dart,
  widgets/presentation/rehearsal_summary.dart, plus a controller unit test.
- Presenter: countdown + per-slide timer in the clock bar, K to set the target,
  R resets the run, end-of-run summary dialog, and help/cheatsheet entries.
- Settings: presentationTargetSeconds (default target) with a dropdown in the
  General tab, threaded into FullscreenPresenter.present().
- l10n: new Dutch source strings translated in all seven languages.
- Docs: README, CHANGELOG, USER_GUIDE, SHORTCUTS, ARCHITECTURE.

Also bundles a pre-existing in-progress change already in the working tree: wire
the existing ThemeProfile.tableHeaderBackgroundColor into table rendering
(preview, HTML export, file_service) and the settings dialog, plus its
translations.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 07:03:08 +02:00
..
add_slide_dialog_test.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
annotation_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
app_localizations_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
bullets_editor_test.dart Improve presentation editing and playback 2026-06-09 13:28:23 +02:00
bullets_image_preview_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
caption_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
chart_editor_test.dart Improve presentation editing and playback 2026-06-09 13:28:23 +02:00
chart_preview_test.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
chart_test.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
classification_policy_test.dart Add fail-closed export classification gate (release ceiling) 2026-06-12 00:26:29 +02:00
code_preview_test.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
deck_provider_test.dart Bundle pre-existing in-progress changes 2026-06-11 22:16:57 +02:00
description_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
editor_selection_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
export_dialog_test.dart Bundle EB Garamond font and add PDF export options 2026-06-03 15:03:27 +02:00
export_service_test.dart Add fail-closed export classification gate (release ceiling) 2026-06-12 00:26:29 +02:00
file_service_test.dart Bundle pre-existing in-progress changes 2026-06-11 22:16:57 +02:00
footer_preview_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
free_markdown_preview_test.dart feat: refine presenter and language options 2026-06-04 08:17:12 +02:00
fullscreen_presenter_test.dart Improve presentation editing and playback 2026-06-09 13:28:23 +02:00
image_dedup_service_test.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
image_reference_service_test.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
image_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
image_slide_editor_test.dart Improve presentation editing and playback 2026-06-09 13:28:23 +02:00
image_slides_preview_test.dart Improve chart rendering and resolve theme logo paths 2026-06-08 12:18:35 +02:00
inline_markdown_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
markdown_round_trip_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
markdown_service_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
marp_html_service_test.dart Bundle pre-existing in-progress changes 2026-06-11 22:16:57 +02:00
package_export_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
presentation_info_dialog_test.dart Small UX tweaks: tab close affordance and date quick-fill 2026-06-08 21:50:23 +02:00
recovery_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
rehearsal_controller_test.dart Add presentation timer / rehearsal mode to the presenter 2026-06-13 07:03:08 +02:00
settings_provider_test.dart Improve presentation editing and playback 2026-06-09 13:28:23 +02:00
slide_list_panel_test.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
slide_media_gating_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
slide_text_style_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
table_clipboard_test.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
table_editor_test.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
tlp_test.dart Add project docs, EUPL licence, and open-source licence check 2026-06-07 12:19:56 +02:00
two_bullets_preview_test.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
ui_text_scale_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00
widget_test.dart Sync presenter annotations live, keep styling out of saved .md 2026-06-11 19:25:05 +02:00