From 0465b15c05cbe6cd78ed8c7a24f3ab0a8e84bb05 Mon Sep 17 00:00:00 2001 From: "Serg V. Zhdanovskih" Date: Sun, 31 Jul 2016 16:48:27 +0500 Subject: [PATCH] Preparation for new release, minor changes --- deploy/gk2_linux_package.sh | 2 +- deploy/gk2_win_setup.nsi | 2 +- locales/help_enu/gkhHistory.html | 4 +- locales/help_rus/gkhHistory.html | 4 +- projects/GEDKeeper2/GKProgram.cs | 2 +- .../GEDKeeper2/GKUI/Charts/AncestorsCircle.cs | 477 ++---------------- .../GEDKeeper2/GKUI/Charts/CircleChart.cs | 398 ++++++++++++++- .../GKUI/Charts/DescendantsCircle.cs | 382 +------------- projects/GEDKeeper2/Makefile | 2 + projects/GKCalculatorPlugin/Makefile | 2 - projects/GKCommon/GEDCOM/GEDCOMCustomEvent.cs | 4 +- projects/GKCommon/Makefile | 2 + projects/GKTests/GedcomTests.cs | 120 ++++- 13 files changed, 576 insertions(+), 825 deletions(-) diff --git a/deploy/gk2_linux_package.sh b/deploy/gk2_linux_package.sh index 80a3aef4a..615398245 100644 --- a/deploy/gk2_linux_package.sh +++ b/deploy/gk2_linux_package.sh @@ -3,7 +3,7 @@ APP="GEDKeeper2" EXT="ged" COMMENT="Personal genealogical database editor" # APP_PATH=/usr/bin/ -APP_VER="2.6.0" +APP_VER="2.7.0" DEV_PATH="/home/norseman/share/gkdev/GEDKeeper" PACK_PATH="gedkeeper-$APP_VER" LIB_PATH="$PACK_PATH/usr/lib/gedkeeper" diff --git a/deploy/gk2_win_setup.nsi b/deploy/gk2_win_setup.nsi index f33313944..666aeee59 100644 --- a/deploy/gk2_win_setup.nsi +++ b/deploy/gk2_win_setup.nsi @@ -5,7 +5,7 @@ !include "MUI2.nsh" Name "GEDKeeper2" -OutFile "GEDKeeper2-v2.6.0-win-setup.exe" +OutFile "GEDKeeper2-v2.7.0-win-setup.exe" InstallDir $PROGRAMFILES\GEDKeeper2 CRCCheck on diff --git a/locales/help_enu/gkhHistory.html b/locales/help_enu/gkhHistory.html index 16b7ac5b7..b4edb7ee4 100644 --- a/locales/help_enu/gkhHistory.html +++ b/locales/help_enu/gkhHistory.html @@ -9,9 +9,9 @@

Change log

-

31.07.2016 [v2.6.1]

+

31.07.2016 [v2.7.0]