From 4c4b2a8a910b037129484bd2fbe106168106504b Mon Sep 17 00:00:00 2001 From: "Sergey V. Zhdanovskih" Date: Thu, 21 Nov 2024 00:58:26 +0300 Subject: [PATCH] Added text effect options in tree diagrams --- locales/Afrikaans.lng | 5 + locales/Belarusian.lng | 5 + locales/Chinese Simplified.lng | 5 + locales/Czech.lng | 5 + locales/Dutch.lng | 5 + locales/English.lng | 5 + locales/French.lng | 5 + locales/German.lng | 5 + locales/Hungarian.lng | 5 + locales/Icelandic.lng | 5 + locales/Italian.lng | 5 + locales/Japanese.lng | 5 + locales/Kazakh (Cyrillic).lng | 5 + locales/Polish.lng | 5 + locales/Portuguese.lng | 5 + locales/Russian.lng | 5 + locales/Serbian (Latin).lng | 5 + locales/Spanish.lng | 5 + locales/Ukrainian.lng | 5 + locales/help_enu/gkhHistory.html | 1 + locales/help_rus/gkhHistory.html | 1 + .../GKCore/GKCore/Charts/ChartRenderer.cs | 39 ++- .../GKCore/GKCore/Charts/TreeChartModel.cs | 26 +- .../Controllers/OptionsDlgController.cs | 23 +- projects/GKCore/GKCore/GKData.cs | 8 + projects/GKCore/GKCore/LangMan.cs | 12 +- .../GKCore/GKCore/Options/TreeChartOptions.cs | 8 + .../GKUI/Forms/OptionsDlg.Designer.cs | 128 ++++++--- .../GKUI/Platform/WFGfxRenderer.cs | 50 ++++ .../GEDKeeper3/GKUI/Forms/OptionsDlg.xeto | 198 +++++++------ .../GEDKeeperX/GKUI/Forms/OptionsDlg.xaml | 267 ++++++++++-------- 31 files changed, 590 insertions(+), 266 deletions(-) diff --git a/locales/Afrikaans.lng b/locales/Afrikaans.lng index 98a5d219b..96a47afde 100644 --- a/locales/Afrikaans.lng +++ b/locales/Afrikaans.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Belarusian.lng b/locales/Belarusian.lng index e31db4829..5a8cb2904 100644 --- a/locales/Belarusian.lng +++ b/locales/Belarusian.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Chinese Simplified.lng b/locales/Chinese Simplified.lng index 21214e960..c3b2983b4 100644 --- a/locales/Chinese Simplified.lng +++ b/locales/Chinese Simplified.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Czech.lng b/locales/Czech.lng index 6796b8e8b..413a2c842 100644 --- a/locales/Czech.lng +++ b/locales/Czech.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Dutch.lng b/locales/Dutch.lng index 1cce7db67..263b9fb17 100644 --- a/locales/Dutch.lng +++ b/locales/Dutch.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/English.lng b/locales/English.lng index 0f10698f5..5f32d6df4 100644 --- a/locales/English.lng +++ b/locales/English.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/French.lng b/locales/French.lng index c325c8f06..62e5c5058 100644 --- a/locales/French.lng +++ b/locales/French.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/German.lng b/locales/German.lng index 61c6b1dc2..a5dc70929 100644 --- a/locales/German.lng +++ b/locales/German.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Hungarian.lng b/locales/Hungarian.lng index 1efbf4a69..ad3f798e5 100644 --- a/locales/Hungarian.lng +++ b/locales/Hungarian.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Icelandic.lng b/locales/Icelandic.lng index 111f88680..31912ffc1 100644 --- a/locales/Icelandic.lng +++ b/locales/Icelandic.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Italian.lng b/locales/Italian.lng index d2287e3ec..61833cbaa 100644 --- a/locales/Italian.lng +++ b/locales/Italian.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Japanese.lng b/locales/Japanese.lng index 63d0a6c74..3e2f54764 100644 --- a/locales/Japanese.lng +++ b/locales/Japanese.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Kazakh (Cyrillic).lng b/locales/Kazakh (Cyrillic).lng index 1ec242fb7..37b619879 100644 --- a/locales/Kazakh (Cyrillic).lng +++ b/locales/Kazakh (Cyrillic).lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Polish.lng b/locales/Polish.lng index 3ec81b7fd..6d4ffbb4d 100644 --- a/locales/Polish.lng +++ b/locales/Polish.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Portuguese.lng b/locales/Portuguese.lng index f3aad759b..72422597f 100644 --- a/locales/Portuguese.lng +++ b/locales/Portuguese.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Russian.lng b/locales/Russian.lng index c8777c5a5..bb19616f4 100644 --- a/locales/Russian.lng +++ b/locales/Russian.lng @@ -1013,3 +1013,8 @@ 1000=Карта персон 1001=Поиск в геокодерах мест без координат (карты) 1002=Места и Карты +1003=Эффект текста +1004=Простой +1005=Утопленный +1006=Приподнятый +1007=Светящийся diff --git a/locales/Serbian (Latin).lng b/locales/Serbian (Latin).lng index f736f99ef..959313027 100644 --- a/locales/Serbian (Latin).lng +++ b/locales/Serbian (Latin).lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Spanish.lng b/locales/Spanish.lng index 22659f73f..186496533 100644 --- a/locales/Spanish.lng +++ b/locales/Spanish.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/Ukrainian.lng b/locales/Ukrainian.lng index 5a66d4d72..321fd8f88 100644 --- a/locales/Ukrainian.lng +++ b/locales/Ukrainian.lng @@ -1013,3 +1013,8 @@ 1000=Map of persons 1001=Search in geocoders for places without coordinates (maps) 1002=Locations and Maps +1003=Text effect +1004=Simple +1005=Sunken +1006=Raised +1007=Glow diff --git a/locales/help_enu/gkhHistory.html b/locales/help_enu/gkhHistory.html index fbfbb0973..ab535ce7a 100644 --- a/locales/help_enu/gkhHistory.html +++ b/locales/help_enu/gkhHistory.html @@ -12,6 +12,7 @@

Change log

??.??.2024 [v2.32.0 & v3.8.0]