From 4c53d2f8649f98a347e8a766d35922905f5312da Mon Sep 17 00:00:00 2001 From: "Sergey V. Zhdanovskih" Date: Fri, 15 Dec 2023 00:17:31 +0300 Subject: [PATCH] Added the feature to add multiple people in the photo viewing window (fix #517) --- locales/help_enu/gkhHistory.html | 1 + locales/help_rus/gkhHistory.html | 1 + projects/GKCore/GKCore.props | 1 + .../GKCore/Controllers/BaseController.cs | 25 +++++++++++ .../PortraitSelectDlgController.cs | 12 +---- .../GKCore/Design/Controls/IImageView.cs | 6 +-- projects/GKCore/Resources/btn_portrait.png | Bin 0 -> 1325 bytes .../GEDKeeper2/GKUI/Forms/MediaViewerWin.cs | 2 +- .../GKComponents/GKUI/Components/ImageBox.cs | 13 ++++++ .../GKComponents/GKUI/Components/ImageView.cs | 42 ++++++++++++++++-- .../GKTestsUI2/GKComponents/ImageViewTests.cs | 11 ++--- .../GEDKeeper3/GKUI/Forms/MediaViewerWin.cs | 2 +- .../GEDKeeper3/GKUI/Forms/SlideshowWin.cs | 2 + .../GEDKeeper3/GKUI/Forms/SlideshowWin.xeto | 2 +- .../GKComponents/GKUI/Components/ImageBox.cs | 13 ++++++ .../GKComponents/GKUI/Components/ImageView.cs | 40 +++++++++++++++-- 16 files changed, 143 insertions(+), 30 deletions(-) create mode 100644 projects/GKCore/Resources/btn_portrait.png diff --git a/locales/help_enu/gkhHistory.html b/locales/help_enu/gkhHistory.html index 8c1726e49..d4445c1da 100644 --- a/locales/help_enu/gkhHistory.html +++ b/locales/help_enu/gkhHistory.html @@ -12,6 +12,7 @@

Change log

??.??.2024 [v2.29.0 & v3.5.0]