Check-in [47b3fd1c81]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge t2fd21d16b6-shared-command-model into develop
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | develop
Files: files | file ages | folders
SHA1: 47b3fd1c818472a3ff950f768f6668f7330181e8
User & Date: tinus 2026-04-29 09:09:36.471
Context
2026-04-29
09:50
Merge t646ff3d14f-sqlite-blob-viewer-splitter into develop leaf check-in: 033ee314c7 user: tinus tags: develop, ai-model=gpt-5.4
09:36
Fix SQLite BLOB cell viewer splitter initialization check-in: ec9d4f75ba user: tinus tags: ai-model=gpt-5.4, t646ff3d14f-sqlite-blob-viewer-splitter
09:09
Merge t2fd21d16b6-shared-command-model into develop check-in: 47b3fd1c81 user: tinus tags: develop
2026-04-28
22:09
Split ZPreview core tests from WinForms UI tests closed check-in: a129c48215 user: tinus tags: ai-model=github-copilot/gpt-5.4, t2fd21d16b6-shared-command-model
15:58
Integrate ticket 16f9477152 branch into develop check-in: a39f64aed7 user: tinus tags: develop, ai-model=github-copilot/gpt-5.4
Changes
Unified Diff Side-by-Side Diff Patch
Changes to AGENTS.md.
Changes to ZAAP.net/ZAAP.net.sln.
Added ZAAP.net/ZPreview.Abstractions/IPreviewCommandDefinitionProvider.cs.
Changes to ZAAP.net/ZPreview.Abstractions/IPreviewCommandHandler.cs.
Added ZAAP.net/ZPreview.Abstractions/PreviewCommandDefinition.cs.
Added ZAAP.net/ZPreview.Abstractions/PreviewCommandIds.cs.
Added ZAAP.net/ZPreview.Core.Tests/ShortcutTextTests.cs.
Added ZAAP.net/ZPreview.Core.Tests/ZPreview.Core.Tests.csproj.
Added ZAAP.net/ZPreview.Core/ShortcutGesture.cs.
Added ZAAP.net/ZPreview.Core/ShortcutText.cs.
Added ZAAP.net/ZPreview.Core/ZPreview.Core.csproj.
Changes to ZAAP.net/ZPreview.PreviewHandlers/HexPreviewHandler.cs.
Changes to ZAAP.net/ZPreview.PreviewHandlers/ImagePreviewHandler.cs.
Changes to ZAAP.net/ZPreview.PreviewHandlers/TextPreviewHandler.cs.
Changes to ZAAP.net/ZPreview.SQLitePreview/SqlitePreviewControl.cs.
Changes to ZAAP.net/ZPreview.SQLitePreview/SqlitePreviewHandler.cs.
Added ZAAP.net/ZPreview.Tests/PreviewCommandResolverTests.cs.
Changes to ZAAP.net/ZPreview.Tests/ZPreviewSettingsTests.cs.
Changes to ZAAP.net/ZPreview.Tests/ZTreeShortcutMappingTests.cs.
Changes to ZAAP.net/ZPreview/ConfigurationForm.cs.
Changes to ZAAP.net/ZPreview/MainForm.cs.
Added ZAAP.net/ZPreview/PreviewCommandBinding.cs.
Added ZAAP.net/ZPreview/PreviewCommandResolver.cs.
Added ZAAP.net/ZPreview/PreviewCommandService.cs.
Changes to ZAAP.net/ZPreview/PreviewHandlerCatalog.cs.
Changes to ZAAP.net/ZPreview/PreviewSettingsService.cs.
Changes to ZAAP.net/ZPreview/PreviewShortcutEventArgs.cs.
Deleted ZAAP.net/ZPreview/PreviewShortcutKind.cs.
Changes to ZAAP.net/ZPreview/Program.cs.
Changes to ZAAP.net/ZPreview/README.md.
Added ZAAP.net/ZPreview/ShortcutDisplay.cs.
Added ZAAP.net/ZPreview/ShortcutKeys.cs.
Changes to ZAAP.net/ZPreview/WORK.md.
Changes to ZAAP.net/ZPreview/ZPreview.csproj.
Changes to ZAAP.net/ZPreview/ZPreviewSettings.cs.
Changes to ZAAP.net/ZPreview/ZTreeMonitorController.cs.